diff --git a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml index 7112b41ffce..6f46bfcaaf0 100644 --- a/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml +++ b/Resources/Prototypes/Entities/Markers/Spawners/Random/posters.yml @@ -171,4 +171,6 @@ - PosterLegitSafetyMothSSD - NFPosterLegitMagnusWatching # Frontier - NFPosterLegitGoblinTinkerer # Frontier + - NFPosterLegitBahamaMama # Frontier + - NFPosterLegitWinnerWinner # Frontier chance: 1 diff --git a/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/posters.yml b/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/posters.yml index 063b803ce1b..7a8a5c36a22 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/posters.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Wallmounts/Signs/posters.yml @@ -9,7 +9,6 @@ sprite: _NF/Structures/Wallmounts/posters.rsi state: nf_poster1_legit -# Contraband posters - type: entity parent: PosterBase id: NFPosterLegitGoblinTinkerer @@ -20,6 +19,27 @@ sprite: _NF/Structures/Wallmounts/posters.rsi state: nf_poster2_legit +- type: entity + parent: PosterBase + id: NFPosterLegitBahamaMama + name: Bahama Mama's + description: Kick your feet up and enjoy the simulated tropical beach at Bahama Mama's. + components: + - type: Sprite + sprite: _NF/Structures/Wallmounts/posters.rsi + state: nf_poster3_legit + +- type: entity + parent: PosterBase + id: NFPosterLegitWinnerWinner + name: "Winner Winner" + description: A mouthwatering looking roast taunts you. So close, yet so far. + components: + - type: Sprite + sprite: _NF/Structures/Wallmounts/posters.rsi + state: nf_poster4_legit + +# Contraband posters - type: entity parent: PosterBase id: NFPosterContrabandLvhiStation diff --git a/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/meta.json b/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/meta.json index 5148cae5005..3c08278ddb2 100644 --- a/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/meta.json +++ b/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/meta.json @@ -2,6 +2,7 @@ "version": 1, "license": "CC-BY-NC-SA-4.0", "copyright": "nf_poster1_legit by exincore and remixed from gentlebutter's Xeeenoooossss | nf_poster2_legit (Based on poster31 from cmss13 https://github.com/cmss13-devs/cmss13/blob/master/icons/obj/structures/props/posters.dmi), nf_poster1_contraband, nf_poster2_contraband, nf_poster3_contraband, nf_poster9_contraband, nf_poster10_contraband, nf_poster11_contraband, nt_poster12_contraband (inspired by poster11 from https://github.com/cmss13-devs/cmss13/blob/master/icons/obj/structures/props/posters.dmi and painting Rainbow Swirl by Saira Scott), nt_poster13_contraband (used poster1 as background from cmss13 https://github.com/cmss13-devs/cmss13/blob/master/icons/obj/structures/props/posters.dmi), nt_poster14_contraband (Resprited poster19 from cmss13 https://github.com/cmss13-devs/cmss13/blob/master/icons/obj/structures/props/posters.dmi), nt_poster15_contraband by erhardsteinhauer (discord/github), nf_poster4,5,6,7_contraband by dustylens (discord/github) nf_poster8_contraband by incongruenciaastrologica (discord)", + "copyright": "nf_poster3/4_legit by whatston3 (GitHub) - CC-BY-SA 3.0 acceptable", "size": { "x": 32, "y": 32 @@ -13,6 +14,12 @@ { "name": "nf_poster2_legit" }, + { + "name": "nf_poster3_legit" + }, + { + "name": "nf_poster4_legit" + }, { "name": "nf_poster1_contraband" }, diff --git a/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/nf_poster3_legit.png b/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/nf_poster3_legit.png new file mode 100644 index 00000000000..38ebb331825 Binary files /dev/null and b/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/nf_poster3_legit.png differ diff --git a/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/nf_poster4_legit.png b/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/nf_poster4_legit.png new file mode 100644 index 00000000000..ecb74001e44 Binary files /dev/null and b/Resources/Textures/_NF/Structures/Wallmounts/posters.rsi/nf_poster4_legit.png differ