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

27 lines
No EOL
572 B
JSON

{
"AbilityName": "TestPlayer_Ability_SPRecoverActionMixin",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "MoleMole.FireEffect",
"EffectPattern": "Eff_Avatar_LevelUp_02",
"Target": "Self"
}
]
},
"AbilityMixins": [
{
"$type": "MoleMole.SPRecoverActionMixin",
"RatioValue": 0.1,
"DeltaValue": 10
},
{
"$type": "MoleMole.SPRecoverActionMixin",
"RatioValue": 0.2,
"DeltaValue": 20
}
]
}