| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "version": 1,
- "license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
- "size": {
- "x": 32,
- "y": 32
- },
- "states": [
- {
- "name": "lamp-int"
- },
- {
- "name": "lamp-int-on"
- },
- {
- "name": "flashing",
- "delays": [
- [
- 0.1,
- 0.1,
- 0.3
- ]
- ]
- },
- {
- "name": "burnt"
- },
- {
- "name": "off-inhand-left",
- "directions": 4
- },
- {
- "name": "off-inhand-right",
- "directions": 4
- },
- {
- "name": "on-inhand-left",
- "directions": 4
- },
- {
- "name": "on-inhand-right",
- "directions": 4
- }
- ]
- }
|