diff --git a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl index 09b091d8ce..a1e87e3f87 100644 --- a/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl +++ b/Resources/Locale/ru-RU/_CP14/_PROTO/entities/entities.ftl @@ -4667,6 +4667,9 @@ ent-CP14TableWoodenRound = круглый деревянный стол ent-CP14TableWoodenCounter = деревянная стойка .desc = { ent-CP14TableWooden.desc } +ent-CP14TableWoodenBirchCounter = деревянная стойка + .desc = { ent-CP14TableWooden.desc } + ent-CP14TableMarble = мраморный стол .desc = Изысканный стол из белого мрамора. diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/beds.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/beds.yml index 7e7ee2ac4f..c75f905075 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/beds.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/beds.yml @@ -57,3 +57,27 @@ graph: CP14WoodenBed node: CP14WoodenBed +- type: entity + id: CP14BirchWoodenBed + parent: CP14WoodenBed + components: + - type: Sprite + sprite: _CP14/Structures/Furniture/birch_bed.rsi + state: icon + noRot: true + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 75 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:SpawnEntitiesBehavior + spawn: + CP14BirchWoodenPlanks1: + min: 1 + max: 2 + - type: Construction + graph: CP14WoodenBed + node: CP14BirchWoodenBed diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bench.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bench.yml index efb7edb8b6..5440378cd3 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bench.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bench.yml @@ -41,3 +41,31 @@ - type: Construction graph: CP14BenchWood node: CP14BenchWood + +- type: entity + id: CP14BenchWoodBirch + parent: CP14BenchWood + components: + - type: Sprite + sprite: _CP14/Structures/Furniture/bench.rsi + layers: + - state: birch + - type: Construction + graph: CP14BenchWood + node: CP14BenchWoodBirch + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + CP14BirchWoodenPlanks1: + min: 1 + max: 2 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/chairs.yml index 1c18064702..5de87e3fb4 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/chairs.yml @@ -43,3 +43,39 @@ min: 1 max: 1 +- type: entity + id: CP14ChairWoodenBirch + parent: CP14ChairWooden + components: + - type: Sprite + sprite: _CP14/Structures/Furniture/chairs.rsi + state: birch + - type: Construction + graph: CP14Seat + node: CP14ChairWoodenBirch + - type: Destructible + thresholds: + - trigger: + !type:DamageTypeTrigger + damageType: Heat + damage: 20 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - trigger: + !type:DamageTrigger + damage: 30 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + CP14BirchWoodenPlanks1: + min: 1 + max: 1 diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/tables.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/tables.yml index 87a8a752c1..49cdf1d41f 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Furniture/tables.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/tables.yml @@ -94,6 +94,21 @@ graph: CP14TableWooden node: CP14TableWoodenFrame +- type: entity + parent: CP14TableWoodenFrame + id: CP14TableWoodenBirchFrame + components: + - type: Sprite + snapCardinals: true + sprite: _CP14/Structures/Furniture/Tables/birch.rsi + state: frame + - type: Icon + sprite: _CP14/Structures/Furniture/Tables/birch.rsi + state: frame + - type: Construction + graph: CP14TableWooden + node: CP14TableWoodenBirchFrame + - type: entity parent: CP14WoodenTableBase id: CP14TableWooden @@ -112,6 +127,45 @@ key: state base: state +- type: entity + parent: CP14TableWooden + id: CP14TableWoodenBirch + components: + - type: Sprite + sprite: _CP14/Structures/Furniture/Tables/birch.rsi + - type: Icon + sprite: _CP14/Structures/Furniture/Tables/birch.rsi + state: full + - type: Construction + graph: CP14TableWooden + node: CP14TableWoodenBirch + - type: Destructible + thresholds: + - trigger: + !type:DamageTypeTrigger + damageType: Heat + damage: 40 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - trigger: + !type:DamageTrigger + damage: 60 + behaviors: + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + CP14BirchWoodenPlanks1: + min: 1 + max: 1 + - type: entity parent: CP14WoodenTableBase id: CP14TableWoodenRound @@ -143,6 +197,20 @@ graph: CP14TableWooden node: CP14TableWoodenCounter +- type: entity + parent: CP14TableWoodenBirch + id: CP14TableWoodenBirchCounter + name: wooden counter + components: + - type: Sprite + sprite: _CP14/Structures/Furniture/Tables/birch_counter.rsi + - type: Icon + sprite: _CP14/Structures/Furniture/Tables/birch_counter.rsi + state: full + - type: Construction + graph: CP14TableWooden + node: CP14TableWoodenBirchCounter + - type: entity parent: CP14TableBase id: CP14TableMarble diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Roof/base.yml b/Resources/Prototypes/_CP14/Entities/Structures/Roof/base.yml index f372a1f348..1f8e463745 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Roof/base.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Roof/base.yml @@ -62,6 +62,34 @@ graph: CP14RoofWooden node: CP14RoofWooden +- type: entity + id: CP14RoofWoodenBirch + parent: CP14RoofWooden + components: + - type: Sprite + sprite: _CP14/Structures/Roof/birch.rsi + - type: Icon + sprite: _CP14/Structures/Roof/birch.rsi + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 100 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:SpawnEntitiesBehavior + spawn: + CP14BirchWoodenPlanks1: + min: 1 + max: 1 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Construction + graph: CP14RoofWooden + node: CP14RoofWoodenBirch + - type: entity parent: - CP14BaseRoof diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Windows/wooden.yml b/Resources/Prototypes/_CP14/Entities/Structures/Windows/wooden.yml index b9e4ce74ec..ade1b94606 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Windows/wooden.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Windows/wooden.yml @@ -32,6 +32,36 @@ graph: CP14WindowWooden node: CP14WindowWooden +- type: entity + id: CP14WindowWoodenBirch + parent: CP14WindowWooden + components: + - type: Sprite + sprite: _CP14/Structures/Windows/birch_window.rsi + - type: Icon + sprite: _CP14/Structures/Windows/birch_window.rsi + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 50 + behaviors: + - !type:PlaySoundBehavior + sound: + collection: WindowShatter + - !type:SpawnEntitiesBehavior + spawn: + CP14GlassShard: + min: 1 + max: 2 + - !type:DoActsBehavior + acts: [ "Destruction" ] + - !type:ChangeConstructionNodeBehavior + node: CP14WindowWoodenBirchBroken + - type: Construction + graph: CP14WindowWooden + node: CP14WindowWoodenBirch + - type: entity id: CP14WindowFrameWooden name: wooden window frame @@ -66,6 +96,34 @@ graph: CP14WindowWooden node: CP14WindowFrameWooden +- type: entity + id: CP14WindowFrameWoodenBirch + parent: CP14WindowFrameWooden + components: + - type: Sprite + sprite: _CP14/Structures/Windows/birch_window_frame.rsi + - type: Icon + sprite: _CP14/Structures/Windows/birch_window_frame.rsi + - type: Destructible + thresholds: + - trigger: + !type:DamageTrigger + damage: 50 + behaviors: + - !type:SpawnEntitiesBehavior + spawn: + CP14BirchWoodenPlanks1: + min: 1 + max: 2 + - !type:PlaySoundBehavior + sound: + collection: WoodDestroy + - !type:DoActsBehavior + acts: [ "Destruction" ] + - type: Construction + graph: CP14WindowWooden + node: CP14WindowFrameWoodenBirch + - type: entity id: CP14WindowWoodenBroken name: shattered wooden window @@ -81,3 +139,14 @@ graph: CP14WindowWooden node: CP14WindowWoodenBroken +- type: entity + id: CP14WindowWoodenBirchBroken + parent: CP14WindowWoodenBroken + components: + - type: Sprite + sprite: _CP14/Structures/Windows/birch_window_broken.rsi + - type: Icon + sprite: _CP14/Structures/Windows/birch_window_broken.rsi + - type: Construction + graph: CP14WindowWooden + node: CP14WindowWoodenBirchBroken diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/beds.yml b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/beds.yml index 1e2d89d11d..ecbc00109a 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/beds.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/beds.yml @@ -8,10 +8,19 @@ edges: - to: CP14WoodenBed steps: - - stackGroup: WoodenPlanks + - material: CP14WoodenPlanks amount: 2 - material: CP14Cloth amount: 1 doAfter: 2 + - to: CP14BirchWoodenBed + steps: + - material: CP14BirchWoodenPlanks + amount: 2 + - material: CP14Cloth + amount: 1 + doAfter: 2 - node: CP14WoodenBed entity: CP14WoodenBed + - node: CP14BirchWoodenBed + entity: CP14BirchWoodenBed diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/seats.yml b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/seats.yml index a088f68823..d7552dce7f 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/seats.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/seats.yml @@ -8,11 +8,18 @@ edges: - to: CP14ChairWooden steps: - - stackGroup: WoodenPlanks + - material: CP14WoodenPlanks amount: 2 doAfter: 2 + - to: CP14ChairWoodenBirch + steps: + - material: CP14BirchWoodenPlanks + amount: 2 + doAfter: 2 - node: CP14ChairWooden entity: CP14ChairWooden + - node: CP14ChairWoodenBirch + entity: CP14ChairWoodenBirch - type: constructionGraph id: CP14BenchWood @@ -24,9 +31,15 @@ edges: - to: CP14BenchWood steps: - - stackGroup: WoodenPlanks + - material: CP14WoodenPlanks amount: 3 doAfter: 2 + - to: CP14BenchWoodBirch + steps: + - material: CP14BirchWoodenPlanks + amount: 3 + doAfter: 2 - node: CP14BenchWood entity: CP14BenchWood - + - node: CP14BenchWoodBirch + entity: CP14BenchWoodBirch diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/tables.yml b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/tables.yml index 3e802b545a..bf820edc08 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/tables.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/tables.yml @@ -11,6 +11,11 @@ - material: CP14WoodenPlanks amount: 1 doAfter: 1 + - to: CP14TableWoodenBirchFrame + steps: + - material: CP14BirchWoodenPlanks + amount: 1 + doAfter: 1 - node: CP14TableWoodenFrame entity: CP14TableWoodenFrame @@ -29,6 +34,23 @@ amount: 1 doAfter: 1 + - node: CP14TableWoodenBirchFrame + entity: CP14TableWoodenBirchFrame + edges: + - to: start + steps: + - tool: Prying + doAfter: 1 + completed: + - !type:SpawnPrototype + prototype: CP14BirchWoodenPlanks1 + amount: 1 + - to: CP14TableWoodenBirch + steps: + - material: CP14BirchWoodenPlanks + amount: 1 + doAfter: 1 + - node: CP14TableWooden entity: CP14TableWooden edges: @@ -46,6 +68,23 @@ amount: 1 doAfter: 1 + - node: CP14TableWoodenBirch + entity: CP14TableWoodenBirch + edges: + - to: CP14TableWoodenBirchFrame + steps: + - tool: Prying + doAfter: 1 + completed: + - !type:SpawnPrototype + prototype: CP14BirchWoodenPlanks1 + amount: 1 + - to: CP14TableWoodenBirchCounter + steps: + - material: CP14BirchWoodenPlanks + amount: 1 + doAfter: 1 + - node: CP14TableWoodenCounter entity: CP14TableWoodenCounter edges: @@ -58,6 +97,18 @@ prototype: CP14WoodenPlanks1 amount: 1 + - node: CP14TableWoodenBirchCounter + entity: CP14TableWoodenBirchCounter + edges: + - to: CP14TableWoodenBirch + steps: + - tool: Prying + doAfter: 1 + completed: + - !type:SpawnPrototype + prototype: CP14BirchWoodenPlanks1 + amount: 1 + diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Roofs/roofs.yml b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Roofs/roofs.yml index 6a9837bbb5..3d06db7ff3 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Roofs/roofs.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Roofs/roofs.yml @@ -8,9 +8,14 @@ edges: - to: CP14RoofWooden steps: - - stackGroup: WoodenPlanks + - material: CP14WoodenPlanks amount: 1 doAfter: 2 + - to: CP14RoofWoodenBirch + steps: + - material: CP14BirchWoodenPlanks + amount: 1 + doAfter: 2 - node: CP14RoofWooden entity: CP14RoofWooden @@ -25,6 +30,19 @@ - tool: Prying doAfter: 2 + - node: CP14RoofWoodenBirch + entity: CP14RoofWoodenBirch + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: CP14BirchWoodenPlanks1 + amount: 1 + - !type:DeleteEntity { } + steps: + - tool: Prying + doAfter: 2 + - type: constructionGraph id: CP14RoofStone start: start diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/window_wooden.yml b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/window_wooden.yml index e9b0a909b2..26334bd579 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/window_wooden.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Structures/Walls/window_wooden.yml @@ -12,6 +12,14 @@ - material: CP14WoodenPlanks amount: 2 doAfter: 2 + - to: CP14WindowFrameWoodenBirch + completed: + - !type:SnapToGrid + southRotation: true + steps: + - material: CP14BirchWoodenPlanks + amount: 2 + doAfter: 2 - node: CP14WindowFrameWooden entity: CP14WindowFrameWooden @@ -31,6 +39,21 @@ amount: 2 doAfter: 2 + - node: CP14WindowFrameWoodenBirch + entity: CP14WindowFrameWoodenBirch + edges: + - to: start + completed: + - !type:SpawnPrototype + prototype: CP14BirchWoodenPlanks1 + amount: 2 + - !type:DeleteEntity { } + - to: CP14WindowWoodenBirch + steps: + - material: CP14GlassSheet + amount: 2 + doAfter: 2 + - node: CP14WindowWooden entity: CP14WindowWooden edges: @@ -45,6 +68,20 @@ prototype: CP14GlassSheet1 amount: 2 + - node: CP14WindowWoodenBirch + entity: CP14WindowWoodenBirch + edges: + - to: CP14WindowFrameWoodenBirch + steps: + - tool: Screwing + doAfter: 1 + - tool: Anchoring + doAfter: 2 + completed: + - !type:SpawnPrototype + prototype: CP14GlassSheet1 + amount: 2 + - node: CP14WindowWoodenBroken entity: CP14WindowWoodenBroken edges: @@ -57,3 +94,15 @@ prototype: CP14GlassShard amount: 1 + - node: CP14WindowWoodenBirchBroken + entity: CP14WindowWoodenBirchBroken + edges: + - to: CP14WindowFrameWoodenBirch + steps: + - tool: Anchoring + doAfter: 2 + completed: + - !type:SpawnPrototype + prototype: CP14GlassShard + amount: 1 + diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml b/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml index 80a3f5d4e6..68ff3b4bea 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml @@ -11,6 +11,19 @@ conditions: - !type:TileNotBlocked +- type: construction + crystallPunkAllowed: true + id: CP14ChairWoodenBirch + graph: CP14Seat + startNode: start + targetNode: CP14ChairWoodenBirch + category: construction-category-furniture + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction crystallPunkAllowed: true id: CP14TableWooden @@ -24,6 +37,19 @@ conditions: - !type:TileNotBlocked +- type: construction + crystallPunkAllowed: true + id: CP14TableWoodenBirch + graph: CP14TableWooden + startNode: start + targetNode: CP14TableWoodenBirch + category: construction-category-furniture + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction crystallPunkAllowed: true id: CP14TableWoodenRound @@ -50,6 +76,19 @@ conditions: - !type:TileNotBlocked +- type: construction + crystallPunkAllowed: true + id: CP14TableWoodenBirchCounter + graph: CP14TableWooden + startNode: start + targetNode: CP14TableWoodenBirchCounter + category: construction-category-furniture + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction crystallPunkAllowed: true id: CP14WallmountOrdersBorder @@ -133,6 +172,20 @@ conditions: - !type:TileNotBlocked +- type: construction + crystallPunkAllowed: true + id: CP14BirchWoodenBed + graph: CP14WoodenBed + startNode: start + targetNode: CP14BirchWoodenBed + category: construction-category-furniture + objectType: Structure + placementMode: SnapgridCenter + canRotate: false + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction crystallPunkAllowed: true id: CP14BenchWood @@ -147,6 +200,20 @@ conditions: - !type:TileNotBlocked +- type: construction + crystallPunkAllowed: true + id: CP14BenchWoodBirch + graph: CP14BenchWood + startNode: start + targetNode: CP14BenchWoodBirch + category: construction-category-furniture + objectType: Structure + placementMode: SnapgridCenter + canRotate: true + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction crystallPunkAllowed: true id: CP14WoodenCloset diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/roofs.yml b/Resources/Prototypes/_CP14/Recipes/Construction/roofs.yml index 110a42a7b5..f6aac1638a 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/roofs.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/roofs.yml @@ -11,6 +11,19 @@ conditions: - !type:CP14NoRoofInTile +- type: construction + crystallPunkAllowed: true + id: CP14RoofWoodenBirch + graph: CP14RoofWooden + startNode: start + targetNode: CP14RoofWoodenBirch + category: construction-category-structures + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: true + conditions: + - !type:CP14NoRoofInTile + - type: construction crystallPunkAllowed: true id: CP14RoofStone diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/walls.yml b/Resources/Prototypes/_CP14/Recipes/Construction/walls.yml index 1af0fab6a5..997d6e2144 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/walls.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/walls.yml @@ -50,6 +50,19 @@ conditions: - !type:TileNotBlocked +- type: construction + crystallPunkAllowed: true + id: CP14WindowWoodenBirch + graph: CP14WindowWooden + startNode: start + targetNode: CP14WindowWoodenBirch + category: construction-category-structures + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction crystallPunkAllowed: true id: CP14WallDirt diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/frame.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/frame.png new file mode 100644 index 0000000000..df56fe011d Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/frame.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/full.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/full.png new file mode 100644 index 0000000000..74b5437f06 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/meta.json new file mode 100644 index 0000000000..8b8710781c --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/meta.json @@ -0,0 +1,49 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Created by goblinsable (SS14), recolored from wood table by TheShuEd (Github), Jaraten (Discord) and vladimir.s", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "frame" + }, + { + "name": "full" + }, + { + "name": "state0", + "directions": 4 + }, + { + "name": "state1", + "directions": 4 + }, + { + "name": "state2", + "directions": 4 + }, + { + "name": "state3", + "directions": 4 + }, + { + "name": "state4", + "directions": 4 + }, + { + "name": "state5", + "directions": 4 + }, + { + "name": "state6", + "directions": 4 + }, + { + "name": "state7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state0.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state0.png new file mode 100644 index 0000000000..205470f2b7 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state0.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state1.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state1.png new file mode 100644 index 0000000000..869e67ea3b Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state1.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state2.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state2.png new file mode 100644 index 0000000000..205470f2b7 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state2.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state3.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state3.png new file mode 100644 index 0000000000..2687972509 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state3.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state4.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state4.png new file mode 100644 index 0000000000..6b4933bef3 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state4.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state5.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state5.png new file mode 100644 index 0000000000..aa43214a94 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state5.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state6.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state6.png new file mode 100644 index 0000000000..61eb73688e Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state6.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state7.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state7.png new file mode 100644 index 0000000000..8077f2932b Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch.rsi/state7.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/full.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/full.png new file mode 100644 index 0000000000..ade7bb5689 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/meta.json new file mode 100644 index 0000000000..fe28c38cca --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Created by goblinsable (SS14), recolored from wood_counter by TheShuEd (Github) ", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "full" + }, + { + "name": "state0", + "directions": 4 + }, + { + "name": "state1", + "directions": 4 + }, + { + "name": "state2", + "directions": 4 + }, + { + "name": "state3", + "directions": 4 + }, + { + "name": "state4", + "directions": 4 + }, + { + "name": "state5", + "directions": 4 + }, + { + "name": "state6", + "directions": 4 + }, + { + "name": "state7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state0.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state0.png new file mode 100644 index 0000000000..7dba4e7d87 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state0.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state1.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state1.png new file mode 100644 index 0000000000..3ab0c521bb Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state1.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state2.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state2.png new file mode 100644 index 0000000000..7dba4e7d87 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state2.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state3.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state3.png new file mode 100644 index 0000000000..b2915f1669 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state3.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state4.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state4.png new file mode 100644 index 0000000000..9bfaf1f04a Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state4.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state5.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state5.png new file mode 100644 index 0000000000..aa43214a94 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state5.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state6.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state6.png new file mode 100644 index 0000000000..f072cdaf33 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state6.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state7.png b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state7.png new file mode 100644 index 0000000000..8077f2932b Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/Tables/birch_counter.rsi/state7.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/birch.png b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/birch.png new file mode 100644 index 0000000000..9bd3d3d8a8 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/birch.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/meta.json index c8ecf73493..0d45971777 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/bench.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-4.0", - "copyright": "Created by omsoyk (Discord)", + "copyright": "Created by omsoyk (Discord). Birch recolor by goblinsable (SS14)", "size": { "x": 48, "y": 48 @@ -10,6 +10,10 @@ { "name": "wooden", "directions": 4 + }, + { + "name": "birch", + "directions": 4 } ] } diff --git a/Resources/Textures/_CP14/Structures/Furniture/birch_bed.rsi/icon.png b/Resources/Textures/_CP14/Structures/Furniture/birch_bed.rsi/icon.png new file mode 100644 index 0000000000..8e8d33a6f5 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/birch_bed.rsi/icon.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/birch_bed.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/birch_bed.rsi/meta.json new file mode 100644 index 0000000000..9e755f7bd2 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Furniture/birch_bed.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by goblinsable (SS14), recolored from wooden_bed by jaraten (Discord), vladimir.s, and omsoyk (Discord)", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/birch.png b/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/birch.png new file mode 100644 index 0000000000..9bf21f9ec1 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/birch.png differ diff --git a/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json b/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json index b43074b194..15c1ce9f91 100644 --- a/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Furniture/chairs.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-4.0", - "copyright": "Created by TheShuEd (Github) , modified by vladimir.s", + "copyright": "Created by TheShuEd (Github) , modified by vladimir.s. Birch recolor by goblinsable (SS14).", "size": { "x": 32, "y": 32 @@ -10,6 +10,10 @@ { "name": "wooden", "directions": 4 + }, + { + "name": "birch", + "directions": 4 } ] } diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/full.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/full.png new file mode 100644 index 0000000000..6dd1c9767c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/meta.json b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/meta.json new file mode 100644 index 0000000000..07f9208011 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 64 + }, + "license": "CC-BY-SA-4.0", + "copyright": "Created by goblinsable (SS14), recolored from wooden roof by TheShuEd (Github)", + "states": [ + { + "name": "roof0", + "directions": 4 + }, + { + "name": "roof1", + "directions": 4 + }, + { + "name": "roof2", + "directions": 4 + }, + { + "name": "roof3", + "directions": 4 + }, + { + "name": "roof4", + "directions": 4 + }, + { + "name": "roof5", + "directions": 4 + }, + { + "name": "roof6", + "directions": 4 + }, + { + "name": "roof7", + "directions": 4 + }, + { + "name": "full" + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof0.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof0.png new file mode 100644 index 0000000000..ee61ee57c1 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof0.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof1.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof1.png new file mode 100644 index 0000000000..626fe97a19 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof1.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof2.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof2.png new file mode 100644 index 0000000000..4f68f8b8e8 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof2.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof3.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof3.png new file mode 100644 index 0000000000..626fe97a19 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof3.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof4.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof4.png new file mode 100644 index 0000000000..3c4860d081 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof4.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof5.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof5.png new file mode 100644 index 0000000000..1ec0a4e8a4 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof5.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof6.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof6.png new file mode 100644 index 0000000000..3c4860d081 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof6.png differ diff --git a/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof7.png b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof7.png new file mode 100644 index 0000000000..7b7c2b4686 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Roof/birch.rsi/roof7.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/full.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/full.png new file mode 100644 index 0000000000..8a6844dbfb Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/meta.json b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/meta.json new file mode 100644 index 0000000000..4b1df0393f --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by goblinsable (SS14), recolored from wooden_window by jaraten (discord)", + "size": { + "x": 32, + "y": 64 + }, + "states": [ + { + "name": "full" + }, + { + "name": "window0", + "directions": 4 + }, + { + "name": "window1", + "directions": 4 + }, + { + "name": "window2", + "directions": 4 + }, + { + "name": "window3", + "directions": 4 + }, + { + "name": "window4", + "directions": 4 + }, + { + "name": "window5", + "directions": 4 + }, + { + "name": "window6", + "directions": 4 + }, + { + "name": "window7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window0.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window0.png new file mode 100644 index 0000000000..23b7467b4e Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window0.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window1.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window1.png new file mode 100644 index 0000000000..6be4424b6c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window1.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window2.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window2.png new file mode 100644 index 0000000000..0c92b8e3f9 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window2.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window3.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window3.png new file mode 100644 index 0000000000..6c615dbd7d Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window3.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window4.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window4.png new file mode 100644 index 0000000000..828325b100 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window4.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window5.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window5.png new file mode 100644 index 0000000000..7cc09b0a35 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window5.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window6.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window6.png new file mode 100644 index 0000000000..86d53c8e9a Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window6.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window7.png b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window7.png new file mode 100644 index 0000000000..94986a3112 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window.rsi/window7.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/full.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/full.png new file mode 100644 index 0000000000..fa6dc08c3e Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/meta.json b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/meta.json new file mode 100644 index 0000000000..c6b64cbee6 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by goblinsable (SS14), recolored from wooden_window_broken by TheShuEd (github)", + "size": { + "x": 32, + "y": 64 + }, + "states": [ + { + "name": "full" + }, + { + "name": "window0", + "directions": 4 + }, + { + "name": "window1", + "directions": 4 + }, + { + "name": "window2", + "directions": 4 + }, + { + "name": "window3", + "directions": 4 + }, + { + "name": "window4", + "directions": 4 + }, + { + "name": "window5", + "directions": 4 + }, + { + "name": "window6", + "directions": 4 + }, + { + "name": "window7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window0.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window0.png new file mode 100644 index 0000000000..2718d2dc27 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window0.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window1.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window1.png new file mode 100644 index 0000000000..3ce86e845d Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window1.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window2.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window2.png new file mode 100644 index 0000000000..51201f8d2c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window2.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window3.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window3.png new file mode 100644 index 0000000000..b871b97fee Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window3.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window4.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window4.png new file mode 100644 index 0000000000..4c658c5366 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window4.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window5.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window5.png new file mode 100644 index 0000000000..a68086178d Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window5.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window6.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window6.png new file mode 100644 index 0000000000..685cc415c9 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window6.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window7.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window7.png new file mode 100644 index 0000000000..4611cb315c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_broken.rsi/window7.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/full.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/full.png new file mode 100644 index 0000000000..50f302eb51 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/full.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/meta.json b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/meta.json new file mode 100644 index 0000000000..d537d2f9b3 --- /dev/null +++ b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/meta.json @@ -0,0 +1,46 @@ +{ + "version": 1, + "license": "All right reserved", + "copyright": "Created by goblinsable (SS14), recolored from wooden_window_frame by TheShuEd (github)", + "size": { + "x": 32, + "y": 64 + }, + "states": [ + { + "name": "full" + }, + { + "name": "window0", + "directions": 4 + }, + { + "name": "window1", + "directions": 4 + }, + { + "name": "window2", + "directions": 4 + }, + { + "name": "window3", + "directions": 4 + }, + { + "name": "window4", + "directions": 4 + }, + { + "name": "window5", + "directions": 4 + }, + { + "name": "window6", + "directions": 4 + }, + { + "name": "window7", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window0.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window0.png new file mode 100644 index 0000000000..9fd4c9d39c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window0.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window1.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window1.png new file mode 100644 index 0000000000..a4d966807f Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window1.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window2.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window2.png new file mode 100644 index 0000000000..9fd4c9d39c Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window2.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window3.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window3.png new file mode 100644 index 0000000000..4397becd11 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window3.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window4.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window4.png new file mode 100644 index 0000000000..fdf4f48020 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window4.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window5.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window5.png new file mode 100644 index 0000000000..b00acf9f53 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window5.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window6.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window6.png new file mode 100644 index 0000000000..b456bb2b47 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window6.png differ diff --git a/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window7.png b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window7.png new file mode 100644 index 0000000000..8640d3f304 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Windows/birch_window_frame.rsi/window7.png differ