mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
52
Data/Level_Add_ExSp.json
Normal file
52
Data/Level_Add_ExSp.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user