| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "version": 1,
- "license": "CC-BY-NC-SA-3.0",
- "copyright": "taken from /tg/ station at commit https://github.com/tgstation/tgstation/commit/02756c2bc2cf3000080d030955e994242bab39b5, holoclown made by brainfood1183 (github)",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "magic",
- "directions": 4
- },
- {
- "name": "tech",
- "directions": 4
- },
- {
- "name": "miner",
- "directions": 4
- },
- {
- "name": "magic_flare",
- "directions": 4
- },
- {
- "name": "magic_base",
- "directions": 4
- },
- {
- "name": "holoclown",
- "directions": 4
- },
- {
- "name": "holoclown_base",
- "directions": 4
- },
- {
- "name": "holoclown_flare",
- "directions": 4,
- "delays": [
- [
- 0.1,
- 0.1
- ],
- [
- 0.1,
- 0.1
- ],
- [
- 0.1,
- 0.1
- ],
- [
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "miner_flare",
- "directions": 4
- },
- {
- "name": "miner_base",
- "directions": 4,
- "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": "tech_flare",
- "directions": 4
- },
- {
- "name": "tech_base",
- "directions": 4
- }
- ]
- }
|