Add binoculars (#34687)

* add binoculars

* tabs evil

* give one to warden

* buff

(cherry picked from commit 80354550223679aa185a635bf84830e782d464c5)
This commit is contained in:
slarticodefast
2025-02-05 00:46:49 +03:00
committed by Spatison
parent 12853bc85f
commit 2a797f96c7
9 changed files with 56 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
amount: 2
- id: RemoteSignaller
amount: 2
- id: Binoculars
- id: BoxPDAPrisoner
- id: ClothingShoesBootsWinterWarden
- id: BoxEncryptionKeyPrisoner

View File

@@ -286,6 +286,7 @@
- !type:GroupSelector
weight: 2
children:
- id: Binoculars
- id: LanternFlash
- id: PowerCellHigh
- id: NetProbeCartridge

View File

@@ -0,0 +1,24 @@
- type: entity
name: binoculars
parent: BaseItem
id: Binoculars
description: Used for long-distance surveillance.
components:
- type: Sprite
sprite: Objects/Tools/binoculars.rsi
state: icon
- type: Item
size: Normal
- type: Wieldable
- type: UseDelay
delay: 1.0
- type: CursorOffsetRequiresWield
- type: EyeCursorOffset
maxOffset: 5
pvsIncrease: 0.5
- type: PhysicalComposition
materialComposition:
Steel: 100
Glass: 50
- type: StaticPrice
price: 100

Binary file not shown.

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

View File

@@ -0,0 +1,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "icon taken from tg station at commit https://github.com/tgstation/tgstation/commit/2d26ce62c273d025bed77a0e6c4bdc770b789bb0, inhands from commit https://github.com/tgstation/tgstation/commit/b1edbc1990a98239c6d3fd6871fc365daab61eb5",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B