Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Ingredient / Ingredient_Poop.json

Ingredient_Poop

Server/Item/Items/Ingredient/Ingredient_Poop.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
BlockTypeobject
ResourceTypesarray[1]
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
Scalenumber
Interactionsobject
InteractionVarsobject
Tagsobject
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Ingredient_Poop.name"
  },
  "Categories": [
    "Items.Ingredients"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Items/Ingredients/Poop.blockymodel",
    "CustomModelTexture": [
      {
        "Weight": 1,
        "Texture": "Items/Ingredients/Poop_Texture.png"
      }
    ],
    "Group": "",
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "BlockParticleSetId": "Mud",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#765222",
    "Material": "Empty",
    "HitboxType": "Plant_Small",
    "Particles": [
      {
        "SystemId": "Flies_Poop",
        "Color": "#ffffff"
      }
    ],
    "BlockSoundSetId": "Mud",
    "PhysicalMaterialId": "Dirt",
    "CustomModelScale": 0.75,
    "TextureComputedColor": "#633A2B"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.8,
    "Translation": [
      0,
      -6.6
    ],
    "Rotation": [
      10.125,
      54,
      16.875
    ]
  },
  "Icon": "Icons/ItemsGenerated/Ingredient_Poop.png",
  "Scale": 1.5,
  "Interactions": {
    "Secondary": "Item_Throw"
  },
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Ingredient_Poop",
          "Effects": {
            "CameraEffect": "Unarmed_Swing_Horizontal"
          }
        }
      ]
    }
  },
  "Tags": {
    "Type": [
      "Ingredient"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Splatty",
  "DropOnDeath": true
}