Skip to content

Commit

Permalink
Sereketh's Ocean coat (Sector-Umbra#106)
Browse files Browse the repository at this point in the history
* add coat

* Update personalitem format to new format

---------

Co-authored-by: TsjipTsjip <[email protected]>
  • Loading branch information
pigeonpeas and TsjipTsjip committed Aug 9, 2024
1 parent 641eba7 commit e13838b
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions Resources/Prototypes/_Umbra/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- PlushieEris
- ClothingHeadsetErisAid
- ClothingNeckHushPendant
- Oceancoat

# Personal items specialised for Warden
- type: loadoutGroup
Expand Down Expand Up @@ -72,6 +73,7 @@
- PlushieEris
- ClothingHeadsetErisAid
- ClothingNeckHushPendant
- Oceancoat

# Personal items specialised for Detective
- type: loadoutGroup
Expand Down Expand Up @@ -106,3 +108,4 @@
- PlushieEris
- ClothingHeadsetErisAid
- ClothingNeckHushPendant
- Oceancoat
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}

0 comments on commit e13838b

Please sign in to comment.