meta.json 944 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "version":1,
  3. "size":{
  4. "x":32,
  5. "y":32
  6. },
  7. "license":"CC-BY-SA-3.0",
  8. "copyright":"Taken from https://github.com/BeeStation/BeeStation-Hornet at commit 4ccd79de285e79e504308bcd6fa5908d6b7685f7",
  9. "states":[
  10. {
  11. "name":"vent_passive",
  12. "directions" : 4
  13. },
  14. {
  15. "name":"vent_off",
  16. "directions" : 4
  17. },
  18. {
  19. "name":"vent_welded",
  20. "directions" : 4
  21. },
  22. {
  23. "name":"vent_out",
  24. "directions" : 4,
  25. "delays":[ [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ] ]
  26. },
  27. {
  28. "name":"vent_in",
  29. "directions" : 4,
  30. "delays":[ [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ], [ 0.08, 0.08, 0.08, 0.08 ] ]
  31. },
  32. {
  33. "name":"vent_lockout",
  34. "directions" : 4
  35. }
  36. ]
  37. }