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 new file mode 100644 index 00000000000..e5b9074517e --- /dev/null +++ b/Resources/Locale/ru-RU/_prototypes/_sunrise/entities/structures/wallmounts/signs/posters.ftl @@ -0,0 +1,2 @@ +ent-PosterLegitAIOverseer = ИИ видит + .desc = Автоматизировать можно всё, даже Службу Безопасности. diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 90bf1475427..0d15eadc6e9 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -31,6 +31,7 @@ - type: RandomSpawner offset: 0 prototypes: + - PosterContrabandAriralInSpace # Sunrise-edit - PosterContrabandFreeTonto - PosterContrabandAtmosiaDeclarationIndependence - PosterContrabandFunPolice @@ -42,7 +43,6 @@ - PosterContrabandMissingGloves - PosterContrabandHackingGuide - PosterContrabandRIPBadger - - PosterAriralInSpace # Sunrise-edit - PosterContrabandAmbrosiaVulgaris - PosterContrabandDonutCorp - PosterContrabandEAT @@ -108,6 +108,7 @@ - type: RandomSpawner offset: 0 prototypes: + - PosterLegitAIOverseer #Sunrise-edit - PosterLegitHereForYourSafety - PosterLegitNanotrasenLogo - PosterLegitCleanliness diff --git a/Resources/Prototypes/_Sunrise/Entities/Structures/Decoration/posters.yml b/Resources/Prototypes/_Sunrise/Entities/Structures/Decoration/posters.yml deleted file mode 100644 index 8c68893e0da..00000000000 --- a/Resources/Prototypes/_Sunrise/Entities/Structures/Decoration/posters.yml +++ /dev/null @@ -1,9 +0,0 @@ -- type: entity - parent: PosterBase - id: PosterAriralInSpace - name: ariral in space - description: It's clearly a message.. I've forgotten something... - components: - - type: Sprite - sprite: _Sunrise/Structures/Decoration/poster.rsi - state: poster \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml new file mode 100644 index 00000000000..6a29bafabfe --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Structures/Wallmounts/Signs/posters.yml @@ -0,0 +1,19 @@ +- type: entity + parent: PosterBase + id: PosterContrabandAriralInSpace + name: "Арирал в космосе" + description: "Это явно послание.. Что-то я забыл.." + components: + - type: Sprite + sprite: _Sunrise/Structures/Wallmounts/posters.rsi + state: sunriseposter1_contraband + +- type: entity + parent: PosterBase + id: PosterLegitAIOverseer + name: "AI is watching" + description: "Anything can be automated, Security included" + components: + - type: Sprite + sprite: _Sunrise/Structures/Wallmounts/posters.rsi + state: sunriseposter1_legit diff --git a/Resources/Textures/_Sunrise/Structures/Decoration/poster.rsi/meta.json b/Resources/Textures/_Sunrise/Structures/Decoration/poster.rsi/meta.json deleted file mode 100644 index 300942ec7be..00000000000 --- a/Resources/Textures/_Sunrise/Structures/Decoration/poster.rsi/meta.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "version": 1, - "license": "CLA", - "copyright": "Made for SUNRISE by discord: pressf6151", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "poster" - } - ] -} \ No newline at end of file diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json new file mode 100644 index 00000000000..31f1962388f --- /dev/null +++ b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/meta.json @@ -0,0 +1,17 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "Made for SUNRISE sunriseposter1_contraband made by discord: pressf6151. sunriseposter1_legit made by discord: rinary.", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "sunriseposter1_contraband" + }, + { + "name": "sunriseposter1_legit" + } + ] +} diff --git a/Resources/Textures/_Sunrise/Structures/Decoration/poster.rsi/poster.png b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter1_contraband.png similarity index 100% rename from Resources/Textures/_Sunrise/Structures/Decoration/poster.rsi/poster.png rename to Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter1_contraband.png diff --git a/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter1_legit.png b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter1_legit.png new file mode 100644 index 00000000000..e06789d2e50 Binary files /dev/null and b/Resources/Textures/_Sunrise/Structures/Wallmounts/posters.rsi/sunriseposter1_legit.png differ