From a68df33773f06b822c8cfd9bbf9ee94f630e7c36 Mon Sep 17 00:00:00 2001 From: raeleus Date: Tue, 13 May 2025 13:29:31 -0700 Subject: [PATCH] Update Output.js --- Output.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Output.js b/Output.js index da68daf..4a70c0b 100644 --- a/Output.js +++ b/Output.js @@ -26,7 +26,7 @@ const modifier = (text) => { text += `Enter a short summary about your character or q to quit\n` break case 100: - text += `What character will you choose?\n1. Fighter: A skilled melee warrior specializing in weapons and armor.\n2. Cleric: A follower of a deity that can call on divine power.\n3. Rogue: An expert in stealth, subterfuge, and exploitation.\n4. Ranger: A talented hunter adept in tracking, survival, and animal handling.\n5. Barbarian: Combat expert focused on brute strength and raw fury.\n6. Bard: A musician that can transform song and word into magic.\n7. Druid: Commands the natural world to cast spells and harness its power.\n8. Monk: A martial artist who has mastered melee and unarmed combat.\n9. Paladin: A virtuous holy warrior with expertise in armor and mysticism.\n10. Wizard: An expert in magic ability who found their power through arcane knowledge.\n11. Sorcerer: A masterful spellcaster deriving their power from an innate source.\n12. Warlock: A magic user granted ability by a pact with a powerful patron.\n13. Artificer: An inventor and alchemist capable of imbuing objects with magic.\n\nEnter the number or q to quit.\n` + text += `What character will you choose?\n1. Soldier: A skilled warrior specializing in weapons and armor.\n2. Medic: A healer specializing in medical equipment and amplifying abilities.\n3. Spec Ops: An expert in stealth, subterfuge, and exploitation.\n4. Sniper: A tracker and survivalist specializing in long range weaponry.\n5. Heavy Weapons: Combat expert experienced with explosives, heavy automatic weapons, and powered melee weapons.\n6. Officer: A psi ops officer skilled in command, negotiation, and fortifying their team.\n7. Scientist: Commands the nanotech, biologic, and cybernetic sciences.\n8. Pilot: A skilled navigator augmenting their abilities with cybernetic implants and robotic suits used for melee combat.\n9. Marine: A well-rounded combatant that supports their attacks with technological enhancements.\n10. Hacker: An expert in computer technology, artificial intelligence, and the digital plane.\n11. Mutate: Genetically modified to control the forces of nanotech and biotics to achieve incredible power.\n12. Synth: A robotic soldier that is granted enhanced abilities through instructions from an AI directive.\n13. Engineer: An inventor and chemist capable of imbuing objects with technological power.\n\nEnter the number or q to quit.\n` break case 500: text += `${state.tempCharacter.name} the ${state.tempCharacter.className} has been created.\nType #bio to see a summary of your character.\n***********\n` @@ -1390,4 +1390,4 @@ Enter the number or q to quit: return text } -modifier(text) \ No newline at end of file +modifier(text)