mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
Add binoculars (#34687)
* add binoculars * tabs evil * give one to warden * buff (cherry picked from commit 80354550223679aa185a635bf84830e782d464c5)
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
amount: 2
|
||||
- id: RemoteSignaller
|
||||
amount: 2
|
||||
- id: Binoculars
|
||||
- id: BoxPDAPrisoner
|
||||
- id: ClothingShoesBootsWinterWarden
|
||||
- id: BoxEncryptionKeyPrisoner
|
||||
|
||||
@@ -286,6 +286,7 @@
|
||||
- !type:GroupSelector
|
||||
weight: 2
|
||||
children:
|
||||
- id: Binoculars
|
||||
- id: LanternFlash
|
||||
- id: PowerCellHigh
|
||||
- id: NetProbeCartridge
|
||||
|
||||
24
Resources/Prototypes/Entities/Objects/Tools/binoculars.yml
Normal file
24
Resources/Prototypes/Entities/Objects/Tools/binoculars.yml
Normal 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
|
||||
BIN
Resources/Textures/Objects/Tools/binoculars.rsi/icon.png
Normal file
BIN
Resources/Textures/Objects/Tools/binoculars.rsi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 611 B |
BIN
Resources/Textures/Objects/Tools/binoculars.rsi/inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Tools/binoculars.rsi/inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 295 B |
BIN
Resources/Textures/Objects/Tools/binoculars.rsi/inhand-right.png
Normal file
BIN
Resources/Textures/Objects/Tools/binoculars.rsi/inhand-right.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 295 B |
30
Resources/Textures/Objects/Tools/binoculars.rsi/meta.json
Normal file
30
Resources/Textures/Objects/Tools/binoculars.rsi/meta.json
Normal 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 |
Reference in New Issue
Block a user