Block_Explosion
Server/Item/Interactions/Block/Block_Explosion.json, 618 B
Fields
| Field | Type |
|---|---|
Type | string |
RequiredGameMode | string |
Next | object |
Source
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": {
"Type": "Serial",
"Interactions": [
{
"Type": "Explode",
"Parent": "Explode_Generic",
"Effects": {
"WorldSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"LocalSoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"Particles": [
{
"SystemId": "Explosion_Medium",
"TargetEntityPart": "Entity"
}
]
},
"Config": {
"BlockDamageRadius": 5,
"EntityDamageRadius": 5
}
}
]
}
}