Adds the Head of Greytide stamp (#30189)
suggested changes from discord discussion, sprite change, add to refactored loot table
This commit is contained in:
@@ -17,3 +17,4 @@ stamp-component-stamped-name-warden = Warden
|
||||
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
|
||||
|
||||
@@ -161,6 +161,7 @@
|
||||
- id: CigarGold
|
||||
- id: ClothingUniformJumpsuitFamilyGuy
|
||||
- id: WristwatchGold
|
||||
- id: RubberStampGreytide
|
||||
|
||||
- type: entity
|
||||
name: Maint Loot Spawner
|
||||
|
||||
@@ -271,3 +271,16 @@
|
||||
stampState: "paper_stamp-detective"
|
||||
- type: Sprite
|
||||
state: stamp-detective
|
||||
|
||||
- type: entity
|
||||
name: greytide's rubber stamp
|
||||
parent: RubberStampBase
|
||||
id: RubberStampGreytide
|
||||
description: A rubber stamp for stamping important documents. The tide washes over you, just looking at it...
|
||||
components:
|
||||
- type: Stamp
|
||||
stampedName: stamp-component-stamped-name-greytide
|
||||
stampedColor: "#323232"
|
||||
stampState: "paper_stamp-greytide"
|
||||
- type: Sprite
|
||||
state: stamp-greytide
|
||||
|
||||
@@ -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.",
|
||||
"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",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -224,6 +224,9 @@
|
||||
},
|
||||
{
|
||||
"name": "paper_stamp-generic"
|
||||
},
|
||||
{
|
||||
"name": "paper_stamp-greytide"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 168 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.",
|
||||
"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.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -60,6 +60,9 @@
|
||||
},
|
||||
{
|
||||
"name": "stamp-warden"
|
||||
},
|
||||
{
|
||||
"name": "stamp-greytide"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/Objects/Misc/stamps.rsi/stamp-greytide.png
Normal file
BIN
Resources/Textures/Objects/Misc/stamps.rsi/stamp-greytide.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user