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

Добавление новых стен #395

Merged
merged 3 commits into from
Sep 3, 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
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
ent-ADTSpaceSecWall = укреплённая стена
.desc = Удерживает воздух внутри, а дронов снаружи.
ent-ADTSpaceSecWallDiagonal = диагональная укреплённая стена
.desc = Удерживает воздух внутри, а дронов снаружи.
.desc = Удерживает воздух внутри, а дронов снаружи.
ent-ADTCardboardWall = картонная стена
.desc = Стена из бумаги и тонких досок. Пользуется определенной популярностью в [восточном месте].
ent-ADTStonebrickWall = каменная стена
.desc = Классическая каменная стена.
ent-ADTYellowbrickWall = кирпичная жёлтая стена
.desc = Желтые кирпичи, уложенные по древним обычаям.
50 changes: 49 additions & 1 deletion Resources/Prototypes/ADT/Entities/Structures/Walls/walls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,52 @@
damage: 550
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
acts: [ "Destruction" ]

- type: entity
parent: BaseWall
id: ADTCardboardWall
name: cardboard Wall
description: A wall of paper and thin boards. Enjoys a certain popularity in [eastern place].
components:
- type: Sprite
sprite: ADT/Structures/Walls/cardboard_walls.rsi
- type: Icon
sprite: ADT/Structures/Walls/cardboard_walls.rsi
- type: IconSmooth
base: cardboard
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 40
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]


- type: entity
parent: BaseWall
id: ADTStonebrickWall
name: stone brick Wall
description: Stone brick wall. Classic
components:
- type: Sprite
sprite: ADT/Structures/Walls/stone_bricks_wall.rsi
- type: Icon
sprite: ADT/Structures/Walls/stone_bricks_wall.rsi
- type: IconSmooth
base: stonebricks

- type: entity
parent: BaseWall
id: ADTYellowbrickWall
name: yellow brick Wall
description: Yellow bricks laid according to ancient customs
components:
- type: Sprite
sprite: ADT/Structures/Walls/yellow_bricks_wall.rsi
- type: Icon
sprite: ADT/Structures/Walls/yellow_bricks_wall.rsi
- type: IconSmooth
base: yellowbricks
3 changes: 2 additions & 1 deletion Resources/Prototypes/ADT/Roles/Jobs/USSP/fill.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Данный файл существует по причине того что Githab плохо дружит с пустыми папками, при работе с этой папкой этот файл можно спокойно удалить
# Данный файл существует по причине того что Githab плохо дружит с пустыми папками, при работе с этой папкой этот файл можно спокойно удалить
Тут уже не было Хурмика
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "By jaraten(discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "full"
},
{
"name": "cardboard0",
"directions": 4
},
{
"name": "cardboard1",
"directions": 4
},
{
"name": "cardboard2",
"directions": 4
},
{
"name": "cardboard3",
"directions": 4
},
{
"name": "cardboard4",
"directions": 4
},
{
"name": "cardboard5",
"directions": 4
},
{
"name": "cardboard6",
"directions": 4
},
{
"name": "cardboard7",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "By jaraten(discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "full"
},
{
"name": "stonebricks0",
"directions": 4
},
{
"name": "stonebricks1",
"directions": 4
},
{
"name": "stonebricks2",
"directions": 4
},
{
"name": "stonebricks3",
"directions": 4
},
{
"name": "stonebricks4",
"directions": 4
},
{
"name": "stonebricks5",
"directions": 4
},
{
"name": "stonebricks6",
"directions": 4
},
{
"name": "stonebricks7",
"directions": 4
}
]
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"version": 1,
"license": "CC0-1.0",
"copyright": "By jaraten(discord)",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "full"
},
{
"name": "yellowbricks0",
"directions": 4
},
{
"name": "yellowbricks1",
"directions": 4
},
{
"name": "yellowbricks2",
"directions": 4
},
{
"name": "yellowbricks3",
"directions": 4
},
{
"name": "yellowbricks4",
"directions": 4
},
{
"name": "yellowbricks5",
"directions": 4
},
{
"name": "yellowbricks6",
"directions": 4
},
{
"name": "yellowbricks7",
"directions": 4
}
]
}
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