Explode_Generic
Server/Item/Interactions/Explosions/Explode_Generic.json, 1.6 KB
Fields
| Field | Type |
|---|---|
Type | string |
Config | object |
Source
{
"Type": "Explode",
"Config": {
"DamageEntities": true,
"DamageBlocks": true,
"BlockDamageRadius": 3,
"BlockDropChance": 0.4,
"EntityDamage": 20.0,
"EntityDamageRadius": 4,
"Knockback": {
"Type": "Point",
"VelocityConfig": {
"AirResistance": 0.97,
"AirResistanceMax": 0.96,
"GroundResistance": 0.94,
"GroundResistanceMax": 0.3,
"Threshold": 3.0
},
"Force": 5,
"VelocityType": "Set"
},
"ItemTool": {
"Specs": [
{
"Power": 2,
"GatherType": "SoftBlocks"
},
{
"Power": 2,
"GatherType": "Soils"
},
{
"Power": 2,
"GatherType": "Woods"
},
{
"Power": 2,
"GatherType": "Rocks"
},
{
"Power": 2,
"GatherType": "Benches"
},
{
"Power": 0.001,
"GatherType": "VolcanicRocks"
},
{
"Power": 1,
"GatherType": "OreCopper"
},
{
"Power": 1,
"GatherType": "OreIron"
},
{
"Power": 1,
"GatherType": "OreSilver"
},
{
"Power": 1,
"GatherType": "OreGold"
},
{
"Power": 1,
"GatherType": "OreThorium"
},
{
"Power": 1,
"GatherType": "OreCobalt"
},
{
"Power": 1,
"GatherType": "OreAdamantite"
},
{
"Power": 1,
"GatherType": "OreMithril"
}
]
}
}
}