Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / NPC_Spawner / Spawner_Rat.json

Spawner_Rat

Server/Item/Items/NPC_Spawner/Spawner_Rat.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
Setstring
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
Iconstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Spawner_Rat.name"
  },
  "Set": "Scrap",
  "BlockType": {
    "BlockEntity": {
      "Components": {
        "SpawnMarkerBlock": {
          "Config": {
            "SpawnMarker": "Rat",
            "MarkerOffset": {
              "X": 0,
              "Y": 1,
              "Z": 0
            }
          }
        }
      }
    },
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Trash_Pile_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Trash_Pile_Texture.png"
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "VariantRotation": "NESW",
    "Material": "Solid",
    "Opacity": "Semitransparent",
    "RandomRotation": "YawStep1",
    "ParticleColor": "#849494",
    "HitboxType": "Block_Half",
    "TextureComputedColor": "#797B71"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      -2,
      -12
    ],
    "Rotation": [
      339,
      192,
      356
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Deco_Scrap_Trash_Pile_Small.png"
}