ZenlessData/Data/Weapon_Ability_13001.json
2024-08-13 22:59:23 -03:00

109 lines
2.6 KiB
JSON

{
"AbilityName": "Weapon_Ability_13001",
"AbilitySpecials": {
"AS_AddedDamageRatio_PerCount": {
"Value": 0.15
},
"AS_AddedDamageRatio_Total": {
"Value": 0
},
"AS_CurrentCount": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ListenerModifier",
"Target": "TeamAvatars"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackQTE",
"ExQTE"
]
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio_Total",
"Target": "Self"
}
],
"OnTeamAvatarConstructed": [
{
"$type": "ApplyModifier",
"ModifierName": "ListenerModifier",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"ListenerModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_CurrentCount)+1",
"ParamName": "AS_CurrentCount",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "QTE",
"Target": "Self"
}
],
"Target": "Self",
"ValueType": "Integer"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_AddedDamageRatio_PerCount)*min(specials(AS_CurrentCount),3)",
"ParamName": "AS_AddedDamageRatio_Total",
"Predicates": [
{
"$type": "ByIsModifierCaster",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
],
"Target": "Self",
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "0",
"ParamName": "AS_CurrentCount",
"Predicates": [
{
"$type": "ByIsModifierCaster",
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE",
"Target": "Self"
}
],
"Target": "Self",
"ValueType": "Integer"
}
]
}
}
}