21 lines
No EOL
368 B
JSON
21 lines
No EOL
368 B
JSON
{
|
|
|
|
// 随行者给主角增加最大血量
|
|
|
|
"AbilityName" : "Follower_MaxHP_Increase",
|
|
|
|
"AbilityStacking":"Unique",
|
|
|
|
"DefaultModifier":
|
|
|
|
{
|
|
|
|
"ModifierStacking": "Unique",
|
|
|
|
"Properties" :
|
|
|
|
{
|
|
|
|
"Actor_MaxHPRatio" : "%AddedPlayerHPRatio",
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
"AbilitySpecials":
|
|
|
|
{
|
|
|
|
"AddedPlayerHPRatio":
|
|
|
|
{
|
|
|
|
"Value" : 0.3
|
|
|
|
},
|
|
|
|
}
|
|
|
|
} |