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

33 lines
No EOL
820 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"AbilityName" : "Level_NoviceGuide_06",
"AbilityStacking":"Unique",
//新手引导脚本
//提高玩家的破晕效率,能够造成破晕
"DefaultModifier":
{
"OnAdded":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"BreakStunRatioDownModifier",
"Target":"TeamAvatars",
}
]
},
"Modifiers":
{
"BreakStunRatioDownModifier":
{
"ModifierStacking": "Unique",
"Duration" : -1,
"IgnoreTimeScale" : false,
"Properties" :
{
"BreakStun_Ratio" : 1.0 //配置为1时对应提升量为100%
}
}
},
}