Files
GenshinData-1/BinOutput/AbilitySystem/ConfigAbilitySystem_Element.json

78 lines
3.2 KiB
JSON

{
"onBeingHit": [
{
"shouldPreActive": true,
"tasks": [
{
"$type": "ConfigTriggerMassiveElementTask",
"isAsync": true,
"elementTriggerActions": [
{
"triggerType": "TriggerBurning",
"reduceDurability": 10.0,
"duration": -1.0,
"attackID": "TileAttack_Grass",
"actionID": "",
"onPreUpdate": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Element_Burning_Grass"
}
]
},
{
"triggerType": "TriggerExplode",
"attackID": "",
"actionID": "GrassExplode"
},
{
"triggerType": "TriggerSuperconductor",
"attackID": "",
"actionID": "SuperconductExplode"
},
{
"triggerType": "TriggerMelt",
"attackID": "",
"actionID": "TileSteam"
},
{
"triggerType": "TriggerSteam",
"attackID": "",
"actionID": "TileSteam"
},
{
"triggerType": "TriggerVehicleMuteIce",
"stackType": "Overlap",
"reduceDurability": 10.0,
"duration": -1.0,
"attackID": "",
"actionID": ""
},
{
"triggerType": "TriggerFreeze",
"stackType": "Overlap",
"reduceDurability": 20.0,
"duration": -1.0,
"attackID": "",
"actionID": ""
},
{
"triggerType": "TriggerElectricAdd",
"stackType": "Overlap",
"reduceDurability": 5.0,
"duration": -1.0,
"attackID": "TileAttack_Water",
"actionID": "",
"onPreUpdate": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Element_Conductive_Water"
}
]
}
]
}
]
}
]
}