Weapon_Blowgun_Tribal
Server/Item/Items/Weapon/Blowgun/Weapon_Blowgun_Tribal.json, 937 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Categories | array[1] |
Model | string |
Texture | string |
Icon | string |
PlayerAnimationsId | string |
Recipe | object |
IconProperties | object |
Source
{
"Parent": "Template_Weapon_Sword",
"TranslationProperties": {
"Name": "server.items.Weapon_Blowgun_Tribal.name"
},
"Categories": [
"Items.Weapons"
],
"Model": "NPC/Intelligent/Slothian/Models/Weapons/Blowgun/Tribal.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Weapons/Blowgun/Tribal_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Blowgun_Tribal.png",
"PlayerAnimationsId": "Sword",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 6
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 4
},
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 10
}
]
},
"IconProperties": {
"Scale": 0.3,
"Translation": [
40,
43
],
"Rotation": [
195,
135,
315
]
}
}