mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"AbilityName": "Golem_Attack_Hit",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "PushHitColliderEnable",
|
|
"ColliderName": [
|
|
"HitCollider_Weapon_L"
|
|
],
|
|
"HitColliderEnable": false,
|
|
"Tag": "HitCollider_Weapon_L",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "PushHitColliderEnable",
|
|
"ColliderName": [
|
|
"HitCollider_Weapon_R"
|
|
],
|
|
"HitColliderEnable": false,
|
|
"Tag": "HitCollider_Weapon_R",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
"BoolVal": true,
|
|
"ParamName": "Trigger_AttackLanded",
|
|
"ParamType": 1,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimEventIDs",
|
|
"AnimEventIDs": [
|
|
"Monster_Golem_ATK02_Attackproperty_01",
|
|
"Monster_Golem_ATK03_Attackproperty_01",
|
|
"Monster_Golem_ATK04_Attackproperty_01"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |