ZenlessData/Data/Unagi_ExQTE.json
2024-12-17 20:43:14 -03:00

55 lines
1.2 KiB
JSON

{
"AbilityName": "Unagi_ExQTE",
"AbilitySpecials": {
"AS_AddMagicValue_ExQTE": {
"Value": 3
},
"AS_AddedDamageRatio_ExQTE": {
"Value": 0.3
},
"AS_BuffDuration_ExQTE": {
"Value": 15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnSkillStart": [
{
"$type": "ModifyProperty",
"Amount": "%AS_AddMagicValue_ExQTE",
"CustomPropertyType": "MagicValueCounts",
"IsUsePercentage": false,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE"
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
},
{
"$type": "ApplyModifier",
"ModifierName": "AddDamageExQTEModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE"
}
],
"Target": "Caster"
}
]
},
"Modifiers": {
"AddDamageExQTEModifier": {
"Duration": "%AS_BuffDuration_ExQTE",
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"Properties": {
"Actor_AddedDamageRatio_Ice": "%AS_AddedDamageRatio_ExQTE"
}
}
}
}