Skip to content

Commit

Permalink
Psychologist's Stamp (#31881)
Browse files Browse the repository at this point in the history
* added sprite and began implementation

* fixed sprite name, fixed meta files

* silly whitespace

* added paper-stamp file

* figured out where to add the componet, added 'credits'

* spelling is hard

* hmm

* GAHHHHH

* how did i do this again
  • Loading branch information
cohanna authored Sep 20, 2024
1 parent 6d5ac1e commit e964e9c
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 5 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/paper/stamp-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ stamp-component-stamped-name-trader = Trader
stamp-component-stamped-name-syndicate = Syndicate
stamp-component-stamped-name-ce = Chief Engineer
stamp-component-stamped-name-greytide = Greytide
stamp-component-stamped-name-psychologist = Psychologist
14 changes: 14 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/rubber_stamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,3 +284,17 @@
stampState: "paper_stamp-greytide"
- type: Sprite
state: stamp-greytide

- type: entity
name: psychologist's rubber stamp
parent: RubberStampBase
id: RubberStampPsychologist
suffix: DO NOT MAP
description: A rubber stamp for stamping important documents. Prescribe those treatments!
components:
- type: Stamp
stampedName: stamp-component-stamped-name-psychologist
stampedColor: "#5B97BC"
stampState: "paper_stamp-psychologist"
- type: Sprite
state: stamp-psychologist
6 changes: 3 additions & 3 deletions Resources/Prototypes/Roles/Jobs/Wildcards/psychologist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
shoes: ClothingShoesLeather
id: PsychologistPDA
ears: ClothingHeadsetMedical
#storage:
#back:
#- Stuff
storage:
back:
- RubberStampPsychologist
5 changes: 4 additions & 1 deletion Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. paper_stamp-greytide by ubaser",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. paper_stamp-greytide by ubaser. paper_stamp-psychologist by clinux",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -227,6 +227,9 @@
},
{
"name": "paper_stamp-greytide"
},
{
"name": "paper_stamp-psychologist"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion Resources/Textures/Objects/Misc/stamps.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. New stamp- icons taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. stamp-warden is a darker version of stamp-hos. stamp-lawyer is a darker version of stamp-cap. paper_stamp-greytide is a grey and shaded in version of stamp-hos.",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. New stamp- icons taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. stamp-warden is a darker version of stamp-hos. stamp-lawyer is a darker version of stamp-cap. paper_stamp-greytide is a grey and shaded in version of stamp-hos. paper_stamp-psychologist is a recolored stamp-cmo.",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -63,6 +63,9 @@
},
{
"name": "stamp-greytide"
},
{
"name": "stamp-psychologist"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e964e9c

Please sign in to comment.