ZenlessData/Data/TheGun_EnvBuff_02.json
2024-11-04 02:05:40 -03:00

66 lines
1.6 KiB
JSON

{
"AbilityName": "TheGun_EnvBuff_02",
"AbilitySpecials": {
"AS_Hiisazu": {
"Value": 0.15
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnEnterSideScrollingHeat": [
{
"$type": "ApplyModifier",
"ModifierName": "Env02_Heatbuff",
"Target": "Self"
}
],
"OnExitSideScrollingHeat": [
{
"$type": "RemoveModifier",
"ModifierName": "Env02_Heatbuff",
"Target": "Self"
}
]
},
"Modifiers": {
"Env02_Heatbuff": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Target",
"Val1": "%AS_Hiisazu"
}
],
"PropertyKey": "Actor_Hiisazu",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "TriggerSoundAction",
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Less",
"Denominator": "MaxHP",
"IsUsePercent": true,
"Numerator": "CurHP",
"Target": "Target",
"Val1": "%AS_Hiisazu"
}
],
"Target": "Target",
"soundActionKey": "Play_SFX_Char_TarotCard_Gun_2010301"
}
]
}
}
}