Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / Plant / Crop / Cotton / Plant_Seeds_Cotton_Eternal.json

Plant_Seeds_Cotton_Eternal

Server/Item/Items/Plant/Crop/Cotton/Plant_Seeds_Cotton_Eternal.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Qualitystring
Categoriesarray[1]
Interactionsobject
InteractionVarsobject
Modelstring
Texturestring
PlayerAnimationsIdstring
Iconstring
IconPropertiesobject
Tagsobject
ItemEntityobject
Recipeobject
ItemLevelnumber
Scalenumber
Particlesarray[1]

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Seeds_Cotton_Eternal.name",
    "Description": "server.items.Plant_Seeds_Cotton_Eternal.description"
  },
  "Quality": "Uncommon",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Secondary": "Seed_Condition"
  },
  "InteractionVars": {
    "SeedId": {
      "Interactions": [
        {
          "Parent": "Seed_Place",
          "BlockTypeToPlace": "Plant_Crop_Cotton_Block_Eternal"
        }
      ]
    }
  },
  "Model": "Resources/Plants/SeedBag.blockymodel",
  "Texture": "Resources/Plants/SeedBag_Textures/Cotton_Eternal.png",
  "PlayerAnimationsId": "Item",
  "Icon": "Icons/ItemsGenerated/Plant_Seeds_Cotton_Eternal.png",
  "IconProperties": {
    "Scale": 1.1,
    "Rotation": [
      0,
      30,
      15
    ],
    "Translation": [
      2.5,
      -11
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Seeds"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Ingredient_Life_Essence",
        "Quantity": 80
      },
      {
        "ItemId": "Plant_Crop_Cotton_Item",
        "Quantity": 40
      },
      {
        "ItemId": "Plant_Seeds_Cotton",
        "Quantity": 1
      }
    ],
    "Output": [
      {
        "ItemId": "Plant_Seeds_Cotton_Eternal",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "RequiredTierLevel": 7,
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Seeds"
        ]
      }
    ],
    "RequiredMemoriesLevel": 5
  },
  "ItemLevel": 26,
  "Scale": 1.0,
  "Particles": [
    {
      "SystemId": "Seeds_Eternal",
      "Scale": 0.2,
      "PositionOffset": {
        "Y": 0.2
      }
    }
  ]
}