Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / NPC / Roles / Intelligent / Neutral / Feran / Component_Feran_Sensor_Low_HP.json

Component_Feran_Sensor_Low_HP

Server/NPC/Roles/Intelligent/Neutral/Feran/Component_Feran_Sensor_Low_HP.json, 306 B

Fields

FieldType
Classstring
Contentobject
Typestring

Source

{
  "Class": "Sensor",
  "Content": {
    "Type": "Self",
    "Filters": [
      {
        "Type": "Stat",
        "StatTarget": "Value",
        "RelativeTo": "Health",
        "Stat": "Health",
        "RelativeToTarget": "Max",
        "ValueRange": [ 0, 0.5 ]
      }
    ]
  },
  "Type": "Component"
}