Weapon_Axe_Bone
Server/Item/Items/Weapon/Axe/Weapon_Axe_Bone.json, 2.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Utility | object |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Icon | string |
DroppedItemAnimation | string |
Tags | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Axe_Bone.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Rare",
"ItemLevel": 25,
"Model": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone.blockymodel",
"Texture": "NPC/Intelligent/Feran/Models/Weapons/Axe/Bone_Texture.png",
"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": 14
},
"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": 14
},
"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": 28
},
"Type": "Absolute",
"RandomPercentageModifier": 0.2
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Crude_Impact"
}
}
]
}
},
"IconProperties": {
"Scale": 0.4,
"Translation": [
-25.2,
-25.8
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Axe_Bone.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Axe"
]
},
"MaxDurability": 75,
"DurabilityLossOnHit": 0.56,
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}