1
0
ZenlessData/Data/_unsorted/Norano_MathSkill.json
2025-10-15 03:08:22 +02:00

168 lines
4.0 KiB
JSON

{
"AbilityName": "Norano_MathSkill",
"AbilitySpecials": {
"AS_Duration": {
"Value": 15
},
"AS_HpRecover_MathSkill": {
"Value": 0.05
},
"AS_StackCount_ExQTE": {
"Value": 8
},
"AS_StackCount_QTE": {
"Value": 8
},
"AS_StackCount_Talent_06": {
"Value": 8
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "RecoverHPAction",
"Percentage": "%AS_HpRecover_MathSkill",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "HpRecover_MathSkill"
}
]
},
{
"$type": "RemoveModifier",
"ModifierName": "RecoverHPModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "HpRecover_MathSkill"
}
],
"StackCount": 1
},
{
"$type": "ApplyModifier",
"ModifierName": "RecoverHPModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Norano_Talent_06_RecoverHp"
}
],
"StackCount": "%AS_StackCount_Talent_06"
},
{
"$type": "ApplyModifier",
"ModifierName": "Norano_MathSkill_BuffIcon_01",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Norano_Talent_06_RecoverHp"
}
],
"StackCount": "%AS_StackCount_Talent_06"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverHPModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE"
},
{
"$type": "ByMathSkillSuccess"
}
],
"StackCount": "%AS_StackCount_ExQTE"
},
{
"$type": "ApplyModifier",
"ModifierName": "Norano_MathSkill_BuffIcon_01",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE"
},
{
"$type": "ByMathSkillSuccess"
}
],
"StackCount": "%AS_StackCount_ExQTE"
},
{
"$type": "ApplyModifier",
"ModifierName": "RecoverHPModifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE"
},
{
"$type": "ByMathSkillSuccess"
}
],
"StackCount": "%AS_StackCount_QTE"
},
{
"$type": "ApplyModifier",
"ModifierName": "Norano_MathSkill_BuffIcon_01",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE"
},
{
"$type": "ByMathSkillSuccess"
}
],
"StackCount": "%AS_StackCount_QTE"
}
]
},
"Modifiers": {
"Norano_MathSkill_BuffIcon_01": {
"Buff": {
"BuffID": 3000493,
"IsOverrideDuration": true
},
"Duration": "%AS_Duration",
"MaxStackingNumber": 20,
"ModifierStacking": "MultipleAllRefreshNotReplace"
},
"RecoverHPModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": 20,
"ModifierStacking": "MultipleAllRefreshNotReplace",
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": 1,
"CustomPropertyType": "RecoverCount",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
],
"OnRemoved": [
{
"$type": "ModifyProperty",
"Amount": -1,
"CustomPropertyType": "RecoverCount",
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
},
{
"$type": "RemoveModifier",
"ModifierName": "Norano_MathSkill_BuffIcon_01",
"StackCount": 1,
"Target": "Self"
}
]
}
}
}