46 lines
No EOL
1.3 KiB
JSON
46 lines
No EOL
1.3 KiB
JSON
{
|
||
|
||
//以太粘液蓄力射击,1秒一次
|
||
|
||
"AbilityName": "GamePlayEvadeChampion_Cyclops_ChargeShot_Interval_1",
|
||
|
||
"AbilityStacking": "Unique",
|
||
|
||
|
||
|
||
"DefaultModifier":
|
||
|
||
{
|
||
|
||
"OnAdded":
|
||
|
||
[
|
||
|
||
//默认出生时添加护盾
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ApplyModifier",
|
||
|
||
"ModifierName": "Trigger_Skill02",
|
||
|
||
"Target": "Self",
|
||
|
||
},
|
||
|
||
],
|
||
|
||
},
|
||
|
||
|
||
|
||
"Modifiers" :
|
||
|
||
{
|
||
|
||
"Trigger_Skill02":
|
||
|
||
{
|
||
|
||
"ModifierStacking" : "Unique",
|
||
|
||
"ThinkInterval": 1,
|
||
|
||
"Duration": -1,
|
||
|
||
|
||
|
||
"OnThinkInterval":
|
||
|
||
[
|
||
|
||
{
|
||
|
||
"$type" : "MoleMole.SetAnimCtrlerParamAction",
|
||
|
||
"ParamType" : 3,
|
||
|
||
"ParamName" : "Int_AttackIndex",
|
||
|
||
"Target" : "Self",
|
||
|
||
"IntVal" : 2,
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type" : "MoleMole.SetAnimCtrlerParamAction",
|
||
|
||
"ParamType" : 1,
|
||
|
||
"ParamName" : "Trigger_PressAttackA",
|
||
|
||
"Target" : "Self",
|
||
|
||
"BoolVal" : true,
|
||
|
||
},
|
||
|
||
],
|
||
|
||
},
|
||
|
||
}
|
||
|
||
} |