diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl index d49c6bb5c54..72df9e8ccba 100644 --- a/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl +++ b/Resources/Locale/en-US/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl @@ -2,3 +2,7 @@ ent-PosterContrabandAriralInSpace = Ariral in Space .desc = This is clearly a message..I think I forgot something... ent-PosterLegitAIOverseer = AI is watching .desc = Anything can be automated, Security included + ent-PosterContrabandSam300 = SAM-300 + .desc = A poster advertising the SAM-300 from Cybersun Industries. + ent-PosterContrabandSyndiMechs = Syndi Mechs + .desc = A poster advertising the Syndi Mechs from Cybersun Industries. diff --git a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl index 6eae32247aa..98ad63c1e17 100644 --- a/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl @@ -2,3 +2,8 @@ ent-PosterContrabandAriralInSpace = Арирал в космосе .desc = Это явно послание.. Что-то я забыл.. ent-PosterLegitAIOverseer = ИИ видит .desc = Автоматизировать можно всё, даже Службу Безопасности. +ent-PosterContrabandSam300 = SAM-300 + .desc = Плакат, рекламирующий SAM-300 от Cybersun Industries. +ent-PosterContrabandSyndiMechs = Синди Мехи + .desc = Плакат, рекламирующий Мехов от компании Cybersun Industries. + diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 5e6c9f3ab96..6cac54e8edc 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -32,6 +32,8 @@ offset: 0 prototypes: - PosterContrabandAriralInSpace # Sunrise-edit + - PosterContrabandSam300 # Sunrise-edit + - PosterContrabandSyndiMechs # Sunrise-edit - PosterContrabandFreeTonto - PosterContrabandAtmosiaDeclarationIndependence - PosterContrabandFunPolice diff --git a/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml index 6741234dbb4..4f8d9c8c552 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml @@ -8,6 +8,26 @@ sprite: _Sunrise/Structures/Wallmounts/posters.rsi state: sunriseposter1_contraband +- type: entity + parent: PosterBase + id: PosterContrabandSam300 + name: "SAM-300" + description: "A poster advertising the SAM-300 from Cybersun Industries." + components: + - type: Sprite + sprite: _Sunrise/Structures/Wallmounts/posters.rsi + state: sunriseposter2_contraband + +- type: entity + parent: PosterBase + id: PosterContrabandSyndiMechs + name: "Syndi Mechs" + description: "A poster advertising the Mechs from Cybersun Industries." + components: + - type: Sprite + sprite: _Sunrise/Structures/Wallmounts/posters.rsi + state: sunriseposter3_contraband + - type: entity parent: PosterBase id: PosterLegitAIOverseer diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json index 31f1962388f..919767f4ea9 100644 --- a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CLA", - "copyright": "Made for SUNRISE sunriseposter1_contraband made by discord: pressf6151. sunriseposter1_legit made by discord: rinary.", + "copyright": "Made for SUNRISE sunriseposter1_contraband made by discord: pressf6151. sunriseposter1_legit made by discord: rinary. sunriseposter2/3_legit made by discord: KaiserMaus ", "size": { "x": 32, "y": 32 @@ -12,6 +12,12 @@ }, { "name": "sunriseposter1_legit" + }, + { + "name": "sunriseposter2_contraband" + }, + { + "name": "sunriseposter3_contraband" } ] } diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter2_contraband.png b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter2_contraband.png new file mode 100644 index 00000000000..441c2e355ac Binary files /dev/null and b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter2_contraband.png differ diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter3_contraband.png b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter3_contraband.png new file mode 100644 index 00000000000..56b3a2e5be3 Binary files /dev/null and b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter3_contraband.png differ