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

57 lines
No EOL
1.4 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.

{
//ReplaceByLongTime测试脚本
"AbilityName" : "TestPlayer_Ability_Tianheng_59",
"AbilityStacking": "Unique",
"DefaultModifier" :
{
"OnAdded":
[
{
"$type":"MoleMole.ApplyModifier",
"ModifierName":"BurnBuffModifier_01",
"Target":"Self",
}
],
},
"OnAbilityStart":
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName": "BurnBuffModifier_02",
"Target":"Self",
}
],
"Modifiers" :
{
"BurnBuffModifier_01":
{
"Duration": 10,
"IgnoreTimeScale" : false,
"NotIgnoreList" : ["World"],
"Buff":
{
"BuffID": 1000009,
"IsOverrideDuration" : true
}
},
"BurnBuffModifier_02":
{
//Buff的类型为Replace时2秒取代10秒默认时长
//Buff的类型为ReplaceByLongTime时不取代
"Duration": -1,
"IgnoreTimeScale" : false,
"NotIgnoreList" : ["World"],
"Buff":
{
"BuffID": 1000009,
"IsOverrideDuration" : true
}
},
},
}