From 2a7c9ed267a6fea2184de00bf3ffb68f5a1fbc70 Mon Sep 17 00:00:00 2001 From: Vortebo <64214314+Vortebo@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:21:30 -0600 Subject: [PATCH] its the tiny details that make a map feel finished --- Resources/Maps/Relic.yml | 55 +++++++++++++++++++++++++++++ Resources/Prototypes/Maps/Relic.yml | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/Resources/Maps/Relic.yml b/Resources/Maps/Relic.yml index c1cb7f5a8b..6e37885a2d 100644 --- a/Resources/Maps/Relic.yml +++ b/Resources/Maps/Relic.yml @@ -12144,26 +12144,81 @@ entities: entities: - uid: 210 components: + - type: MetaData + desc: A relaxing grenade that releases a large, long-lasting cloud of fun when used. + name: party grenade + - type: SmokeOnTrigger + duration: 30 + spreadAmount: 50 + smokePrototype: Foam + solution: + reagents: + - ReagentId: Happiness + Quantity: 30 - type: Transform pos: 28.682674,-1.3183393 parent: 2 - uid: 213 components: + - type: MetaData + desc: A relaxing grenade that releases a large, long-lasting cloud of fun when used. + name: party grenade + - type: SmokeOnTrigger + duration: 30 + spreadAmount: 50 + smokePrototype: Foam + solution: + reagents: + - ReagentId: THC + Quantity: 30 - type: Transform pos: 28.518612,-1.6933393 parent: 2 - uid: 215 components: + - type: MetaData + desc: A relaxing grenade that releases a large, long-lasting cloud of fun when used. + name: party grenade + - type: SmokeOnTrigger + duration: 30 + spreadAmount: 50 + smokePrototype: Foam + solution: + reagents: + - ReagentId: JuiceThatMakesYouWeh + Quantity: 30 - type: Transform pos: 24.348185,-8.066757 parent: 2 - uid: 230 components: + - type: MetaData + desc: A relaxing grenade that releases a large, long-lasting cloud of fun when used. + name: party grenade + - type: SmokeOnTrigger + duration: 30 + spreadAmount: 50 + smokePrototype: Foam + solution: + reagents: + - ReagentId: BuzzochloricBees + Quantity: 30 - type: Transform pos: 24.660685,-8.316757 parent: 2 - uid: 367 components: + - type: MetaData + desc: A relaxing grenade that releases a large, long-lasting cloud of fun when used. + name: party grenade + - type: SmokeOnTrigger + duration: 30 + spreadAmount: 50 + smokePrototype: Foam + solution: + reagents: + - ReagentId: JuiceThatMakesYouHew + Quantity: 30 - type: Transform pos: 28.331112,-1.2949018 parent: 2 diff --git a/Resources/Prototypes/Maps/Relic.yml b/Resources/Prototypes/Maps/Relic.yml index 14b0818a53..0ba6389beb 100644 --- a/Resources/Prototypes/Maps/Relic.yml +++ b/Resources/Prototypes/Maps/Relic.yml @@ -12,7 +12,7 @@ mapNameTemplate: '{0} Relic Station {1}' nameGenerator: !type:NanotrasenNameGenerator - prefixCreator: '14' + prefixCreator: 'OG' - type: StationEmergencyShuttle emergencyShuttlePath: /Maps/Shuttles/emergency_relic.yml - type: StationArrivals -- 2.51.2