Files
Maxim T 1aab1ee212 interrogator lamp (#16820)
* interrogator lamp

Ultra-bright lamp for the bad cop

* interrogator lamp update

-Reduced energy consumption, improved base energy source for extra thorough interrogation
-The Basic Rights of Sentient Beings have been respected by reducing the number of flash charges. Now they slowly regenerate over time.
-The chief engineer fixed the charge indication, although there was a conscript on the shift. It may not work as intended
2023-07-09 16:35:20 -06:00

47 lines
752 B
JSON

{
"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
}
]
}