| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "cracker"
- },
- {
- "name": "cracker1"
- },
- {
- "name": "cracker2"
- },
- {
- "name": "gift1"
- },
- {
- "name": "gift2"
- },
- {
- "name": "gift3"
- },
- {
- "name": "doorwreath",
- "directions": 4
- },
- {
- "name": "xmaslights",
- "directions": 4,
- "delays": [
- [
- 0.8,
- 0.8,
- 0.8,
- 0.8
- ],
- [
- 0.8,
- 0.8,
- 0.8,
- 0.8
- ],
- [
- 0.8,
- 0.8,
- 0.8,
- 0.8
- ],
- [
- 0.8,
- 0.8,
- 0.8,
- 0.8
- ]
- ]
- }
- ]
- }
|