Box fixes and Stealth Box in uplink (#12194)
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
mask:
|
||||
- MobMask
|
||||
layer:
|
||||
- SlipLayer
|
||||
- MobLayer
|
||||
hard: true
|
||||
- type: Pullable
|
||||
- type: CardboardBox
|
||||
@@ -25,11 +25,13 @@
|
||||
- type: EntityStorage
|
||||
isCollidableWhenOpen: false
|
||||
openOnMove: false
|
||||
airtight: false
|
||||
airtight: true #true for now until it doesn't make a vacuum
|
||||
capacity: 4 #4 Entities seems like a nice comfy fit for a cardboard box.
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
entity_storage: !type:Container
|
||||
- type: Damageable
|
||||
damageContainer: Box
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
netsync: false
|
||||
@@ -54,6 +56,11 @@
|
||||
name: cardboard box #it's still just a box
|
||||
description: Kept ya waiting, huh?
|
||||
components:
|
||||
- type: CardboardBox
|
||||
effectSound: /Audio/Effects/chime.ogg
|
||||
- type: Damageable
|
||||
damageContainer: Box
|
||||
damageModifierSet: FlimsyMetallic #Syndicate boxes should have a bit of protection
|
||||
- type: Sprite
|
||||
noRot: true
|
||||
netsync: false
|
||||
@@ -69,8 +76,8 @@
|
||||
state_open: cardboard_open
|
||||
- type: Stealth
|
||||
- type: StealthOnMove
|
||||
passiveVisibilityRate: -0.24
|
||||
movementVisibilityRate: 0.10
|
||||
passiveVisibilityRate: -0.37
|
||||
movementVisibilityRate: 0.20
|
||||
|
||||
#For admin spawning only
|
||||
- type: entity
|
||||
|
||||
Reference in New Issue
Block a user