ZenlessData/Data/SacrificeBringer_P1_EnergyReset.json
2024-12-17 20:43:14 -03:00

34 lines
791 B
JSON

{
"AbilityName": "SacrificeBringer_P1_EnergyReset",
"AbilitySpecials": {
"AS_Temp": {
"Value": 0,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "SetAbilitySpecialsByPropertyAction",
"CustomPropertyType": "ChargeEnergy",
"ModifyFunction": "Replace",
"ParamName": "AS_Temp",
"Percentage": 1,
"PropertyType": "Custom"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Mul",
"Param": 0,
"ParamName": "AS_Temp",
"ParamType": "Float"
},
{
"$type": "ModifyProperty",
"Amount": "%AS_Temp",
"CustomPropertyType": "ChargeEnergy",
"PropertyModifyFunction": "Replace",
"PropertyType": "Custom"
}
]
}