Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmo Prestige Outfits #1025

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
2 changes: 2 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1616,6 +1616,7 @@
loadouts:
- ChiefMedicalOfficerLabCoat
- ChiefMedicalOfficerWintercoat
- CMOPrestigeLabcoat #IMP

- type: loadoutGroup
id: ChiefMedicalOfficerNeck
Expand All @@ -1624,6 +1625,7 @@
loadouts:
- ChiefMedicalOfficerCloak
- ChiefMedicalOfficerMantle
- CMOGreatCloak #IMP
- ScarfLightBlue

- type: loadoutGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,12 @@
sprite: _Impstation/Clothing/Neck/Cloaks/hosgreatcoat.rsi
- type: StealTarget
stealGroup: HeadCloak

- type: entity
parent: ClothingCloakCmo
id: ClothingNeckCloakCmosgreatcloak

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pascal case for these ids pleasies

name: chief medical officer's greatcloak
description: "An ornate high collared great cloak. Good luck keeping it clean."
components:
- type: Sprite
sprite: _Impstation/Clothing/Neck/Cloaks/cmogreatcloak.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
- type: entity
parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, BaseCommandContraband]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as the previous parenting comment, but with ClothingOuterCoatLabCmo

id: ClothingOuterCoatCMO
name: chief medical officer's prestige labcoat
description: A Medical Labcoat for the Chief Medical Officer. The high collar acts as a splash guard for when a patient's veins are particularly leaky.
components:
- type: Sprite
sprite: _Impstation/Clothing/OuterClothing/Coats/cmoprestigecoat.rsi
- type: Clothing
sprite: _Impstation/Clothing/OuterClothing/Coats/cmoprestigecoat.rsi
# - type: Armor
# ush modifiers:
# coefficients:
# Caustic: 0.75
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,19 @@
effects:
- !type:GroupLoadoutEffect
proto: VeteranCMO

- type: loadout
id: CMOGreatCloak
equipment:
neck: ClothingNeckCloakCmosgreatcloak
effects:
- !type:GroupLoadoutEffect
proto: VeteranCMO

- type: loadout
id: CMOPrestigeLabcoat
equipment:
outerClothing: ClothingOuterCoatCMO
effects:
- !type:GroupLoadoutEffect
proto: VeteranCMO
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to remove all of repoman.rsi, sorry six

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not actually know how

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.
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,30 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "A prestige CMO's Cloak by SixValentine",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
},
{
"name": "equipped-NECK-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
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,30 @@
{
"version": 1,
"license": "WTFPL",
"copyright": "CMO Prestige Coat item by SixValentine with Attributions and edits by Kip and Beck",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING-vox",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
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.
Loading