Skip to content

Commit

Permalink
More walls, part 1. (Vault-Overseers#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant authored Jul 7, 2024
1 parent 474ec18 commit 60c7d6d
Show file tree
Hide file tree
Showing 693 changed files with 3,317 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
anchored: true
- type: Sprite
drawdepth: Overdoors
sprite: _Nuclear14/Structures/Walls/matrix.rsi
sprite: _Nuclear14/Structures/Walls/nc14/matrix.rsi
state: matrix

- type: entity
Expand All @@ -31,4 +31,4 @@
components:
- type: SpawnPoint
job_id: BoSMidKnightCommander
spawn_type: LateJoin
spawn_type: LateJoin
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
name: chainlink fence
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/fencechain.rsi
sprite: _Nuclear14/Structures/Walls/nc14/fencechain.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/fencechain.rsi
sprite: _Nuclear14/Structures/Walls/nc14/fencechain.rsi
- type: Destructible
thresholds:
- trigger:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@
name: chainlink fence
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/fencechain.rsi
sprite: _Nuclear14/Structures/Walls/nc14/fencechain.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/fencechain.rsi
sprite: _Nuclear14/Structures/Walls/nc14/fencechain.rsi
- type: IconSmooth
key: walls
base: fence
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
- type: Sprite
netsync: false
drawdepth: WallTops
sprite: _Nuclear14/Structures/Walls/railingyellow.rsi
sprite: _Nuclear14/Structures/Walls/nc14/railingyellow.rsi
state: side
- type: Icon
sprite: _Nuclear14/Structures/Walls/railingyellow.rsi
sprite: _Nuclear14/Structures/Walls/nc14/railingyellow.rsi
state: side
- type: Fixtures
fixtures:
Expand All @@ -35,10 +35,10 @@
- type: Sprite
netsync: false
drawdepth: WallTops
sprite: _Nuclear14/Structures/Walls/railingyellow.rsi
sprite: _Nuclear14/Structures/Walls/nc14/railingyellow.rsi
state: corner
- type: Icon
sprite: _Nuclear14/Structures/Walls/railingyellow.rsi
sprite: _Nuclear14/Structures/Walls/nc14/railingyellow.rsi
state: corner
- type: Fixtures
fixtures:
Expand All @@ -62,10 +62,10 @@
- type: Sprite
netsync: false
drawdepth: WallTops
sprite: _Nuclear14/Structures/Walls/railingyellow.rsi
sprite: _Nuclear14/Structures/Walls/nc14/railingyellow.rsi
state: end
- type: Icon
sprite: _Nuclear14/Structures/Walls/railingyellow.rsi
sprite: _Nuclear14/Structures/Walls/nc14/railingyellow.rsi
state: end
- type: Fixtures
fixtures:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,255 @@
- type: entity
parent: BaseWall
id: N14WallBrickSlanted
name: brick wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/brick.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/brick.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: FlimsyMetallic
- type: IconSmooth
key: walls
base: brick

- type: entity
parent: BaseWall
id: N14WallBunkerSlanted
name: bunker wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/bunker.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/bunker.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: StrongMetallic
- type: IconSmooth
key: walls
base: bunker

- type: entity
parent: BaseWall
id: N14WallConcreteSlanted
name: concrete wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/concrete.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/concrete.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: IconSmooth
key: walls
base: concrete

- type: entity
parent: BaseWall
id: N14WallDungeonSlanted
name: dungeon wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/dungeon.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/dungeon.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: StrongMetallic
- type: IconSmooth
key: walls
base: dungeon

- type: entity
parent: BaseWall
id: N14WallMetalSlanted
name: metal wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/metal.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/metal.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: IconSmooth
key: walls
base: metal

- type: entity
parent: BaseWall
id: N14WallPrisonSlanted
name: prison wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/prison.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/prison.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: IconSmooth
key: walls
base: prison

- type: entity
parent: BaseWall
id: N14WallMetalReinforcedSlanted
name: reinforced metal wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rmetal.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rmetal.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: StrongMetallic
- type: IconSmooth
key: walls
base: rmetal


- type: entity
parent: BaseWall
id: N14WallRockSlanted
name: rock wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rock.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rock.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: FlimsyMetallic
- type: IconSmooth
key: walls
base: rock

- type: entity
parent: BaseWall
id: N14WallMetalReinforcedRustSlanted
name: rust reinforced metal wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rrmetal.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rrmetal.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: StrongMetallic
- type: IconSmooth
key: walls
base: rrmetal

- type: entity
parent: BaseWall
id: N14WallMetalRustSlanted
name: rust metal wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/rustmetal.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: IconSmooth
key: walls
base: rustmetal

- type: entity
parent: BaseWall
id: N14WallScrapSlanted
name: scrap wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/scrap.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/scrap.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: IconSmooth
key: walls
base: scrap

- type: entity
parent: BaseWall
id: N14WallSewerSlanted
name: sewer wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/sewer.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/sewer.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Metallic
- type: IconSmooth
key: walls
base: sewer

- type: entity
parent: BaseWall
id: N14WallSidingSlanted
name: siding wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/siding.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/siding.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Wood
- type: IconSmooth
key: walls
base: siding

- type: entity
parent: BaseWall
id: N14WallVaultSlanted
name: vault wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/vault.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/vault.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: StrongMetallic
- type: IconSmooth
key: walls
base: vault

- type: entity
parent: BaseWall
id: N14WallWoodSlanted
name: wood wall
suffix: slanted
components:
- type: Sprite
sprite: _Nuclear14/Structures/Walls/ms13/slanted/wood.rsi
- type: Icon
sprite: _Nuclear14/Structures/Walls/ms13/slanted/wood.rsi
- type: Damageable
damageContainer: Inorganic
damageModifierSet: Wood
- type: IconSmooth
key: walls
base: wood
Loading

0 comments on commit 60c7d6d

Please sign in to comment.