ZenlessData/Data/GasTank_Default.json
2024-08-13 22:59:23 -03:00

36 lines
748 B
JSON

{
"AbilityName": "GasTank_Default",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "GasTankBeHitModifier",
"Target": "Self"
}
]
},
"Modifiers": {
"GasTankBeHitModifier": {
"Duration": -1,
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_SpecialDie",
"ParamType": 1,
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"GasTank"
],
"Target": "Target"
}
],
"Target": "Self"
}
]
}
}
}