diff --git a/Resources/Locale/ru-RU/ADT/clothing/neck/mantles/mantle.ftl b/Resources/Locale/ru-RU/ADT/clothing/neck/mantles/mantle.ftl new file mode 100644 index 00000000000..6f8edb86ff5 --- /dev/null +++ b/Resources/Locale/ru-RU/ADT/clothing/neck/mantles/mantle.ftl @@ -0,0 +1,3 @@ +ent-ClothingNeckMantleRipZoro = Таинственная наплечная мантия + .desc = Мантия, хранящая тайну... + .suffix = {"Именное, Rip_Zoro"} diff --git a/Resources/Prototypes/ADT/Clothing/Neck/mantle/mantie_rip.yml b/Resources/Prototypes/ADT/Clothing/Neck/mantle/mantie_rip.yml new file mode 100644 index 00000000000..027fc33c33b --- /dev/null +++ b/Resources/Prototypes/ADT/Clothing/Neck/mantle/mantie_rip.yml @@ -0,0 +1,11 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleRipZoro + name: mysterious shoulder mantle + description: A mantle that holds a secret... + components: + - type: Sprite + sprite: ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi + - type: Clothing + sprite: ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi + diff --git a/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/icon.png b/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/icon.png new file mode 100644 index 00000000000..a3769f9a7ac Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/icon.png differ diff --git a/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/meta.json b/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/meta.json new file mode 100644 index 00000000000..922a11c3a37 --- /dev/null +++ b/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/meta.json @@ -0,0 +1,18 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by boctonskuitea(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/shoulder-mantle-with-gilding-icon.png b/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/shoulder-mantle-with-gilding-icon.png new file mode 100644 index 00000000000..ab6d139c805 Binary files /dev/null and b/Resources/Textures/ADT/Clothing/Neck/mantles/rip_zoro_mantles.rsi/shoulder-mantle-with-gilding-icon.png differ