Demiplane fixes (#632)
* limit demiplace wshwooshing by interaction range, fix global gibbing * Update base.yml * fix #521
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
solutionName: bucket
|
||||
injectOnly: false
|
||||
ignoreMobs: true
|
||||
ignoreClosed: false
|
||||
minTransferAmount: 1
|
||||
maxTransferAmount: 50
|
||||
transferAmount: 50
|
||||
|
||||
Reference in New Issue
Block a user