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

29 lines
649 B
JSON

{
"AbilityName": "GamePlayHiddenBomb_HideBomb_02_Teleport_Underground",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Teleport_Start_Modifier",
"Target": "Self"
}
]
},
"Modifiers": {
"Teleport_Start_Modifier": {
"Duration": 3,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Teleport",
"ParamType": 1,
"Target": "Self"
}
]
}
}
}