{ // 随行者给主角增加最大血量 "AbilityName" : "TalentTreeAbility_Test", "AbilityStacking":"Unique", "DefaultModifier": { "ModifierStacking": "Unique", "Properties" : { "Actor_MaxHPRatio" : "%AddedPlayerHPRatio", }, }, "AbilitySpecials": { "AddedPlayerHPRatio": { "Value" : 0.3, "Op" : "Add", "OpValue" : 0.3, }, } }