OSPRODWin1.1.0_R3563587_S3563587_D3563587

This commit is contained in:
Dimbreath
2024-08-13 22:59:23 -03:00
parent c41e9aec5e
commit c3a86751c1
4027 changed files with 4661713 additions and 0 deletions

52
Data/Level_Add_ExSp.json Normal file
View File

@@ -0,0 +1,52 @@
{
"AbilityName": "Level_Add_ExSp",
"AbilitySpecials": {
"SPRatio": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ACT1SPRecoverDelta",
"Target": "LocalAvatar"
}
]
},
"Modifiers": {
"ACT1SPRecoverDelta": {
"Duration": 0.1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%SPRatio",
"Percentage": 0,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverTimeModifier",
"Target": "Self"
}
]
},
"RecoverTimeModifier": {
"Duration": 0.9,
"IgnoreTimeScale": false,
"ModifierStacking": "Refresh",
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "ACT1SPRecoverDelta",
"Target": "Self"
}
]
}
}
}