Skip to content

Commit

Permalink
ghetto surgery???
Browse files Browse the repository at this point in the history
  • Loading branch information
DjfjdfofdjfjD committed Jul 27, 2023
1 parent 350ef8f commit 3185030
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@
Quantity: 4
- ReagentId: Vitamin
Quantity: 2
- ReagentId: Potassium
Quantity: 3
- type: Sprite
sprite: Objects/Specific/Hydroponics/banana.rsi
- type: Produce
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@
equippedPrefix: unlit
- type: Item
size: 1
- grindableSolutionName: cigarGold
- type: SolutionContainerManager
solutions:
cigarGold:
reagents:
- ReagentId: Gold
Quantity: 1

- type: entity
id: CigarGoldSpent
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Objects/Power/powercells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
- type: Appearance
- type: PowerCellVisuals
- type: Riggable
- grindableSolutionName: powercell
- type: SolutionContainerManager
solutions:
powercell:
reagents:
- ReagentId: Lythium
Quantity: 15

- type: entity
name: potato battery
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Objects/Specific/atmos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@
materialComposition:
Steel: 400
Glass: 100
- grindableSolutionName: gasAnalyser
- type: SolutionContainerManager
solutions:
gasAnalyser:
reagents:
- ReagentId: Luthium
- Quantity: 15
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/glowstick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,15 @@
startValue: 5.0
endValue: 1.5
property: Radius
- grindableSolutionName: glowstick
- type: SolutionContainerManager
solutions:
glowstick:
reagents:
- ReagentId: Oxygen
Quantity: 10
- ReagentId: Hydrogen
Quantity: 10

- type: entity
name: red glowstick
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/matches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
unlitIcon: match_unlit
litIcon: match_lit
burntIcon: match_burnt
- grindableSolutionName: match
- type: SolutionContainerManager
solutions:
match:
reagents:
- ReagentId: Phosphorus
Quantity: 2

- type: entity
parent: Matchstick
Expand Down

0 comments on commit 3185030

Please sign in to comment.