Skip to content

Commit

Permalink
specifics fixing, +CD tags
Browse files Browse the repository at this point in the history
Update contraband.yml
  • Loading branch information
KittenColony committed Nov 15, 2024
1 parent 6622567 commit 8712769
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
14 changes: 12 additions & 2 deletions Resources/Prototypes/_CD/Entities/Objects/Misc/contraband.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
parent: [BaseItem, BaseMinorContraband]
id: emptyPacket
id: EmptyPacket
name: empty packet
description: Worth a pretty penny?
components:
Expand All @@ -21,10 +21,17 @@
solution: drink
- type: DrainableSolution
solution: drink
- type: Tag
tags:
- EmptyPacket
- type: Construction
graph: WrappedBakePackage
node: empty
defaultTarget: bakeWrapped

- type: entity
parent: [BaseItem, BaseMinorContraband]
id: wrappedBakepacket
id: WrappedBakePacket
name: sealed narcotic packet
description: Worth a pretty penny, the powder inside looks chalky.
suffix: Bake
Expand All @@ -34,3 +41,6 @@
- type: Sprite
sprite: _CD/Objects/Misc/Contraband/drug_packets.rsi
state: brown_icon
- type: Construction
graph: WrappedBakePackage
node: bakeWrapped
8 changes: 4 additions & 4 deletions Resources/Prototypes/_CD/Recipes/Crafting/Graphs/package.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- type: constructionGraph
id: foldsmugglerpackage
id: FoldSmugglerPackage
start: start
graph:
- node: start
edges:
- to: emptypacket
- to: emptyPacket
steps:
- material: Cardboard
amount: 1
doAfter: 3
- node: emptypacket
entity: emptyPacket
- node: emptyPacket
entity: EmptyPacket
2 changes: 2 additions & 0 deletions Resources/Prototypes/_CD/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- type: Tag
id: EmptyPacket

0 comments on commit 8712769

Please sign in to comment.