Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Interactions / SpawnNPC / SpawnNPC_Entity_Default.json

SpawnNPC_Entity_Default

Server/Item/Interactions/SpawnNPC/SpawnNPC_Entity_Default.json, 228 B

Fields

FieldType
$Commentstring
Typestring
EntityIdstring
SpawnOffsetobject

Source

{
  "$Comment": "Default SpawnNPC entity - spawns a Sheep as a placeholder. Items should override via InteractionVars.",
  "Type": "SpawnNPC",
  "EntityId": "Sheep",
  "SpawnOffset": {
    "X": 0,
    "Y": 0.5,
    "Z": 0
  }
}