Fix casing on physics and collidable data fields (#1537)

This commit is contained in:
DrSmugleaf
2020-07-29 14:44:38 +02:00
committed by GitHub
parent 2b1f498b0c
commit c1e328bf43
14 changed files with 27 additions and 27 deletions

View File

@@ -12,15 +12,15 @@
- type: Icon
texture: Constructible/Power/eightdirwire.png
- type: Sprite
drawdepth: BelowFloor
drawdepth: BelowFloor
- type: IconSmooth
mode: CardinalFlags
- type: Destructible
thresholdvalue: 100
- type: SubFloorHide
- type: Physics
Anchored: true
anchored: true
- type: entity
parent: WireBase
id: HVWire
@@ -39,7 +39,7 @@
wireType: HighVoltage
- type: Destructible
spawnondestroy: HVWireStack1
- type: entity
parent: WireBase
id: MVWire
@@ -59,7 +59,7 @@
wireType: MediumVoltage
- type: Destructible
spawnondestroy: MVWireStack1
- type: entity
parent: WireBase
id: ApcExtensionCable
@@ -81,7 +81,7 @@
wireType: Apc
- type: Destructible
spawnondestroy: ApcExtensionCableStack1
#Depriciated, to be removed from maps
- type: entity
@@ -100,4 +100,4 @@
- type: PowerSupplier
voltage: High
supplyRate: 100000

View File

@@ -24,7 +24,7 @@
IsScrapingFloor: true
- type: Physics
mass: 25
Anchored: true
anchored: true
- type: SnapGrid
offset: Center
- type: UserInterface

View File

@@ -5,7 +5,7 @@
components:
- type: Physics
mass: 25
Anchored: true
anchored: true
- type: Clickable
- type: InteractionOutline
- type: Collidable

View File

@@ -17,7 +17,7 @@
IsScrapingFloor: true
- type: Physics
mass: 25
Anchored: true
anchored: true
- type: SnapGrid
offset: Center
- type: Lathe

View File

@@ -30,7 +30,7 @@
IsScrapingFloor: true
- type: Physics
mass: 25
Anchored: true
anchored: true
- type: SnapGrid
offset: Center
- type: MedicalScanner

View File

@@ -22,7 +22,7 @@
- type: PowerSupplier
supplyRate: 3000
- type: Physics
Anchored: true
anchored: true
- type: Anchorable
- type: entity
@@ -52,7 +52,7 @@
- type: Breakable
thresholdvalue: 100
- type: Physics
Anchored: true
anchored: true
- type: Anchorable
- type: entity
@@ -80,7 +80,7 @@
- type: PowerConsumer
- type: BatteryStorage
- type: Physics
Anchored: true
anchored: true
- type: Anchorable
- type: entity
@@ -108,7 +108,7 @@
- type: PowerSupplier
- type: BatteryDischarger
- type: Physics
Anchored: true
anchored: true
- type: Anchorable
- type: entity
@@ -152,7 +152,7 @@
- type: BatteryDischarger
activeSupplyRate: 1000
- type: Physics
Anchored: true
anchored: true
- type: Anchorable
- type: entity
@@ -188,7 +188,7 @@
- type: BatteryDischarger
activeSupplyRate: 1000
- type: Physics
Anchored: true
anchored: true
- type: Anchorable
- type: entity
@@ -255,7 +255,7 @@
texture: Constructible/Power/wirelessmachine.png
- type: PowerReceiver
- type: Physics
Anchored: true
anchored: true
- type: Anchorable
- type: entity

View File

@@ -17,7 +17,7 @@
IsScrapingFloor: true
- type: Physics
mass: 25
Anchored: true
anchored: true
- type: SnapGrid
offset: Center
- type: ReagentDispenser

View File

@@ -61,4 +61,4 @@
- type: Anchorable
- type: Physics
mass: 25
Anchored: true
anchored: true

View File

@@ -3,7 +3,7 @@
name: vending machine
components:
- type: Physics
Anchored: true
anchored: true
- type: Clickable
- type: InteractionOutline
- type: Sprite

View File

@@ -36,7 +36,7 @@
IsScrapingFloor: true
- type: Physics
mass: 25
Anchored: false
anchored: false
- type: EntityStorage
- type: PlaceableSurface
- type: Damageable

View File

@@ -24,7 +24,7 @@
IsScrapingFloor: true
- type: Physics
mass: 15
Anchored: false
anchored: false
- type: Damageable
- type: Destructible
thresholdvalue: 10

View File

@@ -33,7 +33,7 @@
IsScrapingFloor: true
- type: Physics
mass: 25
Anchored: false
anchored: false
- type: EntityStorage
capacity: 60
CanWeldShut: false

View File

@@ -16,7 +16,7 @@
- type: InteractionOutline
- type: Physics
mass: 25
Anchored: true
anchored: true
- type: SnapGrid
offset: Center
- type: MagicMirror

View File

@@ -48,7 +48,7 @@
IsScrapingFloor: true
- type: Physics
mass: 5
Anchored: false
anchored: false
- type: CanSpill
- type: Pullable
@@ -78,7 +78,7 @@
IsScrapingFloor: true
- type: Physics
mass: 5
Anchored: false
anchored: false
- type: CanSpill
- type: entity