Hello, my name is //Jake Colley// and I am the //Dungeon Master// of a campaign hosted at my local school. We currently have no name for this campaign, and at the time of writing, we're just starting out, and have only had one session.
In this coded remake of my campaign, you'll be able to play as an extra player not included in the actual campaign, and make life saving or slaying choices. Defeat monsters, gain experience, and level up with the rest of the players.
The current cast is you the player, Kaitlyn, Trevor, and Charlie. There is also I, the dungeon master, but I'm not actually a character in the game. I just create living hell for the players, or make a peaceful eden garden.
If your lucky enough, you can gain amazing legendary weapons, or unique ones such as Charlie's mystifying //Uncommon Enchanted Hatchet of Frost//, yes, they have quite long names.
I hope you enjoy this journey of ours, and of course, have fun!
[[Continue->Save Games]]
What's your heroes name/class?
[[Cleric]]
^^Cleric modifies your character so she has a bonus in Strength, Constitution, Wisdom, and Charisma. Your hit point maxium is 11, and you profencies in warhammers and handaxes. You can also use cantrips and spells from your spellbook.^^
[[Rogue]]
^^Rogue modifies your character so he has a bonus in Dexterity, Constitution, Intellect, and Charisma. Your hit point maxium is 9, and you have profencies in shortswords (includes daggers), and shortbows. You can also sneak attack and have the Lucky perk.^^
[[Fighter]]
^^Fighter modfies your character so he has a bonus in Strength, Dexterity, Constitution, and Wisdom. Your hit point maxium is 12, and you have profencies in greatswords and longbows.^^
[[Mage]]
^^Mage modifies your character so she has a bonus in dexterity, constitution, intellect, and wisdom. Your hit point maxium is 8, and you have profencies in shortswords. You can also use a multitude of cantrips and spells, and you can speak many languages.^^
(set: $return to "(link-goto: \"Return\", (history:)'s last)")
(save-game:"Slot A")
(set: $hpmax to 9)
(set: $hp to 9)
(set: $strength to 8)
(if: $strength is 1)[ (set: $strengthmod to -5) ]
(if: $strength is 2)[ (set: $strengthmod to -4) ]
(if: $strength is 3)[ (set: $strengthmod to -4) ]
(if: $strength is 4)[ (set: $strengthmod to -3) ]
(if: $strength is 5)[ (set: $strengthmod to -3) ]
(if: $strength is 8)[ (set: $strengthmod to -1) ]
(set: $dexterity to 16)
(set: $constitution to 12)
(set: $intellect to 13)
(set: $wisdom to 10)
(set: $charisma to 16)
$strengthmod
$return
$return
$return
Double-click this passage to edit it.
[[New Game->Name and Class selection]]
{(if: $Saves contains "Slot A")[
(link: "Load Game 1")[(load-game:"Slot A")]
]}