meta.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Reptilian edit by Nairod(Github). equipped-MASK-vox state taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/4638130fab5ff0e9faa220688811349d3297a33e and slightly modified to fix an error",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "equipped-MASK",
  15. "directions": 4,
  16. "delays": [
  17. [ 0.5, 0.5, 0.5 ],
  18. [ 0.5, 0.5, 0.5 ],
  19. [ 0.5, 0.5, 0.5 ],
  20. [ 0.5, 0.5, 0.5 ]
  21. ]
  22. },
  23. {
  24. "name": "inhand-left",
  25. "directions": 4
  26. },
  27. {
  28. "name": "inhand-right",
  29. "directions": 4
  30. },
  31. {
  32. "name": "equipped-MASK-reptilian",
  33. "directions": 4,
  34. "delays": [
  35. [ 0.5, 0.5, 0.5 ],
  36. [ 0.5, 0.5, 0.5 ],
  37. [ 0.5, 0.5, 0.5 ],
  38. [ 0.5, 0.5, 0.5 ]
  39. ]
  40. },
  41. {
  42. "name": "equipped-MASK-vox",
  43. "directions": 4,
  44. "delays": [
  45. [ 0.5, 0.5, 0.5 ],
  46. [ 0.5, 0.5, 0.5 ],
  47. [ 0.5, 0.5, 0.5 ],
  48. [ 0.5, 0.5, 0.5 ]
  49. ]
  50. }
  51. ]
  52. }