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

36 lines
No EOL
944 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.

{
//每次进入一个新的房间回复1.2%生命值
"AbilityName" : "Ability_Card_Blade_1",
"AbilityStacking":"Unique",//Unique Mutiple
"DefaultModifier" :
{
"OnAreaEnter" ://OnAreaExit OnAreaEnter OnAreaFinish
[
{
"$type": "MoleMole.ModifyProperty",
"PropertyType": "CurHP", //CurSP CurTP CurHP
"PropertyModifyFunction": "Add", //Mul Replace
"Percentage" : "%HPRecoverPercent",
"Amount" : 0,
"Predicates" :
[
{
"$type": "MoleMole.ByLevelAreaExploreState",
"LevelAreaType": "Room",// All,Room,Connection
"LevelAreaState": "UnExplored",// All,UnExplored,Explored,Finished
"Target" : "Caster"
}
]
}
]
},
"AbilitySpecials":
{
"HPRecoverPercent":
{
"Value" : 0.012,
"Op" : "Add",
"OpValue" : 0.012,
},
}
}