Weapon_Spear_Mithril
Server/Item/Items/Weapon/Spear/Weapon_Spear_Mithril.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
MaxStack | number |
Interactions | object |
InteractionVars | object |
DroppedItemAnimation | string |
IconProperties | object |
Icon | string |
PlayerAnimationsId | string |
Tags | object |
MaxDurability | number |
DurabilityLossOnHit | number |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Spear_Mithril.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Epic",
"ItemLevel": 50,
"Model": "Items/Weapons/Spear/Mithril.blockymodel",
"Texture": "Items/Weapons/Spear/Mithril_Texture.png",
"MaxStack": 30,
"Interactions": {
"Primary": "Spear_Attack",
"Secondary": "Spear_Block"
},
"InteractionVars": {
"Spear_Block_Damage": "Spear_Block_Damage",
"Spear_Stab_Effect": {
"Interactions": [
{
"Parent": "Spear_Stab_Effect",
"Effects": {
"WorldSoundEventId": "SFX_Axe_Special_Swing"
}
}
]
},
"Spear_Stab_Damage": {
"Interactions": [
{
"Parent": "Spear_Stab_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 12
},
"Type": "Absolute"
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Spear_Throw_Charged_Projectile": {
"Interactions": [
{
"Parent": "Spear_Throw_Charged_Projectile",
"ProjectileId": "Spear_Mithril"
}
]
}
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"IconProperties": {
"Scale": 0.27,
"Translation": [
-58,
-58
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Spear_Mithril.png",
"PlayerAnimationsId": "Spear",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Spear"
]
},
"MaxDurability": 50,
"DurabilityLossOnHit": 0.56,
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Wood"
}