diff --git a/Content.Server/_CP14/Temperature/CP14FireSpreadSystem.cs b/Content.Server/_CP14/Temperature/CP14FireSpreadSystem.cs index 64ab303ada..d87caddd75 100644 --- a/Content.Server/_CP14/Temperature/CP14FireSpreadSystem.cs +++ b/Content.Server/_CP14/Temperature/CP14FireSpreadSystem.cs @@ -114,7 +114,7 @@ public sealed partial class CP14FireSpreadSystem : EntitySystem var tile = tileref.Tile.GetContentTileDefinition(); - if (tile.BurnedTile == string.Empty) + if (tile.BurnedTile is null) continue; Spawn(_fireProto, _mapSystem.ToCenterCoordinates(tileref, grid)); diff --git a/Content.Shared/Maps/ContentTileDefinition.cs b/Content.Shared/Maps/ContentTileDefinition.cs index fea4384db3..cf121ffd9c 100644 --- a/Content.Shared/Maps/ContentTileDefinition.cs +++ b/Content.Shared/Maps/ContentTileDefinition.cs @@ -128,6 +128,6 @@ namespace Content.Shared.Maps /// CP14 - If not empty, the tile can burn from fires, and will turn into the specified tile after burning. /// [DataField] - public string BurnedTile { get; private set; } = string.Empty; + public ProtoId? BurnedTile { get; private set; } = null; } } diff --git a/Resources/Locale/en-US/_CP14/tiles/tiles.ftl b/Resources/Locale/en-US/_CP14/tiles/tiles.ftl index 09369ec48c..01338f683f 100644 --- a/Resources/Locale/en-US/_CP14/tiles/tiles.ftl +++ b/Resources/Locale/en-US/_CP14/tiles/tiles.ftl @@ -11,13 +11,57 @@ cp14-tiles-sand = sand # Produced cp14-tiles-foundation = foundation -cp14-tiles-woodplanks = wood plank floor -cp14-tiles-woodplanks-broken = broken wood plank floor -cp14-tiles-woodplanks-burned = burned wood plank floor -cp14-tiles-woodplanks-big = large wood plank floor -cp14-tiles-woodplanks-big-broken = broken large wood plank floor -cp14-tiles-woodplanks-big-burned = burned large wood plank floor -cp14-tiles-stonebricks = stone brick floor +cp14-tiles-red-woodplanks = red woodplanks +cp14-tiles-red-woodplanks-big = big red planks +cp14-tiles-red-woodplanks-cruciform = cruciform red planks +cp14-tiles-red-woodplanks-stairways = stairways red planks +cp14-tiles-red-woodplanks-broken = broken red planks +cp14-tiles-red-woodplanks-big-broken = broken big red planks +cp14-tiles-red-woodplanks-cruciform-broken = broken cruciform red planks +cp14-tiles-red-woodplanks-stairways-broken = broken stairways red planks + +cp14-tiles-birch-woodplanks = birch woodplanks +cp14-tiles-birch-woodplanks-big = big birch planks +cp14-tiles-birch-woodplanks-cruciform = cruciform birch planks +cp14-tiles-birch-woodplanks-stairways = stairways birch planks +cp14-tiles-birch-woodplanks-broken = broken birch planks +cp14-tiles-birch-woodplanks-big-broken = broken big birch planks +cp14-tiles-birch-woodplanks-cruciform-broken = broken cruciform bitch planks +cp14-tiles-birch-woodplanks-stairways-broken = broken stairways birch planks + +cp14-tiles-oak-woodplanks = oak woodplanks +cp14-tiles-oak-woodplanks-big = big oak planks +cp14-tiles-oak-woodplanks-cruciform = cruciform oak planks +cp14-tiles-oak-woodplanks-stairways = stairways oak planks +cp14-tiles-oak-woodplanks-broken = broken oak planks +cp14-tiles-oak-woodplanks-big-broken = broken big oak planks +cp14-tiles-oak-woodplanks-cruciform-broken = broken cruciform oak planks +cp14-tiles-oak-woodplanks-stairways-broken = broken stairways oak planks + +cp14-tiles-dark-woodplanks = dark woodplanks +cp14-tiles-dark-woodplanks-big = big dark planks +cp14-tiles-dark-woodplanks-cruciform = cruciform dark planks +cp14-tiles-dark-woodplanks-stairways = stairways dark planks +cp14-tiles-dark-woodplanks-broken = broken dark planks +cp14-tiles-dark-woodplanks-big-broken = broken big dark planks +cp14-tiles-dark-woodplanks-cruciform-broken = broken cruciform dark planks +cp14-tiles-dark-woodplanks-stairways-broken = broken stairways dark planks + +cp14-tiles-acacia-woodplanks = acacia woodplanks +cp14-tiles-acacia-woodplanks-big = big acacia planks +cp14-tiles-acacia-woodplanks-cruciform = cruciform acacia planks +cp14-tiles-acacia-woodplanks-stairways = stairways acacia planks +cp14-tiles-acacia-woodplanks-broken = broken acacia planks +cp14-tiles-acacia-woodplanks-big-broken = broken big acacia planks +cp14-tiles-acacia-woodplanks-cruciform-broken = broken cruciform acacia planks +cp14-tiles-acacia-woodplanks-stairways-broken = broken stairways acacia planks + +cp14-tiles-woodplanks-burned = burned planks +cp14-tiles-woodplanks-big-burned = big burned planks +cp14-tiles-woodplanks-cruciform-burned = cruciform burned planks +cp14-tiles-woodplanks-stairways-burned = stairways burned planks + cp14-tiles-stonebricks-small-carved1 = carved brick floor cp14-tiles-stonebricks-small-carved2 = carved brick floor -cp14-tiles-stonebricks-square-carved = carved brick floor \ No newline at end of file +cp14-tiles-stonebricks-square-carved = carved brick floor +cp14-tiles-stonebricks = stonebrick floor \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl b/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl index 16ccedcdd3..f517f76d7f 100644 --- a/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl +++ b/Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl @@ -11,13 +11,57 @@ cp14-tiles-sand = песок # Produced cp14-tiles-foundation = фундамент -cp14-tiles-woodplanks = деревянные доски -cp14-tiles-woodplanks-broken = сломанные деревянные доски -cp14-tiles-woodplanks-burned = сгоревшие деревянные доски -cp14-tiles-woodplanks-big = большие деревянные доски -cp14-tiles-woodplanks-big-broken = сломанные большие деревянные доски -cp14-tiles-woodplanks-big-burned = сгоревшие большие деревянные доски -cp14-tiles-stonebricks = каменный кирпичный пол +cp14-tiles-red-woodplanks = красные доски +cp14-tiles-red-woodplanks-big = большие красные доски +cp14-tiles-red-woodplanks-cruciform = паркетные красные доски +cp14-tiles-red-woodplanks-stairways = узорчатые красные доски +cp14-tiles-red-woodplanks-broken = сломанные красные доски +cp14-tiles-red-woodplanks-big-broken = сломанные большие красные доски +cp14-tiles-red-woodplanks-cruciform-broken = сломанные паркетные красные доски +cp14-tiles-red-woodplanks-stairways-broken = сломанные узорчатые красные доски + +cp14-tiles-birch-woodplanks = берёзовые доски +cp14-tiles-birch-woodplanks-big = большие берёзовые доски +cp14-tiles-birch-woodplanks-cruciform = паркетные берёзовые доски +cp14-tiles-birch-woodplanks-stairways = узорчатые берёзовые доски +cp14-tiles-birch-woodplanks-broken = сломанные берёзовые доски +cp14-tiles-birch-woodplanks-big-broken = сломанные большие берёзовые доски +cp14-tiles-birch-woodplanks-cruciform-broken = сломанные паркетные берёзовые доски +cp14-tiles-birch-woodplanks-stairways-broken = сломанные узорчатые берёзовые доски + +cp14-tiles-oak-woodplanks = дубовые доски +cp14-tiles-oak-woodplanks-big = большие дубовые доски +cp14-tiles-oak-woodplanks-cruciform = паркетные дубовые доски +cp14-tiles-oak-woodplanks-stairways = узорчатые дубовые доски +cp14-tiles-oak-woodplanks-broken = сломанные дубовые доски +cp14-tiles-oak-woodplanks-big-broken = сломанные большие дубовые доски +cp14-tiles-oak-woodplanks-cruciform-broken = сломанные паркетные дубовые доски +cp14-tiles-oak-woodplanks-stairways-broken = сломанные узорчатые дубовые доски + +cp14-tiles-dark-woodplanks = тёмные доски +cp14-tiles-dark-woodplanks-big = большие тёмные доски +cp14-tiles-dark-woodplanks-cruciform = паркетные тёмные доски +cp14-tiles-dark-woodplanks-stairways = узорчатые тёмные доски +cp14-tiles-dark-woodplanks-broken = сломанные тёмные доски +cp14-tiles-dark-woodplanks-big-broken = сломанные большие тёмные доски +cp14-tiles-dark-woodplanks-cruciform-broken = сломанные паркетные тёмные доски +cp14-tiles-dark-woodplanks-stairways-broken = сломанные узорчатые тёмные доски + +cp14-tiles-acacia-woodplanks = акациевые доски +cp14-tiles-acacia-woodplanks-big = большие акациевые доски +cp14-tiles-acacia-woodplanks-cruciform = паркетные акациевые доски +cp14-tiles-acacia-woodplanks-stairways = узорчатые акациевые доски +cp14-tiles-acacia-woodplanks-broken = сломанные акациевые доски +cp14-tiles-acacia-woodplanks-big-broken = сломанные большие акациевые доски +cp14-tiles-acacia-woodplanks-cruciform-broken = сломанные паркетные акациевые доски +cp14-tiles-acacia-woodplanks-stairways-broken = сломанные узорчатые акациевые доски + +cp14-tiles-woodplanks-burned = сгоревшие доски +cp14-tiles-woodplanks-big-burned = большие сгоревшие доски +cp14-tiles-woodplanks-cruciform-burned = паркетные сгоревшие доски +cp14-tiles-woodplanks-stairways-burned = узорчатые сгоревшие доски + cp14-tiles-stonebricks-small-carved1 = пол из резного кирпича cp14-tiles-stonebricks-small-carved2 = пол из резного кирпича -cp14-tiles-stonebricks-square-carved = пол из резного кирпича \ No newline at end of file +cp14-tiles-stonebricks-square-carved = пол из резного кирпича +cp14-tiles-stonebricks = каменный кирпичный пол diff --git a/Resources/Prototypes/Tiles/tile_migrations.yml b/Resources/Prototypes/Tiles/tile_migrations.yml index 7b0b9d5d76..14e225e3d5 100644 --- a/Resources/Prototypes/Tiles/tile_migrations.yml +++ b/Resources/Prototypes/Tiles/tile_migrations.yml @@ -1,3 +1,13 @@ +### CP14 UPD +- type: tileAlias + id: CP14FloorWoodPlanks + target: CP14FloorOakWoodPlanks + +- type: tileAlias + id: CP14FloorWoodPlanksBig + target: CP14FloorOakWoodPlanksBig +### /CP14 UPD + - type: tileAlias id: FloorBasaslt target: FloorBasalt diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml b/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml index c482ba950a..401b80ff17 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Materials/simple.yml @@ -163,7 +163,7 @@ variation: 0.03 volume: 2 outputs: - - CP14FloorWoodPlanks + - CP14FloorOakWoodPlanks # TODO - type: Stack stackType: CP14WoodenPlanks count: 1 @@ -250,4 +250,4 @@ suffix: 10 components: - type: Stack - count: 10 \ No newline at end of file + count: 10 diff --git a/Resources/Prototypes/_CP14/Tiles/produced.yml b/Resources/Prototypes/_CP14/Tiles/produced.yml index d269cf6a97..ef42ba5c29 100644 --- a/Resources/Prototypes/_CP14/Tiles/produced.yml +++ b/Resources/Prototypes/_CP14/Tiles/produced.yml @@ -28,185 +28,32 @@ heatCapacity: 10000 weather: false -- type: tile - editorHidden: false - id: CP14FloorWoodPlanks - name: cp14-tiles-woodplanks - sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks.png - variants: 4 - placementVariants: - - 1.0 - - 1.0 - - 1.0 - - 1.0 - edgeSpritePriority: 100 - edgeSprites: - SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png - NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png - NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png - SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png - South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png - East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png - North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png - West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png - baseTurf: CP14FloorFoundation - isSubfloor: false - footstepSounds: - collection: FootstepWood - heatCapacity: 10000 - weather: false - burnedTile: CP14FloorWoodPlanksBurned - -- type: tile - editorHidden: false - id: CP14FloorWoodPlanksBroken - name: cp14-tiles-woodplanks-broken - sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks_broken.png - variants: 4 - placementVariants: - - 1.0 - - 1.0 - - 1.0 - - 1.0 - edgeSpritePriority: 100 - edgeSprites: - SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png - NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png - NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png - SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png - South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png - East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png - North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png - West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png - baseTurf: CP14FloorFoundation - isSubfloor: false - footstepSounds: - collection: FootstepWood - heatCapacity: 10000 - weather: false - burnedTile: CP14FloorWoodPlanksBurned - -- type: tile - editorHidden: false - id: CP14FloorWoodPlanksBurned - name: cp14-tiles-woodplanks-burned - sprite: /Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_burned.png - variants: 4 - placementVariants: - - 1.0 - - 1.0 - - 1.0 - - 1.0 - edgeSpritePriority: 100 - edgeSprites: - SouthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SE.png - NorthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NE.png - NorthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NW.png - SouthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SW.png - South: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_S.png - East: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_E.png - North: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_N.png - West: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_W.png - baseTurf: CP14FloorFoundation - isSubfloor: false - footstepSounds: - collection: FootstepWood - heatCapacity: 10000 - -- type: tile - editorHidden: false - id: CP14FloorWoodPlanksBig - name: cp14-tiles-woodplanks-big - sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks_big.png - variants: 4 - placementVariants: - - 1.0 - - 1.0 - - 1.0 - - 1.0 - edgeSpritePriority: 100 - edgeSprites: - SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png - NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png - NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png - SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png - South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png - East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png - North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png - West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png - baseTurf: CP14FloorFoundation - isSubfloor: false - footstepSounds: - collection: FootstepWood - heatCapacity: 10000 - weather: false - burnedTile: CP14FloorWoodPlanksBigBurned - -- type: tile - editorHidden: false - id: CP14FloorWoodPlanksBigBroken - name: cp14-tiles-woodplanks-big-broken - sprite: /Textures/_CP14/Tiles/WoodPlanks/woodplanks_big_broken.png - variants: 4 - placementVariants: - - 1.0 - - 1.0 - - 1.0 - - 1.0 - edgeSpritePriority: 100 - edgeSprites: - SouthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png - NorthEast: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png - NorthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png - SouthWest: /Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png - South: /Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png - East: /Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png - North: /Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png - West: /Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png - baseTurf: CP14FloorFoundation - isSubfloor: false - footstepSounds: - collection: FootstepWood - heatCapacity: 10000 - weather: false - burnedTile: CP14FloorWoodPlanksBigBurned - -- type: tile - editorHidden: false - id: CP14FloorWoodPlanksBigBurned - name: cp14-tiles-woodplanks-big-burned - sprite: /Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_big_burned.png - variants: 4 - placementVariants: - - 1.0 - - 1.0 - - 1.0 - - 1.0 - edgeSpritePriority: 100 - edgeSprites: - SouthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SE.png - NorthEast: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NE.png - NorthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NW.png - SouthWest: /Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SW.png - South: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_S.png - East: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_E.png - North: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_N.png - West: /Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_W.png - baseTurf: CP14FloorFoundation - isSubfloor: false - footstepSounds: - collection: FootstepWood - heatCapacity: 10000 - weather: false - - type: tile editorHidden: false id: CP14FloorStonebricks name: cp14-tiles-stonebricks - sprite: /Textures/_CP14/Tiles/stonebricks.png - variants: 1 + sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks.png + variants: 9 placementVariants: - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png + South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png + East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png + North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png + West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png baseTurf: CP14Floorfundament isSubfloor: false footstepSounds: @@ -218,10 +65,20 @@ editorHidden: false id: CP14FloorStonebricksSmallCarved1 name: cp14-tiles-stonebricks-small-carved1 - sprite: /Textures/_CP14/Tiles/stonebricks_small_carved_1.png + sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_1.png variants: 1 placementVariants: - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png + South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png + East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png + North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png + West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png baseTurf: CP14FloorFoundation isSubfloor: false footstepSounds: @@ -233,10 +90,20 @@ editorHidden: false id: CP14FloorStonebricksSmallCarved2 name: cp14-tiles-stonebricks-small-carved2 - sprite: /Textures/_CP14/Tiles/stonebricks_small_carved_2.png + sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_2.png variants: 1 placementVariants: - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png + South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png + East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png + North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png + West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png baseTurf: CP14FloorFoundation isSubfloor: false footstepSounds: @@ -248,13 +115,23 @@ editorHidden: false id: CP14FloorStonebricksSquareCarved name: cp14-tiles-stonebricks-square-carved - sprite: /Textures/_CP14/Tiles/stonebricks_square_carved.png + sprite: /Textures/_CP14/Tiles/Stonebricks/stonebricks_square_carved.png variants: 1 placementVariants: - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png + South: /Textures/_CP14/Tiles/Stonebricks/double_edge_S.png + East: /Textures/_CP14/Tiles/Stonebricks/double_edge_E.png + North: /Textures/_CP14/Tiles/Stonebricks/double_edge_N.png + West: /Textures/_CP14/Tiles/Stonebricks/double_edge_W.png baseTurf: CP14FloorFoundation isSubfloor: false footstepSounds: collection: FootstepAsteroid heatCapacity: 10000 - weather: false \ No newline at end of file + weather: false diff --git a/Resources/Prototypes/_CP14/Tiles/woodplanks.yml b/Resources/Prototypes/_CP14/Tiles/woodplanks.yml new file mode 100644 index 0000000000..40e3536a92 --- /dev/null +++ b/Resources/Prototypes/_CP14/Tiles/woodplanks.yml @@ -0,0 +1,1290 @@ +### RED + +- type: tile #Default + editorHidden: false + id: CP14FloorRedWoodPlanks + name: cp14-tiles-red-woodplanks + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorRedWoodPlanksBig + name: cp14-tiles-red-woodplanks-big + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorRedWoodPlanksCruciform + name: cp14-tiles-red-woodplanks-cruciform + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorRedWoodPlanksStairways + name: cp14-tiles-red-woodplanks-stairways + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + +#broken + +- type: tile #Default + editorHidden: false + id: CP14FloorRedWoodPlanksBroken + name: cp14-tiles-red-woodplanks-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorRedWoodPlanksBigBroken + name: cp14-tiles-red-woodplanks-big-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorRedWoodPlanksCruciformBroken + name: cp14-tiles-red-woodplanks-cruciform-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorRedWoodPlanksStairwaysBroken + name: cp14-tiles-red-woodplanks-stairways-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + + +#/broken +### /RED + +### BIRCH + +- type: tile #Default + editorHidden: false + id: CP14FloorBirchWoodPlanks + name: cp14-tiles-birch-woodplanks + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorBirchWoodPlanksBig + name: cp14-tiles-birch-woodplanks-big + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorBirchWoodPlanksCruciform + name: cp14-tiles-birch-woodplanks-cruciform + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorBirchWoodPlanksStairways + name: cp14-tiles-birch-woodplanks-stairways + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + +#broken + +- type: tile #Default + editorHidden: false + id: CP14FloorBirchWoodPlanksBroken + name: cp14-tiles-birch-woodplanks-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorBirchWoodPlanksBigBroken + name: cp14-tiles-birch-woodplanks-big-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorBirchWoodPlanksCruciformBroken + name: cp14-tiles-birch-woodplanks-cruciform-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorBirchWoodPlanksStairwaysBroken + name: cp14-tiles-birch-woodplanks-stairways-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + + +#/broken +### /BIRCH + +### OAK + +- type: tile #Default + editorHidden: false + id: CP14FloorOakWoodPlanks + name: cp14-tiles-oak-woodplanks + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorOakWoodPlanksBig + name: cp14-tiles-oak-woodplanks-big + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorOakWoodPlanksCruciform + name: cp14-tiles-oak-woodplanks-cruciform + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorOakWoodPlanksStairways + name: cp14-tiles-oak-woodplanks-stairways + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + +#broken + +- type: tile #Default + editorHidden: false + id: CP14FloorOakWoodPlanksBroken + name: cp14-tiles-oak-woodplanks-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorOakWoodPlanksBigBroken + name: cp14-tiles-oak-woodplanks-big-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorOakWoodPlanksCruciformBroken + name: cp14-tiles-oak-woodplanks-cruciform-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorOakWoodPlanksStairwaysBroken + name: cp14-tiles-oak-woodplanks-stairways-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + + +#/broken +### /OAK + +### DARK + +- type: tile #Default + editorHidden: false + id: CP14FloorDarkWoodPlanks + name: cp14-tiles-dark-woodplanks + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorDarkWoodPlanksBig + name: cp14-tiles-dark-woodplanks-big + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorDarkWoodPlanksCruciform + name: cp14-tiles-dark-woodplanks-cruciform + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorDarkWoodPlanksStairways + name: cp14-tiles-dark-woodplanks-stairways + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + +#broken + +- type: tile #Default + editorHidden: false + id: CP14FloorDarkWoodPlanksBroken + name: cp14-tiles-dark-woodplanks-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorDarkWoodPlanksBigBroken + name: cp14-tiles-dark-woodplanks-big-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorDarkWoodPlanksCruciformBroken + name: cp14-tiles-dark-woodplanks-cruciform-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorDarkWoodPlanksStairwaysBroken + name: cp14-tiles-dark-woodplanks-stairways-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + + +#/broken +### /DARK + +### ACACIA + +- type: tile #Default + editorHidden: false + id: CP14FloorAcaciaWoodPlanks + name: cp14-tiles-acacia-woodplanks + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorAcaciaWoodPlanksBig + name: cp14-tiles-acacia-woodplanks-big + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorAcaciaWoodPlanksCruciform + name: cp14-tiles-acacia-woodplanks-cruciform + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorAcaciaWoodPlanksStairways + name: cp14-tiles-acacia-woodplanks-stairways + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + +#broken + +- type: tile #Default + editorHidden: false + id: CP14FloorAcaciaWoodPlanksBroken + name: cp14-tiles-acacia-woodplanks-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBurned + +- type: tile #Big + editorHidden: false + id: CP14FloorAcaciaWoodPlanksBigBroken + name: cp14-tiles-acacia-woodplanks-big-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksBigBurned + +- type: tile #Cruci + editorHidden: false + id: CP14FloorAcaciaWoodPlanksCruciformBroken + name: cp14-tiles-acacia-woodplanks-cruciform-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksCruciformBurned + +- type: tile #Stairways + editorHidden: false + id: CP14FloorAcaciaWoodPlanksStairwaysBroken + name: cp14-tiles-acacia-woodplanks-stairways-broken + sprite: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways_broken.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + edgeSpritePriority: 101 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + burnedTile: CP14FloorWoodPlanksStairwaysBurned + + +#/broken +### /ACACIA + +### BURNED +- type: tile #Default + editorHidden: false + id: CP14FloorWoodPlanksBurned + name: cp14-tiles-woodplanks-burned + sprite: /Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_burned.png + edgeSpritePriority: 100 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + +- type: tile #Big + editorHidden: false + id: CP14FloorWoodPlanksBigBurned + name: cp14-tiles-woodplanks-big-burned + sprite: /Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_big_burned.png + edgeSpritePriority: 100 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + +- type: tile #Cruci + editorHidden: false + id: CP14FloorWoodPlanksCruciformBurned + name: cp14-tiles-woodplanks-cruciform-burned + sprite: /Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_cruciform_burned.png + edgeSpritePriority: 100 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false + +- type: tile #Stairways + editorHidden: false + id: CP14FloorWoodPlanksStairwaysBurned + name: cp14-tiles-woodplanks-stairways-burned + sprite: /Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_stairways_burned.png + edgeSpritePriority: 100 + edgeSprites: + SouthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SE.png + NorthEast: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NE.png + NorthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NW.png + SouthWest: /Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SW.png + South: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_S.png + East: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_E.png + North: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_N.png + West: /Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_W.png + baseTurf: CP14FloorFoundation + isSubfloor: false + footstepSounds: + collection: FootstepWood + heatCapacity: 10000 + weather: false +### /BURNED + diff --git a/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_E.png b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_E.png new file mode 100644 index 0000000000..cb5a957168 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_N.png b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_N.png new file mode 100644 index 0000000000..6574753281 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_S.png b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_S.png new file mode 100644 index 0000000000..577b661cab Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_W.png b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_W.png similarity index 63% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_W.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_W.png index a2e4a087c0..eafd85e94a 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_W.png and b/Resources/Textures/_CP14/Tiles/Stonebricks/double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NE.png b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png similarity index 87% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NE.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png index 124e1f838a..d26afa5585 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NE.png and b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SW.png b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png similarity index 69% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SW.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png index 63f4a22ee4..f27b8fd193 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SW.png and b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_N.png b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png similarity index 80% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_N.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png index d9ec66246d..8b2ff0b03b 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_N.png and b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SE.png b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png similarity index 69% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SE.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png index 0075dc334d..23f84cdcf3 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_SE.png and b/Resources/Textures/_CP14/Tiles/Stonebricks/single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks.png b/Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks.png new file mode 100644 index 0000000000..5daf0250b6 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks.png differ diff --git a/Resources/Textures/_CP14/Tiles/stonebricks_small_carved_1.png b/Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_1.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/stonebricks_small_carved_1.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_1.png diff --git a/Resources/Textures/_CP14/Tiles/stonebricks_small_carved_2.png b/Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_2.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/stonebricks_small_carved_2.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks_small_carved_2.png diff --git a/Resources/Textures/_CP14/Tiles/stonebricks_square_carved.png b/Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks_square_carved.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/stonebricks_square_carved.png rename to Resources/Textures/_CP14/Tiles/Stonebricks/stonebricks_square_carved.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png new file mode 100644 index 0000000000..700d5cc608 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png new file mode 100644 index 0000000000..e97a1598b9 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png new file mode 100644 index 0000000000..0eba4b6276 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png new file mode 100644 index 0000000000..4978b2e7ed Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png new file mode 100644 index 0000000000..b14593cbc8 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png new file mode 100644 index 0000000000..854eac95c3 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png new file mode 100644 index 0000000000..30f3fc65b2 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png new file mode 100644 index 0000000000..608f2eb6bc Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks.png new file mode 100644 index 0000000000..ccf727192b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big.png new file mode 100644 index 0000000000..5b3bf2a1f8 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big_broken.png new file mode 100644 index 0000000000..8f78531dfc Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_big_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_broken.png new file mode 100644 index 0000000000..a9cb7b76eb Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform.png new file mode 100644 index 0000000000..eae033978b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform_broken.png new file mode 100644 index 0000000000..823306ba83 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_cruciform_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways.png new file mode 100644 index 0000000000..0ce7c201d8 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways_broken.png new file mode 100644 index 0000000000..e5b7c94ee4 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/AcaciaWood/acacia_woodplanks_stairways_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png new file mode 100644 index 0000000000..1cf0552595 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png new file mode 100644 index 0000000000..ab422ae0a0 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_S.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png similarity index 63% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_S.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png index df685b72f3..05e47d3ade 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_S.png and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png new file mode 100644 index 0000000000..b8c6db493b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png new file mode 100644 index 0000000000..c65b36e993 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png new file mode 100644 index 0000000000..fb4f0abf42 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png new file mode 100644 index 0000000000..1dab36faa5 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png new file mode 100644 index 0000000000..cca1e5bf27 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks.png new file mode 100644 index 0000000000..e5891d36bc Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big.png new file mode 100644 index 0000000000..a752018322 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big_broken.png new file mode 100644 index 0000000000..9c3146bc74 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_big_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_broken.png new file mode 100644 index 0000000000..1dfbd58478 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform.png new file mode 100644 index 0000000000..c4e5cd5ceb Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform_broken.png new file mode 100644 index 0000000000..82fbaacb8a Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_cruciform_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways.png new file mode 100644 index 0000000000..2a486187fa Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways_broken.png new file mode 100644 index 0000000000..14afbfa3e6 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/BirchWood/birch_woodplanks_stairways_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_E.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_E.png new file mode 100644 index 0000000000..ca33d57e86 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_N.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_N.png new file mode 100644 index 0000000000..3c66214cc6 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_S.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_S.png new file mode 100644 index 0000000000..7ba33fd90a Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_W.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_W.png new file mode 100644 index 0000000000..693211835b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/double_edge_burned_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NE.png new file mode 100644 index 0000000000..eb5ca269fd Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NW.png new file mode 100644 index 0000000000..0d3b593dd9 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SE.png new file mode 100644 index 0000000000..294470c0a8 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SW.png new file mode 100644 index 0000000000..e198d31beb Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/single_edge_burned_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_big_burned.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_big_burned.png new file mode 100644 index 0000000000..211e4d34e0 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_big_burned.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_burned.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_burned.png new file mode 100644 index 0000000000..05d92b3239 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_burned.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_cruciform_burned.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_cruciform_burned.png new file mode 100644 index 0000000000..c6b8fc3223 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_cruciform_burned.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_stairways_burned.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_stairways_burned.png new file mode 100644 index 0000000000..ec96f27c1c Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/Burned/woodplanks_stairways_burned.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_E.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png similarity index 64% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_E.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png index afd7ba4630..66c7a2a740 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/double_edge_E.png and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png new file mode 100644 index 0000000000..beecffa7eb Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png new file mode 100644 index 0000000000..3fb3c56cb5 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png new file mode 100644 index 0000000000..b306e32044 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png new file mode 100644 index 0000000000..83fc1bf1cc Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png new file mode 100644 index 0000000000..64154baf1f Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png new file mode 100644 index 0000000000..e2fc96ec80 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png new file mode 100644 index 0000000000..9f8e8443e2 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks.png new file mode 100644 index 0000000000..082dc85461 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big.png new file mode 100644 index 0000000000..97099a8532 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big_broken.png new file mode 100644 index 0000000000..c34095664c Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_big_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_broken.png new file mode 100644 index 0000000000..d481b49d2e Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform.png new file mode 100644 index 0000000000..77609aa0cb Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform_broken.png new file mode 100644 index 0000000000..b17d8fcc84 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_cruciform_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways.png new file mode 100644 index 0000000000..47b300cc29 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways_broken.png new file mode 100644 index 0000000000..e0a471d274 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/DarkWood/dark_woodplanks_stairways_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png new file mode 100644 index 0000000000..b7e231bad2 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_E.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png new file mode 100644 index 0000000000..a11fa24c8e Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_N.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png new file mode 100644 index 0000000000..ba47bd6228 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_S.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png new file mode 100644 index 0000000000..949d2b07a9 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_double_edge_W.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png new file mode 100644 index 0000000000..3b37e7874d Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png similarity index 84% rename from Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NW.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png index 699f6481d2..8c5cfc47e9 100644 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/single_edge_NW.png and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_NW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png new file mode 100644 index 0000000000..56becdcba5 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SE.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png new file mode 100644 index 0000000000..c8bdfcbfbf Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_single_edge_SW.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks.png new file mode 100644 index 0000000000..94acbfe103 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big.png new file mode 100644 index 0000000000..725c7cf967 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big_broken.png new file mode 100644 index 0000000000..857763221c Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_big_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_broken.png new file mode 100644 index 0000000000..630b194d1d Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform.png new file mode 100644 index 0000000000..0cd0e7cb52 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform_broken.png new file mode 100644 index 0000000000..55b649c362 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_cruciform_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways.png new file mode 100644 index 0000000000..71c09e2b56 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways_broken.png new file mode 100644 index 0000000000..d28b91dc96 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/OakWood/oak_woodplanks_stairways_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_E.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_E.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_N.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_N.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_S.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_S.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/double_edge_W.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_double_edge_W.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_NE.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NE.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_NW.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_NW.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_SE.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SE.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png similarity index 100% rename from Resources/Textures/_CP14/Tiles/WoodPlanks/single_edge_SW.png rename to Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_single_edge_SW.png diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks.png new file mode 100644 index 0000000000..d503f1b9f1 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big.png new file mode 100644 index 0000000000..495a38262f Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big_broken.png new file mode 100644 index 0000000000..b3091cf9d9 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_big_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_broken.png new file mode 100644 index 0000000000..93ea7003ba Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform.png new file mode 100644 index 0000000000..b00e20288b Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform_broken.png new file mode 100644 index 0000000000..a1c16b5c92 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_cruciform_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways.png new file mode 100644 index 0000000000..fbf98cd69f Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways_broken.png new file mode 100644 index 0000000000..ae7147de52 Binary files /dev/null and b/Resources/Textures/_CP14/Tiles/WoodPlanks/RedWood/red_woodplanks_stairways_broken.png differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks.png deleted file mode 100644 index 3ba8bc5b26..0000000000 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_big.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_big.png deleted file mode 100644 index 665e50cd80..0000000000 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_big.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_big_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_big_broken.png deleted file mode 100644 index b8b9a8c771..0000000000 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_big_broken.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_broken.png b/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_broken.png deleted file mode 100644 index e4ffc01e9d..0000000000 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanks/woodplanks_broken.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_big_burned.png b/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_big_burned.png deleted file mode 100644 index 345d6e7381..0000000000 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_big_burned.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_burned.png b/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_burned.png deleted file mode 100644 index f3b05539ed..0000000000 Binary files a/Resources/Textures/_CP14/Tiles/WoodPlanksBurned/woodplanks_burned.png and /dev/null differ diff --git a/Resources/Textures/_CP14/Tiles/attributions.yml b/Resources/Textures/_CP14/Tiles/attributions.yml index 117b0d3598..c1ae5e6814 100644 --- a/Resources/Textures/_CP14/Tiles/attributions.yml +++ b/Resources/Textures/_CP14/Tiles/attributions.yml @@ -16,7 +16,17 @@ copyright: "Created by Jaraten for CrystallPunk14" source: "https://github.com/crystallpunk-14/crystall-punk-14/" -- files: ["woodplanks.png", "woodplanks_big.png", "woodplanks_broken.png", "woodplanks_burned.png", "woodplanks_big_burned.png", "woodplanks_big_broken.png"] +- files: ["red_woodplanks.png", "red_woodplanks_big.png", "red_woodplanks_big_broken.png", "red_woodplanks_broken.png", "red_woodplanks_cruciform.png", "red_woodplanks_cruciform_broken.png", "red_woodplanks_stairways.png", "red_woodplanks_stairways_broken.png"] license: "CC-BY-SA-3.0" copyright: "Space Station 14, recolored by TheShuEd" - source: "https://github.com/crystallpunk-14/crystall-punk-14/" \ No newline at end of file + source: "https://github.com/crystallpunk-14/crystall-punk-14/" + +- files: ["acacia_woodplanks.png", "acacia_woodplanks_big.png", "acacia_woodplanks_big_broken.png", "acacia_woodplanks_broken.png", "acacia_woodplanks_cruciform.png", "acacia_woodplanks_cruciform_broken.png", "acacia_woodplanks_stairways.png", "acacia_woodplanks_stairways_broken.png", birch_woodplanks.png", "birch_woodplanks_big.png", birch_woodplanks_big_broken.png", "birch_woodplanks_cruciform.png", "birch_woodplanks_broken.png", "birch_woodplanks_cruciform_broken.png", "birch_woodplanks_stairways.png", "birch_woodplanks_stairways_broken.png", "dark_woodplanks.png", "dark_woodplanks_big.png", "dark_woodplanks_big_broken.png", "dark_woodplanks_broken.png", "dark_woodplanks_cruciform.png", "dark_woodplanks_cruciform_broken.png", "dark_woodplanks_stairways.png", "dark_woodplanks_stairways_broken.png", "oak_woodplanks.png", "oak_woodplanks_big.png", "oak_woodplanks_big_broken.png", "oak_woodplanks_broken.png", "oak_woodplanks_cruciform.png", "oak_woodplanks_cruciform_broken.png", "oak_woodplanks_stairways.png", "oak_woodplanks_stairways_broken.png"] + license: "CC-BY-SA-3.0" + copyright: "tgstation, Wood tiles are new tg tiles, sprited by Meowstushka and full resprited by Jaraten." + source: "https://github.com/tgstation/tgstation/" + +- files: ["woodplanks_big_burned.png", "woodplanks_burned.png", "woodplanks_cruciform_burned.png", "woodplanks_stairways_burned.png"] + license: "All rights reserved for the CrystallPunk14 project only" + copyright: "Created by Jaraten for CrystallPunk14" + source: "https://github.com/crystallpunk-14/crystall-punk-14/" diff --git a/Resources/Textures/_CP14/Tiles/stonebricks.png b/Resources/Textures/_CP14/Tiles/stonebricks.png deleted file mode 100644 index 4a139c0c75..0000000000 Binary files a/Resources/Textures/_CP14/Tiles/stonebricks.png and /dev/null differ