forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
132 changed files
with
644 additions
and
0 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
Resources/Locale/ru-RU/_corvaxnext/hidden-description/hiddenDescription.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
corvax-hidden-desc-WristwatchSyndi-syndicate = [color=#e31735]Эти неприметные наручные часы оснащены модулем портативного устройства слежения и скрытым слотом для ID карты. Идеальны для тайных операций и проникновений.[/color] | ||
corvax-hidden-desc-WristwatchSyndi-research = [color=#D381C9]Необычно: эти часы имеют скрытый слот для ID карты и дополнительную кнопку, которая активирует незадокументированный режим отслеживания. Интересное технологическое решение для компактного устройства.[/color] | ||
corvax-hidden-desc-WristwatchSyndi-detective = [color=#6E6E6E]На первый взгляд обычные часы, но что-то в них кажется необычным. Возможно, стоит обратить на них внимание?[/color] | ||
corvax-hidden-desc-WristwatchSyndi-security = [color=#DE3A3A]Это не простые часы! Или, может быть, мне просто кажется? Наверное показалось...[/color] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
uplink-syndi-wristwatch-name = Часы агента внедрения | ||
uplink-syndi-wristwatch-desc = Стильные наручные часы, светящиеся в темноте. Имеют слот для скрытного хранения одной ID-карты, а так же встроенный портативный датчик слежения. |
9 changes: 9 additions & 0 deletions
9
...cale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/devices/Watches/wristwatch.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ent-WristwatchBlack = чёрные часы | ||
.desc = Строгие чёрные часы с зелёным светящимся циферблатом и стрелками, идеальны для просмотра времени в условиях низкой освещённости. | ||
ent-WristwatchPocket = карманные часы | ||
.desc = Классические серебряные карманные часы на цепочке, придающие образу винтажный шарм. | ||
ent-WristwatchLeather = золотые часы | ||
.desc = Золотые часы с кожаным ремешком, оснащённые независимыми стрелками. | ||
ent-WristwatchSyndi = чёрные часы | ||
.desc = Стильные чёрные часы с красным светящимся циферблатом и стрелками, заметными в темноте. | ||
.suffix = Синдикат |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
Resources/Prototypes/_CorvaxNext/Catalog/uplink_catalog.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- type: listing | ||
id: UplinkWristwatchSyndi | ||
name: uplink-syndi-wristwatch-name | ||
description: uplink-syndi-wristwatch-desc | ||
productEntity: WristwatchSyndi | ||
discountCategory: veryRareDiscounts | ||
discountDownTo: | ||
Telecrystal: 3 | ||
cost: | ||
Telecrystal: 5 | ||
categories: | ||
- UplinkDeception |
153 changes: 153 additions & 0 deletions
153
Resources/Prototypes/_CorvaxNext/Entities/Objects/Devices/Watches/wristwatch.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,153 @@ | ||
- type: entity | ||
id: WristwatchBlack | ||
parent: Wristwatch | ||
name: black watch | ||
description: A sleek black wristwatch with a green glow-in-the-dark dial and hands, perfect for seeing the time in low-light environments. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Devices/Watches/blackwatch.rsi | ||
layers: | ||
- state: blackwatch | ||
- map: [ "enum.ClockVisualLayers.MinuteHand"] | ||
shader: unshaded | ||
- map: [ "enum.ClockVisualLayers.HourHand"] | ||
shader: unshaded | ||
- type: Item | ||
sprite: _CorvaxNext/Objects/Devices/Watches/blackwatch.rsi | ||
- type: Clothing | ||
sprite: _CorvaxNext/Objects/Devices/Watches/blackwatch.rsi | ||
- type: StaticPrice | ||
price: 200 | ||
|
||
- type: entity | ||
id: WristwatchPocket | ||
parent: Wristwatch | ||
name: pocket watch | ||
description: A classic silver pocket watch attached to a chain, adding a touch of vintage style. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi | ||
layers: | ||
- state: pocketwatch | ||
- map: [ "enum.ClockVisualLayers.MinuteHand"] | ||
- map: [ "enum.ClockVisualLayers.HourHand"] | ||
- type: Item | ||
sprite: _CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi | ||
- type: Clothing | ||
sprite: _CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi | ||
- type: StaticPrice | ||
price: 200 | ||
|
||
- type: entity | ||
id: WristwatchLeather | ||
parent: Wristwatch | ||
name: leather watch | ||
description: A gold watch with a leather strap, featuring independent hour and minute hands positioned in different corners of the face. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi | ||
layers: | ||
- state: leatherwatch | ||
- map: [ "enum.ClockVisualLayers.MinuteHand"] | ||
- map: [ "enum.ClockVisualLayers.HourHand"] | ||
- type: Item | ||
sprite: _CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi | ||
- type: Clothing | ||
sprite: _CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi | ||
- type: StaticPrice | ||
price: 200 | ||
|
||
- type: entity | ||
id: WristwatchSyndi | ||
parent: [Wristwatch, PinpointerBase] | ||
name: black watch | ||
description: A stylish black wristwatch featuring a red glow-in-the-dark dial and hands that stand out in the dark. | ||
components: | ||
- type: Sprite | ||
sprite: _CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi | ||
layers: | ||
- state: syndiwatch | ||
map: ["enum.PinpointerLayers.Base"] | ||
visible: false | ||
- state: syndiwatch_clock | ||
- map: [ "enum.ClockVisualLayers.MinuteHand"] | ||
shader: unshaded | ||
- map: [ "enum.ClockVisualLayers.HourHand"] | ||
shader: unshaded | ||
- state: pinonnull | ||
map: ["enum.PinpointerLayers.Screen"] | ||
shader: unshaded | ||
visible: false | ||
- state: "id_overlay" | ||
map: [ "enum.PdaVisualLayers.IdLight" ] | ||
shader: "unshaded" | ||
visible: false | ||
- map: [ "enum.PdaVisualLayers.Base" ] | ||
- state: "light_overlay" | ||
map: [ "enum.PdaVisualLayers.Flashlight" ] | ||
shader: "unshaded" | ||
visible: false | ||
- type: Icon | ||
sprite: _CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi | ||
state: syndiwatch_clock | ||
- type: Item | ||
sprite: _CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi | ||
- type: Clothing | ||
sprite: _CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi | ||
- type: Pinpointer | ||
updateTargetName: true | ||
canRetarget: true | ||
- type: Pda | ||
state: pda | ||
paiSlot: | ||
priority: -2 | ||
whitelist: | ||
components: | ||
penSlot: | ||
priority: -1 | ||
whitelist: | ||
tags: | ||
idSlot: | ||
name: access-id-card-component-default | ||
ejectSound: /Audio/Machines/id_swipe.ogg | ||
insertSound: /Audio/Machines/id_insert.ogg | ||
whitelist: | ||
components: | ||
- IdCard | ||
- Emag | ||
- type: StaticPrice | ||
price: 200 | ||
- type: GenericVisualizer | ||
visuals: | ||
enum.PinpointerVisuals.IsActive: | ||
enum.PinpointerLayers.Screen: | ||
True: { visible: True } | ||
False: { visible: False } | ||
enum.PinpointerVisuals.TargetDistance: | ||
enum.PinpointerLayers.Screen: | ||
Unknown: { state: pinonnull } | ||
Reached: { state: pinondirect } | ||
Close: { state: pinonclose } | ||
Medium: { state: pinonmedium } | ||
Far: { state: pinonfar } | ||
- type: AnimationPlayer | ||
- type: HiddenDescription | ||
entries: | ||
- label: corvax-hidden-desc-WristwatchSyndi-syndicate | ||
whitelistMind: | ||
mindRoles: | ||
- TraitorRole | ||
- NukeopsRole | ||
- label: corvax-hidden-desc-WristwatchSyndi-research | ||
jobRequired: | ||
- ResearchAssistant | ||
- ResearchDirector | ||
- Scientist | ||
- Borg | ||
- label: corvax-hidden-desc-WristwatchSyndi-detective | ||
jobRequired: | ||
- Detective | ||
- label: corvax-hidden-desc-WristwatchSyndi-security | ||
jobRequired: | ||
- HeadOfSecurity | ||
- Warden |
24 changes: 24 additions & 0 deletions
24
Resources/Prototypes/_CorvaxNext/Loadouts/Miscellaneous/trinkets.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Wristwatches | ||
- type: loadout | ||
id: Wristwatch | ||
storage: | ||
back: | ||
- Wristwatch | ||
|
||
- type: loadout | ||
id: WristwatchLeather | ||
storage: | ||
back: | ||
- WristwatchLeather | ||
|
||
- type: loadout | ||
id: WristwatchPocket | ||
storage: | ||
back: | ||
- WristwatchPocket | ||
|
||
- type: loadout | ||
id: WristwatchBlack | ||
storage: | ||
back: | ||
- WristwatchBlack |
Binary file added
BIN
+620 Bytes
...rces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/blackwatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+143 Bytes
...s/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/equipped-HAND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+141 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+139 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+137 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+142 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+147 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+141 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+139 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+141 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+141 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+138 Bytes
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+154 Bytes
...ces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+156 Bytes
...es/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions
98
Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Taken from vgstation13 at https://github.com/vgstation-coders/vgstation13/blob/223bf37a7386249ecf1fe425ca8cef25821ca9d7/icons/obj/watches/wristwatch.dmi", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "blackwatch" | ||
}, | ||
{ | ||
"name": "hours_1" | ||
}, | ||
{ | ||
"name": "hours_2" | ||
}, | ||
{ | ||
"name": "hours_3" | ||
}, | ||
{ | ||
"name": "hours_4" | ||
}, | ||
{ | ||
"name": "hours_5" | ||
}, | ||
{ | ||
"name": "hours_6" | ||
}, | ||
{ | ||
"name": "hours_7" | ||
}, | ||
{ | ||
"name": "hours_8" | ||
}, | ||
{ | ||
"name": "hours_9" | ||
}, | ||
{ | ||
"name": "hours_10" | ||
}, | ||
{ | ||
"name": "hours_11" | ||
}, | ||
{ | ||
"name": "hours_0" | ||
}, | ||
{ | ||
"name": "minutes_1" | ||
}, | ||
{ | ||
"name": "minutes_2" | ||
}, | ||
{ | ||
"name": "minutes_3" | ||
}, | ||
{ | ||
"name": "minutes_4" | ||
}, | ||
{ | ||
"name": "minutes_5" | ||
}, | ||
{ | ||
"name": "minutes_6" | ||
}, | ||
{ | ||
"name": "minutes_7" | ||
}, | ||
{ | ||
"name": "minutes_8" | ||
}, | ||
{ | ||
"name": "minutes_9" | ||
}, | ||
{ | ||
"name": "minutes_10" | ||
}, | ||
{ | ||
"name": "minutes_11" | ||
}, | ||
{ | ||
"name": "minutes_0" | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "equipped-HAND", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+121 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+129 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+116 Bytes
...rces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+128 Bytes
...rces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+116 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+124 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+119 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+124 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+123 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+123 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_7.png
Oops, something went wrong.
Binary file added
BIN
+115 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_8.png
Oops, something went wrong.
Binary file added
BIN
+123 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_9.png
Oops, something went wrong.
Binary file added
BIN
+143 Bytes
...Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/equipped-HAND.png
Oops, something went wrong.
Binary file added
BIN
+108 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_0.png
Oops, something went wrong.
Binary file added
BIN
+107 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_1.png
Oops, something went wrong.
Binary file added
BIN
+108 Bytes
...rces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_10.png
Oops, something went wrong.
Binary file added
BIN
+104 Bytes
...rces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_11.png
Oops, something went wrong.
Binary file added
BIN
+102 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_2.png
Oops, something went wrong.
Binary file added
BIN
+107 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_3.png
Oops, something went wrong.
Binary file added
BIN
+108 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_4.png
Oops, something went wrong.
Binary file added
BIN
+104 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_5.png
Oops, something went wrong.
Binary file added
BIN
+108 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_6.png
Oops, something went wrong.
Binary file added
BIN
+107 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_7.png
Oops, something went wrong.
Binary file added
BIN
+102 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_8.png
Oops, something went wrong.
Binary file added
BIN
+107 Bytes
...urces/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_9.png
Oops, something went wrong.
Binary file added
BIN
+153 Bytes
...s/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-left.png
Oops, something went wrong.
Binary file added
BIN
+154 Bytes
.../Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-right.png
Oops, something went wrong.
Binary file added
BIN
+705 Bytes
.../Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/leatherwatch.png
Oops, something went wrong.
Oops, something went wrong.