ZenlessData/Data/Level_ListenAvatatBattleState.json

46 lines
1.0 KiB
JSON
Raw Normal View History

{
"AbilityName": "Level_ListenAvatatBattleState",
"AbilityStacking": "Unique",
"DefaultModifier": {
"Duration": -1,
"IgnoreTimeScale": true,
"ModifierStacking": "Unique",
"OnBattleEnter": [
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"TargetKey": "5010311_AvatarEnterBattle"
}
],
"OnBattleExit": [
{
"$type": "LDListenEntityAction",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
],
"TargetKey": "5010311_AvatarExitBattle"
},
{
"$type": "LogStringAction",
"LogStr": "321",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
}
]
}
]
}
}