Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Новый день новые плитки #132

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 171 additions & 3 deletions Resources/Prototypes/Corvax/Tiles/floors.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#MARK: Wasteland

- type: tile
id: FloorWasteland1
name: wasteland yellow
sprite: /Textures/_Nuclear14/Tiles/wasteland1.png
id: CorvaxFloorWasteland # Corvax-Tiles
name: пустошь
sprite: /Textures/Corvax/Tiles/wasteland.png
variants: 4
placementVariants: [0, 1, 2, 3]
baseTurf: space
Expand All @@ -14,4 +14,172 @@
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandBottom # Corvax-Tiles
name: пустошь болотистая низ
sprite: /Textures/Corvax/Tiles/wasteswampbottom.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandTop # Corvax-Tiles
name: пустошь болотистая верх
sprite: /Textures/Corvax/Tiles/wasteswamptop.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandRight # Corvax-Tiles
name: пустошь болотистая прав
sprite: /Textures/Corvax/Tiles/wasteswampright.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandLeft # Corvax-Tiles
name: пустошь болотистая лев
sprite: /Textures/Corvax/Tiles/wasteswampleft.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandTopRight # Corvax-Tiles
name: пустошь болотистая верх прав
sprite: /Textures/Corvax/Tiles/wasteswamptopright.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandTopLeft # Corvax-Tiles
name: пустошь болотистая верх лев
sprite: /Textures/Corvax/Tiles/wasteswamptopleft.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandTopRightCorner # Corvax-Tiles
name: пустошь угол болотистой верх прав
sprite: /Textures/Corvax/Tiles/wasteswamptoprightcorner.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandTopLeftCorner # Corvax-Tiles
name: пустошь угол болотистой верх лев
sprite: /Textures/Corvax/Tiles/wasteswamptopleftcorner.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandBottomRight # Corvax-Tiles
name: пустошь болотистая низ прав
sprite: /Textures/Corvax/Tiles/wasteswampbottomright.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandBottomLeft # Corvax-Tiles
name: пустошь болотистая низ лев
sprite: /Textures/Corvax/Tiles/wasteswampbottomleft.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandBottomRightCorner # Corvax-Tiles
name: пустошь угол болотистой низ прав
sprite: /Textures/Corvax/Tiles/wasteswampbottomrightcorner.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true

- type: tile
id: CorvaxFloorSwamplandBottomLeftCorner # Corvax-Tiles
name: пустошь угол болотистой низ лев
sprite: /Textures/Corvax/Tiles/wasteswampbottomleftcorner.png
baseTurf: space
isSubfloor: true
footstepSounds:
collection: N14FootstepDirt
friction: 0.30
thermalConductivity: 0.04
heatCapacity: 10000
weather: true
indestructible: true
4 changes: 4 additions & 0 deletions Resources/Textures/Corvax/Tiles/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["wasteland.png", "wasteswampbottom.png", "wasteswampbottomleft.png", "wasteswampbottomleftcorner.png", "wasteswampbottomright.png", "wasteswampbottomrightcorner.png", "wasteswampleft.png", "wasteswampright.png", "wasteswamptop.png", "wasteswamptopleft.png", "wasteswamptopleftcorner.png", "wasteswamptopright.png", "wasteswamptoprightcorner.png"]
license: "CC-BY-NC-SA-3.0"
copyright: "Fortuna at commit/2a9408a47e2f83d945335e4feeeeafb552173e6f and edited to work with SS14 by Peptide"
source: "https://github.com/FortunaSS13/Fortuna/"
Binary file added Resources/Textures/Corvax/Tiles/wasteland.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resources/Textures/Corvax/Tiles/wasteswamptop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading