Demiplane fixes (#632)

* limit demiplace wshwooshing by interaction range, fix global gibbing

* Update base.yml

* fix #521
This commit is contained in:
Ed
2024-12-06 17:16:38 +03:00
committed by GitHub
parent 64df860b50
commit 02cbeee6dc
6 changed files with 20 additions and 6 deletions

View File

@@ -136,15 +136,19 @@
- TemporaryBlindness
- Pacified
- StaminaModifier
- type: ComplexInteraction
- Flashed
- RadiationProtection
- Drowsiness
- Adrenaline
- type: Body
prototype: CP14Human
requiredLegs: 2
- type: Identity
- type: Hands
- type: ComplexInteraction
- type: Inventory
- type: InventorySlots
- type: FloatingVisuals
#- type: FloatingVisuals
- type: Climbing
- type: Cuffable
- type: Ensnareable

View File

@@ -46,6 +46,7 @@
solutionName: vat
injectOnly: false
ignoreMobs: true
ignoreClosed: false
minTransferAmount: 10
maxTransferAmount: 100
transferAmount: 15
@@ -138,6 +139,7 @@
solutionName: mortar
injectOnly: false
ignoreMobs: true
ignoreClosed: false
minTransferAmount: 1
maxTransferAmount: 10
transferAmount: 5
@@ -209,6 +211,7 @@
solutionName: vial
injectOnly: false
ignoreMobs: true
ignoreClosed: false
minTransferAmount: 0.25
maxTransferAmount: 1
transferAmount: 0.25

View File

@@ -25,6 +25,7 @@
solutionName: bucket
injectOnly: false
ignoreMobs: true
ignoreClosed: false
minTransferAmount: 1
maxTransferAmount: 50
transferAmount: 50