meta.json 569 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "https://github.com/tgstation/tgstation/blob/a7a67c81afc99d77483c84878173822ee8cbeecd/icons/obj/fulton.dmi",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "folded_extraction"
  12. },
  13. {
  14. "name": "extraction_point",
  15. "delays": [
  16. [
  17. 1,
  18. 0.1
  19. ]
  20. ]
  21. },
  22. {
  23. "name": "extraction_point_light",
  24. "delays": [
  25. [
  26. 1,
  27. 0.1
  28. ]
  29. ]
  30. },
  31. {
  32. "name": "extraction_pack"
  33. }
  34. ]
  35. }