| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/bfc9c6ba8126ee8c41564d68c4bfb9ce37faa8f8 and modified by Swept",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "match_burnt"
- },
- {
- "name": "match_lit",
- "delays": [
- [
- 0.2,
- 0.2,
- 0.2
- ]
- ]
- },
- {
- "name": "match_unlit"
- },
- {
- "name": "matchbox"
- },
- {
- "name": "matchbox-open"
- },
- {
- "name": "matchbox1"
- },
- {
- "name": "matchbox2"
- },
- {
- "name": "matchbox3"
- },
- {
- "name": "matchbox-inhand-left",
- "directions": 4
- },
- {
- "name": "matchbox-inhand-right",
- "directions": 4
- },
- {
- "name": "unlit-inhand-left",
- "directions": 4
- },
- {
- "name": "unlit-inhand-right",
- "directions": 4
- },
- {
- "name": "lit-inhand-left",
- "directions": 4,
- "delays": [
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ]
- ]
- },
- {
- "name": "lit-inhand-right",
- "directions": 4,
- "delays": [
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ],
- [
- 0.2,
- 0.2,
- 0.2
- ]
- ]
- }
- ]
- }
|