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
@@ -103,6 +103,59 @@
|
||||
- type: Item
|
||||
sprite: Objects/Misc/Lights/lampgreen.rsi
|
||||
|
||||
- type: entity
|
||||
name: interrogator lamp
|
||||
id: LampInterrogator
|
||||
parent: BaseLamp
|
||||
description: Ultra-bright lamp for the bad cop
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/Lights/lampint.rsi
|
||||
layers:
|
||||
- state: lamp-int
|
||||
map: [ "enum.FlashVisuals.BaseLayer" ]
|
||||
- state: lamp-int-on
|
||||
shader: unshaded
|
||||
visible: false
|
||||
map: [ "light" ]
|
||||
- state: flashing
|
||||
map: [ "enum.FlashVisuals.LightLayer" ]
|
||||
visible: false
|
||||
- type: Item
|
||||
sprite: Objects/Misc/Lights/lampint.rsi
|
||||
- type: StaticPrice
|
||||
price: 2500
|
||||
- type: PointLight
|
||||
netsync: false
|
||||
enabled: false
|
||||
radius: 2
|
||||
energy: 0.5
|
||||
color: "#FFFFEE"
|
||||
- type: Flash
|
||||
- type: LimitedCharges
|
||||
maxCharges: 3
|
||||
charges: 3
|
||||
- type: AutoRecharge
|
||||
rechargeDuration: 30
|
||||
- type: MeleeWeapon
|
||||
damage:
|
||||
types:
|
||||
Blunt: 0 # melee weapon to allow flashing individual targets
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
startingItem: PowerCellHigh
|
||||
- type: GenericVisualizer
|
||||
visuals:
|
||||
enum.FlashVisuals.Burnt:
|
||||
enum.FlashVisuals.BaseLayer:
|
||||
True: {state: burnt}
|
||||
enum.FlashVisuals.Flashing:
|
||||
enum.FlashVisuals.LightLayer:
|
||||
True: {visible: true}
|
||||
False: {visible: false}
|
||||
|
||||
- type: entity
|
||||
name: floodlight
|
||||
id: Floodlight
|
||||
|
||||
BIN
Resources/Textures/Objects/Misc/Lights/lampint.rsi/burnt.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
Resources/Textures/Objects/Misc/Lights/lampint.rsi/flashing.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
BIN
Resources/Textures/Objects/Misc/Lights/lampint.rsi/lamp-int.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
46
Resources/Textures/Objects/Misc/Lights/lampint.rsi/meta.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 473 B |
|
After Width: | Height: | Size: 459 B |
|
After Width: | Height: | Size: 381 B |
|
After Width: | Height: | Size: 376 B |