Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8 / NPC / Roles / Creature / Livestock / Pig.json

Pig

Server/NPC/Roles/Creature/Livestock/Pig.json, 898 B

Fields

FieldType
Typestring
Referencestring
Modifyobject
Parametersobject

Source

{
  "Type": "Variant",
  "Reference": "Template_Animal_Neutral",
  "Modify": {
    "Appearance": "Pig",
    "AttitudeGroup": "PreyBig",
    "FlockArray": [
      "Pig",
      "Pig_Piglet"
    ],
    "AttractiveItemSet": [
      "Plant_Crop_Turnip_Item"
    ],
    "AttractiveItemSetParticles": "Want_Food_Turnip",
    "DropList": "Drop_Pig",
    "MaxHealth": 38,
    "ViewRange": 15,
    "ViewSector": 300,
    "HearingRange": 9,
    "AlertedRange": 17,
    "AlertedActionRange": 6,
    "AbsoluteDetectionRange": 2,
    "ProduceItem": "Ingredient_Poop",
    "IsTameable": true,
    "TameRoleChange": "Tamed_Pig",
    "IsMemory": true,
    "MemoriesNameOverride": "Pig",
    "NameTranslationKey": { "Compute": "NameTranslationKey" }
  },
  "Parameters": {
    "NameTranslationKey": {
      "Value": "server.npcRoles.Pig.name",
      "Description": "Translation key for NPC name display"
    }
  }
}