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

Syndicate business card #32162

Merged
merged 19 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from 10 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
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/paper/syndicate-business-card.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
syndicate-business-card-base = It's nothing personal, it's just business

3 changes: 3 additions & 0 deletions Resources/Locale/en-US/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,6 @@ uplink-backpack-syndicate-desc = A lightweight explosion-proof backpack for hold

uplink-combat-bakery-name = Combat Bakery Kit
uplink-combat-bakery-desc = A kit of clandestine baked weapons. Contains a baguette sword, a pair of throwing croissants, and a syndicate microwave board for making more. Once the job is done, eat the evidence.

uplink-business-cadr-name = Syndicate business card.
uplink-business-cadr-desc = A business card that you can give to someone to demonstrate your involvement in the syndicate or leave at the crime scene in order to make fun of the detective. You can buy no more than three of them.
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
13 changes: 12 additions & 1 deletion Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1769,6 +1769,17 @@
categories:
- UplinkPointless

- type: listing
id: UplinkSyndicateBusinessCard
name: uplink-business-cadr-name
description: uplink-business-cadr-desc
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
productEntity: SyndicateBusinessCard
categories:
- UplinkPointless
conditions:
- !type:ListingLimitedStockCondition
stock: 3

# Job Specific

- type: listing
Expand Down Expand Up @@ -2046,4 +2057,4 @@
- !type:BuyerJobCondition
whitelist:
- Chef
- Mime
- Mime
33 changes: 33 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/business card.yml
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- type: entity
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
id: SyndicateBusinessCard
name: Syndicate business card
parent: BaseItem
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
description: A black card with the syndicate's logo. There's something written on the back
components:
- type: Sprite
sprite: Objects/Misc/Business_card.rsi
state: Synicate_card
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
- type: Item
size: Tiny
- type: Tag
tags:
- Trash
- Paper
- type: Paper
content: syndicate-business-card-base
- type: PaperLabelType
- type: ActivatableUI
key: enum.PaperUiKey.Key
requiresComplex: false
- type: UserInterface
interfaces:
enum.PaperUiKey.Key:
type: PaperBoundUserInterface
- type: PaperVisuals
headerImagePath: "/Textures/Interface/Paper/paper_heading_syndicate_logo.svg.96dpi.png"
headerMargin: 0.0, 0.0, 0.0, 2.0
backgroundImagePath: "/Textures/Interface/Paper/paper_background_black.svg.96dpi.png"
backgroundPatchMargin: 16.0, 16.0, 16.0, 16.0
contentMargin: 4.0, 4.0, 4.0, 4.0
maxWritableArea: 400.0, 256.0

40 changes: 40 additions & 0 deletions Resources/Textures/Interface/Paper/paper_background_black.svg
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sample:
filter: true
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sample:
filter: true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Resources/Textures/Objects/Misc/Business_card.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by Aserovich (Discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "Synicate_card"
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
}
]
}
Loading