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

51 lines
No EOL
1.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.

{
//每次进入一个新的房间10秒内伤害增加10%
"AbilityName" : "Ability_Card_Blade_2",
"AbilityStacking":"Unique",//Unique Mutiple
"DefaultModifier" :
{
"OnAreaEnter" ://OnAreaExit OnAreaEnter OnAreaFinish
[
{
"$type": "MoleMole.ApplyModifier",
"ModifierName" : "AddDamageModifier_Blade2",
"Predicates" :
[
{
"$type": "MoleMole.ByLevelAreaExploreState",
"LevelAreaType": "Room",// All,Room,Connection
"LevelAreaState": "UnExplored",// All,UnExplored,Explored,Finished
"Target" : "Caster"
}
]
}
]
},
"Modifiers" :
{
"AddDamageModifier_Blade2" :
{
"ModifierStacking" : "Refresh",
"Duration" : 10.0,
"ModifierMixins" :
[
{
"$type": "MoleMole.ModifyDamageMixin",
"Properties" :
{
"Actor_AddedDamageRatio" : "%AddDamagePercent",
},
}
]
}
},
"AbilitySpecials":
{
"AddDamagePercent":
{
"Value" : 0.1,
"Op" : "Add",
"OpValue" : 0.1,
},
}
}