Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Weapon / Bomb / Weapon_Bomb_Popberry.json

Weapon_Bomb_Popberry

Server/Item/Items/Weapon/Bomb/Weapon_Bomb_Popberry.json, 1.4 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
PlayerAnimationsIdstring
Interactionsobject
Recipeobject
IconPropertiesobject
Modelstring
Texturestring
Iconstring
Particlesarray[1]
MaxStacknumber
Utilityobject
Tagsobject
Weaponobject
Qualitystring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Bomb_Popberry.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "PlayerAnimationsId": "Item",
  "Interactions": {
    "Primary": {
      "Interactions": [
        "Bomb_Throw_Popberry"
      ]
    }
  },
  "Recipe": {
    "TimeSeconds": 0.5,
    "KnowledgeRequired": false,
    "Input": [
      {
        "ItemId": "Plant_Fruit_Berries_Red",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Powder_Boom",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Alchemybench",
        "Type": "Crafting",
        "Categories": [
          "Alchemy_Bombs"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "IconProperties": {
    "Scale": 0.87,
    "Rotation": [
      0,
      328,
      331
    ],
    "Translation": [
      -4,
      -4
    ]
  },
  "Model": "Items/Projectiles/Popberry_Bomb.blockymodel",
  "Texture": "Items/Projectiles/Popberry_Bomb_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Bomb_Popberry.png",
  "Particles": [
    {
      "SystemId": "Fuse_Bomb",
      "TargetNodeName": "Fuse_Lit",
      "TargetEntityPart": "PrimaryItem"
    }
  ],
  "MaxStack": 10,
  "Utility": {
    "Compatible": false
  },
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Bomb"
    ]
  },
  "Weapon": {},
  "Quality": "Uncommon"
}