2022-04-23 07:55:31 +05:30

86 lines
2.4 KiB
JSON

{
"onBeingHit": [
{
"shouldPreActive": true,
"tasks": [
{
"$type": "MoleMole.Config.ConfigTriggerMassiveElementTask",
"isAsync": true,
"elementTriggerActions": [
{
"triggerType": "TriggerBurning",
"reduceDurability": 10.0,
"duration": -1.0,
"attackID": "TileAttack_Grass",
"actionID": "",
"onPreUpdate": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Element_Burning_Grass"
}
}
]
},
{
"triggerType": "TriggerExplode",
"attackID": "",
"actionID": "GrassExplode"
},
{
"triggerType": "TriggerSuperconductor",
"attackID": "",
"actionID": "SuperconductExplode"
},
{
"triggerType": "TriggerMelt",
"duration": 2.0,
"attackID": "",
"actionID": "",
"onPreUpdate": [
{
"$type": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "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": "MoleMole.Config.AttachEffect",
"effectPattern": {
"isDynamic": false,
"fixedValue": "Eff_Element_Conductive_Water"
}
}
]
}
]
}
]
}
]
}