meta.json 689 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-NC-SA-3.0",
  8. "copyright": "Modified by EmoGarbage404 and taken from https://github.com/goonstation/goonstation at commit b951a2c12d967af1295a3e6d33a861e7e1f21299.",
  9. "states": [
  10. {
  11. "name": "cash"
  12. },
  13. {
  14. "name": "cash_10"
  15. },
  16. {
  17. "name": "cash_100"
  18. },
  19. {
  20. "name": "cash_500"
  21. },
  22. {
  23. "name": "cash_1000"
  24. },
  25. {
  26. "name": "cash_1000000",
  27. "delays": [
  28. [
  29. 0.2,
  30. 0.2,
  31. 0.2,
  32. 0.2,
  33. 0.2,
  34. 0.2,
  35. 0.2,
  36. 0.2,
  37. 0.2,
  38. 0.2
  39. ]
  40. ]
  41. }
  42. ]
  43. }