This commit is contained in:
cohanna
2024-11-12 19:14:28 -07:00
parent e9f6a02f18
commit 21074bd98d
5 changed files with 37 additions and 11 deletions

View File

@@ -106,6 +106,8 @@
acts: [ "Destruction" ]
- type: StaticPrice
price: 50
- type: RadiationBlocker
resistance: 1
- type: entity
parent: PlasmaWindow

View File

@@ -82,6 +82,8 @@
trackAllDamage: true
damageOverlay:
sprite: Structures/Windows/cracks_directional.rsi
- type: RadiationBlocker
resistance: 2
- type: Destructible
thresholds:
- trigger:

View File

@@ -106,6 +106,8 @@
acts: [ "Destruction" ]
- type: StaticPrice
price: 110
- type: RadiationBlocker
resistance: 2.5
- type: entity
parent: ReinforcedUraniumWindow

View File

@@ -101,6 +101,8 @@
acts: [ "Destruction" ]
- type: StaticPrice
price: 100
- type: RadiationBlocker
resistance: 1.5
- type: entity
parent: UraniumWindow

View File

@@ -455,7 +455,7 @@
startNode: start
targetNode: tintedWindow
category: construction-category-structures
description: Not clear but tough.
description: Not clear, but lasers still pass through.
canBuildInImpassable: true
conditions:
- !type:EmptyOrWindowValidInTile
@@ -512,7 +512,7 @@
targetNode: plasmaWindow
category: construction-category-structures
canBuildInImpassable: true
description: Clear and even tougher, with a purple tint.
description: Clear, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -531,7 +531,7 @@
targetNode: reinforcedPlasmaWindow
category: construction-category-structures
canBuildInImpassable: true
description: Fire resistant and even tougher, with a purple tint.
description: Clear and even tougher, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -569,7 +569,7 @@
targetNode: plasmaWindowDiagonal
category: construction-category-structures
canBuildInImpassable: true
description: Clear and even tougher, with a purple tint.
description: Clear, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -587,7 +587,7 @@
targetNode: reinforcedPlasmaWindowDiagonal
category: construction-category-structures
canBuildInImpassable: true
description: Fire resistant and even tougher, with a purple tint.
description: Clear and even tougher, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -659,7 +659,7 @@
targetNode: plasmaWindowDirectional
category: construction-category-structures
canBuildInImpassable: true
description: Clear and even tougher, with a purple tint.
description: Clear, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -677,7 +677,7 @@
targetNode: plasmaReinforcedWindowDirectional
category: construction-category-structures
canBuildInImpassable: true
description: Fire resistant and even tougher, with a purple tint.
description: Clear and even tougher, with a purple tint.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -695,7 +695,7 @@
targetNode: uraniumWindow
category: construction-category-structures
canBuildInImpassable: true
description: Clear and much tougher than regular glass, with added RadAbsorb to protect you from deadly radiation.
description: Clear, with added RadAbsorb to protect you from deadly radiation.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -714,7 +714,7 @@
targetNode: reinforcedUraniumWindow
category: construction-category-structures
canBuildInImpassable: true
description: Clear and much tougher than regular glass, with added RadAbsorb to protect you from deadly radiation.
description: Clear and even tougher, with added RadAbsorb to protect you from deadly radiation.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -733,7 +733,7 @@
targetNode: uraniumWindowDiagonal
category: construction-category-structures
canBuildInImpassable: true
description: Clear and much tougher than regular glass, with added RadAbsorb to protect you from deadly radiation.
description: Clear, with added RadAbsorb to protect you from deadly radiation.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -751,7 +751,7 @@
targetNode: reinforcedUraniumWindowDiagonal
category: construction-category-structures
canBuildInImpassable: true
description: Clear and much tougher than regular glass, with added RadAbsorb to protect you from deadly radiation.
description: Clear and even tougher, with added RadAbsorb to protect you from deadly radiation.
conditions:
- !type:EmptyOrWindowValidInTile
- !type:NoWindowsInTile
@@ -1456,6 +1456,24 @@
# Same here. - 20kdc
- !type:TileNotBlocked
- type: construction
name: emergency light
id: EmergencyLightFixture
graph: LightFixture
startNode: start
targetNode: emergencyLight
category: construction-category-structures
description: An emergency light.
icon:
sprite: Structures/Wallmounts/Lighting/emergency_light.rsi
state: base
objectType: Structure
placementMode: SnapgridCenter
canRotate: true
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
- type: construction
name: ground light post
id: LightGroundFixture