Weapon_Spear_Double_Incandescent
Server/Item/Items/Weapon/Spear/Weapon_Spear_Double_Incandescent.json, 3.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Quality | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
MaxStack | number |
Interactions | object |
InteractionVars | object |
DroppedItemAnimation | string |
IconProperties | object |
Icon | string |
Trails | array[2] |
Tags | object |
Weapon | object |
Light | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Weapon_Spear_Double_Incandescent.name"
},
"Categories": [
"Items.Weapons"
],
"Quality": "Common",
"ItemLevel": 30,
"Model": "Items/Weapons/Spear/Double_Incandescent.blockymodel",
"Texture": "Items/Weapons/Spear/Double_Incandescent_Texture.png",
"PlayerAnimationsId": "Spear",
"MaxStack": 30,
"Interactions": {
"Primary": "Spear_Double_Incandescent_Attack",
"Secondary": "Spear_Block"
},
"InteractionVars": {
"Spear_Block_Damage": "Spear_Block_Damage",
"Spear_Spin_Swing_Left_Effect": {
"Interactions": [
{
"Parent": "Spear_Spin_Swing_Left_Effect",
"Effects": {
"Trails": []
}
}
]
},
"Spear_Spin_Swing_Left_Damage": {
"Interactions": [
{
"Parent": "Spear_Spin_Swing_Left_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 14
},
"RandomPercentageModifier": 0.15,
"Type": "Absolute"
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Spear_Spin_Swing_Right_Effect": {
"Interactions": [
{
"Parent": "Spear_Spin_Swing_Right_Effect",
"Effects": {
"Trails": []
}
}
]
},
"Spear_Spin_Swing_Right_Damage": {
"Interactions": [
{
"Parent": "Spear_Spin_Swing_Right_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 14
},
"RandomPercentageModifier": 0.15,
"Type": "Absolute"
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
},
"Spear_Throw_Charged_Projectile": {
"Interactions": [
{
"Parent": "Spear_Throw_Charged_Projectile",
"ProjectileId": "Spear_Double_Incandescent"
}
]
},
"Spear_Stab_Damage": {
"Interactions": [
{
"Parent": "Spear_Stab_Damage",
"DamageCalculator": {
"BaseDamage": {
"Physical": 10
}
},
"DamageEffects": {
"WorldSoundEventId": "SFX_Axe_Special_Impact"
}
}
]
}
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"IconProperties": {
"Scale": 0.22,
"Translation": [
-64,
-64
],
"Rotation": [
45,
90,
0
]
},
"Icon": "Icons/ItemsGenerated/Weapon_Spear_Double_Incandescent.png",
"Trails": [
{
"TrailId": "Medium_Flame",
"PositionOffset": {
"X": 1.25,
"Y": 0,
"Z": 0
},
"TargetNodeName": "Handle",
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 105
}
},
{
"TrailId": "Medium_Flame",
"PositionOffset": {
"X": -0.95,
"Y": 0,
"Z": 0
},
"RotationOffset": {
"Yaw": 0,
"Pitch": 0,
"Roll": 105
},
"TargetNodeName": "Handle"
}
],
"Tags": {
"Type": [
"Weapon"
],
"Family": [
"Spear"
]
},
"Weapon": {},
"Light": {
"Color": "#621",
"Radius": 1
},
"ItemSoundSetId": "ISS_Weapons_Wood"
}