-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
base: master
Are you sure you want to change the base?
Cmo Prestige Outfits #1025
Changes from 6 commits
1814313
e003b82
891b751
eed644d
a310e22
70211b4
244f18d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,16 @@ | |
role: JobChiefMedicalOfficer | ||
time: 72000 #20 hrs | ||
|
||
# For IMP Prestige | ||
- type: loadoutEffectGroup | ||
id: PrestigeCMO | ||
effects: | ||
- !type:JobRequirementLoadoutEffect | ||
requirement: | ||
!type:RoleTimeRequirement | ||
role: JobChiefMedicalOfficer | ||
time: 180000 #50 hrs | ||
|
||
# Jumpsuit | ||
- type: loadout | ||
id: ChiefMedicalOfficerJumpsuit | ||
|
@@ -59,6 +69,19 @@ | |
equipment: | ||
neck: ClothingNeckMantleCMO | ||
|
||
- type: loadout | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you move these loadout prototypes to the _Impstation folder? |
||
id: CMOGreatCloak | ||
equipment: | ||
neck: ClothingNeckCloakCmosgreatcloak | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: PrestigeCMO | ||
|
||
- type: startingGear | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is just for visitor roles and other entities that get spawned with clothes, so this isn't required |
||
id: CMOGreatCloak | ||
equipment: | ||
neck: ClothingNeckCloakCmosgreatcloak | ||
|
||
# Outer clothing | ||
- type: loadout | ||
id: ChiefMedicalOfficerLabCoat | ||
|
@@ -70,6 +93,19 @@ | |
equipment: | ||
outerClothing: ClothingOuterWinterCMO | ||
|
||
- type: loadout | ||
id: CMOPrestigeLabcoat | ||
equipment: | ||
outerClothing: ClothingOuterCoatCMO | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: PrestigeCMO | ||
|
||
- type: startingGear | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ditto on the visitor roles thing |
||
id: CMOPrestigeLabcoat | ||
equipment: | ||
outerClothing: ClothingOuterCoatCMO | ||
|
||
# Headset | ||
- type: loadout | ||
id: ChiefMedicalOfficerHeadsetBasic | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,3 +80,14 @@ | |
sprite: _Impstation/Clothing/Neck/Cloaks/hosgreatcoat.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak | ||
|
||
- type: entity | ||
parent: [ClothingNeckBase, BaseCommandContraband] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. if you parent this to just ClothingCloakCmo (so, |
||
id: ClothingNeckCloakCmosgreatcloak | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pascal case for these ids pleasies |
||
name: chief medical officer's great cloak | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. pedantic, but the other greatcoats are one word: i suppose this is another type of Thing, but greatcloak might be more in-line There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
well notably this one is a cloak, not a greatcoat greatcoat's just an old-fashioned word for a big fucking coat this thing's a cape....... could call it something else i guess but just noting the difference ya There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's not a great (adjective) cloak, it's a greatcloak. agreeing w dark that it would feel better if it were one word There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Already been changed to one word I agree as well beacuse it matches up with Greycloak as well |
||
description: "An ornate high collared great cloak. Good luck keeping it clean." | ||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Clothing/Neck/Cloaks/cmogreatcloak.rsi | ||
- type: StealTarget | ||
stealGroup: HeadCloak |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- type: entity | ||
parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, BaseCommandContraband] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 Labcoat | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lowercase name pleasies |
||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. officer should have a capital, and medical labcoat should be lowercase too. other instances of lab coats have it as two separate words as well |
||
components: | ||
- type: Sprite | ||
sprite: _Impstation/Clothing/OuterClothing/Coats/cmoprestigecoat.rsi | ||
- type: Clothing | ||
sprite: _Impstation/Clothing/OuterClothing/Coats/cmoprestigecoat.rsi | ||
- type: Armor | ||
modifiers: | ||
coefficients: | ||
Caustic: 0.75 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for any files that have this "stop sign" at the end of them in github's "Files changed" tab, please leave a blank new line at the end of it. github hates it and it screams and it cries when you dont do this |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
ears: ClothingHeadsetCMOveteran | ||
effects: | ||
- !type:GroupLoadoutEffect | ||
proto: VeteranCMO | ||
proto: VeteranCMO |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. repoman jumpscare There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. repoman jumpscare get scared get scared get scared There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. need to remove all of repoman.rsi, sorry six There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do not actually know how |
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 | ||
} | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"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": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we already have a 50 hour prestige loadoutEffectGroup for cmo: you can use
VeteranCMO
for the loadouts and delete this one since it's essentially a duplicate