mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
24 lines
544 B
JSON
24 lines
544 B
JSON
{
|
|
"AbilityName": "Device_Prop_AreaRelateStateChange",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnListenBattleEnter": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Bool_IsInBattleArea",
|
|
"ParamType": 2,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnListenBattleExit": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": false,
|
|
"ParamName": "Bool_IsInBattleArea",
|
|
"ParamType": 2,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |