diff --git a/Resources/Prototypes/_Umbra/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/_Umbra/Entities/Clothing/OuterClothing/wintercoats.yml index c0a1e4d68c..6d4b22a3fb 100644 --- a/Resources/Prototypes/_Umbra/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/_Umbra/Entities/Clothing/OuterClothing/wintercoats.yml @@ -10,3 +10,16 @@ sprite: _Umbra/Clothing/OuterClothing/WinterCoats/frostcoat.rsi - type: Clothing sprite: _Umbra/Clothing/OuterClothing/WinterCoats/frostcoat.rsi + +# Player: PIGEONPEAS - Character: Sereketh Pallister II +- type: entity + parent: ClothingOuterWinterCoat + id: Oceancoat + name: Ocean Winter Coat + description: A simple, ocean themed winter coat. It has two little lightning bolts coming out of the coat's fluff. + suffix: PersonalItem + components: + - type: Sprite + sprite: _Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi + - type: Clothing + sprite: _Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi diff --git a/Resources/Prototypes/_Umbra/Loadouts/Miscellaneous/personal_items.yml b/Resources/Prototypes/_Umbra/Loadouts/Miscellaneous/personal_items.yml index 12b141e877..6d77fd9701 100644 --- a/Resources/Prototypes/_Umbra/Loadouts/Miscellaneous/personal_items.yml +++ b/Resources/Prototypes/_Umbra/Loadouts/Miscellaneous/personal_items.yml @@ -343,6 +343,21 @@ back: - ClothingNeckRyeTie +# Sereketh's Ocean coat +- type: loadout + id: Oceancoat + equipment: Oceancoat + effects: + - !type:PersonalItemLoadoutEffect + character: + - Sereketh Pallister II + +- type: startingGear + id: Oceancoat + storage: + back: + - Oceancoat + # Vesper's vesper plushie - type: loadout id: PlushieVesper diff --git a/Resources/Prototypes/_Umbra/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Umbra/Loadouts/loadout_groups.yml index d0f93e736f..4f0cf3a094 100644 --- a/Resources/Prototypes/_Umbra/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Umbra/Loadouts/loadout_groups.yml @@ -38,6 +38,7 @@ - PlushieEris - ClothingHeadsetErisAid - ClothingNeckHushPendant + - Oceancoat # Personal items specialised for Warden - type: loadoutGroup @@ -72,6 +73,7 @@ - PlushieEris - ClothingHeadsetErisAid - ClothingNeckHushPendant + - Oceancoat # Personal items specialised for Detective - type: loadoutGroup @@ -106,3 +108,4 @@ - PlushieEris - ClothingHeadsetErisAid - ClothingNeckHushPendant + - Oceancoat diff --git a/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 0000000000..9b8237e5fe Binary files /dev/null and b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/icon.png b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/icon.png new file mode 100644 index 0000000000..85b3804b81 Binary files /dev/null and b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/icon.png differ diff --git a/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/inhand-left.png b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/inhand-left.png new file mode 100644 index 0000000000..f767294b1f Binary files /dev/null and b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/inhand-right.png b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/inhand-right.png new file mode 100644 index 0000000000..97d0469594 Binary files /dev/null and b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/meta.json b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/meta.json new file mode 100644 index 0000000000..ffc22f12ec --- /dev/null +++ b/Resources/Textures/_Umbra/Clothing/OuterClothing/WinterCoats/oceancoat.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Used sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/77cff42b6c514e73881a885036be4b4dd2949f62, and edited by pigeonpeas.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +}