44 lines
No EOL
1.1 KiB
JSON
44 lines
No EOL
1.1 KiB
JSON
{
|
|
|
|
"AbilityName" : "Level_NoviceGuide_LockLife",
|
|
|
|
"AbilityStacking":"Unique",
|
|
|
|
|
|
|
|
//新手引导脚本
|
|
|
|
//玩家全队锁血
|
|
|
|
"DefaultModifier":
|
|
|
|
{
|
|
|
|
"OnAdded":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"$type":"MoleMole.ApplyModifier",
|
|
|
|
"ModifierName":"AvatarLockLifeModifier",
|
|
|
|
"Target":"TeamAvatars",
|
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
"Modifiers":
|
|
|
|
{
|
|
|
|
"AvatarLockLifeModifier":
|
|
|
|
{
|
|
|
|
"ModifierStacking": "Unique",
|
|
|
|
"Duration": -1,
|
|
|
|
"IgnoreTimeScale" : false,
|
|
|
|
|
|
|
|
"ModifierMixins":
|
|
|
|
[
|
|
|
|
//添加锁血回调
|
|
|
|
{
|
|
|
|
"$type": "MoleMole.LockLifePropertyMixin",
|
|
|
|
"PerformBeHitEffect":true,
|
|
|
|
"RatioLockList":
|
|
|
|
[
|
|
|
|
{
|
|
|
|
"LockType": "Total",
|
|
|
|
"LockValue": 0.01
|
|
|
|
}
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|
|
|
|
},
|
|
|
|
},
|
|
|
|
} |