diff --git a/Resources/Locale/ru-RU/_corvaxnext/hidden-description/hiddenDescription.ftl b/Resources/Locale/ru-RU/_corvaxnext/hidden-description/hiddenDescription.ftl new file mode 100644 index 00000000000..c0c3a379bb9 --- /dev/null +++ b/Resources/Locale/ru-RU/_corvaxnext/hidden-description/hiddenDescription.ftl @@ -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] \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_corvaxnext/store/uplink_catalog.ftl b/Resources/Locale/ru-RU/_corvaxnext/store/uplink_catalog.ftl new file mode 100644 index 00000000000..e3af14cd782 --- /dev/null +++ b/Resources/Locale/ru-RU/_corvaxnext/store/uplink_catalog.ftl @@ -0,0 +1,2 @@ +uplink-syndi-wristwatch-name = Часы агента внедрения +uplink-syndi-wristwatch-desc = Стильные наручные часы, светящиеся в темноте. Имеют слот для скрытного хранения одной ID-карты, а так же встроенный портативный датчик слежения. \ No newline at end of file diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/devices/Watches/wristwatch.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/devices/Watches/wristwatch.ftl new file mode 100644 index 00000000000..142261db378 --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/_corvaxnext/entities/objects/devices/Watches/wristwatch.ftl @@ -0,0 +1,9 @@ +ent-WristwatchBlack = чёрные часы + .desc = Строгие чёрные часы с зелёным светящимся циферблатом и стрелками, идеальны для просмотра времени в условиях низкой освещённости. +ent-WristwatchPocket = карманные часы + .desc = Классические серебряные карманные часы на цепочке, придающие образу винтажный шарм. +ent-WristwatchLeather = золотые часы + .desc = Золотые часы с кожаным ремешком, оснащённые независимыми стрелками. +ent-WristwatchSyndi = чёрные часы + .desc = Стильные чёрные часы с красным светящимся циферблатом и стрелками, заметными в темноте. + .suffix = Синдикат \ No newline at end of file diff --git a/Resources/Prototypes/Loadouts/loadout_groups.yml b/Resources/Prototypes/Loadouts/loadout_groups.yml index 7c977e5b448..60e29cddbb2 100644 --- a/Resources/Prototypes/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/Loadouts/loadout_groups.yml @@ -57,6 +57,12 @@ - TowelColorSilver - TowelColorWhite - TowelColorYellow + # Corvax-Next-Start + - WristwatchBlack + - WristwatchPocket + - WristwatchLeather + - Wristwatch + # Corvax-Next-End - type: loadoutGroup id: Glasses diff --git a/Resources/Prototypes/_CorvaxNext/Catalog/uplink-catalog.yml b/Resources/Prototypes/_CorvaxNext/Catalog/uplink-catalog.yml new file mode 100644 index 00000000000..0832ec2d184 --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Catalog/uplink-catalog.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_CorvaxNext/Entities/Objects/Devices/Watches/wristwatch.yml b/Resources/Prototypes/_CorvaxNext/Entities/Objects/Devices/Watches/wristwatch.yml new file mode 100644 index 00000000000..8da240857fa --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Entities/Objects/Devices/Watches/wristwatch.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_CorvaxNext/Loadouts/Miscellaneous/trinkets.yml b/Resources/Prototypes/_CorvaxNext/Loadouts/Miscellaneous/trinkets.yml new file mode 100644 index 00000000000..c18b4b81912 --- /dev/null +++ b/Resources/Prototypes/_CorvaxNext/Loadouts/Miscellaneous/trinkets.yml @@ -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 \ No newline at end of file diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/blackwatch.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/blackwatch.png new file mode 100644 index 00000000000..913d6e821cd Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/blackwatch.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/equipped-HAND.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/equipped-HAND.png new file mode 100644 index 00000000000..53e1c786f98 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_0.png new file mode 100644 index 00000000000..1554787a9dc Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_1.png new file mode 100644 index 00000000000..528f8c5d5f0 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_10.png new file mode 100644 index 00000000000..2364c53720a Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_11.png new file mode 100644 index 00000000000..d81f3b306ff Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_2.png new file mode 100644 index 00000000000..1cf85d298de Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_3.png new file mode 100644 index 00000000000..22fccd865a8 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_4.png new file mode 100644 index 00000000000..804cce1cd03 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_5.png new file mode 100644 index 00000000000..bbaaa6a79b9 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_6.png new file mode 100644 index 00000000000..3492b83f363 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_7.png new file mode 100644 index 00000000000..32f0f3dc9c1 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_8.png new file mode 100644 index 00000000000..8bf01567190 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_9.png new file mode 100644 index 00000000000..8b83db31a70 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/hours_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-left.png new file mode 100644 index 00000000000..6436b3e9d60 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-right.png new file mode 100644 index 00000000000..576713297cf Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/meta.json b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/meta.json new file mode 100644 index 00000000000..c8c02b0ea0d --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_0.png new file mode 100644 index 00000000000..e4551877641 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_1.png new file mode 100644 index 00000000000..01f6eed386b Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_10.png new file mode 100644 index 00000000000..1e0651c5171 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_11.png new file mode 100644 index 00000000000..7c67d7f0c4a Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_2.png new file mode 100644 index 00000000000..a76e9ab2f20 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_3.png new file mode 100644 index 00000000000..9b2f3ddf202 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_4.png new file mode 100644 index 00000000000..bd0a2cc3d69 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_5.png new file mode 100644 index 00000000000..5406e546ee0 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_6.png new file mode 100644 index 00000000000..3e0cbd629de Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_7.png new file mode 100644 index 00000000000..84f3064134e Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_8.png new file mode 100644 index 00000000000..21247df1079 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_9.png new file mode 100644 index 00000000000..75e700edbf9 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/blackwatch.rsi/minutes_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/equipped-HAND.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/equipped-HAND.png new file mode 100644 index 00000000000..d04d8ef81ea Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_0.png new file mode 100644 index 00000000000..801b00f3b9e Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_1.png new file mode 100644 index 00000000000..f70b0d44271 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_10.png new file mode 100644 index 00000000000..f21229e0e43 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_11.png new file mode 100644 index 00000000000..6540be3c091 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_2.png new file mode 100644 index 00000000000..8d687362458 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_3.png new file mode 100644 index 00000000000..ba02ecec689 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_4.png new file mode 100644 index 00000000000..27d8bb42f7a Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_5.png new file mode 100644 index 00000000000..4b1977a5f75 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_6.png new file mode 100644 index 00000000000..fca3d238009 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_7.png new file mode 100644 index 00000000000..8ead047cd9f Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_8.png new file mode 100644 index 00000000000..6d6685a6225 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_9.png new file mode 100644 index 00000000000..056fc6c9a88 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/hours_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-left.png new file mode 100644 index 00000000000..28dc8b12d27 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-right.png new file mode 100644 index 00000000000..2af6d4ed86e Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/leatherwatch.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/leatherwatch.png new file mode 100644 index 00000000000..1675c95e2c8 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/leatherwatch.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/meta.json b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/meta.json new file mode 100644 index 00000000000..f185c4c9929 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/meta.json @@ -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": "leatherwatch" + }, + { + "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 + } + ] +} diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_0.png new file mode 100644 index 00000000000..3c2807b3775 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_1.png new file mode 100644 index 00000000000..37ac62e87e5 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_10.png new file mode 100644 index 00000000000..a76a4ffce4f Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_11.png new file mode 100644 index 00000000000..967264f11cf Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_2.png new file mode 100644 index 00000000000..c1673776f08 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_3.png new file mode 100644 index 00000000000..2560b3ca34a Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_4.png new file mode 100644 index 00000000000..cf24baeb2d4 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_5.png new file mode 100644 index 00000000000..de0a94d861c Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_6.png new file mode 100644 index 00000000000..5f2479e0e62 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_7.png new file mode 100644 index 00000000000..a086b7a29f3 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_8.png new file mode 100644 index 00000000000..0f78646fd14 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_9.png new file mode 100644 index 00000000000..bee43c4c0cb Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/leatherwatch.rsi/minutes_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/equipped-HAND.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/equipped-HAND.png new file mode 100644 index 00000000000..80bc003ea22 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_0.png new file mode 100644 index 00000000000..3867bd1f160 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_1.png new file mode 100644 index 00000000000..908fbd4a87f Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_10.png new file mode 100644 index 00000000000..401b434ec12 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_11.png new file mode 100644 index 00000000000..0de1ff51155 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_2.png new file mode 100644 index 00000000000..057ef84fe6a Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_3.png new file mode 100644 index 00000000000..3a7db08b680 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_4.png new file mode 100644 index 00000000000..bd8724a6775 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_5.png new file mode 100644 index 00000000000..b3bb6180cb5 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_6.png new file mode 100644 index 00000000000..86f6fabde81 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_7.png new file mode 100644 index 00000000000..bb707a74fee Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_8.png new file mode 100644 index 00000000000..527f1550d0d Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_9.png new file mode 100644 index 00000000000..fa4a62ceef0 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/hours_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/inhand-left.png new file mode 100644 index 00000000000..6e3fb01dd16 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/inhand-right.png new file mode 100644 index 00000000000..6b7f60c7676 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/meta.json b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/meta.json new file mode 100644 index 00000000000..ee5c34d6a3f --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/meta.json @@ -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": "pocketwatch" + }, + { + "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 + } + ] +} diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_0.png new file mode 100644 index 00000000000..4a49b196643 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_1.png new file mode 100644 index 00000000000..7a371ccd371 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_10.png new file mode 100644 index 00000000000..9c68365d735 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_11.png new file mode 100644 index 00000000000..6a559eaae8b Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_2.png new file mode 100644 index 00000000000..69346262f99 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_3.png new file mode 100644 index 00000000000..804977c3d55 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_4.png new file mode 100644 index 00000000000..1b30e91ea60 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_5.png new file mode 100644 index 00000000000..4c9ef96a0aa Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_6.png new file mode 100644 index 00000000000..bacaef502d1 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_7.png new file mode 100644 index 00000000000..8b1e5a26245 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_8.png new file mode 100644 index 00000000000..d65f5d92e8c Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_9.png new file mode 100644 index 00000000000..b77fbd42536 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/minutes_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/pocketwatch.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/pocketwatch.png new file mode 100644 index 00000000000..59d10e5f554 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/pocketwatch.rsi/pocketwatch.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/equipped-HAND.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/equipped-HAND.png new file mode 100644 index 00000000000..82377a2bb05 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/equipped-HAND.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_0.png new file mode 100644 index 00000000000..1b5609c2b4d Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_1.png new file mode 100644 index 00000000000..74e76ea1163 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_10.png new file mode 100644 index 00000000000..59621dc4c34 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_11.png new file mode 100644 index 00000000000..b34626f5e38 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_2.png new file mode 100644 index 00000000000..084febffce5 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_3.png new file mode 100644 index 00000000000..6924c0f28f5 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_4.png new file mode 100644 index 00000000000..54c1971220d Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_5.png new file mode 100644 index 00000000000..e0f214a42a2 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_6.png new file mode 100644 index 00000000000..1ece7e2b0fe Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_7.png new file mode 100644 index 00000000000..ef79fcc4484 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_8.png new file mode 100644 index 00000000000..6cb0234e949 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_9.png new file mode 100644 index 00000000000..9f0e0cc9464 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/hours_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/id_overlay.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/id_overlay.png new file mode 100644 index 00000000000..3ee74724dc9 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/id_overlay.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/inhand-left.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/inhand-left.png new file mode 100644 index 00000000000..6c463cf6c5f Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/inhand-left.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/inhand-right.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/inhand-right.png new file mode 100644 index 00000000000..b4d95ef9b55 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/inhand-right.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/light_overlay.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/light_overlay.png new file mode 100644 index 00000000000..7244b37f5c7 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/light_overlay.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/meta.json b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/meta.json new file mode 100644 index 00000000000..6ea777ad233 --- /dev/null +++ b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/meta.json @@ -0,0 +1,140 @@ +{ + "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": "syndiwatch" + }, + { + "name": "syndiwatch_clock" + }, + { + "name": "id_overlay" + }, + { + "name": "light_overlay" + }, + { + "name": "pda" + }, + { + "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 + }, + { + "name": "pinonclose", + "delays": [ + [0.2, 0.2] + ] + }, + { + "name": "pinondirect", + "delays": [ + [0.2, 0.2] + ] + }, + { + "name": "pinonfar", + "delays": [ + [0.6, 0.2] + ] + }, + { + "name": "pinonmedium", + "delays": [ + [0.4, 0.2] + ] + }, + { + "name": "pinonnull", + "delays": [ + [0.2, 0.2] + ] + } + ] +} diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_0.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_0.png new file mode 100644 index 00000000000..d42b3804f4d Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_0.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_1.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_1.png new file mode 100644 index 00000000000..ad541a1974a Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_1.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_10.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_10.png new file mode 100644 index 00000000000..b48279279d1 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_10.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_11.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_11.png new file mode 100644 index 00000000000..7cc44de552a Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_11.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_2.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_2.png new file mode 100644 index 00000000000..d49c438c717 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_2.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_3.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_3.png new file mode 100644 index 00000000000..2523e04b6e0 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_3.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_4.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_4.png new file mode 100644 index 00000000000..d7f63038dc2 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_4.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_5.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_5.png new file mode 100644 index 00000000000..a1b9202c8d9 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_5.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_6.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_6.png new file mode 100644 index 00000000000..58a21fa7ec1 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_6.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_7.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_7.png new file mode 100644 index 00000000000..f75ae3c6402 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_7.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_8.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_8.png new file mode 100644 index 00000000000..85961779460 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_8.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_9.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_9.png new file mode 100644 index 00000000000..7de1e3b2456 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/minutes_9.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pda.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pda.png new file mode 100644 index 00000000000..7244b37f5c7 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pda.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonclose.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonclose.png new file mode 100644 index 00000000000..c7a7fd2c517 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonclose.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinondirect.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinondirect.png new file mode 100644 index 00000000000..17cde47ea2f Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinondirect.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonfar.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonfar.png new file mode 100644 index 00000000000..069acba4ace Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonfar.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonmedium.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonmedium.png new file mode 100644 index 00000000000..c7a7fd2c517 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonmedium.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonnull.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonnull.png new file mode 100644 index 00000000000..2dfa08f304e Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/pinonnull.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/syndiwatch.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/syndiwatch.png new file mode 100644 index 00000000000..7244b37f5c7 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/syndiwatch.png differ diff --git a/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/syndiwatch_clock.png b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/syndiwatch_clock.png new file mode 100644 index 00000000000..214f476e4a1 Binary files /dev/null and b/Resources/Textures/_CorvaxNext/Objects/Devices/Watches/syndiwatch.rsi/syndiwatch_clock.png differ