Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
cohanna committed Nov 13, 2024
1 parent e9f6a02 commit 21074bd
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Windows/plasma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
acts: [ "Destruction" ]
- type: StaticPrice
price: 50
- type: RadiationBlocker
resistance: 1

- type: entity
parent: PlasmaWindow
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Windows/rplasma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
trackAllDamage: true
damageOverlay:
sprite: Structures/Windows/cracks_directional.rsi
- type: RadiationBlocker
resistance: 2
- type: Destructible
thresholds:
- trigger:
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Windows/ruranium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@
acts: [ "Destruction" ]
- type: StaticPrice
price: 110
- type: RadiationBlocker
resistance: 2.5

- type: entity
parent: ReinforcedUraniumWindow
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Structures/Windows/uranium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
acts: [ "Destruction" ]
- type: StaticPrice
price: 100
- type: RadiationBlocker
resistance: 1.5

- type: entity
parent: UraniumWindow
Expand Down
40 changes: 29 additions & 11 deletions Resources/Prototypes/Recipes/Construction/structures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 21074bd

Please sign in to comment.