Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Jul 3, 2024
1 parent df51d89 commit fe73540
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions Resources/Prototypes/Recipes/Lathes/protoprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@


- type: entity
parent: SpaceCash
parent: BaseItem
id: FakeSpaceCash
suffix: Fake
components:
- type: Material
- type: PhysicalComposition
materialComposition:
FakeCredit: 1
- type: Item
shape:
- 0,0,1,0
storedOffset: 0,-2
- type: StaticPrice
price: 0
- type: Stack
stackType: FakeCredit
count: 1
Expand All @@ -17,6 +27,24 @@
- cash_500
- cash_1000
- cash_1000000
- type: Sprite
sprite: Objects/Economy/cash.rsi
state: cash
layers:
- state: cash
map: ["base"]
- type: Physics
bodyType: Dynamic
- type: Fixtures
fixtures:
fix1:
density: 30
shape:
!type:PhysShapeAabb
bounds: "-0.35,-0.2,0.25,0.1"
mask:
- ItemMask
- type: Appearance
- type: HiddenDescription
entries:
- label: backman-hidden-desc-spacecash-syndicate
Expand All @@ -37,7 +65,7 @@
- SecurityCadet
- Brigmedic
- HeadOfSecurity

- type: material
id: FakeCredit
name: speso
Expand Down Expand Up @@ -171,7 +199,7 @@
SheetPrinter: 100
Cloth: 200
Durathread: 50

- type: latheRecipe
id: SpaceCashemag
result: FakeSpaceCash1000
Expand All @@ -180,14 +208,14 @@
SheetPrinter: 200
Cloth: 500
Durathread: 200

- type: latheRecipe #autolathe
id: Paper
result: Paper
completetime: 2
materials:
Wood: 30

- type: latheRecipe
id: CashMachineCircuitboard
result: ProtolatheCashMachineCircuitboard
Expand All @@ -196,4 +224,4 @@
materials:
Steel: 500
Glass: 500
Plastic: 100
Plastic: 100

0 comments on commit fe73540

Please sign in to comment.