Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
pofitlo-Git committed Sep 15, 2024
1 parent bdde5a9 commit b37ea36
Show file tree
Hide file tree
Showing 6 changed files with 241 additions and 265 deletions.
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -443,5 +443,5 @@ 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.
uplink-business-card-name = Syndicate business card.
uplink-business-card-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.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1771,8 +1771,8 @@

- type: listing
id: UplinkSyndicateBusinessCard
name: uplink-business-cadr-name
description: uplink-business-cadr-desc
name: uplink-business-card-name
description: uplink-business-card-desc
productEntity: SyndicateBusinessCard
categories:
- UplinkPointless
Expand Down
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
- type: entity
id: SyndicateBusinessCard
name: Syndicate business card
parent: BaseItem
parent: Paper
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
- type: Item
size: Tiny
- type: Tag
tags:
- Trash
- Paper
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: synicate_card
- 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
Expand Down
14 changes: 0 additions & 14 deletions Resources/Textures/Objects/Misc/Business_card.rsi/meta.json

This file was deleted.

Loading

0 comments on commit b37ea36

Please sign in to comment.