mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |