Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghetto Chemistry #206

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

У тебя тут неправильно написано

- 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
Loading