Weapon_Shield_Rusty
Server/Item/Items/Weapon/Shield/Weapon_Shield_Rusty.json, 601 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Texture | string |
Model | string |
Icon | string |
Quality | string |
ItemLevel | number |
InteractionVars | object |
Source
{
"Parent": "Template_Weapon_Shield",
"TranslationProperties": {
"Name": "server.items.Weapon_Shield_Rusty.name"
},
"Texture": "Items/Weapons/Shield/Rusty_Texture.png",
"Model": "Items/Weapons/Shield/Rusty.blockymodel",
"Icon": "Icons/ItemsGenerated/Weapon_Shield_Rusty.png",
"Quality": "Common",
"ItemLevel": 15,
"InteractionVars": {
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Shield_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 13.22,
"CostType": "Damage"
}
}
]
}
}
}