mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
66 lines
1.6 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |