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

29 lines
No EOL
1 KiB
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" : "LAAndroid_SkillCD",
"AbilityStacking":"Unique",
"DefaultModifier" :
{
"OnAdded":
[
{
"$type": "MoleMole.ModifySkillCDAction",
"SkillName": "Monster_LAAndroid_Evade", //默认配置的是6秒CD
"ValueType": "DefaultValue", // CurrentValue当前值DefaultValue默认值
"ModifyType": "ByZero", // ByCurValue基于当前值ByResetValue基于默认值ByZero基于零值
//"SkillCDType": "ForceCD", // ForceCDCountCDSilenceCD
"Ratio": 0,
"Delta": 4,
"Target" : "Self",
"Predicates":
[
{
"$type":"MoleMole.ByTags",
"Target" : "Self",
"TagList":["Aide"]
}
]
}
]
}
}