mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
|
{
|
||
|
"AbilityName": "Allies_Close_Collider",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "PushDefaultHullColliderLayer",
|
||
|
"ColliderEnableLayer": "EntityCollisionMonster",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByInOutBattleStatus",
|
||
|
"IsInBattle": true,
|
||
|
"Target": "LocalAvatar"
|
||
|
}
|
||
|
],
|
||
|
"Tag": "Test_SS",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnEnterInteract": [
|
||
|
{
|
||
|
"$type": "PopDefaultHullColliderLayer",
|
||
|
"Tag": "Test_SS",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnExitInteract": [
|
||
|
{
|
||
|
"$type": "PushDefaultHullColliderLayer",
|
||
|
"ColliderEnableLayer": "EntityCollisionMonster",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByInOutBattleStatus",
|
||
|
"IsInBattle": true,
|
||
|
"Target": "LocalAvatar"
|
||
|
}
|
||
|
],
|
||
|
"Tag": "Test_SS",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnRemoved": [
|
||
|
{
|
||
|
"$type": "PopDefaultHullColliderLayer",
|
||
|
"Tag": "Test_SS",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnTeamAvatarsBattleEnter": [
|
||
|
{
|
||
|
"$type": "PushDefaultHullColliderLayer",
|
||
|
"ColliderEnableLayer": "EntityCollisionMonster",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByTargetInInteract",
|
||
|
"IsInInteract": false,
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"Tag": "Test_SS",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"OnTeamAvatarsBattleExit": [
|
||
|
{
|
||
|
"$type": "PopDefaultHullColliderLayer",
|
||
|
"Tag": "Test_SS",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|