Add a syndicate stamp (#7649)
This commit is contained in:
@@ -13,3 +13,4 @@ stamp-component-stamped-name-qm = Quartermaster
|
|||||||
stamp-component-stamped-name-rd = Research Director
|
stamp-component-stamped-name-rd = Research Director
|
||||||
stamp-component-stamped-name-warden = Warden
|
stamp-component-stamped-name-warden = Warden
|
||||||
stamp-component-stamped-name-trader = Trader
|
stamp-component-stamped-name-trader = Trader
|
||||||
|
stamp-component-stamped-name-syndicate = Syndicate
|
||||||
@@ -356,3 +356,9 @@
|
|||||||
itemId: NocturineChemistryBottle
|
itemId: NocturineChemistryBottle
|
||||||
description: A chemical that makes it very hard for your target to stand up.
|
description: A chemical that makes it very hard for your target to stand up.
|
||||||
price: 5
|
price: 5
|
||||||
|
|
||||||
|
- type: uplinkListing
|
||||||
|
id: UplinkSyndicateStamp
|
||||||
|
category: Misc
|
||||||
|
itemId: RubberStampSyndicate
|
||||||
|
price: 2
|
||||||
@@ -405,3 +405,16 @@
|
|||||||
sprite: Objects/Misc/bureaucracy.rsi
|
sprite: Objects/Misc/bureaucracy.rsi
|
||||||
state: stamp-trader
|
state: stamp-trader
|
||||||
netsync: false
|
netsync: false
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: syndicate rubber stamp
|
||||||
|
parent: RubberStampMime
|
||||||
|
id: RubberStampSyndicate
|
||||||
|
components:
|
||||||
|
- type: Stamp
|
||||||
|
stampedName: stamp-component-stamped-name-syndicate
|
||||||
|
stampState: "paper_stamp-syndicate"
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Misc/bureaucracy.rsi
|
||||||
|
state: stamp-syndicate
|
||||||
|
netsync: false
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
|
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. stamp-syndicate is a modified version of stamp-warden. paper_stamp-syndicate by Veritius.",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -168,6 +168,9 @@
|
|||||||
{
|
{
|
||||||
"name": "paper_stamp-rd"
|
"name": "paper_stamp-rd"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "paper_stamp-syndicate"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "paper_stamp-trader"
|
"name": "paper_stamp-trader"
|
||||||
},
|
},
|
||||||
@@ -287,6 +290,9 @@
|
|||||||
{
|
{
|
||||||
"name": "stamp-rd"
|
"name": "stamp-rd"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "stamp-syndicate"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "stamp-trader"
|
"name": "stamp-trader"
|
||||||
},
|
},
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 532 B |
Binary file not shown.
|
After Width: | Height: | Size: 676 B |
Reference in New Issue
Block a user