-
-
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 all 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 |
---|---|---|
@@ -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 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 |
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,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 | ||
} | ||
] | ||
} |
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.
pascal case for these ids pleasies