diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml index ca247ac253..2348e356fa 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml @@ -28,18 +28,43 @@ base: brick - type: entity - id: CP14StoneRuinWall - name: stone wall ruin - suffix: Outdated sprite format! + id: CP14CardboardWall + name: cardboard Wall + description: A wall of paper and thin boards. Enjoys a certain popularity in [eastern place]. parent: CP14BaseWall - description: These walls have seen a lot, and they don't have long to live. components: - type: Sprite - sprite: _CP14/Structures/Walls/ruin_stone.rsi + sprite: _CP14/Structures/Walls/cardboard_walls.rsi - type: Icon - sprite: _CP14/Structures/Walls/ruin_stone.rsi + sprite: _CP14/Structures/Walls/cardboard_walls.rsi - type: IconSmooth - base: brick + base: cardboard + +- type: entity + id: CP14StonebrickWall + name: stone brick Wall + description: Stone brick wall. Classic + parent: CP14BaseWall + components: + - type: Sprite + sprite: _CP14/Structures/Walls/stone_bricks_wall.rsi + - type: Icon + sprite: _CP14/Structures/Walls/stone_bricks_wall.rsi + - type: IconSmooth + base: stonebricks + +- type: entity + id: CP14YellowbrickWall + name: yellow brick Wall + description: Yellow bricks laid according to ancient customs + parent: CP14BaseWall + components: + - type: Sprite + sprite: _CP14/Structures/Walls/yellow_bricks_wall.rsi + - type: Icon + sprite: _CP14/Structures/Walls/yellow_bricks_wall.rsi + - type: IconSmooth + base: yellowbricks - type: entity id: CP14WoodFullWall diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard0.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard0.png new file mode 100644 index 0000000000..b6e194ef5c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard0.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard1.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard1.png new file mode 100644 index 0000000000..7e0df33064 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard1.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard2.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard2.png new file mode 100644 index 0000000000..b6e194ef5c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard2.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard3.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard3.png new file mode 100644 index 0000000000..7e0df33064 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard3.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard4.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard4.png new file mode 100644 index 0000000000..ee43321256 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard4.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard5.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard5.png new file mode 100644 index 0000000000..a06bc64032 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard5.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard6.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard6.png new file mode 100644 index 0000000000..ee43321256 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard6.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard7.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard7.png new file mode 100644 index 0000000000..e8c651e4e6 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/cardboard7.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/full.png b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/full.png new file mode 100644 index 0000000000..5b10d0a739 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/meta.json new file mode 100644 index 0000000000..3089ec7626 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Walls/cardboard_walls.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "By jaraten(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "cardboard0", + "directions": 4 + }, + { + "name": "cardboard1", + "directions": 4 + }, + { + "name": "cardboard2", + "directions": 4 + }, + { + "name": "cardboard3", + "directions": 4 + }, + { + "name": "cardboard4", + "directions": 4 + }, + { + "name": "cardboard5", + "directions": 4 + }, + { + "name": "cardboard6", + "directions": 4 + }, + { + "name": "cardboard7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/full.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/full.png new file mode 100644 index 0000000000..498b24df55 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/meta.json new file mode 100644 index 0000000000..ae47862a0d --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "By jaraten(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "stonebricks0", + "directions": 4 + }, + { + "name": "stonebricks1", + "directions": 4 + }, + { + "name": "stonebricks2", + "directions": 4 + }, + { + "name": "stonebricks3", + "directions": 4 + }, + { + "name": "stonebricks4", + "directions": 4 + }, + { + "name": "stonebricks5", + "directions": 4 + }, + { + "name": "stonebricks6", + "directions": 4 + }, + { + "name": "stonebricks7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks0.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks0.png new file mode 100644 index 0000000000..32dfb47bb0 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks0.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks1.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks1.png new file mode 100644 index 0000000000..a511b4be53 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks1.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks2.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks2.png new file mode 100644 index 0000000000..55a025c6d4 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks2.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks3.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks3.png new file mode 100644 index 0000000000..85b63e9f65 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks3.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks4.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks4.png new file mode 100644 index 0000000000..d4bb23b196 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks4.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks5.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks5.png new file mode 100644 index 0000000000..298262146b Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks5.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks6.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks6.png new file mode 100644 index 0000000000..b7990c54e9 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks6.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks7.png b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks7.png new file mode 100644 index 0000000000..0589ee38c2 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/stone_bricks_wall.rsi/stonebricks7.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/full.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/full.png new file mode 100644 index 0000000000..0202bdac3b Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/meta.json b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/meta.json new file mode 100644 index 0000000000..b591694519 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "license": "CC0-1.0", + "copyright": "By jaraten(discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "yellowbricks0", + "directions": 4 + }, + { + "name": "yellowbricks1", + "directions": 4 + }, + { + "name": "yellowbricks2", + "directions": 4 + }, + { + "name": "yellowbricks3", + "directions": 4 + }, + { + "name": "yellowbricks4", + "directions": 4 + }, + { + "name": "yellowbricks5", + "directions": 4 + }, + { + "name": "yellowbricks6", + "directions": 4 + }, + { + "name": "yellowbricks7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks0.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks0.png new file mode 100644 index 0000000000..23e270935e Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks0.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks1.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks1.png new file mode 100644 index 0000000000..74c3bf51ca Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks1.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks2.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks2.png new file mode 100644 index 0000000000..e39e87fb3a Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks2.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks3.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks3.png new file mode 100644 index 0000000000..77788c56d9 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks3.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks4.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks4.png new file mode 100644 index 0000000000..1fb7066b53 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks4.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks5.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks5.png new file mode 100644 index 0000000000..833d72bbf0 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks5.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks6.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks6.png new file mode 100644 index 0000000000..7f91a3a2ed Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks6.png differ diff --git a/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks7.png b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks7.png new file mode 100644 index 0000000000..38e02c33a7 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Walls/yellow_bricks_wall.rsi/yellowbricks7.png differ