Ingredient_Feathers_Light
Server/Item/Items/Ingredient/Feathers/Ingredient_Feathers_Light.json, 633 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Model | string |
Texture | string |
PlayerAnimationsId | string |
IconProperties | object |
Categories | array[1] |
Tags | object |
ItemEntity | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Feathers_Light.name"
},
"Icon": "Icons/ItemsGenerated/Ingredient_Feathers_Light.png",
"Model": "Resources/Materials/Feather.blockymodel",
"Texture": "Resources/Materials/Feather_Textures/White.png",
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.6,
"Translation": [
4,
0
],
"Rotation": [
22.5,
45,
22.5
]
},
"Categories": [
"Items.Ingredients"
],
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemEntity": {
"ParticleSystemId": null
},
"DropOnDeath": true
}