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

35 lines
No EOL
914 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.

{
//每次进入一个新的房间获得3枚金币
"AbilityName" : "Ability_Card_Blade_3",
"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
}
]
}*/
]
},
"AbilitySpecials":
{
"HPRecoverPercent":
{
"Value" : 0.012,
"Op" : "Add",
"OpValue" : 0.012,
},
}
}