Flamethrower_Goblin
Server/Item/Items/Weapon/Flamethrower/Flamethrower_Goblin.json, 1.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
Icon | string |
ItemLevel | number |
Model | string |
Texture | string |
PlayerAnimationsId | string |
Interactions | object |
InteractionVars | object |
IconProperties | object |
Particles | array[1] |
Light | object |
DroppedItemAnimation | string |
Tags | object |
Weapon | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Flamethrower_Goblin.name"
},
"Categories": [
"Items.Weapons"
],
"Icon": "Icons/ItemsGenerated/Flamethrower_Goblin.png",
"ItemLevel": 40,
"Model": "NPC/Intelligent/Goblin/Models/Weapons/Flamethrower/Flamethrower_Goblin.blockymodel",
"Texture": "NPC/Intelligent/Goblin/Models/Weapons/Flamethrower/Flamethrower_Goblin_Texture.png",
"PlayerAnimationsId": "Rifle",
"Interactions": {
"Primary": "Flamethrower_Goblin_Primary"
},
"InteractionVars": {
"Flamethrower_Damage": {
"Interactions": [
{
"Parent": "Weapon_Stick_Fire_Secondary_Damage",
"DamageCalculator": {
"BaseDamage": {
"Fire": 12
}
},
"DamageEffects": {
"Knockback": {
"Direction": {
"X": 0,
"Y": 2.0,
"Z": -3.0
},
"Force": 8.0,
"VelocityType": "Add"
},
"WorldParticles": [
{
"SystemId": "Impact_Explosion"
}
]
},
"Next": {
"Type": "ApplyEffect",
"EffectId": "Flame_Staff_Burn",
"Entity": "Target"
}
}
]
}
},
"IconProperties": {
"Scale": 0.35,
"Rotation": [
318,
102,
0
],
"Translation": [
-5,
-31
]
},
"Particles": [
{
"TargetNodeName": "Flame",
"SystemId": "Candle_Fire",
"Color": "#ffb537"
}
],
"Light": {
"Radius": 1,
"Color": "#a73"
},
"DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
"Tags": {
"Family": [
"Gun"
],
"Type": [
"Weapon"
]
},
"Weapon": {},
"ItemSoundSetId": "ISS_Weapons_Wood"
}