Psychologist's Stamp (#31881)
* 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
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -18,6 +18,6 @@
|
||||
shoes: ClothingShoesLeather
|
||||
id: PsychologistPDA
|
||||
ears: ClothingHeadsetMedical
|
||||
#storage:
|
||||
#back:
|
||||
#- Stuff
|
||||
storage:
|
||||
back:
|
||||
- RubberStampPsychologist
|
||||
|
||||
@@ -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
|
||||
@@ -227,6 +227,9 @@
|
||||
},
|
||||
{
|
||||
"name": "paper_stamp-greytide"
|
||||
},
|
||||
{
|
||||
"name": "paper_stamp-psychologist"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 188 B |
@@ -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
|
||||
@@ -63,6 +63,9 @@
|
||||
},
|
||||
{
|
||||
"name": "stamp-greytide"
|
||||
},
|
||||
{
|
||||
"name": "stamp-psychologist"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 308 B |
Reference in New Issue
Block a user