| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "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",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "thirsty",
- "directions": 1,
- "delays": [
- [
- 1.0
- ]
- ]
- },
- {
- "name": "parched",
- "directions": 1,
- "delays": [
- [
- 0.5,
- 0.5
- ]
- ]
- },
- {
- "name": "overhydrated",
- "directions": 1,
- "delays": [
- [
- 1.0
- ]
- ]
- },
- {
- "name": "thirst1",
- "directions": 1
- },
- {
- "name": "thirst2",
- "directions": 1
- },
- {
- "name": "thirst3",
- "directions": 1
- }
- ]
- }
|