Weapon_Spear_Stone_Trork
Server/Item/Items/Weapon/Spear/Weapon_Spear_Stone_Trork.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
MaxStack | number |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Texture | string |
Model | string |
Icon | string |
DroppedItemAnimation | string |
PlayerAnimationsId | string |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Spear_Stone_Trork.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Uncommon",
"ItemLevel": 25,
"MaxStack": 5,
"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": 7
},
"Type": "Absolute"
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Spear_Throw_Charged_Projectile": {
"Interactions": [
{
"Parent": "Spear_Throw_Charged_Projectile",
"ProjectileId": "Spear_Stone_Trork"
}
]
}
},
"IconProperties": {
"Scale": 0.22,
"Translation": [
-53,
-58
],
"Rotation": [
45,
90,
0
]
},
"Texture": "NPC/Intelligent/Trork/Models/Weapons/Spear/Stone_Texture.png",
"Model": "NPC/Intelligent/Trork/Models/Weapons/Spear/Stone.blockymodel",
"Icon": "Icons/ItemsGenerated/Weapon_Spear_Stone_Trork.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"PlayerAnimationsId": "Spear",
"Tags": {
"Family": [
"Spear"
],
"Type": [
"Weapon"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Stone_Small"
}