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

хеллоуинские тайлы (я просто тестирую будет ли ругаться проверка) #494

Merged
merged 11 commits into from
Sep 21, 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
7 changes: 7 additions & 0 deletions Resources/Locale/ru-RU/ADT/Tiles/tiles.ftl
PyotrIgn marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
tiles-blackorange-floor = черно-оранжевая плитка
tiles-yelloworange-floor = желто-оранжевая плитка

tiles-lattice-left-upper = угловая решётка, лево-верх
tiles-lattice-left-lower = угловая решётка, лево-низ
tiles-lattice-right-upper = угловая решётка, право-верх
tiles-lattice-right-lower = угловая решётка, право-низ
33 changes: 33 additions & 0 deletions Resources/Prototypes/ADT/Tiles/floors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
- type: tile
id: ADTFloorBlackOrange
name: tiles-blackorange-floor
sprite: /Textures/ADT/Tiles/blackorange.png
variants: 3
placementVariants:
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
#canCrowbar: true
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemSteel
heatCapacity: 10000

- type: tile
id: ADTFloorYellowOrange
name: tiles-yelloworange-floor
sprite: /Textures/ADT/Tiles/yelloworange.png
variants: 3
placementVariants:
- 1.0
- 1.0
- 1.0
baseTurf: Plating
isSubfloor: false
#canCrowbar: true
footstepSounds:
collection: FootstepFloor
itemDrop: FloorTileItemSteel
heatCapacity: 10000
63 changes: 63 additions & 0 deletions Resources/Prototypes/ADT/Tiles/plating.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
- type: tile
id: ADTLatticeLeftUpper
name: tiles-lattice-left-upper
sprite: /Textures/ADT/Tiles/lattice_left_upper.png
baseTurf: Space
isSubfloor: true
deconstructTools: [ Cutting ]
weather: true
#canCrowbar: true
footstepSounds:
collection: FootstepPlating
friction: 0.3
isSpace: true
itemDrop: PartRodMetal1
heatCapacity: 10000

- type: tile
id: ADTLatticeLeftLower
name: tiles-lattice-left-lower
sprite: /Textures/ADT/Tiles/lattice_left_lower.png
baseTurf: Space
isSubfloor: true
deconstructTools: [ Cutting ]
weather: true
#canCrowbar: true
footstepSounds:
collection: FootstepPlating
friction: 0.3
isSpace: true
itemDrop: PartRodMetal1
heatCapacity: 10000

- type: tile
id: ADTLatticeRightUpper
name: tiles-lattice-right-upper
sprite: /Textures/ADT/Tiles/lattice_right_upper.png
baseTurf: Space
isSubfloor: true
deconstructTools: [ Cutting ]
weather: true
#canCrowbar: true
footstepSounds:
collection: FootstepPlating
friction: 0.3
isSpace: true
itemDrop: PartRodMetal1
heatCapacity: 10000

- type: tile
id: ADTLatticeRightLower
name: tiles-lattice-right-lower
sprite: /Textures/ADT/Tiles/lattice_right_lower.png
baseTurf: Space
isSubfloor: true
deconstructTools: [ Cutting ]
weather: true
#canCrowbar: true
footstepSounds:
collection: FootstepPlating
friction: 0.3
isSpace: true
itemDrop: PartRodMetal1
heatCapacity: 10000
29 changes: 29 additions & 0 deletions Resources/Textures/ADT/Tiles/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
- files: ["lattice_left_upper.png"]
license: "CC-BY-SA-3.0"
copyright: "Adventure Time MRP Server"
source: "https://github.com/AdventureTimeSS14/space_station_ADT"

- files: ["lattice_right_upper.png"]
license: "CC-BY-SA-3.0"
copyright: "Adventure Time MRP Server"
source: "https://github.com/AdventureTimeSS14/space_station_ADT"

- files: ["lattice_left_lower.png"]
license: "CC-BY-SA-3.0"
copyright: "Adventure Time MRP Server"
source: "https://github.com/AdventureTimeSS14/space_station_ADT"

- files: ["lattice_right_lower.png"]
license: "CC-BY-SA-3.0"
copyright: "Adventure Time MRP Server"
source: "https://github.com/AdventureTimeSS14/space_station_ADT"

- files: ["blackorange.png"]
license: "CC-BY-SA-3.0"
copyright: "Adventure Time MRP Server"
source: "https://github.com/AdventureTimeSS14/space_station_ADT"

- files: ["yelloworange"]
license: "CC-BY-SA-3.0"
copyright: "Adventure Time MRP Server"
source: "https://github.com/AdventureTimeSS14/space_station_ADT"
Binary file added Resources/Textures/ADT/Tiles/blackorange.png
PyotrIgn marked this conversation as resolved.
Show resolved Hide resolved
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/ADT/Tiles/lattice_left_lower.png
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/ADT/Tiles/lattice_left_upper.png
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/ADT/Tiles/lattice_right_lower.png
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/ADT/Tiles/lattice_right_upper.png
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/ADT/Tiles/yelloworange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading