meta.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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/tgstation/tgstation at commit 57cd1d59ca019dd0e7811ac451f295f818e573da. Signal valve is a digital valve modified by deltanedas. Manual valve modified by Deerstop at https://github.com/space-wizards/space-station-14/pull/34378",
  9. "states":[
  10. {
  11. "name":"pumpDigitalValve",
  12. "directions":4
  13. },
  14. {
  15. "name":"pumpManualValve",
  16. "directions":4
  17. },
  18. {
  19. "name":"pumpManualValveOn",
  20. "directions":4
  21. },
  22. {
  23. "name":"pumpSignalValve",
  24. "directions":4
  25. },
  26. {
  27. "name":"pumpSignalValveOn",
  28. "directions":4
  29. },
  30. {
  31. "name":"pumpPassiveGate",
  32. "directions":4
  33. },
  34. {
  35. "name":"pumpPassiveGateOn",
  36. "directions":4
  37. },
  38. {
  39. "name":"pumpPressure",
  40. "directions":4
  41. },
  42. {
  43. "name":"pumpPressureOn",
  44. "directions":4,
  45. "delays":[ [ 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1 ] ]
  46. },
  47. {
  48. "name":"pumpVolume",
  49. "directions":4
  50. },
  51. {
  52. "name":"pumpVolumeOn",
  53. "directions":4,
  54. "delays":[ [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ], [ 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1 ] ]
  55. },
  56. {
  57. "name":"pumpVolumeBlocked",
  58. "directions":4,
  59. "delays":[ [ 1.0, 1.0 ], [ 1.0, 1.0 ], [ 1.0, 1.0 ], [ 1.0, 1.0 ] ]
  60. }
  61. ]
  62. }