Skip to content

Commit

Permalink
Добавление новых стен (AdventureTimeSS14#395)
Browse files Browse the repository at this point in the history
<!-- ЭТО ШАБЛОН ВАШЕГО PULL REQUEST. Текст между стрелками - это
комментарии - они не будут видны в PR. -->

## Описание PR
<!-- Ниже опишите ваш Pull Request. Что он изменяет? На что еще это
может повлиять? Постарайтесь описать все внесённые вами изменения! -->

Коммит взят отсюда:
crystallpunk-14/crystall-punk-14@6307c1b

**Ссылка на публикацию в Discord**
<!-- Укажите ссылки на соответствующие обсуждения, проблемы, баги,
заказы в разработку или предложения

Если ссылки отсутствуют или этот PR ваша личная инициатива, данный
раздел описания можно удалить. -->

-
[Заказы-разработка](https://discord.com/channels/901772674865455115/1232912408419504260)

**Проверки**
<!-- Выполнение всех следующих действий, если это приемлемо для вида
изменений сильно ускорит разбор вашего PR -->
- [x] PR полностью завершён и мне не нужна помощь чтобы его закончить.
- [x] Я внимательно просмотрел все свои изменения и багов в них не
нашёл.
- [x] Я запускал локальный сервер со своими изменениями и всё
протестировал.
- [x] Я добавил скриншот/видео демонстрации PR в игре, **или** этот PR
этого не требует.

**Изменения**
<!--
Здесь вы можете написать список изменений, который будет автоматически
добавлен в игру, когда ваш PR будет принят.

В журнал изменений следует помещать только то, что действительно важно
игрокам.

В списке изменений тип значка не является часть предложения, поэтому
явно указывайте - Добавлен, Удалён, Изменён.
плохо: - add: Новый инструмент для инженеров
хорошо: - add: Добавлен новый инструмент для инженеров

Вы можете указать своё имя после символа 🆑 именно оно будет
отображаться в журнале изменений (иначе будет использоваться ваше имя на
GitHub)
Например: 🆑 Ian

-->

🆑 Хурмик
- add: Новые стены для мапперов и ивентеров: картонная, каменная и
кирпичная жёлтая стена
  • Loading branch information
Hyrmik authored Sep 3, 2024
1 parent 96979ae commit ffdcdda
Show file tree
Hide file tree
Showing 33 changed files with 196 additions and 3 deletions.
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.

0 comments on commit ffdcdda

Please sign in to comment.