ZenlessData/Data/Weapon_Ability_12003.json
2024-09-23 09:11:37 -03:00

48 lines
982 B
JSON

{
"AbilityName": "Weapon_Ability_12003",
"AbilitySpecials": {
"AS_IntervalCD": {
"Value": 12
},
"AS_SpRecover": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "SpRecoverModifier",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"SpRecoverModifier": {
"Duration": "%AS_IntervalCD",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_SpRecover",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
}
]
}
}
}