Weapon_Battleaxe_Tribal
Server/Item/Items/Weapon/Battleaxe/Weapon_Battleaxe_Tribal.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_Battleaxe",
"TranslationProperties": {
"Name": "server.items.Weapon_Battleaxe_Tribal.name"
},
"Model": "NPC/Intelligent/Slothian/Models/Weapons/Battleaxe/Tribal.blockymodel",
"Texture": "NPC/Intelligent/Slothian/Models/Weapons/Battleaxe/Tribal_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Battleaxe_Tribal.png",
"Quality": "Common",
"ItemLevel": 15,
"Recipe": {
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Iron",
"Quantity": 6
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 3
},
{
"ItemId": "Ingredient_Leather_Light",
"Quantity": 4
}
]
},
"InteractionVars": {
"Signature_Whirlwind_Damage": {
"Interactions": [
{
"Parent": "Weapon_Battleaxe_Signature_Whirlwind_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 12
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Battleaxe_T2_Impact",
"LocalSoundEventId": "SFX_Battleaxe_T2_Impact"
}
}
]
}
}
}