{ //每次进入一个新的房间,获得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, }, } }