Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thief Calling Cards!!! #1366

Merged
merged 3 commits into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
thief-business-card-base = {" "} Thanks for the free stuff, nerd!
1 change: 1 addition & 0 deletions Resources/Prototypes/Roles/Antags/thief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
- ToolboxThief
- ClothingHandsChameleonThief
- ThiefBeacon
- ThiefBusinessCard #imp
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
- type: entity
id: ThiefBusinessCard
name: calling card
parent: Paper
description: For when you really want to rub it in.
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: thief_card
- state: thief_card
map: ["enum.PaperVisualLayers.Writing"]
visible: false
- state: paper_stamp-generic
map: ["enum.PaperVisualLayers.Stamp"]
visible: false
- type: Paper
content: thief-business-card-base
- type: PaperVisuals
headerImagePath: "/Textures/_Impstation/Interface/Paper/paper_heading_thief_logo.png"
headerMargin: 0.0, 0.0, 0.0, 6.0
backgroundImagePath: "/Textures/_Impstation/Interface/Paper/paper_background_blue.png"
backgroundPatchMargin: 16.0, 16.0, 16.0, 16.0
contentMargin: 4.0, 4.0, 4.0, 4.0
maxWritableArea: 400.0, 256.0
- type: EmbeddableProjectile
sound: /Audio/Weapons/star_hit.ogg
- type: LandAtCursor
5 changes: 4 additions & 1 deletion 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-borg by iaada(github). paper_stamp-ninja by iaada(github). paper_stamp-signature by Mnemotechnician.",
"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-borg by iaada(github). paper_stamp-ninja by iaada(github). paper_stamp-signature by Mnemotechnician. thief card by Doop and Kazne for Impstation.",
"size": {
"x": 32,
"y": 32
Expand Down Expand Up @@ -242,6 +242,9 @@
},
{
"name": "syndicate_card"
},
{
"name": "thief_card"
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading