diff --git a/Resources/Locale/ru-RU/corvax/tiles/tiles.ftl b/Resources/Locale/ru-RU/corvax/tiles/tiles.ftl new file mode 100644 index 00000000000..9092b631590 --- /dev/null +++ b/Resources/Locale/ru-RU/corvax/tiles/tiles.ftl @@ -0,0 +1,18 @@ +tiles-wood-parquet = деревянный паркет +tiles-wood-chess = деревянный шахматный пол +tiles-wood-black = деревянный чёрный пол +tiles-wood-large-black = большой деревянный чёрный пол +tiles-wood-parquet-black = чёрный деревянный паркет +tiles-wood-chess-black = чёрный деревянный шахматный пол +tiles-wood-dark = деревянный тёмный пол +tiles-wood-large-dark = большой деревянный тёмный пол +tiles-wood-parquet-dark = тёмный деревянный паркет +tiles-wood-chess-dark = тёмный деревянный шахматный пол +tiles-wood-light = деревянный светлый пол +tiles-wood-large-light = большой деревянный светлый пол +tiles-wood-parquet-light = светлый деревянный паркет +tiles-wood-chess-light = светлый деревянный шахматный пол +tiles-wood-red = деревянный красный пол +tiles-wood-large-red = большой деревянный красный пол +tiles-wood-parquet-red = красный деревянный паркет +tiles-wood-chess-red = красный деревянный шахматный пол diff --git a/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/tiles/tile.ftl b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/tiles/tile.ftl new file mode 100644 index 00000000000..df71251325e --- /dev/null +++ b/Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/objects/tiles/tile.ftl @@ -0,0 +1,18 @@ +ent-FloorTileItemWoodParquet = деревянный паркет +ent-FloorTileItemWoodChess = деревянный шахматный пол +ent-FloorTileItemWoodBlack = чёрный деревянный пол +ent-FloorTileItemWoodLargeBlack = большой чёрный деревянный пол +ent-FloorTileItemWoodParquetBlack = чёрный деревянный паркет +ent-FloorTileItemWoodChessBlack = чёрный деревянный шахматный пол +ent-FloorTileItemWoodDark = тёмный деревянный пол +ent-FloorTileItemWoodLargeDark = большой тёмный деревянный пол +ent-FloorTileItemWoodParquetDark = тёмный деревянный паркет +ent-FloorTileItemWoodChessDark = тёмный деревянный шахматный пол +ent-FloorTileItemWoodLight = светлый деревянный пол +ent-FloorTileItemWoodLargeLight = большой светлый деревянный пол +ent-FloorTileItemWoodParquetLight = светлый деревянный паркет +ent-FloorTileItemWoodChessLight = светлый деревянный шахматный пол +ent-FloorTileItemWoodRed = красный деревянный пол +ent-FloorTileItemWoodLargeRed = большой красный деревянный пол +ent-FloorTileItemWoodParquetRed = красный деревянный паркет +ent-FloorTileItemWoodChessRed = красный деревянный шахматный пол diff --git a/Resources/Prototypes/Corvax/Entities/Objects/Misc/tiles.yml b/Resources/Prototypes/Corvax/Entities/Objects/Misc/tiles.yml new file mode 100644 index 00000000000..bf57dfb810a --- /dev/null +++ b/Resources/Prototypes/Corvax/Entities/Objects/Misc/tiles.yml @@ -0,0 +1,323 @@ +- type: entity + name: tiles-wood-parquet + parent: FloorTileItemBase + id: FloorTileItemWoodParquet + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_parquet + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood + - type: FloorTile + outputs: + - Plating + - FloorWoodParquet + - type: Stack + stackType: FloorTileWood + +- type: entity + name: tiles-wood-black + parent: FloorTileItemBase + id: FloorTileItemWoodBlack + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_black + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-black + - type: FloorTile + outputs: + - Plating + - FloorWoodBlack + - type: Stack + stackType: FloorTileItemWoodBlack + +- type: entity + name: tiles-wood-dark + parent: FloorTileItemBase + id: FloorTileItemWoodDark + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_dark + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-dark + - type: FloorTile + outputs: + - Plating + - FloorWoodDark + - type: Stack + stackType: FloorTileItemWoodDark + +- type: entity + name: tiles-wood-light + parent: FloorTileItemBase + id: FloorTileItemWoodLight + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_light + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-light + - type: FloorTile + outputs: + - Plating + - FloorWoodLight + - type: Stack + stackType: FloorTileItemWoodLight + +- type: entity + name: tiles-wood-red + parent: FloorTileItemBase + id: FloorTileItemWoodRed + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_red + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-red + - type: FloorTile + outputs: + - Plating + - FloorWoodRed + - type: Stack + stackType: FloorTileItemWoodRed + +- type: entity + name: large black wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodLargeBlack + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_large_black + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-black + - type: FloorTile + outputs: + - Plating + - FloorWoodLargeBlack + - type: Stack + stackType: FloorTileItemWoodLargeBlack + +- type: entity + name: large dark wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodLargeDark + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_large_dark + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-dark + - type: FloorTile + outputs: + - Plating + - FloorWoodLargeDark + - type: Stack + stackType: FloorTileItemWoodLargeDark + +- type: entity + name: large light wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodLargeLight + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_large_light + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-light + - type: FloorTile + outputs: + - Plating + - FloorWoodLargeLight + - type: Stack + stackType: FloorTileItemWoodLargeLight + +- type: entity + name: large red wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodLargeRed + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_large_red + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-red + - type: FloorTile + outputs: + - Plating + - FloorWoodLargeRed + - type: Stack + stackType: FloorTileItemWoodLargeRed + +- type: entity + name: parquet black wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodParquetBlack + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_parquet_black + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-black + - type: FloorTile + outputs: + - Plating + - FloorWoodParquetBlack + - type: Stack + stackType: FloorTileItemWoodParquetBlack + +- type: entity + name: parquet dark wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodParquetDark + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_parquet_dark + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-dark + - type: FloorTile + outputs: + - Plating + - FloorWoodParquetDark + - type: Stack + stackType: FloorTileItemWoodParquetDark + +- type: entity + name: parquet light wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodParquetLight + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_parquet_light + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-light + - type: FloorTile + outputs: + - Plating + - FloorWoodParquetLight + - type: Stack + stackType: FloorTileItemWoodParquetLight + +- type: entity + name: parquet red wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodParquetRed + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_parquet_red + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-red + - type: FloorTile + outputs: + - Plating + - FloorWoodParquetRed + - type: Stack + stackType: FloorTileItemWoodParquetRed + +- type: entity + name: chess wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodChess + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_chess + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood + - type: FloorTile + outputs: + - Plating + - FloorWoodChess + - type: Stack + stackType: FloorTileItemWoodChess + +- type: entity + name: chess black wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodChessBlack + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_chess_black + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-black + - type: FloorTile + outputs: + - Plating + - FloorWoodChessBlack + - type: Stack + stackType: FloorTileItemWoodChessBlack + +- type: entity + name: chess dark wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodChessDark + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_chess_dark + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-dark + - type: FloorTile + outputs: + - Plating + - FloorWoodChessDark + - type: Stack + stackType: FloorTileItemWoodChessDark + +- type: entity + name: chess light wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodChessLight + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_chess_light + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-light + - type: FloorTile + outputs: + - Plating + - FloorWoodChessLight + - type: Stack + stackType: FloorTileItemWoodChessLight + +- type: entity + name: chess red wood floor + parent: FloorTileItemBase + id: FloorTileItemWoodChessRed + components: + - type: Sprite + sprite: Corvax/Objects/Tiles/wood.rsi + state: wood_chess_red + - type: Item + sprite: Corvax/Objects/Tiles/wood.rsi + heldPrefix: wood-red + - type: FloorTile + outputs: + - Plating + - FloorWoodChessRed + - type: Stack + stackType: FloorTileItemWoodChessRed diff --git a/Resources/Prototypes/Corvax/Stack/floor_tile_stack.yml b/Resources/Prototypes/Corvax/Stack/floor_tile_stack.yml new file mode 100644 index 00000000000..edc2669fe80 --- /dev/null +++ b/Resources/Prototypes/Corvax/Stack/floor_tile_stack.yml @@ -0,0 +1,101 @@ +- type: stack + id: FloorTileItemWoodBlack + name: black wood floor + spawn: FloorTileItemWoodBlack + maxCount: 30 + +- type: stack + id: FloorTileItemWoodDark + name: dark wood floor + spawn: FloorTileItemWoodDark + maxCount: 30 + +- type: stack + id: FloorTileItemWoodLight + name: light wood floor + spawn: FloorTileItemWoodLight + maxCount: 30 + +- type: stack + id: FloorTileItemWoodRed + name: red wood floor + spawn: FloorTileItemWoodRed + maxCount: 30 + +- type: stack + id: FloorTileItemWoodLargeBlack + name: large black wood floor + spawn: FloorTileItemWoodLargeBlack + maxCount: 30 + +- type: stack + id: FloorTileItemWoodLargeDark + name: large dark wood floor + spawn: FloorTileItemWoodLargeDark + maxCount: 30 + +- type: stack + id: FloorTileItemWoodLargeLight + name: large light wood floor + spawn: FloorTileItemWoodLargeLight + maxCount: 30 + +- type: stack + id: FloorTileItemWoodLargeRed + name: large red wood floor + spawn: FloorTileItemWoodLargeRed + maxCount: 30 + +- type: stack + id: FloorTileItemWoodParquetBlack + name: parquet black wood floor + spawn: FloorTileItemWoodParquetBlack + maxCount: 30 + +- type: stack + id: FloorTileItemWoodParquetDark + name: parquet dark wood floor + spawn: FloorTileItemWoodParquetDark + maxCount: 30 + +- type: stack + id: FloorTileItemWoodParquetLight + name: parquet light wood floor + spawn: FloorTileItemWoodParquetLight + maxCount: 30 + +- type: stack + id: FloorTileItemWoodParquetRed + name: parquet red wood floor + spawn: FloorTileItemWoodParquetRed + maxCount: 30 + +- type: stack + id: FloorTileItemWoodChess + name: chess wood floor + spawn: FloorTileItemWoodChess + maxCount: 30 + +- type: stack + id: FloorTileItemWoodChessBlack + name: chess black wood floor + spawn: FloorTileItemWoodChessBlack + maxCount: 30 + +- type: stack + id: FloorTileItemWoodChessDark + name: chess dark wood floor + spawn: FloorTileItemWoodChessDark + maxCount: 30 + +- type: stack + id: FloorTileItemWoodChessLight + name: chess light wood floor + spawn: FloorTileItemWoodChessLight + maxCount: 30 + +- type: stack + id: FloorTileItemWoodChessRed + name: chess red wood floor + spawn: FloorTileItemWoodChessRed + maxCount: 30 diff --git a/Resources/Prototypes/Corvax/Tiles/floors.yml b/Resources/Prototypes/Corvax/Tiles/floors.yml new file mode 100644 index 00000000000..1b77523dacc --- /dev/null +++ b/Resources/Prototypes/Corvax/Tiles/floors.yml @@ -0,0 +1,359 @@ +- type: tile + id: FloorWoodParquet + name: tiles-wood-parquet + sprite: /Textures/Corvax/Tiles/wood_parquet.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWood + heatCapacity: 10000 + +- type: tile + id: FloorWoodChess + name: tiles-wood-chess + sprite: /Textures/Corvax/Tiles/wood_chess.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWood + heatCapacity: 10000 + +- type: tile + id: FloorWoodBlack + name: tiles-wood-black + sprite: /Textures/Corvax/Tiles/wood_black.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodBlack + heatCapacity: 10000 + +- type: tile + id: FloorWoodLargeBlack + name: tiles-wood-large-black + sprite: /Textures/Corvax/Tiles/wood_large_black.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodBlack + heatCapacity: 10000 + +- type: tile + id: FloorWoodParquetBlack + name: tiles-wood-parquet-black + sprite: /Textures/Corvax/Tiles/wood_parquet_black.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodBlack + heatCapacity: 10000 + +- type: tile + id: FloorWoodChessBlack + name: tiles-wood-chess-black + sprite: /Textures/Corvax/Tiles/wood_chess_black.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodBlack + heatCapacity: 10000 + +- type: tile + id: FloorWoodDark + name: tiles-wood-dark + sprite: /Textures/Corvax/Tiles/wood_dark.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodDark + heatCapacity: 10000 + +- type: tile + id: FloorWoodLargeDark + name: tiles-wood-large-dark + sprite: /Textures/Corvax/Tiles/wood_large_dark.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodDark + heatCapacity: 10000 + +- type: tile + id: FloorWoodParquetDark + name: tiles-wood-parquet-dark + sprite: /Textures/Corvax/Tiles/wood_parquet_dark.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodDark + heatCapacity: 10000 + +- type: tile + id: FloorWoodChessDark + name: tiles-wood-chess-dark + sprite: /Textures/Corvax/Tiles/wood_chess_dark.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodDark + heatCapacity: 10000 + +- type: tile + id: FloorWoodLight + name: tiles-wood-light + sprite: /Textures/Corvax/Tiles/wood_light.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodLight + heatCapacity: 10000 + +- type: tile + id: FloorWoodLargeLight + name: tiles-wood-large-light + sprite: /Textures/Corvax/Tiles/wood_large_light.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodLight + heatCapacity: 10000 + +- type: tile + id: FloorWoodParquetLight + name: tiles-wood-parquet-light + sprite: /Textures/Corvax/Tiles/wood_parquet_light.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodLight + heatCapacity: 10000 + +- type: tile + id: FloorWoodChessLight + name: tiles-wood-chess-light + sprite: /Textures/Corvax/Tiles/wood_chess_light.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodLight + heatCapacity: 10000 + +- type: tile + id: FloorWoodRed + name: tiles-wood-red + sprite: /Textures/Corvax/Tiles/wood_red.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodRed + heatCapacity: 10000 + +- type: tile + id: FloorWoodLargeRed + name: tiles-wood-large-red + sprite: /Textures/Corvax/Tiles/wood_large_red.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodRed + heatCapacity: 10000 + +- type: tile + id: FloorWoodParquetRed + name: tiles-wood-parquet-red + sprite: /Textures/Corvax/Tiles/wood_parquet_red.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodRed + heatCapacity: 10000 + +- type: tile + id: FloorWoodChessRed + name: tiles-wood-chess-red + sprite: /Textures/Corvax/Tiles/wood_chess_red.png + variants: 4 + placementVariants: + - 1.0 + - 1.0 + - 1.0 + - 1.0 + baseTurf: Plating + isSubfloor: false + deconstructTools: [ Prying ] + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: FloorTileItemWoodRed + heatCapacity: 10000 diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/meta.json b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/meta.json new file mode 100644 index 00000000000..31949ab1c9a --- /dev/null +++ b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/meta.json @@ -0,0 +1,97 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, additional copyrights see tiles folder, objects resprited by Meowstushka & Dezzzix.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "wood_parquet" + }, + { + "name": "wood_black" + }, + { + "name": "wood_dark" + }, + { + "name": "wood_light" + }, + { + "name": "wood_red" + }, + { + "name": "wood_large_black" + }, + { + "name": "wood_large_dark" + }, + { + "name": "wood_large_light" + }, + { + "name": "wood_large_red" + }, + { + "name": "wood_parquet_black" + }, + { + "name": "wood_parquet_dark" + }, + { + "name": "wood_parquet_light" + }, + { + "name": "wood_parquet_red" + }, + { + "name": "wood_chess" + }, + { + "name": "wood_chess_black" + }, + { + "name": "wood_chess_dark" + }, + { + "name": "wood_chess_light" + }, + { + "name": "wood_chess_red" + }, + { + "name": "wood-black-inhand-right", + "directions": 4 + }, + { + "name": "wood-black-inhand-left", + "directions": 4 + }, + { + "name": "wood-dark-inhand-right", + "directions": 4 + }, + { + "name": "wood-dark-inhand-left", + "directions": 4 + }, + { + "name": "wood-light-inhand-right", + "directions": 4 + }, + { + "name": "wood-light-inhand-left", + "directions": 4 + }, + { + "name": "wood-red-inhand-right", + "directions": 4 + }, + { + "name": "wood-red-inhand-left", + "directions": 4 + } + ] + } diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-black-inhand-left.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-black-inhand-left.png new file mode 100644 index 00000000000..f95aeafb284 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-black-inhand-left.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-black-inhand-right.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-black-inhand-right.png new file mode 100644 index 00000000000..e6425fcbc6b Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-black-inhand-right.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-dark-inhand-left.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-dark-inhand-left.png new file mode 100644 index 00000000000..7e94b377160 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-dark-inhand-left.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-dark-inhand-right.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-dark-inhand-right.png new file mode 100644 index 00000000000..c67d6ff3c72 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-dark-inhand-right.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-light-inhand-left.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-light-inhand-left.png new file mode 100644 index 00000000000..623840cdca6 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-light-inhand-left.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-light-inhand-right.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-light-inhand-right.png new file mode 100644 index 00000000000..e0fe61e106c Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-light-inhand-right.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-red-inhand-left.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-red-inhand-left.png new file mode 100644 index 00000000000..5db98c1f1a6 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-red-inhand-left.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-red-inhand-right.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-red-inhand-right.png new file mode 100644 index 00000000000..da9ffebbc88 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood-red-inhand-right.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_black.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_black.png new file mode 100644 index 00000000000..36dfb9a0a30 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_black.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess.png new file mode 100644 index 00000000000..aeea306c539 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_black.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_black.png new file mode 100644 index 00000000000..b047bb48b6a Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_black.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_dark.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_dark.png new file mode 100644 index 00000000000..b717c93ddda Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_dark.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_light.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_light.png new file mode 100644 index 00000000000..e2831fc96b5 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_light.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_red.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_red.png new file mode 100644 index 00000000000..5791b6c5f7b Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_chess_red.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_dark.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_dark.png new file mode 100644 index 00000000000..f6e31f30bfc Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_dark.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_black.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_black.png new file mode 100644 index 00000000000..acbe556f41f Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_black.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_dark.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_dark.png new file mode 100644 index 00000000000..8b3c146854b Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_dark.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_light.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_light.png new file mode 100644 index 00000000000..80952738a27 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_light.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_red.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_red.png new file mode 100644 index 00000000000..aa434e2a35c Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_large_red.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_light.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_light.png new file mode 100644 index 00000000000..d21b99894a4 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_light.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet.png new file mode 100644 index 00000000000..b0ca7bc6bb8 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_black.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_black.png new file mode 100644 index 00000000000..05431978298 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_black.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_dark.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_dark.png new file mode 100644 index 00000000000..79dac39c249 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_dark.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_light.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_light.png new file mode 100644 index 00000000000..dc098cebf95 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_light.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_red.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_red.png new file mode 100644 index 00000000000..dd0af2072b0 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_parquet_red.png differ diff --git a/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_red.png b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_red.png new file mode 100644 index 00000000000..7eb87bb82a5 Binary files /dev/null and b/Resources/Textures/Corvax/Objects/Tiles/wood.rsi/wood_red.png differ diff --git a/Resources/Textures/Corvax/Tiles/attributions.yml b/Resources/Textures/Corvax/Tiles/attributions.yml index a23b0821209..92fe0b2f1d5 100644 --- a/Resources/Textures/Corvax/Tiles/attributions.yml +++ b/Resources/Textures/Corvax/Tiles/attributions.yml @@ -2,3 +2,8 @@ license: "CC-BY-SA-3.0" copyright: "Created by Ko4erga (discord)" source: "https://github.com/space-syndicate/space-station-14/pull/2282" + +- files: ["wood_light.png", "wood_dark.png", "wood_black.png", "wood_red.png", "wood_large_light.png", "wood_large_dark.png", "wood_large_black.png", "wood_large_red.png", "wood_chess.png", "wood_chess_light.png", "wood_chess_dark.png", "wood_chess_black.png", "wood_chess_red.png", "wood_parquet.png", "wood_parquet_light.png", "wood_parquet_dark.png", "wood_parquet_black.png", "wood_parquet_red.png"] + license: "CC-BY-SA-3.0" + copyright: "tgstation commit 8abb19545828230d92ba18827feeb42a67a55d49, Wood tiles are new tg tiles, resprited by Meowstushka." + source: "https://github.com/tgstation/tgstation/" diff --git a/Resources/Textures/Corvax/Tiles/wood_black.png b/Resources/Textures/Corvax/Tiles/wood_black.png new file mode 100644 index 00000000000..0bc42202031 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_black.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_chess.png b/Resources/Textures/Corvax/Tiles/wood_chess.png new file mode 100644 index 00000000000..9694d7ed333 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_chess.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_chess_black.png b/Resources/Textures/Corvax/Tiles/wood_chess_black.png new file mode 100644 index 00000000000..220c440f7c4 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_chess_black.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_chess_dark.png b/Resources/Textures/Corvax/Tiles/wood_chess_dark.png new file mode 100644 index 00000000000..ce3cc56676b Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_chess_dark.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_chess_light.png b/Resources/Textures/Corvax/Tiles/wood_chess_light.png new file mode 100644 index 00000000000..6cb627554be Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_chess_light.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_chess_red.png b/Resources/Textures/Corvax/Tiles/wood_chess_red.png new file mode 100644 index 00000000000..4057c7bbd8d Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_chess_red.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_dark.png b/Resources/Textures/Corvax/Tiles/wood_dark.png new file mode 100644 index 00000000000..50ec7941144 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_dark.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_large_black.png b/Resources/Textures/Corvax/Tiles/wood_large_black.png new file mode 100644 index 00000000000..416a992854c Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_large_black.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_large_dark.png b/Resources/Textures/Corvax/Tiles/wood_large_dark.png new file mode 100644 index 00000000000..bffb527efc1 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_large_dark.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_large_light.png b/Resources/Textures/Corvax/Tiles/wood_large_light.png new file mode 100644 index 00000000000..d821a409496 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_large_light.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_large_red.png b/Resources/Textures/Corvax/Tiles/wood_large_red.png new file mode 100644 index 00000000000..f26ec992776 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_large_red.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_light.png b/Resources/Textures/Corvax/Tiles/wood_light.png new file mode 100644 index 00000000000..4435b4a52e4 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_light.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_parquet.png b/Resources/Textures/Corvax/Tiles/wood_parquet.png new file mode 100644 index 00000000000..beb3fe48694 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_parquet.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_parquet_black.png b/Resources/Textures/Corvax/Tiles/wood_parquet_black.png new file mode 100644 index 00000000000..fadb2051648 Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_parquet_black.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_parquet_dark.png b/Resources/Textures/Corvax/Tiles/wood_parquet_dark.png new file mode 100644 index 00000000000..fa1f4d7902f Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_parquet_dark.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_parquet_light.png b/Resources/Textures/Corvax/Tiles/wood_parquet_light.png new file mode 100644 index 00000000000..2f37632a8ca Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_parquet_light.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_parquet_red.png b/Resources/Textures/Corvax/Tiles/wood_parquet_red.png new file mode 100644 index 00000000000..bdec5d04c2a Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_parquet_red.png differ diff --git a/Resources/Textures/Corvax/Tiles/wood_red.png b/Resources/Textures/Corvax/Tiles/wood_red.png new file mode 100644 index 00000000000..bbd5135ef2b Binary files /dev/null and b/Resources/Textures/Corvax/Tiles/wood_red.png differ diff --git a/Resources/Textures/Tiles/attributions.yml b/Resources/Textures/Tiles/attributions.yml index 439ab53f629..35438286df6 100644 --- a/Resources/Textures/Tiles/attributions.yml +++ b/Resources/Textures/Tiles/attributions.yml @@ -23,7 +23,7 @@ - files: ["blue_circuit.png", "cropped_parallax.png", "eighties.png", "gold.png", "ironsand1.png", "ironsand2.png", "ironsand3.png", "ironsand4.png", "lattice.png", "plating.png", "reinforced.png", "silver.png", "snow.png", "wood.png"] license: "CC-BY-SA-3.0" - copyright: "tgstation commit 8abb19545828230d92ba18827feeb42a67a55d49, cropped_parallax modified from parallax, reinforced modified by Ko4erga (discord)" + copyright: "tgstation commit 8abb19545828230d92ba18827feeb42a67a55d49, cropped_parallax modified from parallax, reinforced modified by Ko4erga (discord), wood resprited by Meowstushka" source: "https://github.com/tgstation/tgstation/" - files: ["grass.png", "junglegrass.png", "grassdark.png", "grassjungle.png", "grasslight.png"] #Corvax @@ -103,7 +103,7 @@ - files: ["steel_maint.png", "grating_maint.png", "wood_tile.png"] license: "CC-BY-SA-3.0" - copyright: "by brainfood for space-station-14, ." + copyright: "by brainfood for space-station-14; wood tile resprited by Dezzzix." source: "https://github.com/space-wizards/space-station-14/pull/12193" - files: ["meat.png"] @@ -113,7 +113,7 @@ - files: ["wood_broken.png"] license: "CC-BY-SA-3.0" - copyright: "taken at https://github.com/ParadiseSS13/Paradise/blob/8b7f4c8b69c74c6de5a755272eb8d3520f3d87c7/icons/turf/floors.dmi" + copyright: "taken at https://github.com/ParadiseSS13/Paradise/blob/8b7f4c8b69c74c6de5a755272eb8d3520f3d87c7/icons/turf/floors.dmi; resprited by Meowstushka" source: "https://github.com/ParadiseSS13/Paradise" - files: ["chromite.png"] @@ -133,5 +133,5 @@ - files: ["wood_large.png"] license: "CC0-1.0" - copyright: "Created by ps3moira (github) for space-station-14." + copyright: "Created by ps3moira (github) for space-station-14; resprited by Meowstushka." source: "https://github.com/space-wizards/space-station-14/" diff --git a/Resources/Textures/Tiles/wood.png b/Resources/Textures/Tiles/wood.png index 1b4a3189033..5c9e7738466 100644 Binary files a/Resources/Textures/Tiles/wood.png and b/Resources/Textures/Tiles/wood.png differ diff --git a/Resources/Textures/Tiles/wood_broken.png b/Resources/Textures/Tiles/wood_broken.png index a025740cf66..b0b5553ca26 100644 Binary files a/Resources/Textures/Tiles/wood_broken.png and b/Resources/Textures/Tiles/wood_broken.png differ diff --git a/Resources/Textures/Tiles/wood_large.png b/Resources/Textures/Tiles/wood_large.png index 722c462a084..f836a987748 100644 Binary files a/Resources/Textures/Tiles/wood_large.png and b/Resources/Textures/Tiles/wood_large.png differ diff --git a/Resources/Textures/Tiles/wood_tile.png b/Resources/Textures/Tiles/wood_tile.png index db0209ed5b9..a93eef55a9e 100644 Binary files a/Resources/Textures/Tiles/wood_tile.png and b/Resources/Textures/Tiles/wood_tile.png differ