Skip to content

Commit

Permalink
Prosec stamp stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomce795 committed Nov 9, 2024
1 parent 2302af4 commit f098fce
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/deltav/paper/stamp-component.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
stamp-component-stamped-name-notary = NOTARY
stamp-component-stamped-name-chiefjustice = Chief Justice
stamp-component-stamped-name-prosec = Prosecutor
15 changes: 15 additions & 0 deletions Resources/Prototypes/DeltaV/Entities/Objects/Misc/rubber_stamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,18 @@
sprite: DeltaV/Objects/Misc/stamps.rsi
state: stamp-cj

- type: entity
name: prosecutor's rubber stamp
parent: RubberStampBase
id: RubberStampProsec
suffix: DO NOT MAP
description: A rubber stamp for stamping important documents. A more legal way to annoy Security.
components:
- type: Stamp
stampedName: stamp-component-stamped-name-prosec
stampedColor: "#562D3D"
stampState: "paper_stamp-prosec"
- type: Sprite
sprite: DeltaV/Objects/Misc/stamps.rsi
state: stamp-prosec

5 changes: 4 additions & 1 deletion Resources/Textures/DeltaV/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": "Stamp sprites taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by Guess-My-Name. CJ stamp modified by Timemaster99 (Discord)",
"copyright": "Stamp sprites taken from tgstation at commit https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93, modified by Guess-My-Name. CJ stamp modified by Timemaster99 (Discord). stamp-prosec are recoloured versions of stamp-lawyer",
"size": {
"x": 32,
"y": 32
Expand All @@ -12,6 +12,9 @@
},
{
"name": "stamp-notary"
},
{
"name": "stamp-prosec"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions 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. paper_stamp-psychologist by clinux. syndicate_card by Aserovich | paper_stamp-signature by Mnemotechnician. paper_stamp-prosec and paper_stamp-clerk are recoloured versions of paper_stamp-lawyer",
"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. syndicate_card by Aserovich | paper_stamp-signature by Mnemotechnician. paper_stamp-prosec is a recoloured version of paper_stamp-lawyer",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -245,9 +245,6 @@
},
{
"name": "paper_stamp-prosec"
},
{
"name": "paper_stamp-clerk"
}
]
}
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 f098fce

Please sign in to comment.