Rubble_Stone_Mossy_Medium
Server/Item/Items/Rubble/Rubble_Stone_Mossy_Medium.json, 889 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
InteractionVars | object |
BlockType | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Rubble_Stone_Mossy_Medium.name"
},
"Icon": "Icons/ItemsGenerated/Rubble_Stone_Mossy_Medium.png",
"Set": "Rock_Stone",
"Parent": "Rubble_Stone",
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Rubble_Stone_Mossy"
}
]
}
},
"BlockType": {
"CustomModel": "Blocks/Stone/Rubble_Medium.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Rubble/Rubble_Textures/Stone_Mossy.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"ItemId": "Rubble_Stone_Mossy"
},
"Harvest": {
"ItemId": "Rubble_Stone_Mossy"
}
},
"ParticleColor": "#677149",
"TextureComputedColor": "#4C642D"
},
"DropOnDeath": true
}