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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
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
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
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
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
uplink-business-cadr-desc = a business card that you can give to someone to demonstrate your involvement in the corporation 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
42 changes: 42 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,42 @@
- 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_сard.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
backgroundImagePath: "/Textures/Interface/Paper/paper_background_black.svg.96dpi.png"
backgroundPatchMargin: 16.0, 16.0, 16.0, 16.0
contentMargin: 16.0, 16.0, 16.0, 16.0
contentImageModulate: "#ffffff"
- type: Flammable
fireSpread: true
canResistFire: false
alwaysCombustible: true
canExtinguish: true # Mwahaha! Let the world burn because of one piece of paper!
damage:
types:
Heat: 1
- type: FireVisuals
sprite: Effects/fire.rsi
normalState: fire

2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
fireSpread: true
canResistFire: false
alwaysCombustible: true
canExtinguish: false # Mwahaha! Let the world burn because of one piece of paper!
canExtinguish: true # Mwahaha! Let the world burn because of one piece of paper!
pofitlo-Git marked this conversation as resolved.
Show resolved Hide resolved
damage:
types:
Heat: 1
Expand Down
70 changes: 70 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.
14 changes: 14 additions & 0 deletions Resources/Textures/Objects/Misc/Business_сard.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",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "Synicate card"
}
]
}
Loading