Weapon_Spear_Adamantite_Saurian
Server/Item/Items/Weapon/Spear/Weapon_Spear_Adamantite_Saurian.json, 1.8 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 |
Reticle | string |
Tags | object |
Scale | number |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Spear_Adamantite_Saurian.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Rare",
"ItemLevel": 40,
"Model": "NPC/Intelligent/Saurian/Models/Weapons/Spear/Adamantite_Saurian.blockymodel",
"Texture": "NPC/Intelligent/Saurian/Models/Weapons/Spear/Adamantite_Saurian_Texture.png",
"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": 10
},
"Type": "Absolute"
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Spear_Throw_Charged_Projectile": {
"Interactions": [
{
"Parent": "Spear_Throw_Charged_Projectile",
"ProjectileId": "Spear_Adamantite_Saurian"
}
]
}
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"IconProperties": {
"Scale": 0.18,
"Translation": [
-71,
-75
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Spear_Adamantite_Saurian.png",
"PlayerAnimationsId": "Spear",
"Reticle": "DefaultMelee",
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Spear"
]
},
"Scale": 1,
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Wood"
}