Weapon_Axe_Crude
Server/Item/Items/Weapon/Axe/Weapon_Axe_Crude.json, 3.2 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 |
DurabilityLossOnHit | number |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Axe_Crude.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Weapon_Axe_Crude.png",
"Quality": "Common",
"ItemLevel": 5,
"Model": "Items/Weapons/Axe/Crude.blockymodel",
"Texture": "Items/Weapons/Axe/Crude_Texture.png",
"Recipe": {
"TimeSeconds": 3,
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Ingredient_Stick",
"Quantity": 2
},
{
"ItemId": "Rubble_Stone",
"Quantity": 3
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 3
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 2
}
]
},
"PlayerAnimationsId": "Axe",
"Utility": {
"Compatible": true
},
"Interactions": {
"Primary": "Axe_Attack"
},
"InteractionVars": {
"Axe_Swing_Down_Left_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Down_Left_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Crude_Swing"
}
}
]
},
"Axe_Swing_Down_Left_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Down_Left_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 8
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Crude_Impact"
}
}
]
},
"Axe_Swing_Up_Right_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Crude_Swing"
}
}
]
},
"Axe_Swing_Up_Right_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Up_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 8
},
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Crude_Impact"
}
}
]
},
"Axe_Swing_Left_Charged_Effect": {
"Interactions": [
{
"Parent": "Axe_Swing_Left_Charged_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Weapon_Charge_Swing"
}
}
]
},
"Axe_Swing_Left_Charged_Damage": {
"Interactions": [
{
"Parent": "Axe_Swing_Left_Charged_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 16
},
"Type": "Absolute",
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Crude_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.45,
"Translation": [
-24,
-24
],
"Rotation": [
45,
90,
0
]
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"DurabilityLossOnHit": 0.56,
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Axe"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}