Rubble_Dawnstone
Server/Item/Items/Rubble/Rubble_Dawnstone.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
Categories | array[1] |
Set | string |
Interactions | object |
InteractionVars | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
MaxStack | number |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rubble_Dawnstone.name"
},
"Quality": "Developer",
"Categories": [
"Blocks.Rocks"
],
"Set": "Rock_Dawnstone",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Next": "Item_Throw",
"Failed": "Block_Secondary"
}
]
}
},
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Rubble_Calcite"
}
]
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Stone/Rubble_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Rubble/Rubble_Textures/Dawnstone.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Rubble",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Rubble_Flint"
},
"Harvest": {
"DropList": "Rubble_Flint"
}
},
"BlockParticleSetId": "Dust",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#dd5837",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#E15B3B"
},
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Rubble"
]
},
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rubble_Dawnstone.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
}
}