| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "version": 1,
- "license": "AGPLv3",
- "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "electricity_generic",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "ice_generic",
- "delays": [
- [
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2,
- 0.2
- ]
- ]
- },
- {
- "name": "fire_generic",
- "delays": [
- [
- 0.1,
- 0.2,
- 0.1,
- 0.2,
- 0.1,
- 0.1,
- 0.1,
- 0.2,
- 0.1,
- 0.2,
- 0.2,
- 0.1,
- 0.1,
- 0.1,
- 0.2
- ]
- ]
- },
- {
- "name": "poison_generic",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- }
- ]
- }
|