--- /dev/null
+- 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
--- /dev/null
+{
+ "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
+ }
+ ]
+}