====== Characters ====== ===== Shackled City ===== * [[Critz]] * [[Feather]] (RIP) * [[Gael]] * [[Ilf Zaug]] (RIP) * [[Manon]] (RIP) * [[Twitch]] * [[Leander]] * [[Roza]] (RIP) * [[Araviel]] * [[Behrel]] * [[Lock'thack]] * [[Hector]] ===== Curse of the Crimson Throne ===== * Common Language: Taldane * [[crimson_throne:Elasar]] * [[crimson_throne:Lucius]] * [[crimson_throne:Teertieal]] * [[crimson_throne:Zonk]] * [[crimson_throne:Zyriah]] ===== Barbarian Quest ===== * [[Zem]] ====== Treasures ====== * [[Treasures Found|Shackled City]] * [[crimson_throne:Treasures Found|Curse of the Crimson Throne]] ====== Maptools script to roll character stats ====== [H: output = "Rolls: "] [H: bonusplus = 0] [H: bonusminus = 0] [H: bonustotal = 0] [H: numodd = 0] [H, FOR(cnt, 0, 6), CODE: { [H:Roll1=1d6] [H:Roll2=1d6] [H:Roll3=1d6] [H:Roll4=1d6] [H:Lowest = min(Roll1,Roll2,Roll3,Roll4)] [H:Total = Roll1 + Roll2 + Roll3 + Roll4 - Lowest] [H, IF(mod(Total,2)==1): numodd = numodd + 1] [H:Bonus = floor(Total / 2) -5 ] [H, IF(Bonus > 0): bonusplus = bonusplus + bonus] [H, IF(Bonus < 0): bonusminus = bonusminus + bonus] [H:bonustotal = bonustotal + bonus] [H: output = output + "
"] [H: output = output + Roll1 + " + "] [H: output = output + Roll2 + " + "] [H: output = output + Roll3 + " + "] [H: output = output + Roll4 + " -> "] [H: output = output + Total + " ["] [H, IF(Bonus > 0): output = output + "+"] [H: output = output + Bonus + "]"] }] [H: output = output + " = +"] [H: output = output + bonusplus + "/"] [H: output = output + bonusminus + " => "] [H, IF(bonustotal > 0): output = output + "+"] [H: output = output + bonustotal + " ["] [H: output = output + numodd + " udda]"] [R: outputTo("all", output)]