diff --git a/Content.Server/_White/_Engi/Suhariki/SuharikiComponent.cs b/Content.Server/_White/_Engi/Suhariki/SuharikiComponent.cs index a437ed567e..de9842babc 100644 --- a/Content.Server/_White/_Engi/Suhariki/SuharikiComponent.cs +++ b/Content.Server/_White/_Engi/Suhariki/SuharikiComponent.cs @@ -7,8 +7,8 @@ using Robust.Shared.Audio; namespace Content.Server._White._Engi.Suhariki; /// +/// WD. /// Makes you loose your tooth and have funny accent. -/// WD Engi Exclusive. /// [RegisterComponent, Access(typeof(SuharikiSystem))] public sealed partial class SuharikiComponent : Component diff --git a/Content.Server/_White/_Engi/Suhariki/SuharikiSystem.cs b/Content.Server/_White/_Engi/Suhariki/SuharikiSystem.cs index 035e55e97e..d2b0bf9d8d 100644 --- a/Content.Server/_White/_Engi/Suhariki/SuharikiSystem.cs +++ b/Content.Server/_White/_Engi/Suhariki/SuharikiSystem.cs @@ -24,7 +24,7 @@ using Content.Server.Speech.Components; namespace Content.Server._White._Engi.Suhariki; /// -/// WD Engi Exclusive. +/// WD /// public sealed class SuharikiSystem : EntitySystem { diff --git a/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_break.ogg b/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_break.ogg new file mode 100644 index 0000000000..8c94263045 Binary files /dev/null and b/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_break.ogg differ diff --git a/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_drop_1.ogg b/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_drop_1.ogg new file mode 100644 index 0000000000..4a836659f1 Binary files /dev/null and b/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_drop_1.ogg differ diff --git a/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_drop_2.ogg b/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_drop_2.ogg new file mode 100644 index 0000000000..1c86c34b1d Binary files /dev/null and b/Resources/Audio/White/_Engi/Object/Misc/Suhariki/tooth_drop_2.ogg differ diff --git a/Resources/Locale/ru-RU/_Engi/suhariki.ftl b/Resources/Locale/ru-RU/_Engi/suhariki.ftl index c6f4aaaa7a..69c1d221da 100644 --- a/Resources/Locale/ru-RU/_Engi/suhariki.ftl +++ b/Resources/Locale/ru-RU/_Engi/suhariki.ftl @@ -1,6 +1,7 @@ ent-FoodSnackSuhariki = сухарики - .desc = Старая реликвия из прошлого, на этикетке едва можно прочитать слово «Кириешки». + .desc = Старая реликвия из прошлого, к сожалению, слова на этикетке нечитаемы. ent-FoodPacketSuharikiTrash = упаковка от сухариков + .desc = { ent-FoodPacketTrash.desc } ent-SuharikiTooth = зуб .desc = Может быть он твой, а может и не твой. diff --git a/Resources/Prototypes/_White/_Engi/Entities/Objects/Consumable/Food/suhariki.yml b/Resources/Prototypes/_White/_Engi/Entities/Objects/Consumable/Food/suhariki.yml index 1ad6277d38..ccf4381f95 100644 --- a/Resources/Prototypes/_White/_Engi/Entities/Objects/Consumable/Food/suhariki.yml +++ b/Resources/Prototypes/_White/_Engi/Entities/Objects/Consumable/Food/suhariki.yml @@ -1,9 +1,8 @@ -# WD Engi Exclusive - type: entity parent: BaseItem id: FoodSnackSuhariki name: suhariki - description: Old relic of the past, you can barely read the label "Kirieshki". + description: An old relic from the past, unfortunately the words on the label are illegible. components: - type: Food trash: FoodPacketSuharikiTrash @@ -56,10 +55,10 @@ - type: entity noSpawn: true - name: Зуб + name: Tooth parent: BaseItem id: SuharikiTooth - description: Может быть он твой, а может и не твой. + description: Maybe it's yours, maybe it's not. components: - type: Sprite sprite: White/_Engi/Objects/Consumable/Food/Suhariki/tooth.rsi diff --git a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/meta.json b/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/meta.json deleted file mode 100644 index 49ba5139da..0000000000 --- a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/meta.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "version": 1, - "license": "CC-BY-SA-3.0", - "copyright": "deadisko and BIG_Zi_348", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "suhariki" - }, - { - "name": "suhariki-trash" - }, - { - "name": "suhariki-inhand-right", - "directions": 4 - }, - { - "name": "suhariki-inhand-left", - "directions": 4 - } - ] -} diff --git a/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/meta.json b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/meta.json new file mode 100644 index 0000000000..73ce172978 --- /dev/null +++ b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "deadisko and BIG_Zi_348", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "suhariki" + }, + { + "name": "suhariki-trash" + }, + { + "name": "suhariki-inhand-right", + "directions": 4 + }, + { + "name": "suhariki-inhand-left", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-left.png b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-left.png similarity index 100% rename from Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-left.png rename to Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-left.png diff --git a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-right.png b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-right.png similarity index 100% rename from Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-right.png rename to Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki-inhand-right.png diff --git a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki-trash.png b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki-trash.png similarity index 100% rename from Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki-trash.png rename to Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki-trash.png diff --git a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki.png b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki.png similarity index 100% rename from Resources/Textures/White/_Engi/Consumable/Food/Suhariki/suhariki.rsi/suhariki.png rename to Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/suhariki.rsi/suhariki.png diff --git a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/tooth.rsi/icon.png b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/tooth.rsi/icon.png similarity index 100% rename from Resources/Textures/White/_Engi/Consumable/Food/Suhariki/tooth.rsi/icon.png rename to Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/tooth.rsi/icon.png diff --git a/Resources/Textures/White/_Engi/Consumable/Food/Suhariki/tooth.rsi/meta.json b/Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/tooth.rsi/meta.json similarity index 100% rename from Resources/Textures/White/_Engi/Consumable/Food/Suhariki/tooth.rsi/meta.json rename to Resources/Textures/White/_Engi/Objects/Consumable/Food/Suhariki/tooth.rsi/meta.json