Rubble_Ice_Medium
Server/Item/Items/Rubble/Rubble_Ice_Medium.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
InteractionVars | object |
BlockType | object |
ResourceTypes | array[1] |
IconProperties | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Rubble_Ice_Medium.name",
"Description": ""
},
"Icon": "Icons/ItemsGenerated/Rubble_Ice_Medium.png",
"Set": "Rock_Ice",
"Parent": "Rubble_Stone",
"InteractionVars": {
"Item_Throw_Projectile": {
"Interactions": [
{
"Parent": "Item_Throw_Projectile",
"ProjectileId": "Rubble_Ice"
}
]
}
},
"BlockType": {
"CustomModel": "Blocks/Stone/Rubble_Medium.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Rubble/Rubble_Textures/Ice.png",
"Weight": 1
}
],
"Gathering": {
"Soft": {
"ItemId": "Rubble_Ice"
},
"Harvest": {
"ItemId": "Rubble_Ice"
}
},
"BlockParticleSetId": "Ice",
"BlockSoundSetId": "Ice",
"ParticleColor": "#b1dedd"
},
"ResourceTypes": [
{
"Id": "Ice"
}
],
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"DropOnDeath": true
}