Weapon_Spear_Fishbone
Server/Item/Items/Weapon/Spear/Weapon_Spear_Fishbone.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Texture | string |
MaxStack | number |
IconProperties | object |
Interactions | object |
InteractionVars | object |
Icon | string |
DroppedItemAnimation | string |
PlayerAnimationsId | string |
Tags | object |
Weapon | object |
Model | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Spear_Fishbone.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 25,
"Texture": "NPC/Intelligent/Tuluk/Models/Weapons/Spear/Fishbone_Texture.png",
"MaxStack": 5,
"IconProperties": {
"Scale": 0.2,
"Translation": [
-75,
-72
],
"Rotation": [
45,
90,
0
]
},
"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": 8
},
"Type": "Absolute"
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Spear_Throw_Charged_Projectile": {
"Interactions": [
{
"Parent": "Spear_Throw_Charged_Projectile",
"ProjectileId": "Spear_Fishbone"
}
]
}
},
"Icon": "Icons/ItemsGenerated/Weapon_Spear_Fishbone.png",
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"PlayerAnimationsId": "Spear",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Spear"
]
},
"Weapon": {},
"Model": "NPC/Intelligent/Tuluk/Models/Weapons/Spear/Fishbone.blockymodel",
"ItemSoundSetId": "ISS_Weapons_Wood"
}