Weapon_Club_Copper
Server/Item/Items/Weapon/Club/Weapon_Club_Copper.json, 3.3 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
Recipe | object |
PlayerAnimationsId | string |
Utility | object |
Interactions | object |
InteractionVars | object |
IconProperties | object |
DroppedItemAnimation | string |
MaxDurability | number |
DurabilityLossOnHit | number |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Club_Copper.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Weapon_Club_Copper.png",
"Quality": "Common",
"ItemLevel": 10,
"Model": "Items/Weapons/Club/Copper.blockymodel",
"Texture": "Items/Weapons/Club/Copper_Texture.png",
"Recipe": {
"TimeSeconds": 3,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Bar_Copper",
"Quantity": 4
},
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 6
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "DiagramCrafting",
"Categories": [
"Weapons.Club"
],
"Id": "Armory"
},
{
"Type": "Crafting",
"Categories": [
"Weapon_Club"
],
"Id": "Weapon_Bench"
}
]
},
"PlayerAnimationsId": "Club",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Club_Attack"
},
"InteractionVars": {
"Club_Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Club_Swing_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Club_Steel_Swing"
}
}
]
},
"Club_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Club_Swing_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 12
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Steel_Impact"
}
}
]
},
"Club_Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Club_Swing_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Club_Special_Swing"
}
}
]
},
"Club_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Club_Swing_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 12
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Steel_Impact"
}
}
]
},
"Club_Swing_Down_Charged_Effect": "Club_Swing_Down_Charged_Effect",
"Club_Swing_Down_Charged_Damage": {
"Interactions": [
{
"Parent": "Club_Swing_Down_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 24
},
"Type": "Absolute",
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Steel_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.4,
"Translation": [
-18,
-19.799999
],
"Rotation": [
45,
90,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"MaxDurability": 90,
"DurabilityLossOnHit": 0.56,
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Club"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}