ZenlessData/Data/HollowItem_4000402.json

52 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"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"
}
}
}
}