From adcd34a05e70217df7687d0d989d9296f66e1a8b Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 19 Oct 2025 19:20:25 -0400 Subject: [PATCH 01/23] TODO doc of the wizard --- .../round-flow/antagonists/Wizard.md | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 src/en/space-station-14/round-flow/antagonists/Wizard.md diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md new file mode 100644 index 000000000..6d8fc45e5 --- /dev/null +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -0,0 +1,67 @@ +# The Wizard + + +| Designers | Implemented | GitHub Links | +|-----------------------------------------------------------------------------------|-----------------|--| +| /tg/station, Citadel Station, and other various SS13 forks, Keron, ActiveMammmoth | :checkmark: Yes | https://github.com/space-wizards/space-station-14/pull/35406 | + + + +## Overview + + + +## Background + + + + + +## Game Design Rationale + + + +## Roundflow & Player interaction + + + +## Administrative & Server Rule Impact (if applicable) + + + +# Technical Considerations + + From b427550f4f803a4975605596f340a86097a9e9f0 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 19 Oct 2025 19:25:02 -0400 Subject: [PATCH 02/23] Overview --- src/en/space-station-14/round-flow/antagonists/Wizard.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index 6d8fc45e5..ac9a65874 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -20,6 +20,12 @@ Github links can include multiple PRs, if relevant. +This is for The Wizard antagonist - which is to help answer any frequently asked questions for the Wizard and to help +others understand what the Wizard is about. The Wizard in short is a highly disruptive/chaotic antagonist that does +anything to their whim. A lot about the Wizard is that it doesn't conform to standard rules so it very much is the +embodiment of "a wizard did it." Players will be encouraged to come up with their own gimmick, while still being an +antagonist to the station. + ## Background +## Features to be added + ## Game Design Rationale From 447617801f9f946d6c10ab0c31d85277bdc84050 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sun, 19 Oct 2025 19:26:45 -0400 Subject: [PATCH 03/23] Fixes checkmark --- src/en/space-station-14/round-flow/antagonists/Wizard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index ac9a65874..c4a71c965 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -3,7 +3,7 @@ | Designers | Implemented | GitHub Links | |-----------------------------------------------------------------------------------|-----------------|--| -| /tg/station, Citadel Station, and other various SS13 forks, Keron, ActiveMammmoth | :checkmark: Yes | https://github.com/space-wizards/space-station-14/pull/35406 | +| /tg/station, Citadel Station, and other various SS13 forks, Keron, ActiveMammmoth | :white_check_mark: Yes | https://github.com/space-wizards/space-station-14/pull/35406 | +One of the unique things about the Wizard is that by its existence it does violate some of the antagonist pillars, but that's intended (and previously approved). +The Wizard is an entire force of chaos. It's meant to have a lot of reality bending/shifting, powerful spells to enable its gimmicks. + +Want to trap a bunch of people in lockers with the Staff of Locker and then animate said lockers to make it a challenge for the +crew to get out? Go for it. + +Want to swap bodies and pretend to be the captain/security to not only sow distrust, but also punish anyone who disobeys you with a smite? +100% fine. + +Want to summon a dance floor and force everyone to dance until they run out of stamina? Sure. + +The world is your oyster, you're literally a wizard in space. + +Now not all spells are going to be straightforward. If you try to fireball someone in the face, you're going to die too unless you put some distance. + +Some magic may be locked to using a wand, which means you'd need to risk losing the wand or also buy a recharge spell to compensate. + +Or some magic may require robes, which means you'll be relatively unprotected and the definition of a glass cannon. + +Some may even be locked to staves, which recharges on its own over time, or even locked to a long cooldown (2-5 minutes can be a long time in rounds that last anywhere from 30 - 90 minutes) + +And with the wizard only being stuck to 10 currency, compared to other antagonists that may have more spending power, they need to make a choice of what they'd like to build. + ## Roundflow & Player interaction + +Since Wizard's been out there's refactors that need to happen to get Wizard fully back in and those include (but aren't limited to:) +- Actions + - A generic way to spawn sprite effects is needed (ie. Void's Applause) + - Magic Comp (which is just a fancy named requirements comp) needs to be converted to ActionRequirements and expanded on + - Targeting and Spawning behaviors need to be added as either presets or overrides + - ex) An instant action may have the targeting logic to target X amount of people in sight + - ex) A world action might have targeting logic to target 3x3 tiles from where it was clicked + - Event Spells (actions) also need to be converted to gamerules and work more as a 1 purchase and done kind of thing. +- Event Spells + - As above, the event spells need to be reworked to launch gamerules instead of just events. + - For the more dangerous event spells (Summon Guns/Magic), the Wizard should be forced to teleport back onto the station if we detect they're not. To make it fair that they commit to the bit + - And for Summon Guns/Magic specifically the free agent rate is going to be turned down considerably so it has X chance to turn someone into a survivor instead of it being guaranteed. +- Polymorph + - The polymorph system itself needs an overhaul, as there were some issues with entity references and the like. The Rod Polymorph would get the biggest benefit from this. +- Rods/Brute Damage Gibbing + - Wizard Rods need to be changed to not delete people and objects. Even setting gib to no gets bypassed by the deletion that Rods inheretly have and it's extremely easy to gib with enough brute damage so both things also need to be changed. +- Cameras working off grid + - Cameras need to work off grid so the Wizard can use its pondering orb effectively + - This would also open up oppertunities for other antags (Nukies, Listening Outpost, Abductors, Clock Cult, etc) \ No newline at end of file From 291bc9a507aea5d09d23092f7a480e4d9604c179 Mon Sep 17 00:00:00 2001 From: keronshb Date: Tue, 21 Oct 2025 18:20:20 -0400 Subject: [PATCH 06/23] Admin --- src/en/space-station-14/round-flow/antagonists/Wizard.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index d233b2f20..972fd8fb0 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -89,6 +89,11 @@ Consider addressing: - How are the rules enforced mechanically by way the feature will be implemented? --> +The Chaos the Wizard brings may introduce challenges to the admin team. +Some things like mass event spells (when reworked) will considerably lower the amount of free agents it makes which in turn reduces admin headache. + +Furthermore, some optional challenge purchases may be introduced to give the wizard more drive. So people who aren't as creative, but crave a challenge, will have some guidance on what to do which may reduce friendly wizards. There's not too much that can be done mechanically to truly prevent any friendly antag. + # Technical Considerations +The Wizard is a _rare_ antagonist, but one that could show up absolutely **anywhere**. They're meant to be unfairly strong and weave chaos into any roundtype. +And because of this they should never be common. Maybe they should be seen only a few times a day if not less. + +Since they can appear anywhere you could see them in the start or the middle of a round. + +The Wizard will be given different tools and spells to help influence the chaos they have on the round. Some may be purely offensive or defensive, +but they also dip into the realm of goofy and wacky. + +For example they could have a wand of polymorph which will turn a player into a random creature. That player would still have their own agency but also the positive (or negative) attributes with becoming +the creature. The wand could easily backfire on the wizard and the other player could be turned into something fearsome like a syndicate borg. + +The Wizard being quite strong will be limited by the amount of spells they can buy. The ideal situation is to _avoid_ making "the game winning build" but instead +allowing the creativeness of the player to mix and match different spell & equipment combinations to make something interesting. +That being said, timestop and fireball is a classic combination for a reason, but giving players way more interesting options will help cut down on pure offensive Wizards. + ## Administrative & Server Rule Impact (if applicable) +Wizard is already implemented but this would be in hopes of reintroducing it into Roundstart and as a subgame mode. + +An advanced targeting system/spawning system will need to be added to not only make more creative spells, but to make it easier for contributors to just +add the parameters that they want to do while cutting down on custom logic. Custom logic won't be avoided but there can be a point where a lot is cut down. +- Advanced targeting/spawning as an actual working example is something like the force wall, where it targets a certain set of tiles in front of it. +- Another example would be having an instant spell with the targeting parameter to target all in sight, and another targeting parameter to spawn something underneath the wizard. + +More reality-effecting spells will be also added to help vary up the Wizards gameplay and solidify it as an actual round-shifter. +- ex). A spell that forces tile movement to all in sight. + ## Game Design Rationale +The Wizard is already added but the document is needed to help clarify certain roundflow and even frequently asked questions about the wizard design. + ## Features to be added From c7bc425ab6656d00054a326d7cb18685bf0862c6 Mon Sep 17 00:00:00 2001 From: keronshb Date: Tue, 21 Oct 2025 19:07:21 -0400 Subject: [PATCH 12/23] Summary --- src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1ac5afd5f..97e6e76ac 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -190,6 +190,7 @@ Space Station 14 - [Thief](en/space-station-14/round-flow/antagonists/thief.md) - [Xenoborgs](en/space-station-14/round-flow/antagonists/Xenoborgs.md) - [Pursuer](en/space-station-14/round-flow/antagonists/pursuer.md) + - [The Wizard](en/space-station-14/round-flow/antagonists/wizard.md) - [Proposals]() - [Cleanup Crew Gamemode](en/space-station-14/round-flow/proposals/cleanup-crew-gamemode.md) From 3b3de25182d6ff39a84b0fe507b1662b7a263759 Mon Sep 17 00:00:00 2001 From: keronshb Date: Tue, 21 Oct 2025 19:09:46 -0400 Subject: [PATCH 13/23] Fixes summary --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 97e6e76ac..f6c51e5f3 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -190,7 +190,7 @@ Space Station 14 - [Thief](en/space-station-14/round-flow/antagonists/thief.md) - [Xenoborgs](en/space-station-14/round-flow/antagonists/Xenoborgs.md) - [Pursuer](en/space-station-14/round-flow/antagonists/pursuer.md) - - [The Wizard](en/space-station-14/round-flow/antagonists/wizard.md) + - [The Wizard](en/space-station-14/round-flow/antagonists/Wizard.md) - [Proposals]() - [Cleanup Crew Gamemode](en/space-station-14/round-flow/proposals/cleanup-crew-gamemode.md) From 8083cdc6cb671f3512be300041b53ae2898ca2c7 Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 30 Oct 2025 19:40:21 -0400 Subject: [PATCH 14/23] Antag pillar update --- .../round-flow/antagonists/Wizard.md | 37 ++++++++++++------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index f9e35b786..30c031633 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -61,7 +61,30 @@ Consider addressing: - If the feature is a new antagonist, how does it fit into the corresponding [design pillars](../space-station-14/round-flow/antagonists.md)? --> -One of the unique things about the Wizard is that by its existence it does violate some of the antagonist pillars, but that's intended (and previously approved). +One of the unique things about the Wizard is that by its existence it does potentially violate some of the antagonist pillars, but that's intended (and previously approved). + +Potential antagonist pillars that it violates: +- Just a Spark + - Wizards are 100% meant to disrupt a round, they are a major force of chaos afterall. + +- Escalation + - As above, the Wizards are like Nukies and have their full potential right off the bat. + +- Discoverability + - Like Nukies, the Wizard can announce itself so it's relatively easily discovered. The Wizard has relatively low armor and healing access, easy to slip, and no stun or stamina resistance. It's very much the definition of a glass cannon, so counterplay comes from smacking the wizard. + +Despite it potentially violating some antagonist pillars, it does help highlight the core design principles, mainly: +- Chaos + - The Wizard is the embodiment of this pillar. You know you're in for a wild ride when a wizard is around. The potential they have for introducing chaos is pretty high. + They may give everyone in existence a gun and turn the station into a standoff. Or the captain might be turned into a cluwne as punishment. + The Wizard may even just summon a dance floor and make people dance their stamina away. By being able to shift reality, the choices are basically as creative as the contributors can get. +- Seriously Silly + - There's almost nothing more unhinged than a Wizard and their antics. A well timed fireball or a smite may end up being hilarious in a story told later. +- Dynamic Environment + - Wizards being reality benders can easily shift the environment around them, depending on what they're feeling. + - The floor could in fact, be lava. + - Maybe they feel like the captain's quarters really needed a back door so they just use a wand to turn a wall into a door. + The Wizard is an entire force of chaos. It's meant to have a lot of reality bending/shifting, powerful spells to enable its gimmicks. - Want to trap a bunch of people in lockers with the Staff of Locker and then animate said lockers to make it a challenge for the @@ -82,18 +105,6 @@ Or some magic may require robes, which means you'll be relatively unprotected an And with the wizard only being stuck to 10 currency, compared to other antagonists that may have more spending power, they need to make a choice of what they'd like to build. -Despite it potentially violating some antagonist pillars, it does help highlight the core design principles, mainly: -- Chaos - - The Wizard is the embodiment of this pillar. You know you're in for a wild ride when a wizard is around. The potential they have for introducing chaos is pretty high. - They may give everyone in existence a gun and turn the station into a standoff. Or the captain might be turned into a cluwne as punishment. - The Wizard may even just summon a dance floor and make people dance their stamina away. By being able to shift reality, the choices are basically as creative as the contributors can get. -- Seriously Silly - - There's almost nothing more unhinged than a Wizard and their antics. A well timed fireball or a smite may end up being hilarious in a story told later. -- Dynamic Environment - - Wizards being reality benders can easily shift the environment around them, depending on what they're feeling. - - The floor could in fact, be lava. - - Maybe they feel like the captain's quarters really needed a back door so they just use a wand to turn a wall into a door. - ## Roundflow & Player interaction -The Chaos the Wizard brings may introduce challenges to the admin team. -Some things like mass event spells (when reworked) will considerably lower the amount of free agents it makes which in turn reduces admin headache. - +The Chaos the Wizard brings may introduce challenges to the admin team. Furthermore, some optional challenge purchases may be introduced to give the wizard more drive. So people who aren't as creative, but crave a challenge, will have some guidance on what to do which may reduce friendly wizards. There's not too much that can be done mechanically to truly prevent any friendly antag. +### Current Issues + +- Event Spells + - These are spells like Summon Guns or Magic - which turns everyone into a free agent. This was added initially, as a request _by a wizard_, because it would be too much of a net positive for the crew to get a bunch of guns and magic for them to use against the Wizard without any intra-conflict. + - The current implementation turns all crew into a free agent, which has caused some admin headache. Instead of mass-changing crew, the new solutions is that a small group of players will be made into a free agent at a low percent based chance each time the event fires off (and the event will fire off automatically instead of manually). +Which will considerably lower the amount of free agents it makes which in turn reduces admin headache. + + +- Fast Greenshift + - One issue is that a Roundstart Wizard has the potential to turn the rest of the round into a greenshift if they died too fast. One option _could_ be to end the round instantly when they die, + however that has its own issues when we move to dynamic. So it could be implmented as a temporary bandaid. + - Other missing features such as Wizard Apprentices (a much lower power wizard), summoning Slaughter Demons, and a Lich power + could help the roundflow continue if the wizard was to die early -- if they decide to purchase extra help + - Additionally if a Wizard dies too fast, another one could be called in immediately. + + +- Obsurdly Powerful + - This is part in due to some unintended effects (Rod deleting people and things) and some overtuned abilities. Abilities and equipment are planned on being adjusted, while still remaining strong. + A Wizard will absolutely be a glass cannon and there will be times that a player may be hit by an unfair choice (ex. polymorphed into something simple, gibbed) but that is the will of the game. + + +- Choice of Spells + - The Wizard has a relatively low choice of spells and some are overtuned, which means that people will gravitate towards those choices. So more spells are on the way to address this. + # Technical Considerations -This is for The Wizard antagonist - which is to help answer any frequently asked questions for the Wizard and to help -others understand what the Wizard is about. The Wizard in short is a highly disruptive/chaotic antagonist that does -anything to their whim. A lot about the Wizard is that it doesn't conform to standard rules so it very much is the -embodiment of "a wizard did it." Players will be encouraged to come up with their own gimmick, while still being an -antagonist to the station. +This is for The Wizard antagonist - which is to help answer any frequently asked questions for the Wizard and to help others understand what the Wizard is about. + +The Wizard in short is a highly disruptive/chaotic antagonist that does anything to their whim. +A lot about the Wizard is that it doesn't conform to standard rules so it very much is the +embodiment of "a wizard did it." + +Players will be encouraged to come up with their own gimmick, while still being an antagonist to the station. ## Background From 70665fa9f9ae00f2581ced16a27c99c95c337ba7 Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 30 Oct 2025 22:01:57 -0400 Subject: [PATCH 19/23] Wiz bg --- src/en/space-station-14/round-flow/antagonists/Wizard.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index 5db49fdab..988232d6b 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -38,6 +38,10 @@ Also link any relevant discussions on Discord, GitHub, or HackMD that are releva The Wizard is already added but the document is needed to help clarify certain roundflow and even frequently asked questions about the wizard design. +It's a port of the longstanding SS13 antagonist. Mainly it's based off of it's /tg/ server derivatives but it's planned to be based off of multiple codebase implementations and a celebration of all things magic from SS13. + +One of the issues that some servers faced was that the spell upgrades fell somewhat flat. Mostly they were just cooldown reductions. Now not every spell's going to need an upgrade, but one thing to strive for will be meaningful spell upgrades. + ## Features to be added From fd9f9b49074dba80d26d6e0971ecba88055e56c3 Mon Sep 17 00:00:00 2001 From: keronshb Date: Fri, 31 Oct 2025 20:19:40 -0400 Subject: [PATCH 20/23] More 13 BG --- .../round-flow/antagonists/Wizard.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index 988232d6b..a59f42b30 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -38,10 +38,23 @@ Also link any relevant discussions on Discord, GitHub, or HackMD that are releva The Wizard is already added but the document is needed to help clarify certain roundflow and even frequently asked questions about the wizard design. -It's a port of the longstanding SS13 antagonist. Mainly it's based off of it's /tg/ server derivatives but it's planned to be based off of multiple codebase implementations and a celebration of all things magic from SS13. +### SS13 History +It's a port of the longstanding SS13 antagonist. Mainly it's based off of it's /tg/ server derivatives, but it's planned to be based off of multiple codebase implementations and a celebration of all things magic from SS13. +The Wizard was added relatively early in SS13's history, sometime between 2008-2011. By comparison Nukies and Revolutionaries were added sometime in 2004-2005. +The /tg/ (and also Goon) implementation is a high-chaos lone antagonist. Sometime in their lore they were sent from the Space Wizards Federation to go mess with the station for some petty reason, or just for fun. +Generally their main goal was relatively freeform - teach the station a lesson they'll never forget. And they may have had some objectives mixed in, similar to that of Traitors but more open ended (eg. Take over the station, Kill X, Do Y to Z amount of crew, etc). + +They have spells and magical items that they can purchase to help them with these goals. Compared to other antagonists they're relatively powerful due to not only the rarity of the game mode, but also the nature of the Wizard being a glass cannon. +Compared to Traitors, this allowed Wizards to be given powerful spells and some with reality-warping effects (like animating tons of objects, changing walls into doors, making the floor lava, etc). + +### SS13 Issues One of the issues that some servers faced was that the spell upgrades fell somewhat flat. Mostly they were just cooldown reductions. Now not every spell's going to need an upgrade, but one thing to strive for will be meaningful spell upgrades. +Another was anti-magic. A relatively lazy way to counter Wizards (and other magical based antagonists) was the introduction of null rods and holy melons. At their conception they 100% shut down magic and while some adjustments were made to be more fair, +the inclusion of antimagic changed per server due to its nature of being too much of a hard counter. This also gave the Chaplain (and Botany) too much focus on a handful of game modes, +which they ended up as departments you had to permakill ASAP. + ## Features to be added From b9b476e276d80d9c38b3a1f8f64af934e2662467 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sat, 1 Nov 2025 11:11:25 -0400 Subject: [PATCH 21/23] Updates BG again --- .../space-station-14/round-flow/antagonists/Wizard.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index a59f42b30..71b12c2b3 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -38,6 +38,11 @@ Also link any relevant discussions on Discord, GitHub, or HackMD that are releva The Wizard is already added but the document is needed to help clarify certain roundflow and even frequently asked questions about the wizard design. +It's an extremely rare, high-chaos, high-impact, and highly disruptive lone antagonist. Its existence is a culmination of the chaotic and goofy nature of the game and has existed as an implementation in SS13 for over a decade. + +Their general goal is to "show off" their magical talent to the station. They have spells and magical items that they can purchase to help them with these goals. Compared to other antagonists they're relatively powerful due to not only the rarity of the game mode, but also the nature of the Wizard being a glass cannon. +Compared to Traitors, this allows Wizards to be given powerful spells and some with reality-warping effects (like animating tons of objects, changing walls into doors, making the floor lava, etc). + ### SS13 History It's a port of the longstanding SS13 antagonist. Mainly it's based off of it's /tg/ server derivatives, but it's planned to be based off of multiple codebase implementations and a celebration of all things magic from SS13. The Wizard was added relatively early in SS13's history, sometime between 2008-2011. By comparison Nukies and Revolutionaries were added sometime in 2004-2005. @@ -45,9 +50,6 @@ The /tg/ (and also Goon) implementation is a high-chaos lone antagonist. Sometim Generally their main goal was relatively freeform - teach the station a lesson they'll never forget. And they may have had some objectives mixed in, similar to that of Traitors but more open ended (eg. Take over the station, Kill X, Do Y to Z amount of crew, etc). -They have spells and magical items that they can purchase to help them with these goals. Compared to other antagonists they're relatively powerful due to not only the rarity of the game mode, but also the nature of the Wizard being a glass cannon. -Compared to Traitors, this allowed Wizards to be given powerful spells and some with reality-warping effects (like animating tons of objects, changing walls into doors, making the floor lava, etc). - ### SS13 Issues One of the issues that some servers faced was that the spell upgrades fell somewhat flat. Mostly they were just cooldown reductions. Now not every spell's going to need an upgrade, but one thing to strive for will be meaningful spell upgrades. @@ -55,6 +57,8 @@ Another was anti-magic. A relatively lazy way to counter Wizards (and other magi the inclusion of antimagic changed per server due to its nature of being too much of a hard counter. This also gave the Chaplain (and Botany) too much focus on a handful of game modes, which they ended up as departments you had to permakill ASAP. +As with SS14, a Wizard being a friendly antagonist was also an issue in SS13. Even with Traitor-like objectives, it didn't stop Wizards from joining up with the station for no good reason. See Friendly Wizards later on in this doc for the exact definition. + ## Features to be added From ba15669149a9bd8ecd6f257b14fc16949c120da3 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sat, 1 Nov 2025 11:30:07 -0400 Subject: [PATCH 22/23] Updates equipment and the like --- .../round-flow/antagonists/Wizard.md | 47 +++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index 71b12c2b3..8b53eb763 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -120,6 +120,8 @@ crew to get out? Go for it. The world is your oyster, you're literally a wizard in space. +### Spell/Equipment breakdown: + Now not all spells are going to be straightforward. If you try to fireball someone in the face, you're going to die too unless you put some distance. Some spells having drawbacks (long cooldown, dangerous to use up close, long after-effect, hard to control, a Slaughter Demon not being your friend, etc) makes more interesting conflict. @@ -130,6 +132,51 @@ Or some magic may require robes, which means you'll be relatively unprotected an Most of this is based on vibes and themeatics. Does it make much sense for a Wizard to shoot lockers out of their hands? It's funny conceptually but it makes more sense that some piece of equipment is doing it instead. +#### Spells (Actions) + +- These can be a wide variety of execution and power. + - Execution examples: + - Projectile, touch, event, area-effecting. + - Power examples: + - Summoning smoke which creates a thick smokescreen, and causing people to cough which forces item drop (themself included) + - Shooting a fireball and blowing people up in an area of effect + - Touching someone and they get knocked back. + - An event trigger that temporary makes the floor lava. + +#### Wands + +- Like spells they can have a variety of effects. Never event-level effects. +- Wands are limited by charges and have a relatively higher power than staves. +- Can be given to allies to help assist you. +- Also meant to be used as combo pieces with other Spells or Equipment + - Examples: + - Wand of Animation + Flesh2Stone Touch Spell + - Wand of Animation + Staff of Locker + - Polymorphing your PAI or Wizard Apprentices + +#### Staves +- Similar to Wands, Staves can have a variety of effects but nothing as powerful as event-level. +- Staves are also limited by charges, but have a lower power level compared to wands. +- They can self-recharge due to this, which also enforces them being combo pieces with other Spells or Equipment +- Can also be given to allies to help assist you + - Examples: + - A staff that turns walls into doors + - A staff that polymorphs someone into a random creature + - A staff that fires a random bolt of magic + +#### Other Equipment +- This is for a variety of equipment that doesn't fit into the above three categories, these can be low-medium power. +- Examples + - An orb of scrying to turn yourself into a ghost (temporarily) to observe others + - An orb of pondering to look at the stations cameras + - A deck of cards to give yourself a Holoparasite/Guardian + - A magical contract to summon a predefined Wizard Apprentice + - A magical item that summons a Slaughter Demon + - A hammer that pulls everyone and everything towards you + - A hammer that stuns and also knocks people away + +### Wizcoin breakdown: + And with the wizard only being stuck to 10 currency, compared to other antagonists that may have more spending power, they need to make a choice of what they'd like to build. Generally the higher the cost of a spell/item the more impact it has. That being said, some spells are planned on being upgradeable so they may cost 3 at base price, but further purchases of the spell (at the same or lower cost) may give you stronger effects. - 1 Cost - Relatively low risk low reward (something like teleport spells, smoke, etc). From a88348466f6f07daa7ed64448e6a29b6e0b926e2 Mon Sep 17 00:00:00 2001 From: keronshb Date: Sat, 1 Nov 2025 11:36:15 -0400 Subject: [PATCH 23/23] End state --- .../round-flow/antagonists/Wizard.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/en/space-station-14/round-flow/antagonists/Wizard.md b/src/en/space-station-14/round-flow/antagonists/Wizard.md index 8b53eb763..1b9e7396f 100644 --- a/src/en/space-station-14/round-flow/antagonists/Wizard.md +++ b/src/en/space-station-14/round-flow/antagonists/Wizard.md @@ -219,9 +219,9 @@ On the same coin, a wizard not killing a person every second is also not a frien Like any friendly antag, an antag just joining up with the station with zero reason isn't fun for anyone. But an iron-clad reason as stated above helps make rounds more interesting and memorable. -### Hiding in Ship/Space +### Hiding in Ship/Space (Beginning of Round Stalling) -Some Wizards may hide in their ship or in space and do nothing but event spells. This isn't good because while the event spells may have some sort of large impact on the round, +Some Wizards may hide in their den or in space and do nothing but event spells. This isn't good because while the event spells may have some sort of large impact on the round, the wizard themselves are effectively removed from it. - Event spells - The plan to prevent Wizards from sitting back and firing off events is that the event trigger will also automatically detect if the Wizard is either @@ -230,6 +230,18 @@ the wizard themselves are effectively removed from it. - Spacing Protection - This mostly applies to Hardsuits or Softsuits of some sort. There is a plan to either double cooldowns of spells for Wizards who wear spacing protection or disable spells entirely. +### Polymorphs + +Being polymorphed by a Wizard does **not** convert you to their team, no matter the result of the polymorph! The only exception is if you were already on the Wizard's team to begin with (ex. Wizard Apprentice). + +### End State + +The Wizard game mode does not have a natural end state generally, as the antagonist is mainly encouraged to come up with some gimmick to terrorize the station enough for them to call the shuttle. + +In part, a shuttle should be automatically called if a majority % of crew are dead regardless of game mode. The shuttle would be unrecallable so people cannot stall out the round. + +As stated later in the doc, an optional buy in to do objectives up to a round-end state will also be implemented to give people who are less than creative some end goal to work towards while also getting bonuses along the way. + ## Administrative & Server Rule Impact (if applicable)