diff --git a/Resources/Locale/en-US/tiles/tiles.ftl b/Resources/Locale/en-US/tiles/tiles.ftl index 0d5111da30..76185a1019 100644 --- a/Resources/Locale/en-US/tiles/tiles.ftl +++ b/Resources/Locale/en-US/tiles/tiles.ftl @@ -92,3 +92,4 @@ tiles-low-desert-floor = low desert floor tiles-grass-planet-floor = grass planet floor tiles-basalt-floor = basalt floor tiles-snow-floor = snow floor +tiles-wood3 = wood broken floor diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 5d86d6df93..0df9978782 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -1179,3 +1179,19 @@ collection: BarestepWood itemDrop: FloorTileItemWoodPattern heatCapacity: 10000 + +- type: tile + id: FloorBrokenWood + name: tiles-wood3 + sprite: /Textures/Tiles/wood_broken.png + variants: 7 + placementVariants: [0, 1, 2, 3, 4, 5, 6] + baseTurf: Plating + isSubfloor: false + canCrowbar: true + footstepSounds: + collection: FootstepWood + barestepSounds: + collection: BarestepWood + itemDrop: MaterialWoodPlank1 + heatCapacity: 10000 diff --git a/Resources/Textures/Tiles/attributions.yml b/Resources/Textures/Tiles/attributions.yml index 9ce6c90cd0..1ff0882277 100644 --- a/Resources/Textures/Tiles/attributions.yml +++ b/Resources/Textures/Tiles/attributions.yml @@ -60,3 +60,8 @@ license: "CC0-1.0" copyright: "Created by EmoGarbage404 (github) for space-station-14." source: "https://github.com/space-wizards/space-station-14/pull/13766" + +- files: ["wood_broken.png"] + license: "CC-BY-SA-3.0" + copyright: "taken at https://github.com/ParadiseSS13/Paradise/blob/8b7f4c8b69c74c6de5a755272eb8d3520f3d87c7/icons/turf/floors.dmi" + source: "https://github.com/ParadiseSS13/Paradise" diff --git a/Resources/Textures/Tiles/wood_broken.png b/Resources/Textures/Tiles/wood_broken.png new file mode 100644 index 0000000000..a025740cf6 Binary files /dev/null and b/Resources/Textures/Tiles/wood_broken.png differ