meta.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Edit by 20kdc using small parts of autolathe from https://github.com/tgstation/tgstation/blob/acb091f9744e9ab7d5a27fb32dd0c03bd019f58c/icons/obj/stationobjs.dmi (may be an earlier version) and tcboss from https://github.com/tgstation/tgstation/blob/e32357e6b0ec0f0a1821d2773f0d1e1d6ce7d494/icons/obj/computer.dmi (may be an earlier version)",
  5. "size": {
  6. "x": 32,
  7. "y": 64
  8. },
  9. "states": [
  10. {
  11. "name": "salvage-magnet",
  12. "directions": 4
  13. },
  14. {
  15. "name": "salvage-magnet-o0",
  16. "directions": 4,
  17. "commentary": "o0 - 04 represent the amount of time remaining during holding/detaching and cooldown."
  18. },
  19. {
  20. "name": "salvage-magnet-o1",
  21. "directions": 4
  22. },
  23. {
  24. "name": "salvage-magnet-o2",
  25. "directions": 4
  26. },
  27. {
  28. "name": "salvage-magnet-o3",
  29. "directions": 4
  30. },
  31. {
  32. "name": "salvage-magnet-o4",
  33. "directions": 4
  34. },
  35. {
  36. "name": "salvage-magnet-unready",
  37. "directions": 4,
  38. "commentary": "Cooldown state"
  39. },
  40. {
  41. "name": "salvage-magnet-ready",
  42. "directions": 4,
  43. "commentary": "Holding state"
  44. },
  45. {
  46. "name": "salvage-magnet-ready-blinking",
  47. "directions": 4,
  48. "delays": [
  49. [ 0.2, 0.2],
  50. [ 0.2, 0.2],
  51. [ 0.2, 0.2],
  52. [ 0.2, 0.2]
  53. ],
  54. "commentary": "Attaching state"
  55. },
  56. {
  57. "name": "salvage-magnet-unready-blinking",
  58. "directions": 4,
  59. "delays": [
  60. [ 0.2, 0.2],
  61. [ 0.2, 0.2],
  62. [ 0.2, 0.2],
  63. [ 0.2, 0.2]
  64. ],
  65. "commentary": "Detaching state"
  66. }
  67. ]
  68. }