19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"AbilityName": "Level_AddRp",
|
|
"AbilitySpecials": {
|
|
"AS_RpRecoverAmount": {
|
|
"Value": 100
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RecoverRpAction",
|
|
"Amount": "%AS_RpRecoverAmount",
|
|
"Percentage": 0,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |