mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-09 03:58:45 +08:00
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"AbilityName": "HollowItem_4000402",
|
|
"AbilitySpecials": {
|
|
"AddedDamage": {
|
|
"Value": 0
|
|
},
|
|
"AddedDamageRatio": {
|
|
"Value": 1
|
|
},
|
|
"AddedMaxHpRatio": {
|
|
"Value": 1
|
|
},
|
|
"MaxHpRatio": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAbilitySpecialByExpression",
|
|
"DoRefresh": true,
|
|
"Expression": "0.01*specials(AddedDamageRatio)",
|
|
"ParamName": "AddedDamage",
|
|
"ValueType": "Float"
|
|
},
|
|
{
|
|
"$type": "SetAbilitySpecialByExpression",
|
|
"DoRefresh": true,
|
|
"Expression": "0.01*specials(AddedMaxHpRatio)",
|
|
"ParamName": "MaxHpRatio",
|
|
"ValueType": "Float"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Modifier_Addbuff",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Modifier_Addbuff": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio": "%AddedDamage",
|
|
"Actor_MaxHPRatio": "%MaxHpRatio"
|
|
}
|
|
}
|
|
}
|
|
} |