Weapon_Club_Onyxium
Server/Item/Items/Weapon/Club/Weapon_Club_Onyxium.json, 2.7 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 |
DroppedItemAnimation | string |
IconProperties | object |
Icon | string |
Tags | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Club_Onyxium.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Epic",
"ItemLevel": 50,
"Model": "Items/Weapons/Club/Onyxium.blockymodel",
"Texture": "Items/Weapons/Club/Onyxium_Texture.png",
"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": 108
},
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Steel_Impact"
}
}
]
},
"Club_Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Club_Swing_Right_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Club_Steel_Swing"
}
}
]
},
"Club_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Club_Swing_Right_Damage",
"DamageCalculator": {
"Type": "Absolute",
"BaseDamage": {
"Physical": 108
},
"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": 216
},
"Type": "Absolute",
"RandomPercentageModifier": 0.1
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Club_Wood_Impact"
}
}
]
}
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"IconProperties": {
"Scale": 0.37,
"Translation": [
-32,
-32
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Club_Onyxium.png",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Club"
]
},
"MaxDurability": 170,
"DurabilityLossOnHit": 0.56,
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Blunt_Small"
}