Weapon_Shield_Scrap_Spiked
Server/Item/Items/Weapon/Shield/Weapon_Shield_Scrap_Spiked.json, 703 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
Icon | string |
Scale | number |
InteractionVars | object |
Source
{
"Parent": "Template_Weapon_Shield",
"TranslationProperties": {
"Name": "server.items.Weapon_Shield_Scrap_Spiked.name"
},
"Quality": "Common",
"ItemLevel": 15,
"Model": "NPC/Intelligent/Goblin_Duke/Models/Weapons/Shield/Scrap_Spiked.blockymodel",
"Texture": "NPC/Intelligent/Goblin_Duke/Models/Weapons/Shield/Scrap_Spiked_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Shield_Scrap_Spiked.png",
"Scale": 0.9,
"InteractionVars": {
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Shield_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 13.22,
"CostType": "Damage"
}
}
]
}
}
}