Files
GenshinData-1/BinOutput/AbilitySystem/ConfigAbilitySystem_Element.json
Dimbreath d633c8cfe5 BinOutput
2021-05-16 19:49:16 -03:00

88 lines
3.6 KiB
JSON

{
"onBeingHit": [
{
"shouldPreActive": true,
"tasks": [
{
"$type": "ConfigTriggerMassiveElementTask",
"isAsync": true,
"entityElements": [
{
"entityType": "Grass",
"elementType": "Grass",
"elementDurability": 120.0
},
{
"entityType": "Grass",
"elementType": "AntiFire",
"elementDurability": 35.0
},
{
"entityType": "Water",
"elementType": "Water",
"elementDurability": 120.0,
"isElementDurabilityMutable": false
}
],
"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": "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"
}
]
}
]
}
]
}
]
}