Weapon_Shield_Adamantite
Server/Item/Items/Weapon/Shield/Weapon_Shield_Adamantite.json, 1.2 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
Quality | string |
ItemLevel | number |
Recipe | object |
InteractionVars | object |
Source
{
"Parent": "Template_Weapon_Shield",
"TranslationProperties": {
"Name": "server.items.Weapon_Shield_Adamantite.name"
},
"Model": "Items/Weapons/Shield/Adamantite.blockymodel",
"Texture": "Items/Weapons/Shield/Adamantite_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Shield_Adamantite.png",
"Quality": "Rare",
"ItemLevel": 40,
"Recipe": {
"TimeSeconds": 4.5,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Adamantite",
"Quantity": 8
},
{
"ItemId": "Ingredient_Leather_Heavy",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Weapon_Shield"
],
"RequiredTierLevel": 3,
"Id": "Armor_Bench"
}
]
},
"InteractionVars": {
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Shield_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 21.78,
"CostType": "Damage"
}
}
]
}
}
}