meta.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "GitHub @Keikiru, iceglass.rsi originally from https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi, parched.png big waterbottle derived from https://github.com/discordia-space/CEV-Eris/raw/9c980cb9bc84d07b1c210c5447798af525185f80/icons/obj/food.dmi, toilet.rsi originally from https://github.com/discordia-space/CEV-Eris/commit/2cb66bae0e253e13d37f8939e0983bb94fee243e",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "thirsty",
  12. "directions": 1,
  13. "delays": [
  14. [
  15. 1.0
  16. ]
  17. ]
  18. },
  19. {
  20. "name": "parched",
  21. "directions": 1,
  22. "delays": [
  23. [
  24. 0.5,
  25. 0.5
  26. ]
  27. ]
  28. },
  29. {
  30. "name": "overhydrated",
  31. "directions": 1,
  32. "delays": [
  33. [
  34. 1.0
  35. ]
  36. ]
  37. },
  38. {
  39. "name": "thirst1",
  40. "directions": 1
  41. },
  42. {
  43. "name": "thirst2",
  44. "directions": 1
  45. },
  46. {
  47. "name": "thirst3",
  48. "directions": 1
  49. }
  50. ]
  51. }