Versions / 0.6.0-pre.4 / Item / Items / Ingredient / Fabric_Scrap / Ingredient_Fabric_Scrap_Wool.json
Ingredient_Fabric_Scrap_Wool
Server/Item/Items/Ingredient/Fabric_Scrap/Ingredient_Fabric_Scrap_Wool.json, 742 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Model | string |
Texture | string |
Quality | string |
ItemLevel | number |
PlayerAnimationsId | string |
IconProperties | object |
Icon | string |
Scale | number |
Tags | object |
ItemEntity | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Fabric_Scrap_Wool.name"
},
"Categories": [
"Items.Ingredients"
],
"Model": "Resources/Materials/Wool_Piece.blockymodel",
"Texture": "Resources/Materials/Wool_Piece_Texture.png",
"Quality": "Common",
"ItemLevel": 10,
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.77,
"Translation": [
-0.3,
-0.9
],
"Rotation": [
22.5,
45,
22.5
]
},
"Icon": "Icons/ItemsGenerated/Ingredient_Fabric_Scrap_Wool.png",
"Scale": 1.2,
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"ItemSoundSetId": "ISS_Items_Cloth",
"DropOnDeath": true
}