ZenlessData/Data/Bangboo_Amillion001_MathSkill.json

221 lines
6.1 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Bangboo_Amillion001_MathSkill",
"AbilitySpecials": {
"AS_Actor_AddedDamageRatio_QTE": {
"Value": 0
},
"AS_Actor_AddedDamageRatio_QTE_01": {
"Value": 1
},
"AS_Actor_AddedDamageRatio_QTE_02": {
"Value": 0.8
},
"AS_Actor_AddedDamageRatio_QTE_03": {
"Value": 0.5
},
"AS_PairACount": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnTeamAvatarConstructed": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_PairACount",
"ParamType": "Float"
},
{
"$type": "RemoveModifier",
"ModifierName": "PairCheckModifier",
"Target": "TeamAvatars"
},
{
"$type": "ApplyModifier",
"ModifierName": "PairCheckModifier",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"MathSkillModifier": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "MonsterCountMonitorMixin",
"DoInitialCheck": true,
"ValueRangeActions": [
{
"HighToValueActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_01",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
],
"Val": 1
},
{
"LowToValueActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_01",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
],
"Val": 1
},
{
"HighToValueActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_02",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
],
"Val": 2
},
{
"LowToValueActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_02",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
],
"Val": 2
},
{
"HighToValueActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_03",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
],
"Val": 3
},
{
"LowToValueActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_03",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
],
"Val": 3
},
{
"Val": 3,
"ValueToHighActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_03",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
]
},
{
"Val": 1,
"ValueToLowActions": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": "%AS_Actor_AddedDamageRatio_QTE_03",
"ParamName": "AS_Actor_AddedDamageRatio_QTE",
"ParamType": "Float"
}
]
}
]
}
],
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"BangbooQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_Actor_AddedDamageRatio_QTE",
"Target": "Self"
}
]
},
"PairAModifier": {
"Duration": 1,
"IgnoreTimeScale": false,
"ModifierStacking": "MultipleRefresh",
"OnAdded": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Add",
"Param": 1,
"ParamName": "AS_PairACount",
"ParamType": "Float"
},
{
"$type": "ApplyModifier",
"ModifierName": "MathSkillModifier",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "GreaterEqual",
"Param": 2,
"ParamName": "AS_PairACount",
"ParamType": "Float",
"Target": "Self"
},
{
"$type": "ByBuddyTeamType",
"CheckBuddyTeam": "Fighting",
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"PairCheckModifier": {
"Duration": 1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "PairAModifier",
"Predicates": [
{
"$type": "ByAvatarCamp",
"Camp": 1,
"Target": "Self"
}
],
"Target": "Caster"
}
]
}
}
}