Syndicate business card (#32162)
* add card * Update Resources/Locale/en-US/paper/syndicate-business-card.ftl Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> * fix * Update Resources/Prototypes/Entities/Objects/Misc/business card.yml Co-authored-by: Эдуард <36124833+Ertanic@users.noreply.github.com> * add logo * swap the "funny 'c'" * improve logo (a little) and also fight with the funny 'c' * fix * oh... i think... mabe i done with this?... * add * smaller cards * fix * Update synicate_card.png * fix typo * fix * fix * Update Resources/Prototypes/Entities/Objects/Misc/business_card.yml --------- Co-authored-by: lzk <124214523+lzk228@users.noreply.github.com> Co-authored-by: Эдуард <36124833+Ertanic@users.noreply.github.com> Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
@@ -1805,6 +1805,17 @@
|
||||
categories:
|
||||
- UplinkPointless
|
||||
|
||||
- type: listing
|
||||
id: UplinkSyndicateBusinessCard
|
||||
name: uplink-business-card-name
|
||||
description: uplink-business-card-desc
|
||||
productEntity: SyndicateBusinessCard
|
||||
categories:
|
||||
- UplinkPointless
|
||||
conditions:
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 3
|
||||
|
||||
# Job Specific
|
||||
|
||||
- type: listing
|
||||
|
||||
26
Resources/Prototypes/Entities/Objects/Misc/business_card.yml
Normal file
26
Resources/Prototypes/Entities/Objects/Misc/business_card.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
- type: entity
|
||||
id: SyndicateBusinessCard
|
||||
name: syndicate business card
|
||||
parent: Paper
|
||||
description: A black card with the syndicate's logo. There's something written on the back.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/bureaucracy.rsi
|
||||
layers:
|
||||
- state: syndicate_card
|
||||
- state: syndicate_card
|
||||
map: ["enum.PaperVisualLayers.Writing"]
|
||||
visible: false
|
||||
- state: paper_stamp-generic
|
||||
map: ["enum.PaperVisualLayers.Stamp"]
|
||||
visible: false
|
||||
- type: Paper
|
||||
content: syndicate-business-card-base
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user