mirror of
https://github.com/Koko-boya/Grasscutter_Resources
synced 2024-01-31 23:23:19 +08:00
86 lines
2.4 KiB
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |