mirror of
https://github.com/theBowja/GenshinData-1.git
synced 2025-08-03 06:56:31 +09:00
88 lines
3.6 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |