Weapon_Mace_Thorium
Server/Item/Items/Weapon/Mace/Weapon_Mace_Thorium.json, 4.7 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Model | string |
Texture | string |
Icon | string |
Quality | string |
ItemLevel | number |
Recipe | object |
InteractionVars | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Source
{
"Parent": "Template_Weapon_Mace",
"TranslationProperties": {
"Name": "server.items.Weapon_Mace_Thorium.name"
},
"Model": "Items/Weapons/Mace/Thorium.blockymodel",
"Texture": "Items/Weapons/Mace/Thorium_Texture.png",
"Icon": "Icons/ItemsGenerated/Weapon_Mace_Thorium.png",
"Quality": "Rare",
"ItemLevel": 30,
"Recipe": {
"TimeSeconds": 4,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 12
},
{
"ItemId": "Ingredient_Leather_Medium",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Weapon_Mace"
],
"Id": "Weapon_Bench",
"RequiredTierLevel": 2
},
{
"Type": "DiagramCrafting",
"Categories": [
"Weapons.Mace"
],
"Id": "Armory"
}
]
},
"InteractionVars": {
"Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 36
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 36
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Up_Left_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Up_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 36
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 52
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Right_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Right_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 52
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Swing_Up_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Primary_Swing_Up_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 52
}
},
"EntityStatsOnHit": [
{
"EntityStatId": "SignatureEnergy",
"Amount": 2
}
],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Groundslam_Damage": {
"Interactions": [
{
"Parent": "Weapon_Mace_Signature_Groundslam_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 116
}
},
"EntityStatsOnHit": [],
"DamageEffects": {
"WorldSoundEventId": "SFX_Mace_T2_Impact",
"LocalSoundEventId": "SFX_Mace_T2_Impact"
}
}
]
},
"Guard_Wield": {
"Interactions": [
{
"Parent": "Weapon_Mace_Secondary_Guard_Wield",
"StaminaCost": {
"Value": 12.22,
"CostType": "Damage"
}
}
]
}
},
"MaxDurability": 150,
"DurabilityLossOnHit": 0.5
}