ZenlessData/Data/SacrificeBringer_P2_OD_HP_Manager.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": true,
"PropertyType": "CurHP",
"RefPropertyType": "MaxHP",
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": true,
"ParamName": "IsODReady",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HP_OD"
]
}
]
}
],
"Val": "%AS_SpecialAttackReadyHP"
}
]
}
]
}
],
"AbilityName": "SacrificeBringer_P2_OD_HP_Manager",
"AbilitySpecials": {
"AS_SpecialAttackReadyHP": {
"Value": 0.7
}
},
"AbilityStacking": "Unique",
"OnAbilityTrigger": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": true,
"ParamName": "IsODReady",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"HP_OD"
]
}
]
}
]
}