motherboard_def.lua 377 B

1234567891011121314151617181920
  1. format_version = "3.0"
  2. custom_properties = jbox.property_set{
  3. rt_owner = {
  4. properties = {
  5. Imperfector = jbox.boolean{
  6. property_tag = 11,
  7. default = false,
  8. ui_name = jbox.ui_text("text_Imperfector"),
  9. ui_type = jbox.ui_linear({min=0, max=1, units={{decimals=0}}}),
  10. }
  11. }
  12. },
  13. rtc_owner = {
  14. properties = {
  15. instance = jbox.native_object{},
  16. }
  17. },
  18. }