Hytale Asset ReferenceUnofficial
Versions / 0.5.0 / Projectiles / NPCs / Intelligent / Goblin_Duke / Goblin_Duke_Fire.json

Goblin_Duke_Fire

Server/Projectiles/NPCs/Intelligent/Goblin_Duke/Goblin_Duke_Fire.json, 1.0 KB

Fields

FieldType
Appearancestring
Radiusnumber
Heightnumber
VerticalCenterShotnumber
HorizontalCenterShotnumber
DepthShotnumber
PitchAdjustShotboolean
SticksVerticallyboolean
MuzzleVelocitynumber
TerminalVelocitynumber
Gravitynumber
Bouncinessnumber
ImpactSlowdownnumber
TimeToLivenumber
Damagenumber
DeadTimenumber
DeadTimeMissnumber
MissParticlesobject
BounceParticlesobject
DeathParticlesobject
DeathEffectsOnHitboolean
ExplosionConfigobject

Source

{
  "Appearance": "Fireball",
  "Radius": 0.1,
  "Height": 0.2,
  "VerticalCenterShot": 0.1,
  "HorizontalCenterShot": 0.1,
  "DepthShot": 1,
  "PitchAdjustShot": false,
  "SticksVertically": true,
  "MuzzleVelocity": 40,
  "TerminalVelocity": 100,
  "Gravity": 4,
  "Bounciness": 0,
  "ImpactSlowdown": 0,
  "TimeToLive": 0,
  "Damage": 30,
  "DeadTime": 0,
  "DeadTimeMiss": 0,
  "MissParticles": {
    "SystemId": "Explosion_Medium"
  },
  "BounceParticles": {
    "SystemId": "Impact_Fire"
  },
  "DeathParticles": {
    "SystemId": "Explosion_Medium"
  },
  "DeathEffectsOnHit": true,
  "ExplosionConfig": {
    "DamageEntities": true,
    "DamageBlocks": false,
    "BlockDamageRadius": 20,
    "EntityDamageRadius": 5,
    "EntityDamageFalloff": 1.0,
    "Knockback": {
      "Type": "Point",
      "VelocityConfig": {
        "AirResistance": 0.97,
        "AirResistanceMax": 0.96,
        "GroundResistance": 0.94,
        "GroundResistanceMax": 0.3,
        "Threshold": 3.0
      },
      "Force": 5,
      "VelocityType": "Set"
    }
  }
}