Predict InjectorSystem (#39976)

* predict injectors

* hide verbs if no options
This commit is contained in:
slarticodefast
2025-09-01 17:24:37 +02:00
committed by GitHub
parent feb0fac20f
commit 86e77f05ce
11 changed files with 512 additions and 503 deletions

View File

@@ -286,10 +286,13 @@
injectOnly: false
ignoreMobs: true
ignoreClosed: false
minTransferAmount: 1
maxTransferAmount: 5
transferAmount: 1
toggleState: 1 # draw
transferAmounts:
- 1
- 2
- 3
- 4
- 5
currentTransferAmount: 1
- type: ExaminableSolution
solution: dropper
exactVolume: true
@@ -385,8 +388,7 @@
id: Syringe
components:
- type: Injector
transferAmount: 15
toggleState: Draw
currentTransferAmount: 15
- type: Tag
tags:
- Syringe
@@ -410,9 +412,13 @@
injector:
maxVol: 5
- type: Injector
minTransferAmount: 1
maxTransferAmount: 5
transferAmount: 5
transferAmounts:
- 1
- 2
- 3
- 4
- 5
currentTransferAmount: 5
- type: SolutionContainerVisuals
maxFillLevels: 3
fillBaseName: minisyringe
@@ -461,6 +467,7 @@
- SyringeGunAmmo
- type: entity
abstract: true
parent: BaseSyringe
id: PrefilledSyringe
components:
@@ -521,15 +528,15 @@
canReact: false
- type: Injector
injectOnly: false
minTransferAmount: 5
maxTransferAmount: 10
transferAmount: 10
transferAmounts:
- 5
- 10
currentTransferAmount: 10
- type: Tag
tags:
- Syringe
- Trash
- type: entity
name: pill
parent: BaseItem