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

28 lines
559 B
JSON

{
"AbilityName": "GasTank_BeHit",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "GasTank_BeHit",
"Target": "Self"
}
]
},
"Modifiers": {
"GasTank_BeHit": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Open",
"ParamType": 1,
"Target": "Self"
}
]
}
}
}