Skip to content

Commit 737a4c9

Browse files
Add stamp, paper stamp icon, and prototypes for it.
1 parent 22ae30b commit 737a4c9

File tree

6 files changed

+23
-3
lines changed

6 files changed

+23
-3
lines changed

Resources/Locale/en-US/paper/stamp-component.ftl

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ stamp-component-stamped-name-trader = Trader
1717
stamp-component-stamped-name-syndicate = Syndicate
1818
stamp-component-stamped-name-ce = Chief Engineer
1919
stamp-component-stamped-name-nanorep = Nanotrasen Representative
20+
stamp-component-stamped-name-magistrate = Magistrate

Resources/Prototypes/_Goobstation/Entities/Objects/Misc/rubber_stamps.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,17 @@
99
stampState: "paper_stamp-nanorep"
1010
- type: Sprite
1111
sprite: _Goobstation/Objects/Misc/stamps.rsi
12-
state: stamp-nanorep
12+
state: stamp-nanorep
13+
14+
- type: entity
15+
name: magistrate rubber stamp
16+
parent: RubberStampBase
17+
id: RubberStampMagistrate
18+
components:
19+
- type: Stamp
20+
stampedName: stamp-component-stamped-name-magistrate
21+
stampedColor: "#76a5b4"
22+
stampState: "paper_stamp-magistrate"
23+
- type: Sprite
24+
sprite: _Goobstation/Objects/Misc/stamps.rsi
25+
state: stamp-magistrate

Resources/Textures/Objects/Misc/bureaucracy.rsi/meta.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": 1,
33
"license": "CC-BY-SA-3.0",
4-
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. pen_centcom is a resprited version of pen_cap by PuroSlavKing (Github). Luxury pen is drawn by Ubaser. Lawyer and psychologist paper stamp resprited by Guess-My-Name. paper_stamp-signature by Mnemotechnician.",
4+
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. pen_centcom is a resprited version of pen_cap by PuroSlavKing (Github). Luxury pen is drawn by Ubaser. Lawyer and psychologist paper stamp resprited by Guess-My-Name. paper_stamp-signature by Mnemotechnician. paper_stamp-magistrate by CerberusWolfie",
55
"size": {
66
"x": 32,
77
"y": 32
@@ -239,6 +239,9 @@
239239
{
240240
"name": "paper_stamp-nanorep"
241241
},
242+
{
243+
"name": "paper_stamp-magistrate"
244+
},
242245
{
243246
"name": "paper_stamp-rd"
244247
},
Loading
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
{
22
"version": 1,
33
"license": "CC-BY-SA-3.0",
4-
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. Resprited centcom sprite by BombasterDS",
4+
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. Resprited centcom sprite by BombasterDS (NanoTrasen Rep). Repsprited from NTR by CerberusWolfie (Magistrate)",
55
"size": {
66
"x": 32,
77
"y": 32
88
},
99
"states": [
1010
{
1111
"name": "stamp-nanorep"
12+
},
13+
{
14+
"name": "stamp-magistrate"
1215
}
1316
]
1417
}
Loading

0 commit comments

Comments
 (0)