-
Notifications
You must be signed in to change notification settings - Fork 149
meow (CMO modsuit) #672
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
Open
Marikiii
wants to merge
9
commits into
ProjectOmu:master
Choose a base branch
from
Marikiii:CMO-Modsuit
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
meow (CMO modsuit) #672
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
51bb9e0
meow
Marikiii 5f956e8
Update cmo.yml
Marikiii 2ebab64
Update cmo.yml
Marikiii 97f072a
Update Resources/Prototypes/_Omu/Entities/Modsuits/cmo.yml
Marikiii 1bfdda9
Update Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Marikiii 12a53e6
Merge branch 'master' into CMO-Modsuit
CliveOcelot b62ea41
fixed vox sprites + resomi mods
Marikiii 58d375e
Merge branch 'CMO-Modsuit' of https://github.com/Marikiii/OmuStationW…
Marikiii b016124
new sprites
Marikiii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,202 @@ | ||
| # SPDX-FileCopyrightText: 2025 CliveOcelot <165305605+Orion-416@users.noreply.github.com> | ||
| # SPDX-FileCopyrightText: 2025 GoobBot <uristmchands@proton.me> | ||
| # SPDX-FileCopyrightText: 2025 Marty <martynashagriefer@gmail.com> | ||
| # SPDX-FileCopyrightText: 2025 NotActuallyMarty <martynashagriefer@gmail.com> | ||
| # SPDX-FileCopyrightText: 2025 Orion-416 <cliveocelot@gmail.com> | ||
| # SPDX-FileCopyrightText: 2025 PunishedJoe <PunishedJoeseph@proton.me> | ||
| # SPDX-FileCopyrightText: 2025 SX-7 <sn1.test.preria.2002@gmail.com> | ||
| # SPDX-FileCopyrightText: 2025 Ted Lukin <66275205+pheenty@users.noreply.github.com> | ||
| # SPDX-FileCopyrightText: 2025 pheenty <fedorlukin2006@gmail.com> | ||
| # | ||
| # SPDX-License-Identifier: AGPL-3.0-or-later | ||
|
|
||
| - type: entity | ||
| parent: [ ClothingModsuitStandard, BaseCommandContraband ] | ||
| id: ClothingModsuitCMO | ||
| name: chief medical officer fumigator modsuit control unit | ||
| description: Controller for the CMO's modsuit. Perfection, Hubris, Purity - It's not a sin if you're clean. | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Omu/Clothing/Modsuits/cmo.rsi | ||
| - type: ToggleableClothing | ||
| clothingPrototypes: | ||
| head: ClothingModsuitHelmetCMO | ||
| gloves: ClothingModsuitGauntletsCMO | ||
| outerClothing: ClothingModsuitChestplateCMO | ||
| shoes: ClothingModsuitBootsCMO | ||
| - type: ItemSlots | ||
| slots: | ||
| cell_slot: | ||
| name: power-cell-slot-component-slot-name-default | ||
| startingItem: PowerCellHigh | ||
| whitelist: | ||
| components: | ||
| - PowerCell | ||
| - type: Storage | ||
| grid: | ||
| - 0,0,1,3 | ||
| - 3,0,6,3 | ||
| - 8,0,9,3 | ||
| - type: ExplosionResistance | ||
| damageCoefficient: 0.9 | ||
| - type: SealableClothingVisuals | ||
| spriteLayer: sealed | ||
| clothingVisuals: | ||
| back: | ||
| - state: equipped-BACKPACK-sealed | ||
|
|
||
| - type: entity | ||
| parent: ClothingHandModsuitBase | ||
| id: ClothingModsuitGauntletsCMO | ||
| name: fumigator modsuit gauntlets | ||
| description: A pair of nitrile-tipped gauntlets made for the fumigator modsuit. | ||
| categories: [HideSpawnMenu] | ||
| components: | ||
| - type: Appearance | ||
| - type: Sprite | ||
| sprite: _Omu/Clothing/Modsuits/cmo.rsi | ||
| layers: | ||
| - state: gauntlets | ||
| - state: gauntlets-sealed | ||
| visible: false | ||
| map: [ "sealed" ] | ||
| - type: Clothing | ||
| equipSound: /Audio/Mecha/mechmove03.ogg | ||
| unequipSound: /Audio/Mecha/mechmove03.ogg | ||
| slots: [ gloves ] | ||
| - type: Fiber | ||
| fiberMaterial: fibers-nitrile | ||
| - type: FingerprintMask | ||
| - type: SealableClothing | ||
| sealUpPopup: sealable-clothing-seal-up-gauntlets | ||
| sealDownPopup: sealable-clothing-seal-down-gauntlets | ||
| - type: SealableClothingVisuals | ||
| spriteLayer: sealed | ||
| clothingVisuals: | ||
| gloves: | ||
| - state: equipped-HAND-sealed | ||
| gloves-vox: | ||
| - state: equipped-HAND-sealed-vox | ||
| gloves-resomi: | ||
| - state: equipped-HAND-sealed-resomi | ||
|
|
||
| - type: entity | ||
| parent: [ClothingModsuitHelmetStandard, ShowMedicalIcons] | ||
| id: ClothingModsuitHelmetCMO | ||
| name: fumigator modsuit helmet | ||
| description: A protective helmet made for the Chief Medical Officer. Incorporates advanced biocontrol systems and a built-in medical HUD. | ||
| categories: [HideSpawnMenu] | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Omu/Clothing/Modsuits/cmo.rsi | ||
| - type: PressureProtection | ||
| highPressureMultiplier: 0.08 | ||
| lowPressureMultiplier: 1000 | ||
| - type: Armor | ||
| modifiers: | ||
| coefficients: | ||
| Blunt: 0.7 | ||
| Slash: 0.7 | ||
| Piercing: 0.8 | ||
| Heat: 0.75 | ||
| Cellular: 0.8 | ||
| Radiation: 0.8 | ||
| Caustic: 0.1 | ||
| - type: PointLight | ||
| color: "#9ff5f2" | ||
| enabled: false | ||
| radius: 8 | ||
| energy: 2 | ||
| mask: /Textures/Effects/LightMasks/cone.png | ||
| autoRot: true | ||
| netsync: false | ||
| - type: Clothing | ||
| clothingVisuals: | ||
| head: | ||
| - state: equipped-HEAD | ||
| head-resomi: | ||
| - state: equipped-HEAD-resomi | ||
| head-vulpkanin: | ||
| - state: equipped-HEAD-vulpkanin | ||
| head-reptilian: | ||
| - state: equipped-HEAD-reptilian | ||
| - type: SealableClothingVisuals | ||
| spriteLayer: sealed | ||
| clothingVisuals: | ||
| head: | ||
| - state: equipped-HEAD-sealed | ||
| head-resomi: | ||
| - state: equipped-HEAD-sealed-resomi | ||
| head-vulpkanin: | ||
| - state: equipped-HEAD-sealed-vulpkanin | ||
| head-reptilian: | ||
| - state: equipped-HEAD-sealed-reptilian | ||
| - type: ShowHealthBars | ||
| damageContainers: | ||
| - Biological | ||
|
|
||
|
|
||
|
|
||
| - type: entity | ||
| parent: ClothingModsuitChestplateStandard | ||
| id: ClothingModsuitChestplateCMO | ||
| name: fumigator modsuit chestplate | ||
| description: State-of-the-art pristine modsuit chestplate for the Chief Medical Officer. | ||
| categories: [HideSpawnMenu] | ||
| components: | ||
| - type: Sprite | ||
| sprite: _Omu/Clothing/Modsuits/cmo.rsi | ||
| - type: ClothingSpeedModifier | ||
| walkModifier: .8 | ||
| sprintModifier: .8 | ||
| - type: Armor | ||
| modifiers: | ||
| coefficients: | ||
| Blunt: 0.75 | ||
| Slash: 0.75 | ||
| Piercing: 0.85 | ||
| Heat: 0.85 | ||
| Cellular: 0.9 | ||
| Caustic: 0.5 | ||
| Radiation: 0.15 | ||
| - type: SealableClothingVisuals | ||
| spriteLayer: sealed | ||
| clothingVisuals: | ||
| outerClothing: | ||
| - state: equipped-OUTERCLOTHING-sealed | ||
| outerClothing-resomi: | ||
| - state: equipped-OUTERCLOTHING-sealed-resomi | ||
| outerClothing-vox: | ||
| - state: equipped-OUTERCLOTHING-sealed-vox | ||
| - type: PressureProtection | ||
| highPressureMultiplier: 0.02 | ||
| lowPressureMultiplier: 1000 | ||
| - type: ExplosionResistance | ||
| damageCoefficient: 0.9 | ||
| - type: FireProtection | ||
| reduction: .5 | ||
| - type: ZombificationResistance | ||
| zombificationResistanceCoefficient: 0.2 | ||
|
|
||
|
|
||
| - type: entity | ||
| parent: ClothingModsuitBootsStandard | ||
| id: ClothingModsuitBootsCMO | ||
| name: fumigator modsuit boots | ||
| description: A regular pair of modsuit boots for the Fumigator modsuit. They are somewhat plated to resist against falling scalpels. | ||
| categories: [HideSpawnMenu] | ||
| components: | ||
| - type: Appearance | ||
| - type: Sprite | ||
| sprite: _Omu/Clothing/Modsuits/cmo.rsi | ||
| - type: SealableClothingVisuals | ||
| spriteLayer: sealed | ||
| clothingVisuals: | ||
| shoes: | ||
| - state: equipped-FEET-sealed | ||
| layers: | ||
| - state: boots | ||
| - state: boots-sealed | ||
| map: [ "sealed" ] | ||
Marikiii marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Binary file added
BIN
+846 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/chestplate-sealed.png
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.
Binary file added
BIN
+554 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/control-sealed.png
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.
Binary file added
BIN
+604 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-BACKPACK-sealed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+596 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-BACKPACK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+661 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-FEET-sealed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+576 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-FEET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+568 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HAND-resomi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+698 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HAND-sealed-resomi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+677 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HAND-sealed-vox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+612 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HAND-sealed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+605 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HAND.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.14 KB
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HEAD-reptilian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+942 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HEAD-resomi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.32 KB
...rces/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HEAD-sealed-reptilian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.18 KB
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HEAD-sealed-resomi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.15 KB
...rces/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HEAD-sealed-vulpkanin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.14 KB
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HEAD-sealed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.15 KB
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-HEAD-vulpkanin.png
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.
Binary file added
BIN
+1.59 KB
...urces/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-OUTERCLOTHING-resomi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.67 KB
...extures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-OUTERCLOTHING-sealed-resomi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.28 KB
...s/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-OUTERCLOTHING-sealed-vox.png
Oops, something went wrong.
Binary file added
BIN
+1.98 KB
...urces/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-OUTERCLOTHING-sealed.png
Oops, something went wrong.
Binary file added
BIN
+4.04 KB
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-OUTERCLOTHING-vox.png
Oops, something went wrong.
Binary file added
BIN
+1.7 KB
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/equipped-OUTERCLOTHING.png
Oops, something went wrong.
Binary file added
BIN
+1.1 KB
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/gauntlets-sealed.png
Oops, something went wrong.
Oops, something went wrong.
Binary file added
BIN
+623 Bytes
Resources/Textures/_Omu/Clothing/Modsuits/cmo.rsi/helmet-sealed.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.