Skip to content

Commit

Permalink
The Paperwork Hater Stamp (#2961)
Browse files Browse the repository at this point in the history
* hate paperwork, simple as

* capitals

* fix
  • Loading branch information
Smugman authored Feb 12, 2025
1 parent 2464fd0 commit 8c0f6f7
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 4 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_DV/paper/stamp-component.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ stamp-component-stamped-name-notary = NOTARY
stamp-component-stamped-name-chiefjustice = Chief Justice
stamp-component-stamped-name-prosec = Prosecutor
stamp-component-stamped-name-admin-assistant = Administrative Assistant
stamp-component-stamped-name-hate-paperwork = I HATE PAPERWORK!
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_DV/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ uplink-hardsuit-commander-syndie-desc = The premiere blood-red hardsuit, with im
uplink-hardsuit-agent-syndie-name = Agent's Hardsuit
uplink-hardsuit-agent-syndie-desc = The iconic blood-white hardsuit, painted with patterns specifically designed to make you a less appealing target. Limit of 1.
uplink-paperwork-hater-name = "I Hate Paperwork" Stamp
uplink-paperwork-hater-desc = For the seasoned paperwork hater. A stamp with an electric cigarette lighter embedded into it. Will Ignite any paper stamped with it.
# Objectives
uplink-core-extraction-toolbox-name = Core Extraction Toolbox
uplink-core-extraction-toolbox-desc = A toolbox containing everything you need to remove a nuclear bomb's plutonium core. Instructions not included.
Expand Down
8 changes: 5 additions & 3 deletions Resources/Prototypes/Catalog/Fills/Crates/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
orGroup: CigCarton2
- id: CigCartonPurple # DeltaV
prob: 0.33
orGroup: CigCarton3
orGroup: CigCarton3
- id: CigCartonCandy # DeltaV
orGroup: CigCarton3
- id: CigarGoldCase
Expand Down Expand Up @@ -147,7 +147,7 @@
- id: NewtonCradle
- id: BoxEnvelope
- id: BrbSign
# Start DeltaV - More folders & colored paper reams in the bureaucracy crate
# Begin DeltaV - More folders & colored paper reams in the bureaucracy crate, low chance of paperwork hater stamp
- id: BoxFolderBlack
amount: 2
- id: BoxFolderGrey
Expand All @@ -156,7 +156,9 @@
amount: 2
- id: BoxReamClassic
- id: BoxReamBright
# End DeltaV - More folders & colored paper reams in the bureaucracy crate
- id: RubberStampHatePaperwork
prob: 0.05
# End DeltaV - More folders & colored paper reams in the bureaucracy crate, low chance of paperwork hater stamp

- type: entity
id: CrateServiceFaxMachine
Expand Down
13 changes: 13 additions & 0 deletions Resources/Prototypes/_DV/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,19 @@
categories:
- UplinkDisruption

- type: listing
id: UplinkPaperworkhater
name: uplink-paperwork-hater-name
description: uplink-paperwork-hater-desc
productEntity: RubberStampHatePaperwork
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 0
cost:
Telecrystal: 1
categories:
- UplinkPointless

# Objective-specific
- type: listing
id: UplinkCoreExtractionToolbox
Expand Down
22 changes: 22 additions & 0 deletions Resources/Prototypes/_DV/Entities/Objects/Misc/rubber_stamp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,25 @@
- type: Sprite
sprite: _DV/Objects/Misc/stamps.rsi
state: stamp-admin-assistant

- type: entity
parent: RubberStampBase
id: RubberStampHatePaperwork
name: paperwork hater rubber stamp
description: An incandescent stamp, its so hot that any paper you stamp with it is sure to catch on fire.
components:
- type: Stamp
stampedName: stamp-component-stamped-name-hate-paperwork
stampedColor: "#ff0000"
stampState: "paper_stamp-generic"
- type: Sprite
sprite: _DV/Objects/Misc/stamps.rsi
state: stamp-hate-paperwork
- type: IgnitionSource
ignited: true
temperature: 10
- type: PointLight
enabled: true
netsync: false
radius: 1.2
color: orange
5 changes: 4 additions & 1 deletion Resources/Textures/_DV/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). stamp-prosec is a recoloured version of stamp-lawyer, stamp-admin-assistant by noctyrnal (github)",
"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 is a recoloured version of stamp-lawyer, stamp-admin-assistant by noctyrnal (github), Hate-paperwork is a recoloured version of stamp-deny",
"size": {
"x": 32,
"y": 32
Expand All @@ -18,6 +18,9 @@
},
{
"name": "stamp-admin-assistant"
},
{
"name": "stamp-hate-paperwork"
}
]
}
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 8c0f6f7

Please sign in to comment.