| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "version": 1,
- "license": "CC-BY-SA-4.0",
- "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/1516a728931b4985c1e86f0c5995a5aa1554a1ad and modified by potato1234x",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "broken"
- },
- {
- "name": "deny-unshaded",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "eject-unshaded",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.8,
- 0.1,
- 0.1
- ]
- ]
- },
- {
- "name": "normal-unshaded",
- "delays": [
- [
- 4,
- 0.1,
- 0.6
- ]
- ]
- },
- {
- "name": "off"
- },
- {
- "name": "panel"
- }
- ]
- }
|