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

added new posters #765

Merged
merged 3 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/Changelog/ChangelogADT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1889,3 +1889,10 @@ Entries:
- { message: "Добавлена фигурка Офицера Синего Щита.", type: Add}
id: 55760 #костыль отображения в Обновлениях
time: '2024-06-09T18:59:00.0000000+00:00'

- author: Torgovec
changes:
- {message: Добавлено 4 новых плаката, type: Add}
- {message: Теперь нианы могут сьесть берет СИ, type: Fix}
id: 55761 #костыль отображения в Обновлениях
time: '2024-06-23T04:19:00.0000000+00:00'
Schrodinger71 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,15 @@ ent-ADTPosterPlasmaMan = Плазма(мены)

ent-ADTPosterContrabandRoza = Роза
.desc = Символ Атмосии.

ent-ADTPosterError = Что-то здесь не так
.desc = Кажется кто-то забыл добавить сюда осмысленное изображение

ent-ADTPosterNoBad = Где-то, но не здесь
.desc = Вы могли бы быть там, если бы не работали на НТ

ent-ADTPosterNoGood = Где-то, но не тут
.desc = Вы могли бы быть там, если бы вы не работали на НТ

ent-ADTPosterGasAttack = Газовая атака!
.desc = НТ предупреждает о тритиевых гранатах у синдиката, а так же о саботаже атмоса от вражеских агентов!
Original file line number Diff line number Diff line change
Expand Up @@ -787,3 +787,45 @@
sprite: ADT/Structures/Wallmounts/128x128posters.rsi
state: roza
scale: 0.25, 0.25

# Странные постеры

- type: entity
parent: PosterBase
id: ADTPosterError
name: Error Poster
description: This is an error poster.
components:
- type: Sprite
sprite: ADT/Objects/Decoration/poster_syndycat.rsi
state: error

- type: entity
parent: PosterBase
id: ADTPosterNoBad
name: No Bad
description: This poster promotes good behavior.
components:
- type: Sprite
sprite: ADT/Objects/Decoration/poster_syndycat.rsi
state: nobad

- type: entity
parent: PosterBase
id: ADTPosterNoGood
name: No Good
description: This poster warns against bad behavior.
components:
- type: Sprite
sprite: ADT/Objects/Decoration/poster_syndycat.rsi
Schrodinger71 marked this conversation as resolved.
Show resolved Hide resolved
state: nogood

- type: entity
parent: PosterBase
id: ADTPosterGasAttack
name: Gas Attack
description: This poster warns about gas attacks.
components:
- type: Sprite
sprite: ADT/Objects/Decoration/poster_syndycat.rsi
state: gasattack
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@
- ADTPosterLustyMoth
- ADTPosterWatchOutChem
- ADTPosterPanem
- ADTPosterGasAttack
- ADTPosterNoGood
chance: 1

- type: entity
Expand Down Expand Up @@ -172,4 +174,6 @@
- ADTPosterDontTalkToArty
- ADTPosterWorkUnderWay
- ADTPosterPlasmaMan
- ADTPosterError
- ADTPosterNoBad
chance: 1
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,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Created by discord:Schrodinger для Времени Приключений МРП сервер",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "error"
},
{
"name": "nobad"
},
{
"name": "nogood"
},
{
"name": "gasattack"
}
]
}
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