Debug_Explosive
Server/Item/Items/_Debug/Debug_Explosive.json, 3.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Quality | string |
MaxStack | number |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
Tags | object |
IconProperties | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Explosive.name"
},
"ItemLevel": 10,
"Quality": "Developer",
"MaxStack": 50,
"Categories": [
"Blocks.Metal"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Metal",
"HitboxType": "Full",
"VariantRotation": "UpDown",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"InteractionHint": "server.interactionHints.activate",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"default": "Exploding"
},
"UpdateBlockState": true
}
]
}
},
"ExplosionReactionState": "Exploding",
"ExplosionConfig": {
"DamageEntities": true,
"DamageBlocks": true,
"BlockDamageRadius": 6,
"BlockDropChance": 0.1,
"EntityDamage": 20.0,
"EntityDamageRadius": 4,
"Knockback": {
"Type": "Point",
"VelocityConfig": {
"AirResistance": 0.97,
"AirResistanceMax": 0.96,
"GroundResistance": 0.94,
"GroundResistanceMax": 0.3,
"Threshold": 3.0,
"Style": "Exp"
},
"Force": 10.0,
"VelocityType": "Add"
},
"ItemTool": {
"Specs": [
{
"Power": 2,
"GatherType": "SoftBlocks"
},
{
"Power": 2,
"GatherType": "Soils"
},
{
"Power": 2,
"GatherType": "Woods"
},
{
"Power": 2,
"GatherType": "Rocks"
},
{
"Power": 2,
"GatherType": "Benches"
}
]
},
"SoundEventId": "SFX_Goblin_Lobber_Bomb_Death",
"Particles": [
{
"SystemId": "Explosion_Medium",
"Scale": 1
}
]
},
"State": {
"Definitions": {
"Exploding": {
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Metal_Copper.png"
}
],
"InteractionHint": "server.interactionHints.deactivate",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"Exploding": "default"
},
"UpdateBlockState": true
}
]
}
},
"BlockEntity": {
"Components": {
"BlockExplosive": {
"PrimedOnPlace": true,
"FuseDuration": 2
}
}
}
}
}
},
"BlockParticleSetId": "Metal",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Metal_Zinc.png"
}
],
"ParticleColor": "#368d79",
"BlockSoundSetId": "Metal",
"TransitionToGroups": [
"Stone",
"Sand",
"Wood",
"Mud",
"Dirt"
],
"CubeShadingMode": "Standard"
},
"Tags": {
"Type": [
"Explosive"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
},
"Icon": "Icons/ItemsGenerated/Metal_Zinc.png",
"ItemSoundSetId": "ISS_Items_Metal"
}