HollowPS_TV_experiments/extras/zzz-0.1-jsons/GoldenBomb_TanutBeHit.json

36 lines
No EOL
1.2 KiB
JSON

{
"AbilityName": "GoldenBomb_TanutBeHit",
"AbilityStacking": "Unique",
"AbilityMixins": [
{
"$type": "MoleMole.AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "Skill_Tanut_02_Loop",
"LayerIndex": 0,
"NormalizedTimeLow": 0.0,
"NormalizedTimeHigh": 1.0,
"IsLoop": true,
"ModifierNameList": [
"GoldenBomb_TanutBeHit"
]
},
]
}
],
"Modifiers": {
"GoldenBomb_TanutBeHit": {
"ModifierStacking": "Unique",
"Duration": -1,
"OnBeingHit": [
{
//进入惊吓状态
"$type": "MoleMole.WriteAIParamAction",
"Target": "Self",
"ParamName": "Int_EscapeType",
"IntParamValue": 1
},
],
},
}
}