Weapon_Shield_Wood
Server/Item/Items/Weapon/Shield/Weapon_Shield_Wood.json, 636 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
Quality | string |
Recipe | object |
ItemSoundSetId | string |
Source
{
"Parent": "Template_Weapon_Shield",
"TranslationProperties": {
"Name": "server.items.Weapon_Shield_Wood.name"
},
"Model": "Items/Weapons/Shield/Wood.blockymodel",
"Texture": "Items/Weapons/Shield/Wood_Hide.png",
"Icon": "Icons/ItemsGenerated/Weapon_Shield_Wood.png",
"Quality": "Common",
"Recipe": {
"Input": [
{
"Quantity": 6,
"ResourceTypeId": "Wood_Trunk"
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 4
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 1
}
]
},
"ItemSoundSetId": "ISS_Weapons_Shield_Wood"
}