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

95 lines
3.9 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": 80.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",
"duration": 2.0,
"attackID": "",
"actionID": "",
"onPreUpdate": [
{
"$type": "AttachEffect",
"effectPattern": "Eff_Element_Steam"
}
]
},
{
"triggerType": "TriggerSteam",
"attackID": "",
"actionID": "TileSteam"
},
{
"triggerType": "TriggerFreeze",
"stackType": "Overlap",
"reduceDurability": 10.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"
}
]
}
]
}
]
}
]
}