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

25
Data/Seth_ExQTE.json Normal file
View File

@@ -0,0 +1,25 @@
{
"AbilityName": "Seth_ExQTE",
"AbilitySpecials": {
"AS_RecoverSwitchPoint": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ModifyPerfectSwitchPointAction",
"Amount": "%AS_RecoverSwitchPoint",
"ModifyFunction": "Add",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
]
}
]
}
}