meta.json 752 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "lamp-int"
  12. },
  13. {
  14. "name": "lamp-int-on"
  15. },
  16. {
  17. "name": "flashing",
  18. "delays": [
  19. [
  20. 0.1,
  21. 0.1,
  22. 0.3
  23. ]
  24. ]
  25. },
  26. {
  27. "name": "burnt"
  28. },
  29. {
  30. "name": "off-inhand-left",
  31. "directions": 4
  32. },
  33. {
  34. "name": "off-inhand-right",
  35. "directions": 4
  36. },
  37. {
  38. "name": "on-inhand-left",
  39. "directions": 4
  40. },
  41. {
  42. "name": "on-inhand-right",
  43. "directions": 4
  44. }
  45. ]
  46. }