Debug_Falling_Explosive
Server/Item/Items/_Debug/Debug_Falling_Explosive.json, 3.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Quality | string |
Set | string |
Icon | string |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Falling_Explosive.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Quality": "Developer",
"Set": "Furniture_Tavern",
"Icon": "Icons/ItemsGenerated/Furniture_Tavern_Barrel.png",
"BlockType": {
"BlockParticleSetId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Village/Barrel.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Village/Barrel_Tavern.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Barrels"
}
},
"HitboxType": "Chest_Small",
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#543022",
"RandomRotation": "YawStep1",
"SupportDropType": "Fall",
"FallingBlockSettings": {
"HitboxCollisionConfig": "HardCollision",
"Impact": {
"Type": "Explode"
}
},
"Support": {
"Up": [
{
"FaceType": "Branch"
}
],
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Barrel"
}
]
},
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"ExplosionConfig": {
"SoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"Particles": [
{
"SystemId": "Explosion_Medium"
}
],
"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"
}
]
}
}
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Tavern"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}