This reverts commit
01a7fc66f011967579330b1c155c326b61fa5806.
@Princess-Cheeseballs
This is being reverted per maintainer vote for the release cycle, check out the meeting video here https://youtu.be/N5-UYCLha2I?t=872
TableMask = Impassable | MidImpassable,
TableLayer = MidImpassable,
- // Tables that SmallMobs can't go under
- CounterLayer = MidImpassable | LowImpassable,
-
// Tabletop machines, windoors, firelocks
TabletopMachineMask = Impassable | HighImpassable,
// Tabletop machines
mask:
- TableMask
layer:
- - CounterLayer
+ - TableLayer
mask:
- TableMask
layer:
- - CounterLayer
+ - TableLayer
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: Wood
- type: entity
id: TableReinforced
- parent: CounterBase
+ parent: TableBase
name: reinforced table
description: A square piece of metal standing on four metal legs. Extra robust.
components:
- type: entity
id: TableBrass
- parent: CounterBase
+ parent: TableBase
name: brass table
description: A shiny, corrosion resistant brass table. Steampunk!
components:
- type: entity
id: TableStone
- parent: CounterBase
+ parent: TableBase
name: stone table
description: Literally the sturdiest thing you have ever seen.
components:
collection: FootstepCarpet
- type: entity
- parent: CounterBase
+ parent: TableBase
id: TableXeno
name: xeno table
description: I wouldn't put the silverware on it.
mask:
- TableMask
layer:
- - CounterLayer
+ - TableLayer
- type: TimedDespawn
lifetime: 180
- type: PointLight
- 0.50,0.50
- -0.50,0.50
layer:
- - ConveyorMask
+ - Impassable
+ - MidImpassable
+ - LowImpassable
+ - DoorPassable
hard: False
- type: Conveyor
- type: DeviceNetwork