28 lines
No EOL
831 B
JSON
28 lines
No EOL
831 B
JSON
{
|
||
|
||
//破晕状态切换脚本_01
|
||
|
||
"AbilityName" : "TestPlayer_Ability_Tianheng_47",
|
||
|
||
"AbilityStacking": "Unique",
|
||
|
||
|
||
|
||
"OnAbilityStart":
|
||
|
||
[
|
||
|
||
//进入正常状态(自动重置眩晕值),并触发晕值下降CD
|
||
|
||
{
|
||
|
||
"$type" : "MoleMole.ModifyStunStateAction",
|
||
|
||
"TargetState" : "Normal",
|
||
|
||
"Target" : "Self",
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type" : "MoleMole.ProcessStunCDAction",
|
||
|
||
"ProcessType" : "Trigger",
|
||
|
||
"Target" : "Self",
|
||
|
||
},
|
||
|
||
//加一点晕值
|
||
|
||
{
|
||
|
||
"$type": "MoleMole.ModifyProperty",
|
||
|
||
"Target" : "Self",
|
||
|
||
"PropertyType": "CurStun",
|
||
|
||
"PropertyModifyFunction": "Add",
|
||
|
||
"Percentage": 0.5,
|
||
|
||
},
|
||
|
||
],
|
||
|
||
} |