Give inflatable walls the DeltaPressure component (#40098)

give inflatable walls the deltapressure component
This commit is contained in:
ArtisticRoomba
2025-09-03 18:08:53 -07:00
committed by GitHub
parent 53c9f336cf
commit 723a0030ba

View File

@@ -35,6 +35,11 @@
disassembleTime: 3
- type: InflatableSafeDisassembly
- type: Airtight
- type: DeltaPressure
minPressure: 1000
minPressureDelta: 750
scalingType: Linear
scalingPower: 0.0005
- type: Transform
anchored: true
placement:
@@ -85,3 +90,8 @@
- type: InflatableSafeDisassembly
- type: Occluder
enabled: false
- type: DeltaPressure
minPressure: 1000
minPressureDelta: 750
scalingType: Linear
scalingPower: 0.0005