Skip to content

Commit

Permalink
Merge pull request #765 from TORGOVEC471/added_new_posters
Browse files Browse the repository at this point in the history
added new posters
  • Loading branch information
modern-nm committed Jun 24, 2024
2 parents e31b8e3 + 75b5480 commit d959d8a
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 0 deletions.
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'
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_syndicate.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_syndicate.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_syndicate.rsi
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_syndicate.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:unlumy для Времени Приключений МРП сервер",
"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.

0 comments on commit d959d8a

Please sign in to comment.