Skip to content

Commit

Permalink
god help
Browse files Browse the repository at this point in the history
  • Loading branch information
DjfjdfofdjfjD committed Jul 31, 2023
1 parent 31fd0b9 commit 006c425
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 3 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
20 changes: 19 additions & 1 deletion Resources/Prototypes/Entities/Objects/Consumable/Food/snacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@
- type: Sprite
state: energybar-open
- type: Item
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Sugar
Quantity: 5
grinableSolutionName: food

- type: entity
name: popcorn
Expand Down Expand Up @@ -206,6 +213,14 @@
state: syndicakes
- type: Item
- type: Food
- type: SolutionContainerManager
solutions:
food:
reagents:
- ReagentId: Sugar
Quantity: 5
grinableSolutionName: food
- type: Extractable
trash: FoodPacketSyndiTrash

- type: entity
Expand Down Expand Up @@ -276,10 +291,13 @@
- type: SolutionContainerManager
solutions:
food:
maxVol: 1
reagents:
- ReagentId: Nutriment
Quantity: 1
- ReagentId: Sugar
Quantity: 3
grinableSolutionName: food
- type: Extractable
- type: Item
sprite: Objects/Consumable/Food/snacks.rsi
heldPrefix: packet
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,14 @@
- type: PhysicalComposition
materialComposition:
Steel: 25
- type: SolutionContainerManager
solutions:
pen:
reagents:
- ReagentId: Iodine
Quantity: 5
- type: Extractable
grinableSolutionName: pen

- type: entity
name: Cybersun pen
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Objects/Power/lights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
materialComposition:
Glass: 25
- type: SpaceGarbage
- type: SolutionContainerManager
solutions:
bulb:
reagents:
- ReagentId: Nitrogen
Quantity: 15
- type: extractable
grinableSolutionName: bulb

- type: entity
parent: BaseLightbulb
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Entities/Objects/Power/powercells.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
- type: Extractable
juiceSolution:
reagents:
- ReagentId: Zinc
Quantity: 5
- ReagentId: Lithium
Quantity: 15
- type: Tag
tags:
- DroneUsable
Expand Down
8 changes: 8 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,11 @@
materialComposition:
Steel: 400
Glass: 100
- type: SolutionContainerManager
solutions:
gasanalyser:
reagents:
- ReagentId: Mercury
Quantity: 15
- type: Extractable
grinableSolutionName: gasanalyser
16 changes: 16 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,14 @@
unlitIcon: match_unlit
litIcon: match_lit
burntIcon: match_burnt
- type: SolutionContainerManager
solutions:
match:
reagents:
- ReagentId: Phosphorus
Quantity: 2
- type: Extractable
grinableSolutionName: match

- type: entity
parent: Matchstick
Expand All @@ -51,6 +59,14 @@
- state: match_burnt
- type: Matchstick
state: Burnt
- type: SolutionContainerManager
solutions:
match:
reagents:
- ReagentId: Carbon
Quantity: 5
- type: Extractable
grinableSolutionName: match

- type: entity
name: match box
Expand Down

0 comments on commit 006c425

Please sign in to comment.