Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.
Closed
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 @@ -88,6 +88,8 @@
solution: pen
- type: RefillableSolution
solution: pen
- type: UseDelay
delay: 120 # Reusable but slow

- type: entity
name: emergency medipen
Expand Down Expand Up @@ -157,6 +159,8 @@
Quantity: 20
- type: Tag
tags: []
- type: UseDelay
delay: 160 # Slower due to larger volume

- type: entity
name: stimulant injector
Expand All @@ -181,6 +185,8 @@
price: 500
- type: Tag
tags: []
- type: UseDelay
delay: 240 # Very slow due to large volume

- type: entity
name: stimulant microinjector
Expand Down Expand Up @@ -226,6 +232,8 @@
price: 1000
- type: Tag
tags: []
- type: UseDelay
delay: 240 # Very slow due to large volume

- type: entity
name: magic medipen
Expand All @@ -248,6 +256,8 @@
reagents:
- Ichor
unitsPerSecond: 0.1
- type: UseDelay
delay: 5

- type: entity
name: pen
Expand Down