Skip to content

Separated paramedic sprites - #544

Merged
Zetaplx merged 3 commits into
michaelchessall:persistence_testingfrom
bnnuybun:Paramed-splits
Aug 6, 2026
Merged

Separated paramedic sprites#544
Zetaplx merged 3 commits into
michaelchessall:persistence_testingfrom
bnnuybun:Paramed-splits

Conversation

@bnnuybun

@bnnuybun bnnuybun commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Added both styles of clothing to the lathe

About the PR

Separated the paramedic sprites to give players more options - requested by Zetaplx

Why / Balance

Replacing an original asset removes options, both should be kept as a choice

Technical details

clothing.yml

[Added] 
- ClothingUniformJumpsuitParamedicNew
- ClothingUniformJumpskirtParamedicNew

 type: latheRecipePack
  id: ClothingMedical
  recipes:
  - ClothingUniformJumpsuitChemistry
  - ClothingUniformJumpskirtChemistry
  - ClothingHeadHatBeretCmo
  - ClothingUniformJumpsuitCMO
  - ClothingUniformJumpskirtCMO
  - ClothingUniformJumpsuitCMOTurtle
  - ClothingUniformJumpskirtCMOTurtle
  - ClothingHeadHatBeretSeniorPhysician
  - ClothingHeadHatBeretSeniorPhysicianNew
  - ClothingUniformJumpsuitMedicalDoctor
  - ClothingUniformJumpskirtMedicalDoctor
  - ClothingUniformJumpsuitPsychologist
  - ClothingUniformJumpskirtPsychologist
  - UniformScrubsColorBlue
  - UniformScrubsColorGreen
  - UniformScrubsColorPurple
  - ClothingUniformJumpsuitSeniorPhysician
  - ClothingUniformJumpsuitSeniorPhysicianNew
  - ClothingUniformJumpskirtSeniorPhysician
  - ClothingUniformJumpskirtSeniorPhysicianNew
  - ClothingUniformJumpsuitParamedic
  - ClothingUniformJumpsuitParamedicNew
  - ClothingUniformJumpskirtParamedic
  - ClothingUniformJumpskirtParamedicNew
  - ClothingHeadHatParamedicsoft
  - ClothingBeltMedical
  - ClothingNeckStethoscope

jumpsuits.yml

[Added] ⬇️

- type: entity
  parent: ClothingUniformBase
  id: ClothingUniformJumpsuitParamedicNew
  name: paramedic jumpsuit
  description: It's got a plus on it, that's a good thing right?
  components:
  - type: Sprite
    sprite: Clothing/Uniforms/Jumpsuit/newparamedic.rsi
  - type: Clothing
    sprite: Clothing/Uniforms/Jumpsuit/newparamedic.rsi
jumpskirts.yml

[Added]⬇️

- type: entity
  parent: ClothingUniformSkirtBase
  id: ClothingUniformJumpskirtParamedicNew
  name: paramedic jumpskirt
  description: It's got a plus on it, that's a good thing right?
  components:
  - type: Sprite
    sprite: Clothing/Uniforms/Jumpskirt/newparamedic.rsi
  - type: Clothing
    sprite: Clothing/Uniforms/Jumpskirt/newparamedic.rsi
clothing.yml (lathes)

[Added]⬇️

- type: latheRecipe
  parent: BaseJumpsuitRecipe
  id: ClothingUniformJumpskirtParamedicNew
  result: ClothingUniformJumpskirtParamedicNew

- type: latheRecipe
  parent: BaseJumpsuitRecipe
  id: ClothingUniformJumpsuitParamedicNew
  result: ClothingUniformJumpsuitParamedicNew

Media

Requirements

Breaking changes

Changelog

Added both styles of clothing to the lathe
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

RSI Diff Bot; head commit 91dca34 merging into 68f2b85
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:

Resources/Textures/_Persistence14/Clothing/Uniforms/Jumpskirt/newparamedic.rsi

State Old New Status
equipped-INNERCLOTHING-monkey Added
equipped-INNERCLOTHING Added
icon Added
inhand-left Added
inhand-right Added

Resources/Textures/_Persistence14/Clothing/Uniforms/Jumpsuit/newparamedic.rsi

State Old New Status
equipped-INNERCLOTHING-monkey Added
equipped-INNERCLOTHING Added
folded-equipped-INNERCLOTHING Added
icon Added
inhand-left Added
inhand-right Added

Edit: diff updated after 91dca34

@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@Zetaplx

Zetaplx commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Okay. So. The RGA validator error is being caused by a different change. Not this one.

@Zetaplx Zetaplx left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

New sprites and entities need to be within a _Persistence14 folder. I can take a quick look tomorrow.

@github-actions github-actions Bot added size/M and removed size/S labels Aug 6, 2026
@Zetaplx
Zetaplx merged commit fab83ba into michaelchessall:persistence_testing Aug 6, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants