mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
108 lines
3.4 KiB
JSON
108 lines
3.4 KiB
JSON
{
|
|
"AbilityName": "TheGun_HeatBuff_03",
|
|
"AbilitySpecials": {
|
|
"AS_FeverRecoverAmount": {
|
|
"Value": 1500
|
|
},
|
|
"AS_SPRecoverAmount": {
|
|
"Value": 40
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnEnterSideScrollingHeat": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Env01_Heatbuff",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnExitSideScrollingHeat": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "Env01_Heatbuff",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Env01_Heatbuff": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Env01_Heatbuff_RecoverSP",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimEventIDs",
|
|
"AnimEventIDs": [
|
|
"Lighter_Attack_Branch_02_Back_02_AttackProperty_01",
|
|
"Lighter_Attack_Branch_02_Back_02_AttackProperty_02",
|
|
"Lighter_Attack_Branch_02_Back_02_AttackProperty_03",
|
|
"Lighter_Attack_Branch_02_Back_02_AttackProperty_04",
|
|
"Lighter_Attack_Branch_02_Back_AttackProperty_01",
|
|
"Lighter_Attack_Branch_02_Back_AttackProperty_02",
|
|
"Lighter_Attack_Branch_02_Back_AttackProperty_03",
|
|
"Lighter_Attack_Branch_02_Front_02_AttackProperty_01",
|
|
"Lighter_Attack_Branch_02_Front_02_AttackProperty_02",
|
|
"Lighter_Attack_Branch_02_Front_02_AttackProperty_03",
|
|
"Lighter_Attack_Branch_02_Front_02_AttackProperty_04",
|
|
"Lighter_Attack_Branch_02_Front_AttackProperty_01",
|
|
"Lighter_Attack_Branch_02_Front_AttackProperty_02",
|
|
"Lighter_Attack_Branch_02_Front_AttackProperty_03",
|
|
"Lighter_Attack_Branch_02_Normal_AttackProperty_01",
|
|
"Lighter_Attack_Branch_02_Normal_AttackProperty_02",
|
|
"Lighter_Attack_Branch_02_Normal_AttackProperty_03",
|
|
"Lighter_Attack_Branch_02_Side_AttackProperty_01",
|
|
"Lighter_Attack_Branch_02_Side_AttackProperty_02"
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Env01_Heatbuff_RecoverFever",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimEventIDs",
|
|
"AnimEventIDs": [
|
|
"Lighter_Attack_SwitchIn_Attack_Ex_AttackProperty_01",
|
|
"Lighter_Attack_SwitchIn_Attack_Ex_AttackProperty_02",
|
|
"Lighter_Attack_SwitchIn_Attack_Ex_AttackProperty_03",
|
|
"Lighter_Attack_SwitchIn_Attack_Ex_AttackProperty_04",
|
|
"Lighter_Attack_SwitchIn_Attack_Ex_AttackProperty_05"
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Env01_Heatbuff_RecoverFever": {
|
|
"Duration": 1.5,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RecoverFeverAction",
|
|
"Amount": "%AS_FeverRecoverAmount",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Env01_Heatbuff_RecoverSP": {
|
|
"Duration": 1.5,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RecoverSPAction",
|
|
"Amount": "%AS_SPRecoverAmount",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |