Skip to content

Commit

Permalink
Adds more grindables (#24267)
Browse files Browse the repository at this point in the history
* Adds more grindables

* fuc

* A
  • Loading branch information
Flareguy authored Jan 19, 2024
1 parent f44661c commit 16a1f2f
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
materialComposition:
Glass: 200
chemicalComposition:
Silicon: 20
Silicon: 20
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Objects/Devices/mousetrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@
- type: Tag
tags:
- DroneUsable
- type: Extractable
grindableSolutionName: mousetrap
- type: SolutionContainerManager
solutions:
mousetrap:
reagents:
- ReagentId: Cellulose
Quantity: 3 #its probably wooden

- type: entity
name: mousetrap
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
paper:
reagents:
- ReagentId: Cellulose
Quantity: 3
Quantity: 10


- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
cardboard:
reagents:
- ReagentId: Cellulose
Quantity: 6
Quantity: 10

- type: entity
parent: MaterialCardboard
Expand Down
54 changes: 54 additions & 0 deletions Resources/Prototypes/Entities/Objects/Misc/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: Extractable
grindableSolutionName: paper
- type: SolutionContainerManager
solutions:
paper:
reagents:
- ReagentId: Cellulose
Quantity: 3

- type: entity
name: paper scrap
Expand Down Expand Up @@ -270,6 +278,16 @@
damage:
types:
Piercing: 3
- type: Extractable
grindableSolutionName: pen
- type: SolutionContainerManager
solutions:
pen:
reagents:
- ReagentId: Iron
Quantity: 2
- ReagentId: Iodine
Quantity: 1

#TODO: I want the luxury pen to write a cool font like Merriweather in the future.

Expand Down Expand Up @@ -406,6 +424,14 @@
prob: 0.2
- id: Paper
prob: 0.2
- type: Extractable
grindableSolutionName: folder
- type: SolutionContainerManager
solutions:
folder:
reagents:
- ReagentId: Cellulose
Quantity: 4 #a little more rigid then paper so it yields slightly more

- type: entity
id: BoxFolderRed
Expand Down Expand Up @@ -502,6 +528,16 @@
layers:
- state: folder-centcom
- state: folder-base
- type: Extractable
grindableSolutionName: centcommfolder
- type: SolutionContainerManager
solutions:
centcommfolder:
reagents:
- ReagentId: Cellulose
Quantity: 4
- ReagentId: Gold
Quantity: 1

- type: entity
id: BoxFolderClipboard
Expand Down Expand Up @@ -561,6 +597,14 @@
damage:
types:
Blunt: 6
- type: Extractable
grindableSolutionName: clipboard
- type: SolutionContainerManager
solutions:
clipboard:
reagents:
- ReagentId: Cellulose
Quantity: 5

- type: entity
id: BoxFolderCentComClipboard
Expand All @@ -586,6 +630,16 @@
slots: [belt]
quickEquip: false
sprite: Objects/Misc/cc-clipboard.rsi
- type: Extractable
grindableSolutionName: centcommclipboard
- type: SolutionContainerManager
solutions:
centcommclipboard:
reagents:
- ReagentId: Cellulose
Quantity: 4
- ReagentId: Gold
Quantity: 1

- type: entity
id: BoxFolderQmClipboard
Expand Down
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/flare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@
maxDuration: 15.0
startValue: 10.0
endValue: 1.0
- type: Extractable
grindableSolutionName: flare
- type: SolutionContainerManager
solutions:
flare:
reagents:
- ReagentId: Sulfur
Quantity: 15
12 changes: 12 additions & 0 deletions Resources/Prototypes/Entities/Objects/Tools/glowstick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,18 @@
maxDuration: 10 # 300.0
startValue: 5.0
endValue: 1.5
- type: Extractable
grindableSolutionName: glowstick
- type: SolutionContainerManager
solutions:
glowstick:
reagents:
- ReagentId: Phenol
Quantity: 15
- ReagentId: Hydrogen
Quantity: 10
- ReagentId: Oxygen
Quantity: 10

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

- type: entity
parent: Matchstick
Expand Down

0 comments on commit 16a1f2f

Please sign in to comment.