Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / NPC / Roles / Intelligent / Neutral / Feran / Component_Sensor_Feran_Day.json

Component_Sensor_Feran_Day

Server/NPC/Roles/Intelligent/Neutral/Feran/Component_Sensor_Feran_Day.json, 327 B

Fields

FieldType
Classstring
Interfacestring
Parametersobject
Contentobject
Typestring

Source

{
  "Class": "Sensor",
  "Interface": "Hytale.Component.Sensor.Time",
  "Parameters": {
    "Period": {
      "Value": [ 6.01, 23.99 ],
      "Description": "The time period to trigger within"
    }
  },
  "Content": {
    "Type": "Time",
    "Period": { "Compute": "Period" },
    "CheckDay": true
  },
  "Type": "Component"
}