ZenlessData/Data/Device_Prop_InOutBattle_Message_Immediately.json

36 lines
851 B
JSON
Raw Normal View History

{
"AbilityName": "Device_Prop_InOutBattle_Message_Immediately",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_IsInBattleArea",
"ParamType": 2,
"Predicates": [
{
"$type": "ByInOutBattleStatus",
"IsInBattle": true,
"Target": "LocalAvatar"
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_IsInBattleArea",
"ParamType": 2,
"Predicates": [
{
"$type": "ByInOutBattleStatus",
"IsInBattle": false,
"Target": "LocalAvatar"
}
],
"Target": "Self"
}
]
}
}