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

45 lines
1.2 KiB
JSON

{
// MaxHp提升
"AbilityName" : "Test_SS_Attr",
"AbilityStacking":"Mutiple",
"DefaultModifier" :
{
"ModifierStacking": "Multiple",
"OnAdded":
[
{
"$type": "MoleMole.ModifyProperty",
"Target" : "Self",
"PropertyType": "MaxSP",
"PropertyModifyFunction": "Mul",
"Percentage":0,
"Amount": "%HpPercentage"
// "Percentage": "%HpPercentage"
}
],
"OnRemoved":
[
{
"$type": "MoleMole.ModifyProperty",
"Target" : "Self",
"PropertyType": "MaxSP",
"PropertyModifyFunction": "Mul",
"Percentage":0,
"Amount": "%MinusHpPercentage"
// "Percentage": "%MinusHpPercentage"
}
]
},
"AbilitySpecials":
{
"HpPercentage":
{
"Value" : 0.1
},
"MinusHpPercentage":
{
"Value" : -0.1
}
}
}