Cull even more map lines (#8773)
This commit is contained in:
@@ -85,6 +85,12 @@
|
|||||||
components:
|
components:
|
||||||
- type: Door
|
- type: Door
|
||||||
state: Open
|
state: Open
|
||||||
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
|
- type: Occluder
|
||||||
|
enabled: false
|
||||||
|
- type: Airtight
|
||||||
|
airBlocked: false
|
||||||
- type: Construction
|
- type: Construction
|
||||||
graph: Shutters
|
graph: Shutters
|
||||||
node: Shutters
|
node: Shutters
|
||||||
|
|||||||
@@ -238,6 +238,8 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Structures/Wallmounts/Lighting/light_small.rsi
|
sprite: Structures/Wallmounts/Lighting/light_small.rsi
|
||||||
state: empty
|
state: empty
|
||||||
|
- type: AmbientSound
|
||||||
|
enabled: false
|
||||||
- type: PointLight
|
- type: PointLight
|
||||||
enabled: false
|
enabled: false
|
||||||
offset: "0, -0.5"
|
offset: "0, -0.5"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: AmbientOnPowered
|
- type: AmbientOnPowered
|
||||||
- type: AmbientSound
|
- type: AmbientSound
|
||||||
|
enabled: false
|
||||||
volume: -9
|
volume: -9
|
||||||
range: 3
|
range: 3
|
||||||
sound:
|
sound:
|
||||||
|
|||||||
@@ -40,8 +40,10 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Pipe
|
- Pipe
|
||||||
|
- type: Physics
|
||||||
|
canCollide: false
|
||||||
- type: AmbientSound
|
- type: AmbientSound
|
||||||
enabled: true
|
enabled: false
|
||||||
volume: -15
|
volume: -15
|
||||||
range: 2
|
range: 2
|
||||||
sound:
|
sound:
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
- type: Physics
|
- type: Physics
|
||||||
bodyType: Static
|
bodyType: Static
|
||||||
|
canCollide: false
|
||||||
- type: Fixtures
|
- type: Fixtures
|
||||||
fixtures:
|
fixtures:
|
||||||
- shape:
|
- shape:
|
||||||
|
|||||||
@@ -44,6 +44,7 @@
|
|||||||
- type: Weldable
|
- type: Weldable
|
||||||
- type: PlaceableSurface
|
- type: PlaceableSurface
|
||||||
placeCentered: true
|
placeCentered: true
|
||||||
|
isPlaceable: false
|
||||||
- type: Damageable
|
- type: Damageable
|
||||||
damageContainer: Inorganic
|
damageContainer: Inorganic
|
||||||
damageModifierSet: Metallic
|
damageModifierSet: Metallic
|
||||||
|
|||||||
Reference in New Issue
Block a user