-
Notifications
You must be signed in to change notification settings - Fork 297
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
Administrative Assistant, a new RP / Support centric "command" role #1207
Conversation
This PR contains new or changed maps:
Maps are being rendered. This comment will be updated if rendering them is done. |
RSI Diff Bot; head commit 2dfd51c merging into 48397c8 Resources/Textures/DeltaV/Clothing/Uniforms/Jumpskirt/admin_assistant.rsi
Resources/Textures/DeltaV/Clothing/Uniforms/Jumpsuit/admin_assistant.rsi
Resources/Textures/Objects/Misc/bureaucracy.rsi
|
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.
Why does this remove courier localisation?
You shouldn't be editing maps in the same pr that introduces something, mappers should do that on their own, or if they're unavailable, it should be a seperate pr.
Probably me misreading one of the changes in master and assuming I accidentally deleted something, I'll go undo that now
Noted |
I see more problems, but I'll do a bigger review tomorrow |
noctis makes yet another oopsie, I'll revert / fix whatevers needed after review
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.
I'm also going to politely beg for you to add localistations for all the new entities <3
Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/backpack.yml
Outdated
Show resolved
Hide resolved
Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml
Show resolved
Hide resolved
Resources/Prototypes/DeltaV/Roles/Jobs/Command/admin_assistant.yml
Outdated
Show resolved
Hide resolved
Resources/Prototypes/DeltaV/Roles/Jobs/Command/admin_assistant.yml
Outdated
Show resolved
Hide resolved
Localized entities are not a requirement and make editing more difficult. It should only be reserved for non English codebases. |
would be nice for some of our downstreams that aren't English :) |
By name, this is an assistant role, similar to technical assistant, research assistant, security cadet and medical intern. New players will see this and think of it as a decent role to get them used to the pressures of command before entering a position of responsibility. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Also fixes the missing courier localisation because I was dumb
I plan on renaming this to Administrative Secretary to further get the point across that this is a support command role and not a command role designed for learning the aspects of command. I'll do this once I have everything all done as per the final review. |
I accidentally left in 2 empty groups
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.
looks good; only thing I'd say is to add empty lines at the bottom of each file for consistency; and to localise some of the new entities but those are both up to you.
Resources/Prototypes/DeltaV/Entities/Objects/Misc/identification_cards.yml
Show resolved
Hide resolved
Resources/Prototypes/DeltaV/Loadouts/Jobs/Command/admin_assistant.yml
Outdated
Show resolved
Hide resolved
Added empty lines to ends of files, moved some ftl stuff to delta v files, added nospawn to marker and rubber stamp.
You have already been informed we don't do this several times. If you continue to give our contributors bad advice like this, you may be banned from the repository. |
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.
I still hate how stamps must be in the same upstream file. I'll look into if this is something we can change sometime
Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml
Outdated
Show resolved
Hide resolved
This comment was marked as abuse.
This comment was marked as abuse.
Resources/Prototypes/DeltaV/Catalog/Fills/Backpacks/StarterGear/backpack.yml
Outdated
Show resolved
Hide resolved
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Should be all ready for a review now, merged to master and fixed the conflicts |
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.
The code changes look good, but this is going to go through more discussion first. Do not merge until that is done
we're so back secretary bros |
This would probably be the command role I would play the most. Head of Paperwork, basically. I love bureaucracy. |
HoP in shambles |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
parent: ClothingBackpack | ||
id: ClothingBackpackAdminAssistantFilled | ||
name: administrative assistant's backpack | ||
description: Its a backpack build for carrying paper. |
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.
*"It's", *"built"
parent: ClothingBackpackDuffel | ||
id: ClothingBackpackDuffelAdminAssistantFilled | ||
name: administrative assistant's duffel bag | ||
description: Its a duffel bag build for carrying paper. |
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.
*"It's", *"built"
parent: ClothingBackpackSatchel | ||
id: ClothingBackpackSatchelAdminAssistantFilled | ||
name: administrative assistant's satchel | ||
description: Its a satchel build for carrying paper. |
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.
*"It's", *"built"
- type: Sprite | ||
sprite: Clothing/Ears/Headsets/command.rsi | ||
- type: Clothing | ||
sprite: Clothing/Ears/Headsets/command.rsi |
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.
new line here would be great x3
name: loadout-group-admin-assistant-outerclothing | ||
minLimit: 0 | ||
loadouts: | ||
- CaptainWintercoat |
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.
pretty please change this out for something else. duravest would work fine for now until your or I get to spriting a dedicated coat
description: job-description-admin-assistant | ||
playTimeTracker: JobAdminAssistant | ||
requirements: | ||
- !type:DepartmentTimeRequirement |
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.
1984 the command time requirement
- !type:DepartmentTimeRequirement | ||
department: Command | ||
time: 21600 # 6 hours | ||
- !type:OverallPlaytimeRequirement |
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.
set this to twenty five hours (90000) pretty please
shoes: ClothingShoesBootsLaceup | ||
belt: BoxFolderClipboard | ||
id: AdminAssistantPDA | ||
ears: ClothingHeadsetAltAdminAssistant |
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.
newline?
@@ -15,3 +15,6 @@ | |||
|
|||
- type: playTimeTracker | |||
id: JobCourier | |||
|
|||
- type: playTimeTracker | |||
id: JobAdminAssistant |
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.
new liiine
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.
can we get a new PDA sprite for this pretty please??? >.<
About the PR
Adds the Administrative Assistant role to all stations, acting as both a secretary for command and as a worker on the bridge, answering faxes , grabbing coffees for command members and so on. Intended to support command members in more menial tasks, and to provide unique RP circumstances.
Why / Balance
Makes command's life a bit easier to have a person dedicated to helping them do the small things
Technical details
None
Media
Breaking changes
Changelog
🆑