27 lines
564 B
JSON
27 lines
564 B
JSON
{
|
|
"AbilityName": "TrainingRoomAbility_SP",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"ModifierMixins": [
|
|
{
|
|
"$type": "SmoothRecoverSPMixin",
|
|
"IgnoreRatio": false,
|
|
"PropertyItem": {
|
|
"Amount": 30,
|
|
"Percentage": 20,
|
|
"PropertyModifyFunction": "Add"
|
|
}
|
|
},
|
|
{
|
|
"$type": "SmoothRecoverRpMixin",
|
|
"IgnoreRatio": true,
|
|
"PropertyItem": {
|
|
"Amount": 30,
|
|
"PropertyModifyFunction": "Add"
|
|
}
|
|
}
|
|
],
|
|
"OnAdded": [
|
|
]
|
|
}
|
|
} |