Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Projectiles / NPCs / NPC_Rubble_Stone.json

NPC_Rubble_Stone

Server/Projectiles/NPCs/NPC_Rubble_Stone.json, 490 B

Fields

FieldType
Appearancestring
SticksVerticallyboolean
MuzzleVelocitynumber
TerminalVelocitynumber
Gravitynumber
Bouncinessnumber
ImpactSlowdownnumber
TimeToLivenumber
Damagenumber
DeathEffectsOnHitboolean
DeadTimenumber
HitParticlesobject
DepthShotnumber
HorizontalCenterShotnumber
BounceSoundEventIdstring
HitSoundEventIdstring
MissSoundEventIdstring

Source

{
  "Appearance": "Rubble_Stone",
  "SticksVertically": false,
  "MuzzleVelocity": 30,
  "TerminalVelocity": 30,
  "Gravity": 20,
  "Bounciness": 0.5,
  "ImpactSlowdown": 0.5,
  "TimeToLive": 5,
  "Damage": 16,
  "DeathEffectsOnHit": true,
  "DeadTime": 0,
  "HitParticles": {
    "SystemId": "Stone_Death"
  },
  "DepthShot": 1,
  "HorizontalCenterShot": 0.1,
  "BounceSoundEventId": "SFX_Rubble_Bounce",
  "HitSoundEventId": "SFX_Rubble_Hit",
  "MissSoundEventId": "SFX_Rubble_Bounce"
}