1512 lines
74 KiB
Python
1512 lines
74 KiB
Python
# Таблицы с монстрами и животными
|
||
|
||
DATA = {
|
||
"arctic": {
|
||
"1-4":
|
||
[(1, 1, "1 giant owl"), (2, 5, "1d6 + 3 kobolds"),
|
||
(6, 8, "1d4 + 3 trappers (commoners)"), (9, 10, "1 owl"),
|
||
(11, 12, "2d4 blood hawks"), (13, 17, "2d6 bandits"),
|
||
(18, 20, "1d3 winged kobolds with 1d6 kobolds"),
|
||
(21, 25,
|
||
"The partially eaten carcass of a mammoth, from which 1d4 weeks of rations can be harvested."
|
||
), (26, 29, "2d8 hunters tribal warriors"), (30, 35, "1 half-ogre"),
|
||
(36, 40, "Single-file tracks in the snow that stop abruptly"),
|
||
(41, 45, "1d3 ice mephits"), (46, 50, "1 brown bear"),
|
||
(51, 53, "1d6 + 1 orcs"), (54, 55, "1 polar bear"),
|
||
(56, 57, "1d6 scouts"), (58, 60, "1 saber-toothed tiger"),
|
||
(61, 65,
|
||
"A frozen pond with a jagged hole in the ice that appears recently made"
|
||
), (66, 68, "1 berserker"), (69, 70, "1 ogre"),
|
||
(71, 72, "1 griffon"), (73, 75, "1 druid"),
|
||
(76, 80, "3d4 refugees (commoners) fleeing from orcs"),
|
||
(81, 81, "1d3 veterans"), (82, 82, "1d4 orogs"),
|
||
(83, 83, "2 brown bears"),
|
||
(84, 84, "1 orc Eye of Gruumsh and 2d8 orcs"),
|
||
(85, 85, "1d3 winter wolves"), (86, 87, "1d4 yetis"),
|
||
(88, 88, "1 half-ogre"), (89, 89, "1d3 manticores"),
|
||
(90, 90, "1 bandit captain with 2d6 bandits"), (91, 91, "1 revenant"),
|
||
(92, 93, "1 troll"), (94, 95, "1 werebear"),
|
||
(96, 97, "1 young remorhaz"), (98, 98, "1 mammoth"),
|
||
(99, 99, "1 young white dragon"), (100, 100, "1 frost giant")],
|
||
"5-10":
|
||
[(1, 5, "2 saber-toothed tigers"), (6, 7, "1d4 half-ogres"),
|
||
(8, 10, "1d3 + 1 brown bears"), (11, 15, "1d3 polar bears"),
|
||
(16, 20, "2d4 berserkers"),
|
||
(21, 25,
|
||
"A half-orc druid tending to an injured polar bear. If the characters assist the druid, she gives them a vial of antitoxin."
|
||
), (26, 30, "2d8 scouts"), (31, 35, "2d4 ice mephits"),
|
||
(36, 40,
|
||
"2d6 + 1 zombies aboard a galleon trapped in the ice. Searching the ship yields 2d20 days of rations."
|
||
), (41, 45, "1 manticore"), (46, 50, "2d6 + 3 orcs"),
|
||
(51, 53, "1d6 + 2 ogres"), (54, 55, "2d4 griffons"),
|
||
(56, 57, "1d4 veterans"),
|
||
(58, 60,
|
||
"1 bandit captain with 1 druid, 1d3 berserkers, and 2d10 + 5 bandits"
|
||
), (61, 65, "1d4 hours of extreme cold"),
|
||
(66, 68, "1 young remorhaz"),
|
||
(69, 72, "1 orc Eye of Gruumsh with 1d6 orogs and 2d8 + 6 orcs"),
|
||
(73, 75, "1 revenant"),
|
||
(76, 80, "A howl that echoes over the land for 1d3 minutes"),
|
||
(81, 82, "1d3 mammoths"), (83, 84, "1 young white dragon"),
|
||
(85, 86, "2d4 winter wolves"), (87, 88, "1d6 + 2 yetis"),
|
||
(89, 90, "1d2 frost giants"), (91, 92, "1d3 werebears"),
|
||
(93, 94, "1d4 trolls"), (95, 96, "1 abominable yeti"),
|
||
(97, 98, "1 remorhaz"), (99, 99, "1 roc"),
|
||
(100, 100, "2d4 young remorhazes")],
|
||
"11-16":
|
||
[(1, 1, "1 abominable yeti"), (2, 4, "1d6 revenants"),
|
||
(5, 10, "1d4 + 1 werebears"), (11, 20, "1d3 young white dragons"),
|
||
(21, 25,
|
||
"A blizzard that reduces visibility to 5 feet for 1d6 hours"),
|
||
(26, 35, "1 roc"),
|
||
(36, 40,
|
||
"A herd of 3d20 + 60 caribou (deer) moving through the snow"),
|
||
(41, 50, "1d4 mammoths"), (51, 60, "1d8 + 1 trolls"),
|
||
(61, 65,
|
||
"A mile-wide frozen lake in which preserved corpses of strange creatures can be seen"
|
||
), (66, 75, "2d4 young remorhazes"),
|
||
(76, 80,
|
||
"A crumbling ice castle littered with the frozen bodies of blue-skinned humanoids"
|
||
), (81, 90, "1 adult white dragon"),
|
||
(91, 96, "1d8 + 1 frost giants"), (97, 99, "1d4 remorhazes"),
|
||
(100, 100, "1 ancient white dragon")],
|
||
"17-20":
|
||
[(1, 2, "2d10 revenants"), (3, 4, "2d8 trolls"),
|
||
(5, 6, "2d10 werebears"), (7, 8, "1 frost giant"),
|
||
(9, 10, "2d4 young remorhazes"), (11, 20, "1d4 frost giants"),
|
||
(21, 25,
|
||
"A Circular patch of black ice. Warmer air, machinery frozen within."
|
||
), (26, 35, "1 ancient white dragon"),
|
||
(36, 40, "An adventurer frozen; 50% chance rare magic item"),
|
||
(41, 50, "1d3 abominable yetis"), (51, 60, "1d4 remorhazes"),
|
||
(61, 65, "A 500-foot-high wall of ice, 300 feet thick"),
|
||
(66, 75, "1d4 rocs"),
|
||
(76, 80, "The likeness of a stern woman carved into a mountain"),
|
||
(81, 90, "1d10 frost giants with 2d4 polar bears"),
|
||
(91, 96, "1d3 adult white dragons"), (97, 99, "2d4 abominable yetis"),
|
||
(100, 100, "1 ancient white dragon with 1d3 young white dragons")]
|
||
},
|
||
"coastal": {
|
||
"1-4":
|
||
[(1, 1, "1 pseudodragon"), (2, 5, "2d8 crabs"),
|
||
(6, 10, "2d6 fishers (commoners)"), (11, 11, "1d3 poisonous snakes"),
|
||
(12, 13, "1d6 guards protecting a standard noble"),
|
||
(14, 15, "2d4 scouts"), (16, 18, "2d10 merfolk"),
|
||
(19, 20, "1d6 + 2 sahuagin"),
|
||
(21, 25,
|
||
"1d4 ghouls feeding on corpses. Search: 2d6 ruined silk, 50ft rope, salted herring."
|
||
), (26, 27, "1d4 winged kobolds with 1d6 + 1 kobolds"),
|
||
(28, 29, "2d6 tribal warriors"), (30, 31, "3d4 kobolds"),
|
||
(32, 33, "2d4 + 5 blood hawks"), (34, 35, "1d8 + 1 pteranodons"),
|
||
(36, 40,
|
||
"A few dozen baby turtles struggling to make their way to the sea"),
|
||
(41, 42, "1d6 + 2 giant lizards"), (43, 44, "1d6 + 4 giant crabs"),
|
||
(45, 46, "2d4 stirges"), (47, 48, "2d6 + 3 bandits"),
|
||
(49, 53, "2d4 sahuagin"), (54, 55, "1d6 + 2 scouts"),
|
||
(56, 60, "1 sea hag"),
|
||
(61, 65,
|
||
"A momentary formation in the waves that looks like an enormous face"
|
||
), (66, 70, "1 druid"), (71, 75, "1d4 harpies"),
|
||
(76, 80, "A lone hermit (acolyte) sitting on the beach"),
|
||
(81, 81, "1d4 berserkers"), (82, 82, "1d6 giant eagles"),
|
||
(83, 83, "2d4 giant toads"), (84, 84, "1d4 ogres or 1d4 merrow"),
|
||
(85, 85, "3d6 sahuagin"), (86, 86, "1d4 veterans"),
|
||
(87, 87, "1d2 plesiosauruses"),
|
||
(88, 88, "1 bandit captain with 2d6 bandits"),
|
||
(89, 89, "1d3 manticores"), (90, 90, "1 banshee"),
|
||
(91, 92, "1d4 + 3 griffons"),
|
||
(93, 94, "1 sahuagin priestess with 1d3 merrow and 2d6 sahuagin"),
|
||
(95, 96, "1 sahuagin baron"), (97, 98, "1 water elemental"),
|
||
(99, 99, "1 cyclops"), (100, 100, "1 young bronze dragon")],
|
||
"5-10":
|
||
[(1, 1, "2d8 giant wolf spiders"), (2, 3, "3d6 pteranodons"),
|
||
(4, 5, "2d4 scouts"), (6, 7, "1d6 + 2 sahuagin"), (8, 8, "1 sea hag"),
|
||
(9, 10, "1d4 + 1 giant toads"), (11, 15, "3d6 sahuagin"),
|
||
(16, 20, "2d6 giant eagles"),
|
||
(21, 25, "A pseudodragon chasing gulls"), (26, 29, "1d2 druids"),
|
||
(30, 32, "2d4 + 1 giant toads"),
|
||
(33, 35, "1 commoner singing (day) or 1 banshee (night)"),
|
||
(36, 40, "A stoppered bottle with illegible note"),
|
||
(41, 43, "3 sea hags"), (44, 46, "1d8 + 1 harpies"),
|
||
(47, 50, "1d4 plesiosauruses"), (51, 53, "1d4 manticores"),
|
||
(54, 56, "2d4 ogres"), (57, 60, "1d10 griffons"),
|
||
(61, 65, "A battle at sea between two galleons"),
|
||
(66, 70, "1d4 + 3 merrow"),
|
||
(71, 75,
|
||
"Pirate crew: 1 bandit captain, 1 druid, 2 berserkers, 2d12 bandits"
|
||
), (76, 80, "A severed humanoid hand tangled in a net"),
|
||
(81, 82, "1 water elemental"), (83, 84, "1 cyclops"),
|
||
(85, 86, "1d4 banshees (night)"), (87, 88, "2d4 veterans"),
|
||
(89, 90, "1 young bronze dragon"), (91, 93, "1d3 cyclopes"),
|
||
(94, 95, "1 young blue dragon"),
|
||
(96, 96,
|
||
"1 sahuagin baron with 1d3 sahuagin priestesses and 2d8 sahuagin"),
|
||
(97, 97, "1 djinni"), (98, 98, "1 roc"), (99, 99, "1 marid"),
|
||
(100, 100, "1 storm giant")],
|
||
"11-16":
|
||
[(1, 1, "1d4 banshees (night)"), (2, 4, "1 cyclops"),
|
||
(5, 8, "1d6 + 2 manticores"), (9, 10, "1d8 + 2 veterans"),
|
||
(11, 20, "1 young blue dragon"), (21, 25, "1d6 dragon turtle eggs"),
|
||
(26, 35, "1d4 sahuagin barons"),
|
||
(36, 40, "A trident partially buried in the sand"),
|
||
(41, 50, "1 young bronze dragon"), (51, 55, "1 marid"),
|
||
(56, 60, "1d6 water elementals"),
|
||
(61, 65, "2d6 ghasts crawling over wrecked ships"),
|
||
(66, 70, "1 djinni"), (71, 75, "1d3 young bronze dragons"),
|
||
(76, 80, "A beached whale (explodes if damaged, DC 15 Dex, 5d6 dmg)"),
|
||
(81, 82, "2d4 cyclopes"), (83, 84, "1 storm giant"),
|
||
(85, 86, "1d3 young blue dragons"), (87, 88, "1 adult bronze dragon"),
|
||
(89, 90, "1 adult blue dragon"), (91, 93, "1d3 rocs"),
|
||
(94, 97, "1 dragon turtle"), (98, 99, "1 ancient bronze dragon"),
|
||
(100, 100, "1 ancient blue dragon")],
|
||
"17-20": [(1, 10, "1 roc"), (11, 20, "1 storm giant"),
|
||
(21, 25,
|
||
"An adult bronze dragon fighting an adult blue dragon"),
|
||
(26, 40, "2d4 cyclopes"),
|
||
(41, 50, "1 adult bronze dragon or 1 adult blue dragon"),
|
||
(51, 60, "1d3 djinni or 1d3 marids"),
|
||
(61, 70, "1 dragon turtle"), (71, 75, "1d3 rocs"),
|
||
(76, 80, "1d6 + 2 waterspouts dancing on water"),
|
||
(81, 90, "1d6 young blue dragons"),
|
||
(91, 96, "1 ancient bronze dragon"),
|
||
(97, 99, "1 ancient blue dragon"),
|
||
(100, 100, "1d3 + 1 storm giants")]
|
||
},
|
||
"desert": {
|
||
"1-4":
|
||
[(1, 1, "3d8 scorpions"), (2, 2, "2d4 vultures"),
|
||
(3, 3, "1 abandoned mule"), (4, 4, "2d6 commoners with 2d4 camels"),
|
||
(5, 5, "1d6 flying snakes"), (6, 6, "2d6 hyenas or 2d6 jackals"),
|
||
(7, 7, "1d6 guards escorting a noble"), (8, 8, "1d6 cats"),
|
||
(9, 9, "1 pseudodragon"), (10, 10, "1d4 poisonous snakes"),
|
||
(11, 13, "2d4 stirges"), (14, 15, "1d6 + 2 giant wolf spiders"),
|
||
(16, 17, "1 scout"), (18, 20, "2d4 giant poisonous snakes"),
|
||
(21, 25, "Single-file tracks marching deeper"),
|
||
(26, 27, "4d4 kobolds"), (28, 29, "1 jackalwere"),
|
||
(30, 31, "3d6 tribal warriors"), (32, 33, "1d6 giant lizards"),
|
||
(34, 35, "1 swarm of insects"),
|
||
(36, 40, "An oasis with palm trees and remnants of a camp"),
|
||
(41, 44, "3d6 bandits"), (45, 46, "1d4 constrictor snakes"),
|
||
(47, 48, "2d4 winged kobolds"), (49, 50, "1 dust mephit"),
|
||
(51, 52, "1d3 + 1 giant toads"), (53, 54, "1d4 giant spiders"),
|
||
(55, 55, "1 druid"), (56, 57, "2d4 hobgoblins"), (58, 58, "1 wight"),
|
||
(59, 60, "1 ogre"), (61, 65, "A brass lamp"),
|
||
(66, 67, "1d4 giant vultures"), (68, 68, "1 phase spider"),
|
||
(69, 69, "1 giant constrictor snake"),
|
||
(70, 71, "1 gnoll pack lord with 1d3 giant hyenas"),
|
||
(72, 72, "1d6 + 2 gnolls"), (73, 74, "1 mummy"),
|
||
(75, 75, "1d3 half-ogres"), (76, 80, "A pile of humanoid bones"),
|
||
(81, 82, "1 lamia"),
|
||
(83, 83, "1 hobgoblin captain with 2d6 hobgoblins"),
|
||
(84, 84, "2d4 death dogs"), (85, 86, "1d4 giant scorpions"),
|
||
(87, 87, "1 yuan-ti malison with 1d4 + 1 yuan-ti purebloods"),
|
||
(88, 89, "1 bandit captain with 1 druid and 3d6 bandits"),
|
||
(90, 90, "2d4 thri-kreen"), (91, 91, "1 air elemental"),
|
||
(92, 92, "1d3 couatls"), (93, 93, "1 fire elemental"),
|
||
(94, 94, "1d4 gnoll fangs of Yeenoghu"), (95, 95, "1 revenant"),
|
||
(96, 96, "1d4 weretigers"), (97, 97, "1 cyclops"),
|
||
(98, 98, "1 young brass dragon"), (99, 99, "1 medusa"),
|
||
(100, 100, "1 yuan-ti abomination")],
|
||
"5-10": [
|
||
(1, 1, "1 scout"), (2, 2, "2d4 jackalweres"),
|
||
(3, 3, "2d6 hobgoblins"), (4, 4, "1d4 + 3 dust mephits"),
|
||
(5, 5, "1d6 swarm of insects"),
|
||
(6, 6, "1 giant constrictor snake"), (7, 8, "1 lion"),
|
||
(9, 10, "2d4 gnolls"), (11, 12, "2d6 giant toads"),
|
||
(13, 17, "1 mummy"), (18, 20, "1d8 + 1 giant vultures"),
|
||
(21, 25, "A stone obelisk buried in sand"),
|
||
(26, 28, "1 ogre with 1d3 half-ogres"),
|
||
(29, 35, "1d10 giant hyenas"), (36, 40, "1d6 + 1 empty tents"),
|
||
(41, 43, "1d6 + 2 thri-kreen"), (44, 46, "2d4 yuan-ti purebloods"),
|
||
(47, 50, "1d6 + 3 death dogs"), (51, 52, "1d4 giant scorpions"),
|
||
(53, 53, "1 fire elemental"),
|
||
(54, 55, "1 hobgoblin captain with 3d4 hobgoblins"),
|
||
(56, 56, "1d6 + 2 ogres"), (57, 58, "1d4 lamias"),
|
||
(59, 60, "1 air elemental"),
|
||
(61, 65, "A meteorite in a glassy crater"),
|
||
(66, 66, "1d4 + 1 wights"), (67, 68, "1 young brass dragon"),
|
||
(69, 70, "1 bandit captain with 1d3 berserkers and 3d6 bandits"),
|
||
(71, 72, "1 cyclops"), (73, 73, "1d4 couatls"),
|
||
(74, 75, "1d4 yuan-ti malisons"),
|
||
(76, 80, "Strong winds kick up dust for 1d4 hours"),
|
||
(81, 83, "1 revenant with 1d3 wights"),
|
||
(84, 85, "1d8 + 1 phase spiders"), (86, 87, "1d6 + 2 weretigers"),
|
||
(88, 90, "2d4 gnoll fangs of Yeenoghu"),
|
||
(91, 91, "1 young blue dragon"), (92, 92, "1d4 cyclopes"),
|
||
(93, 93, "1d3 yuan-ti abominations"), (94, 94, "1d4 medusas"),
|
||
(95, 95, "1 guardian naga"), (96, 96, "1d3 young brass dragons"),
|
||
(97, 97, "1 efreeti"), (98, 98, "1 roc"), (99, 99, "1 gynosphinx"),
|
||
(100, 100, "1 adult brass dragon")
|
||
],
|
||
"11-16":
|
||
[(1, 1, "1 young brass dragon"), (2, 5, "4d6 gnolls"),
|
||
(6, 10, "3d10 giant hyenas"), (11, 12, "1d8 + 1 lamias"),
|
||
(13, 14, "2d4 gnoll fangs of Yeenoghu"),
|
||
(15, 17, "1d6 + 2 giant scorpions"), (18, 20, "2d4 phase spiders"),
|
||
(21, 25, "Caravan: 1d6 merchants with 2d6 guards"),
|
||
(26, 27, "1d6 + 1 couatls"), (28, 30, "1d4 fire elementals"),
|
||
(31, 32, "1 hobgoblin captain with 3d10 + 10 hobgoblins"),
|
||
(33, 35, "2d4 wights"), (36, 40, "1d6 square miles of desert glass"),
|
||
(41, 42, "1 young blue dragon"), (43, 45, "1d6 + 2 weretigers"),
|
||
(46, 48, "1d4 air elementals"), (49, 50, "1d6 + 1 yuan-ti malisons"),
|
||
(51, 55, "1d4 medusas"),
|
||
(56, 60, "1d4 revenants with 3d12 skeletons"),
|
||
(61, 65, "A plundered pyramid"), (66, 70, "1d4 young brass dragons"),
|
||
(71, 75, "1d3 yuan-ti abominations"), (76, 78, "1d6 + 2 cyclopes"),
|
||
(79, 82, "1 adult brass dragon"), (83, 85, "1 purple worm"),
|
||
(86, 86, "1d2 young blue dragons"), (87, 88, "1 mummy lord"),
|
||
(89, 89, "1d3 guardian nagas"), (90, 90, "1 adult blue dragon"),
|
||
(91, 91, "1d2 gynosphinxes"), (92, 93, "1d3 efreet"),
|
||
(94, 94, "1 androsphinx"), (95, 95, "1d4 rocs"),
|
||
(96, 97, "1 adult blue dracolich"), (98, 99,
|
||
"1 ancient brass dragon"),
|
||
(100, 100, "1 ancient blue dragon")],
|
||
"17-20":
|
||
[(1, 5, "1 adult brass dragon"),
|
||
(6, 10, "1d2 yuan-ti abominations with minions"),
|
||
(11, 14, "1d6 + 2 medusas"), (15, 18, "1d2 purple worms"),
|
||
(19, 22, "2d4 cyclopes"),
|
||
(23, 25, "Abandoned city of white marble. Night apparitions."),
|
||
(26, 30, "1d3 young blue dragons"), (31, 35, "1 mummy lord"),
|
||
(36, 40, "1d4 hours of extreme heat"), (41, 50, "1d3 guardian nagas"),
|
||
(51, 60, "1d4 efreet"),
|
||
(61, 63, "Old signpost to destination 'Pazar'"), (64, 72, "1d4 rocs"),
|
||
(73, 80, "1d3 gynosphinxes"), (81, 85, "1 adult blue dracolich"),
|
||
(86, 90, "1 androsphinx"), (91, 96, "1 ancient brass dragon"),
|
||
(97, 99, "1 ancient blue dragon"),
|
||
(100, 100, "1d4 adult brass dragons")]
|
||
},
|
||
"forest": {
|
||
"1-4":
|
||
[(1, 1, "1 giant owl"), (2, 2, "1d4 cats"),
|
||
(3, 3, "2d4 woodcutters (commoners)"),
|
||
(4, 4, "1 badger or 1d4 poisonous snakes"), (5, 5, "2d8 baboons"),
|
||
(6, 6, "1d6 + 3 hyenas"), (7, 7, "1 owl"), (8, 8, "1 pseudodragon"),
|
||
(9, 9, "1 panther"), (10, 10, "1 giant poisonous snake"),
|
||
(11, 11, "1d6 + 2 boars"), (12, 12, "1d4 + 1 giant lizards"),
|
||
(13, 13, "1 ape or 1 tiger"),
|
||
(14, 14, "2d6 tribal warriors with 1d6 mastiffs"),
|
||
(15, 15, "1d6 + 2 giant bats or 3d6 flying snakes"),
|
||
(16, 16, "1 scout or 2d4 guards with mastiffs"),
|
||
(17, 17, "1d8 + 1 winged kobolds"),
|
||
(18, 18, "1d3 constrictor snakes"), (19, 19, "1d10 + 5 giant rats"),
|
||
(20, 20, "Needle/Twig blights"),
|
||
(21, 25, "A lost child. If helped, reward 1d3 potions of healing."),
|
||
(26, 26, "1d8 + 1 giant frogs"), (27, 27, "4d4 kobolds"),
|
||
(28, 28, "1d3 black bears"), (29, 29, "3d6 stirges"),
|
||
(30, 30, "1 satyr"), (31, 31, "2d4 kenku"),
|
||
(32, 32, "Vine blights or awakened shrubs"),
|
||
(33, 33, "1d4 swarms of ravens"), (34, 34, "1 faerie dragon"),
|
||
(35, 35, "1d4 + 2 giant badgers"),
|
||
(36, 40, "A young woodcutter (scout)"), (41, 41, "2d4 blink dogs"),
|
||
(42, 42, "1d8 + 1 sprites"), (43, 43, "1d6 + 2 elk"),
|
||
(44, 44, "1d4 lizardfolk or 3d6 bandits"), (45, 45, "1d4 + 4 wolves"),
|
||
(46, 46, "2d4 giant wolf spiders"),
|
||
(47, 47, "Swarm of insects or blood hawks"),
|
||
(48, 48, "1d6 + 2 pixies"), (49, 49, "1 brown bear"),
|
||
(50, 50, "1d4 + 3 goblins"), (51, 51, "1d3 dryads"),
|
||
(52, 52, "1 awakened tree"), (53, 53, "1 phase spider"),
|
||
(54, 54, "1d6 harpies"), (55, 55, "1 ettercap or 1d8 + 1 orcs"),
|
||
(56, 56, "Goblin boss with goblins"), (57, 57, "1 ankheg"),
|
||
(58, 58, "1 giant constrictor snake"),
|
||
(59, 59, "1d4 bugbears or 2d4 hobgoblins"), (60, 60, "1 pegasus"),
|
||
(61, 65, "A stream of cool, clean water"),
|
||
(66, 66, "1d4 half-ogres or 1 ogre"),
|
||
(67, 67, "1 faerie dragon (green or older)"),
|
||
(68, 68, "1 werewolf or worgs"),
|
||
(69, 69, "1 druid harvesting mistletoe"), (70, 70, "1 will-o'-wisp"),
|
||
(71, 71, "1d4 dire wolves or 1 giant boar"),
|
||
(72, 72, "1d10 giant wasps"), (73, 73, "1 owlbear or 1 giant elk"),
|
||
(74, 74, "2d6 gnolls"), (75, 75, "1d6 giant toads"),
|
||
(76, 80, "1d6 web cocoons hanging from branches"),
|
||
(81, 81, "1 wereboar or giant boars"),
|
||
(82, 82, "1d6 + 2 giant spiders"), (83, 83, "1d4 centaurs or elk"),
|
||
(84, 84, "Orc Eye of Gruumsh with orcs"),
|
||
(85, 85, "1 gnoll fang of Yeenoghu"), (86, 86, "1d4 gricks"),
|
||
(87, 87, "Bandit captain with bandits"), (88, 88, "1d4 wererats"),
|
||
(89, 89, "1 couatl (day) or 1 banshee (night)"),
|
||
(90, 90, "Gnoll pack lord"),
|
||
(91, 91, "2d4 berserkers or 1d4 veterans"),
|
||
(92, 92, "Lizardfolk shaman with snakes"),
|
||
(93, 93, "1d4 displacer beasts"), (94, 94, "1d3 green hags"),
|
||
(95, 95, "Hobgoblin captain with minions"),
|
||
(96, 96, "1 yuan-ti malison"), (97, 97, "1d3 weretigers"),
|
||
(98, 98, "1 gorgon or 1 unicorn"), (99, 99, "1 shambling mound"),
|
||
(100, 100, "1 yuan-ti abomination")],
|
||
"5-10":
|
||
[(1, 1, "2d4 vine blights"), (2, 2, "2d6 hobgoblins or orcs"),
|
||
(3, 3, "2d4 apes or satyrs"), (4, 4, "1d3 will-o'-wisps"),
|
||
(5, 5, "1d4 swarms of poisonous snakes"),
|
||
(6, 6, "Orc Eye of Gruumsh with minions"),
|
||
(7, 7, "1d3 constrictor snakes or 1d4 tigers"),
|
||
(8, 8, "Goblin boss with 3d6 goblins"), (9, 9, "1 faerie dragon"),
|
||
(10, 10, "1 brown bear or black bears"), (11, 13, "1d4 giant boars"),
|
||
(14, 15, "1d8 + 1 giant spiders"),
|
||
(16, 17, "Lizardfolk shaman with lizardfolk"),
|
||
(18, 18, "1d10 giant toads"), (19, 19, "1d4 ankhegs"),
|
||
(20, 20, "1d3 awakened trees (day) or banshee (night)"),
|
||
(21, 25, "A small shack hidden in forest with cast-iron oven"),
|
||
(26, 26, "1 couatl"), (27, 28, "1d4 ogres or half-ogres"),
|
||
(29, 30, "Gnoll pack lord with giant hyenas"),
|
||
(31, 32, "1d6 wererats"), (33, 33, "1d4 gricks"),
|
||
(34, 34, "1d8 + 1 yuan-ti purebloods"), (35, 35, "1d6 pegasi"),
|
||
(36, 40,
|
||
"Old stone archway. Any passing under gets Perception advantage (1hr)"
|
||
), (41, 42, "1d6 + 2 dryads"), (43, 43, "1d4 giant elk"),
|
||
(44, 44, "1d8 + 1 harpies"),
|
||
(45, 46, "Bandit captain with druid and bandits"),
|
||
(47, 48, "2d4 dire wolves"), (49, 50, "2d4 bugbears"),
|
||
(51, 52, "2d4 centaurs"), (53, 54, "3d10 blink dogs"),
|
||
(55, 56, "1d4 owlbears"), (57, 58, "1d8 + 1 berserkers"),
|
||
(59, 60, "1d3 green hags"),
|
||
(61, 65, "A clear pool with sleeping animals"),
|
||
(66, 67, "1d4 werewolves"), (68, 69, "1 werebear"),
|
||
(70, 71, "1d8 + 1 ettercaps"), (72, 73, "2d10 elk"),
|
||
(74, 75, "1d4 veterans"),
|
||
(76, 80, "Old tree with wizened face carved into trunk"),
|
||
(81, 81, "1d4 wereboars"), (82, 82, "2d4 displacer beasts"),
|
||
(83, 83, "1d4 shambling mounds"),
|
||
(84, 84, "Hobgoblin captain with huge horde"),
|
||
(85, 85, "1 yuan-ti abomination"), (86, 86, "1d8 + 1 phase spiders"),
|
||
(87, 87, "1d4 trolls"), (88, 88, "2d4 yuan-ti malisons"),
|
||
(89, 89, "1 oni"), (90, 90, "1d4 unicorns"),
|
||
(91, 91, "1d6 + 2 weretigers"), (92, 92, "1 young green dragon"),
|
||
(93, 93, "1d4 gorgons"), (94, 94, "1d6 + 2 gnoll fangs of Yeenoghu"),
|
||
(95, 95, "1 treant"), (96, 96, "1d4 revenants"),
|
||
(97, 97, "1 grick alpha with gricks"), (98, 98, "1d4 giant apes"),
|
||
(99, 99, "1 guardian naga"), (100, 100, "1 adult gold dragon")],
|
||
"11-16":
|
||
[(1, 3, "1 werebear"), (4, 5, "1d4 druids (day) or banshees (night)"),
|
||
(6, 7, "1d3 couatls"), (8, 10, "1d3 gnoll fangs with gnolls"),
|
||
(11, 15, "2d4 displacer beasts"), (16, 20, "1d6 + 2 veterans"),
|
||
(21, 25, "Pool of gold coins (they disappear if removed)"),
|
||
(26, 30, "1d4 + 1 green hags with owlbears"),
|
||
(31, 35, "1d6 + 2 werewolves"),
|
||
(36, 40, "Woodland shrine to cult Siswa"),
|
||
(41, 45, "1d6 + 2 phase spiders"), (46, 50, "2d4 yuan-ti malisons"),
|
||
(51, 52, "1d3 werebears"), (53, 54, "1d4 revenants"),
|
||
(55, 56, "1 young green dragon"), (57, 58, "1d4 trolls"),
|
||
(59, 60, "1d6 + 2 wereboars"),
|
||
(61, 65, "Seven people in animal masks (commoners)"),
|
||
(66, 67, "1d4 gorgons"), (68, 69, "1d3 shambling mounds"),
|
||
(70, 71, "1 treant"), (72, 73, "1d4 unicorns"),
|
||
(74, 75, "1d6 + 2 weretigers"), (76, 80, "Silvery laughter echo"),
|
||
(81, 82, "1 guardian naga"), (83, 84, "1 young gold dragon"),
|
||
(85, 86, "1 grick alpha with gricks"),
|
||
(87, 88, "1d3 yuan-ti abominations"),
|
||
(89, 90, "1 adult green dragon"), (91, 93, "1d8 + 1 giant apes"),
|
||
(94, 96, "2d4 oni"), (97, 99, "1d3 treants"),
|
||
(100, 100, "1 ancient green dragon")],
|
||
"17-20": [(1, 5, "1 young green dragon"), (6, 10, "1 treant"),
|
||
(11, 13, "1 guardian naga"), (14, 16, "1d10 revenants"),
|
||
(17, 19, "1d8 + 1 unicorns"), (20, 22, "1d3 grick alphas"),
|
||
(23, 25, "Flowers bloom where characters step"),
|
||
(26, 28, "1 young gold dragon"),
|
||
(29, 31, "1d6 + 2 shambling mounds"),
|
||
(32, 34, "2d4 werebears"), (35, 37, "1d4 oni"),
|
||
(38, 40, "Elves in treetop community"),
|
||
(41, 43, "1d6 + 2 gorgons"), (44, 46, "2d4 trolls"),
|
||
(47, 49, "1d4 giant apes"),
|
||
(50, 52, "1d3 yuan-ti abominations"),
|
||
(53, 62, "1d3 young green dragons"),
|
||
(63, 65, "50-foot stone statue of elf warrior"),
|
||
(66, 75, "1d4 treants"), (76, 80, "Cairn atop a low hill"),
|
||
(81, 90, "1 adult gold dragon"),
|
||
(91, 96, "1 ancient green dragon"),
|
||
(97, 99, "2d4 + 1 treants"),
|
||
(100, 100, "1 ancient gold dragon")]
|
||
},
|
||
"grassland": {
|
||
"1-5":
|
||
[(1, 1, "1 hobgoblin captain with hobgoblins"), (2, 2, "1 chimera"),
|
||
(3, 3, "1 gorgon"), (4, 4, "1d2 couatls"), (5, 5, "1 ankylosaurus"),
|
||
(6, 6, "1 weretiger"), (7, 7, "1d3 allosauruses"),
|
||
(8, 9, "1d3 elephants"),
|
||
(10, 14, "Circle of standing stones with still air"),
|
||
(15, 16, "1 phase spider"),
|
||
(17, 18, "Gnoll pack lord with giant hyenas"), (19, 20, "1 pegasus"),
|
||
(21, 22, "1 ankheg"), (23, 24, "1d3 rhinoceroses"),
|
||
(25, 28, "1d3 cockatrices"),
|
||
(29, 32, "Giant wasps or swarms of insects"),
|
||
(33, 36, "1d4 jackalweres or scouts"),
|
||
(37, 40, "1d8 giant goats or worgs"),
|
||
(41, 44, "Hobgoblins, orcs, or gnolls"),
|
||
(45, 46, "1d2 giant poisonous snakes"),
|
||
(47, 48, "Elk or riding horses"), (49, 50, "2d4 goblins"),
|
||
(51, 52, "1d3 boars"), (53, 54, "Leopard/Panther/Lion"),
|
||
(55, 58, "Goblins riding wolves"), (59, 62, "Giant spiders or eagle"),
|
||
(63, 65, "1d8 + 4 pteranodons"), (66, 69, "3d6 wolves"),
|
||
(70, 74, "2d4 + 2 axe beaks"), (75, 76, "Giant boar or tigers"),
|
||
(77, 78, "1 ogre or bugbears"), (79, 80, "Giant elk or pack lord"),
|
||
(81, 82, "Giant vultures or hippogriffs"),
|
||
(83, 84, "Goblin boss or thri-kreen"),
|
||
(85, 89, "1d3 druids patrolling"),
|
||
(90, 91, "1d6 scarecrows or wereboar"),
|
||
(92, 93, "Centaurs or griffons"),
|
||
(94, 94, "Gnoll fangs or Orc Eye with minions"),
|
||
(95, 96, "1 triceratops"), (97, 97, "1 cyclops or bulette"),
|
||
(98, 99, "1d4 manticores"), (100, 100, "1 tyrannosaurus rex")],
|
||
"6-10":
|
||
[(1, 1, "1d3 gorgons"), (2, 2, "1d4 cyclopes"),
|
||
(3, 4, "1d3 gnoll fangs of Yeenoghu"), (5, 6, "1 chimera"),
|
||
(7, 9, "1d4 + 1 veterans on riding horses"),
|
||
(10, 11, "Tornado nearby (1 mile destruction)"),
|
||
(12, 13, "1d3 manticores"), (14, 15, "2d4 ankhegs"),
|
||
(16, 17, "1d8 + 1 centaurs"), (18, 19, "1d6 + 2 griffons"),
|
||
(20, 21, "1d6 elephants"),
|
||
(22, 24, "Land littered with war machines and bones"),
|
||
(25, 28, "1d8 + 1 bugbears"),
|
||
(29, 32, "Gnoll pack lord with giant hyenas"),
|
||
(33, 36, "2d4 scarecrows"), (37, 40, "1d12 lions"),
|
||
(41, 44, "1d10 thri-kreen"), (45, 46, "1 allosaurus"),
|
||
(47, 48, "1 tiger"), (49, 50, "1d2 giant eagles or vultures"),
|
||
(51, 52, "Goblin boss with 2d4 goblins"), (53, 54, "1d2 pegasi"),
|
||
(55, 58, "1 ankylosaurus"), (59, 62, "1d2 couatls"),
|
||
(63, 66, "Orc Eye of Gruumsh with orcs"), (67, 70, "2d4 hippogriffs"),
|
||
(71, 74, "1d4 + 1 rhinoceroses"),
|
||
(75, 76, "Hobgoblin captain with hobgoblins"),
|
||
(77, 78, "1d3 phase spiders"), (79, 80, "1d6 + 2 giant boars"),
|
||
(81, 82, "2d4 giant elk"), (83, 84, "1d4 ogres with orogs"),
|
||
(85, 87, "Hot wind carrying stench of rot"),
|
||
(88, 90, "1d3 weretigers"), (91, 92, "1 bulette"),
|
||
(93, 94, "Tribe of 2d20 + 20 nomads. Willing to trade."),
|
||
(95, 96, "1d6 + 2 wereboars"), (97, 97, "1 young gold dragon"),
|
||
(98, 99, "1d4 triceratopses"), (100, 100, "1d3 tyrannosaurus rexes")],
|
||
"11-16": [(1, 5, "3d6 wereboars"),
|
||
(6, 10, "2d10 gnoll fangs of Yeenoghu"),
|
||
(11, 15, "1d4 bulettes"),
|
||
(16, 17, "Old road of paved stones partly reclaimed"),
|
||
(18, 27, "1d12 couatls"),
|
||
(28, 30, "Witch (mage) in crude hut. Trades potions."),
|
||
(31, 40, "2d10 elephants"), (41, 46, "2d4 weretigers"),
|
||
(47, 56, "1d8 + 1 cyclopes"), (57, 61, "1d3 chimeras"),
|
||
(62, 66, "5 triceratopses"),
|
||
(67, 69, "Giant hole 50ft across, 500ft deep"),
|
||
(70, 79, "1d4 + 3 gorgons"),
|
||
(80, 88, "1d3 young gold dragons"),
|
||
(89, 90, "Circular sections of grass pressed down"),
|
||
(91, 96, "2d4 tyrannosaurus rexes"),
|
||
(97, 99, "1 adult gold dragon"),
|
||
(100, 100, "1 ancient gold dragon")],
|
||
"17-20":
|
||
[(1, 10, "2d6 triceratopses"), (11, 20, "1d10 gorgons"),
|
||
(21, 25, "Hyenas feeding on dead dinosaur"), (26, 35, "3d6 bulettes"),
|
||
(36, 40, "Fiery chariot races across sky"),
|
||
(41, 50, "1d3 young gold dragons"), (51, 60, "2d4 cyclopes"),
|
||
(61, 65, "Valley of dead grass and petrified trunks"),
|
||
(66, 75, "2d10 wolves"),
|
||
(76, 80, "Friendly adventuring party 1d6+1 chars (lvl 1d6+2)"),
|
||
(81, 90, "1d12 chimeras"), (91, 96, "1d6 + 2 tyrannosaurus rexes"),
|
||
(97, 99, "1 adult gold dragon"), (100, 100, "1 ancient gold dragon")]
|
||
},
|
||
"hill": {
|
||
"1-4": [
|
||
(1, 1, "1 eagle"),
|
||
(2, 3, "2d4 baboons"),
|
||
(4, 6, "1d6 bandits"),
|
||
(7, 7, "1d4 vultures"),
|
||
(8, 8, "1d10 commoners"),
|
||
(9, 9, "1 raven"),
|
||
(10, 10, "1 poisonous snake"),
|
||
(11, 13, "2d6 bandits or 2d6 tribal warriors"),
|
||
(14, 14, "2d8 goats"),
|
||
(15, 15, "1d6 + 4 blood hawks"),
|
||
(16, 16, "1d4 + 3 giant weasels"),
|
||
(17, 18, "1d3 guards with 1d2 mastiffs and 1 mule"),
|
||
(19, 20, "1d6 + 5 hyenas"),
|
||
(21, 22, "2d4 stirges"),
|
||
(23, 25, "An empty cave littered with bones"),
|
||
(26, 26, "1 pseudodragon or 1d3 giant owls"),
|
||
(27, 27, "1 lion or 1 cougar (panther)"),
|
||
(28, 30, "2d8 kobolds"),
|
||
(31, 31, "1 hippogriff"),
|
||
(32, 34, "2d4 goblins"),
|
||
(35, 35, "1 worg"),
|
||
(36, 36, "1d3 swarms of bats or 1d3 swarms of ravens"),
|
||
(37, 37, "1 giant eagle"),
|
||
(38, 40, "An old dwarf sitting on a stump, whittling a piece of wood"),
|
||
(41, 41, "1d4 elk"),
|
||
(42, 42, "1d4 winged kobolds with 1d6 kobolds"),
|
||
(43, 43, "1d6 + 2 giant wolf spiders"),
|
||
(44, 45, "2d4 wolves"),
|
||
(46, 46, "1 swarm of insects"),
|
||
(47, 47, "1d8 + 1 axe beaks"),
|
||
(48, 49, "1 brown bear or 1d3 boars"),
|
||
(50, 50, "1 scout"),
|
||
(51, 51, "1 ogre"),
|
||
(52, 53, "2d4 gnolls"),
|
||
(54, 54, "1 giant elk"),
|
||
(55, 55, "1d3 + 1 harpies"),
|
||
(56, 56, "1 werewolf"),
|
||
(57, 58, "2d4 orcs"),
|
||
(59, 59, "1d4 half-ogres"),
|
||
(60, 60, "1 druid or 1 veteran"),
|
||
(61, 63, "The corpse of an adventurer that carries an intact explorer's pack and lies atop a longsword"),
|
||
(64, 64, "1 green hag"),
|
||
(65, 66, "1d3 dire wolves"),
|
||
(67, 68, "A small cemetery containing 2d6 graves"),
|
||
(69, 70, "1 hobgoblin captain with 2d4 hobgoblins"),
|
||
(71, 71, "2d4 giant goats"),
|
||
(72, 72, "1 manticore"),
|
||
(73, 74, "1d6 + 2 hobgoblins"),
|
||
(75, 75, "1 phase spider"),
|
||
(76, 78, "A pile of droppings from a very large bird"),
|
||
(79, 79, "1 gnoll fang of Yeenoghu"),
|
||
(80, 80, "1d3 giant boars"),
|
||
(81, 81, "1 gnoll pack lord with 1d3 giant hyenas"),
|
||
(82, 82, "1 bandit captain with 2d4 bandits"),
|
||
(83, 83, "1 orc Eye of Gruumsh with 1d8 + 2 orcs"),
|
||
(84, 84, "1d3 orogs or 1d4 berserkers"),
|
||
(85, 86, "1 ettin or 1 wereboar"),
|
||
(87, 88, "1 goblin boss with 2d6 goblins"),
|
||
(89, 89, "1d3 griffons"),
|
||
(90, 90, "1d3 perytons or 1d4 pegasi"),
|
||
(91, 96, "1d3 trolls"),
|
||
(97, 99, "1 cyclops"),
|
||
(100, 100, "1 stone giant")
|
||
],
|
||
"5-10": [
|
||
(1, 1, "1d4 pegasi or 1d3 perytons"),
|
||
(2, 2, "1d6 + 2 giant goats"),
|
||
(3, 3, "1 manticore"),
|
||
(4, 4, "1d8 + 1 gnolls or 1d8 + 1 hobgoblins"),
|
||
(5, 5, "1d4 lions"),
|
||
(6, 6, "1d6 + 2 worgs"),
|
||
(7, 7, "1d4 brown bears"),
|
||
(8, 8, "3d6 axe beaks"),
|
||
(9, 9, "1 half-ogre with 2d6 orcs"),
|
||
(10, 10, "2d10 winged kobolds"),
|
||
(11, 12, "1 goblin boss with 1d4 dire wolves and 2d6 goblins"),
|
||
(13, 13, "1d6 giant elk"),
|
||
(14, 15, "1d8 + 1 giant eagles"),
|
||
(16, 17, "1d4 phase spiders"),
|
||
(18, 19, "1 gnoll pack lord with 2d4 giant hyenas"),
|
||
(20, 20, "2d4 hippogriffs"),
|
||
(21, 25, "A 15-foot-tall stone statue of a dwarf warrior that has been tipped over on its side"),
|
||
(26, 27, "2d4 orogs"),
|
||
(28, 29, "1d4 + 1 griffons"),
|
||
(30, 31, "1d6 + 2 harpies"),
|
||
(32, 33, "1 orc Eye of Gruumsh with 2d6 + 3 orcs"),
|
||
(34, 35, "1d4 + 3 giant boars"),
|
||
(36, 40, "A stone door set into the side of a steep hill, opening onto 15 feet of descending stairs that end at a cave-in"),
|
||
(41, 42, "1d3 green hags"),
|
||
(43, 44, "1d4 werewolves"),
|
||
(45, 46, "1d6 + 2 ogres"),
|
||
(47, 48, "1 hobgoblin captain with 2d8 hobgoblins"),
|
||
(49, 50, "1 bandit captain with 3d6 bandits"),
|
||
(51, 54, "1 chimera"),
|
||
(55, 58, "1d4 ettins"),
|
||
(59, 62, "1d6 + 2 veterans with 2d6 berserkers"),
|
||
(63, 65, "An abandoned wooden hut"),
|
||
(66, 69, "1 galeb duhr"),
|
||
(70, 73, "1 bulette"),
|
||
(74, 77, "1 wyvern"),
|
||
(78, 80, "2d6 + 10 goats with 1 herder (tribal warrior)"),
|
||
(81, 82, "1d3 hill giants"),
|
||
(83, 84, "2d4 wereboars"),
|
||
(85, 86, "1d4 revenants"),
|
||
(87, 88, "1d2 gorgons"),
|
||
(89, 90, "1d8 + 1 gnoll fangs of Yeenoghu"),
|
||
(91, 93, "1d4 cyclopes"),
|
||
(94, 96, "1 young red dragon"),
|
||
(97, 98, "1d4 stone giants"),
|
||
(99, 99, "1d3 young copper dragons"),
|
||
(100, 100, "1 roc")
|
||
],
|
||
"11-16": [
|
||
(1, 2, "2d8 manticores or 2d8 phase spiders"),
|
||
(3, 4, "1d6 green hags with 1d6 wyverns"),
|
||
(5, 7, "1 hobgoblin captain with 1 hill giant and 4d10 hobgoblins"),
|
||
(8, 10, "2d6 + 3 werewolves"),
|
||
(11, 14, "1d6 + 2 ettins"),
|
||
(15, 18, "1d3 bulettes"),
|
||
(19, 22, "1d4 werebears"),
|
||
(23, 24, "A stream of smoke emerging from a small chimney in the hillside"),
|
||
(25, 28, "1d4 wyverns"),
|
||
(29, 32, "1d8 + 1 wereboars"),
|
||
(33, 36, "1d3 revenants"),
|
||
(37, 38, "A mild earthquake that shakes the region for 1d20 seconds"),
|
||
(39, 42, "1d3 chimeras"),
|
||
(43, 46, "1d4 gorgons"),
|
||
(47, 50, "1d6 + 2 gnoll fangs of Yeenoghu"),
|
||
(51, 54, "1d4 hill giants"),
|
||
(55, 58, "1 young red dragon"),
|
||
(59, 62, "1d3 + 1 galeb duhr"),
|
||
(63, 65, "2d10 dwarf miners (commoners), whistling as they march toward their mine"),
|
||
(66, 69, "1d3 young copper dragons"),
|
||
(70, 73, "1d4 trolls"),
|
||
(74, 77, "1d3 cyclopes"),
|
||
(78, 80, "1d3 nobles with 1d4 scouts prospecting for gold"),
|
||
(81, 85, "1 adult copper dragon"),
|
||
(86, 90, "2d4 stone giants"),
|
||
(91, 96, "1d4 rocs"),
|
||
(97, 99, "1 adult red dragon"),
|
||
(100, 100, "1 ancient copper dragon")
|
||
],
|
||
"17-20": [
|
||
(1, 1, "1d2 rocs"),
|
||
(2, 5, "1 young red dragon"),
|
||
(6, 10, "2d6 ettins"),
|
||
(11, 15, "1d4 bulettes"),
|
||
(16, 20, "1d10 revenants"),
|
||
(21, 25, "The white outline of an enormous horse carved into the side of a high hill"),
|
||
(26, 30, "1d6 + 1 gorgons"),
|
||
(31, 35, "2d4 + 1 trolls"),
|
||
(36, 40, "The scorched remains of 2d10 humanoids littering a hillside"),
|
||
(41, 45, "2d4 hill giants"),
|
||
(46, 50, "1d6 + 2 werebears"),
|
||
(51, 55, "2d4 galeb duhr"),
|
||
(56, 60, "1d4 + 2 wyverns"),
|
||
(61, 65, "A massive boulder partly buried in the earth as if it fell or was thrown there"),
|
||
(66, 70, "1 adult copper dragon"),
|
||
(71, 75, "1d6 + 3 cyclopes"),
|
||
(76, 80, "The stub of an old stone tower jutting from the top of a hill"),
|
||
(81, 85, "2d4 stone giants"),
|
||
(86, 90, "1 adult red dragon"),
|
||
(91, 96, "1 ancient copper dragon"),
|
||
(97, 99, "1 ancient red dragon"),
|
||
(100, 100, "1d2 adult red dragons with 1d3 young red dragons")
|
||
]
|
||
},
|
||
|
||
"mountain": {
|
||
"1-4": [
|
||
(1, 2, "1 eagle"),
|
||
(3, 5, "1d3 swarms of bats"),
|
||
(6, 8, "1d6 goats"),
|
||
(9, 11, "1d10 + 5 tribal warriors"),
|
||
(12, 14, "1d6 + 3 pteranodons"),
|
||
(15, 17, "1d8 + 1 winged kobolds"),
|
||
(18, 20, "1 lion"),
|
||
(21, 24, "Stairs chiseled into the side of the mountain that climb 3d20 + 40 feet before ending abruptly"),
|
||
(25, 27, "2d10 stirges"),
|
||
(28, 30, "2d4 aarakocra"),
|
||
(31, 33, "2d6 dwarf soldiers (guards) with 1d6 mules laden with iron ore"),
|
||
(34, 36, "1 giant eagle"),
|
||
(37, 38, "A small shrine dedicated to a lawful neutral god, perched on a stone outcropping"),
|
||
(39, 41, "2d8 + 1 blood hawks"),
|
||
(42, 44, "1 giant goat"),
|
||
(45, 47, "3d4 kobolds"),
|
||
(48, 50, "1 half-ogre"),
|
||
(51, 53, "1 berserker"),
|
||
(54, 55, "1 orog"),
|
||
(56, 56, "1 hell hound"),
|
||
(57, 57, "1 druid"),
|
||
(58, 59, "1 peryton"),
|
||
(60, 61, "1d2 hippogriffs"),
|
||
(62, 62, "1 manticore"),
|
||
(63, 64, "1d6 + 2 scouts"),
|
||
(65, 67, "Enormous footprints left by a giant, which head into the mountain peaks"),
|
||
(68, 73, "2d4 orcs"),
|
||
(74, 75, "1 giant elk"),
|
||
(76, 77, "1 veteran"),
|
||
(78, 79, "1 orc Eye of Gruumsh"),
|
||
(80, 80, "1d4 harpies"),
|
||
(81, 81, "1 ogre"),
|
||
(82, 82, "1 griffon"),
|
||
(83, 83, "1 basilisk"),
|
||
(84, 85, "1 saber-toothed tiger"),
|
||
(86, 90, "A sparkling stream of water spilling from a crevice"),
|
||
(91, 91, "1d2 ettins"),
|
||
(92, 92, "1 cyclops"),
|
||
(93, 93, "1 troll"),
|
||
(94, 94, "1 galeb duhr"),
|
||
(95, 95, "1 air elemental"),
|
||
(96, 96, "1 bulette"),
|
||
(97, 97, "1 chimera"),
|
||
(98, 98, "1 wyvern"),
|
||
(99, 99, "1 stone giant"),
|
||
(100, 100, "1 frost giant")
|
||
],
|
||
"5-10": [
|
||
(1, 2, "2d8 + 1 aarakocra"),
|
||
(3, 4, "1 lion or 1 saber-toothed tiger"),
|
||
(5, 6, "1d8 + 1 giant goats"),
|
||
(7, 8, "1d4 + 3 dwarf trailblazers (scouts)"),
|
||
(9, 10, "1d6 + 2 orcs"),
|
||
(11, 15, "1d10 giant eagles"),
|
||
(16, 20, "1d8 + 1 hippogriffs"),
|
||
(21, 25, "1d8 fissures venting steam that partially obscures a 20-foot cube above each fissure"),
|
||
(26, 30, "1 basilisk"),
|
||
(31, 35, "1d12 half-ogres"),
|
||
(36, 40, "A ravine blocked by a 100-foot-high wall, which has an opening in the center where a gate used to be"),
|
||
(41, 45, "1 manticore"),
|
||
(46, 50, "2d4 harpies"),
|
||
(51, 52, "1 galeb duhr"),
|
||
(53, 54, "1 bulette"),
|
||
(55, 56, "1d10 berserkers"),
|
||
(57, 58, "1d3 hell hounds"),
|
||
(59, 60, "1d8 + 1 veterans"),
|
||
(61, 65, "A distant mountain whose peak resembles a tooth"),
|
||
(66, 69, "1d4 ettins"),
|
||
(70, 73, "1 wyvern"),
|
||
(74, 75, "1 orc Eye of Gruumsh with 1d6 orogs and 3d6 + 10 orcs"),
|
||
(76, 80, "A row of 1d10 + 40 stakes upon which the bodies of kobolds, dwarves, or orcs are impaled"),
|
||
(81, 83, "1 fire giant"),
|
||
(84, 85, "1 young silver dragon"),
|
||
(86, 87, "1d4 air elementals"),
|
||
(88, 90, "1d4 trolls"),
|
||
(91, 92, "1d3 + 1 cyclopes"),
|
||
(93, 94, "1d4 chimeras"),
|
||
(95, 96, "1 cloud giant"),
|
||
(97, 97, "1 roc"),
|
||
(98, 98, "1d4 stone giants"),
|
||
(99, 99, "1 young red dragon"),
|
||
(100, 100, "1d4 frost giants")
|
||
],
|
||
"11-16": [
|
||
(1, 2, "1d8 + 1 basilisks"),
|
||
(3, 4, "2d4 hell hounds"),
|
||
(5, 6, "1d3 chimeras"),
|
||
(7, 8, "1 galeb duhr"),
|
||
(9, 10, "2d6 veterans"),
|
||
(11, 15, "1 young silver dragon"),
|
||
(16, 20, "2d4 trolls"),
|
||
(21, 25, "1 red dragon gliding through the sky above the highest mountaintops"),
|
||
(26, 30, "1d8 + 1 manticores"),
|
||
(31, 35, "1d4 cyclopes"),
|
||
(36, 40, "Heavy snowfall that lasts for 1d6 hours"),
|
||
(41, 45, "1d10 air elementals"),
|
||
(46, 50, "1d6 + 2 bulettes"),
|
||
(51, 55, "1d4 stone giants"),
|
||
(56, 60, "1 fire giant"),
|
||
(61, 65, "2 stone giants playing catch with a boulder a few hundred feet away"),
|
||
(66, 70, "1d8 + 1 ettins"),
|
||
(71, 75, "1d3 frost giants"),
|
||
(76, 80, "A wide crevasse, its depths shrouded in mist"),
|
||
(81, 85, "1d4 cloud giants"),
|
||
(86, 90, "1 adult silver dragon"),
|
||
(91, 96, "1 adult red dragon"),
|
||
(97, 98, "1d4 rocs"),
|
||
(99, 99, "1 ancient silver dragon"),
|
||
(100, 100, "1 ancient red dragon")
|
||
],
|
||
"17-20": [
|
||
(1, 5, "1d10 bulettes"),
|
||
(6, 10, "1d8 + 1 chimeras"),
|
||
(11, 15, "1 adult silver dragon"),
|
||
(16, 20, "1d8 + 1 wyverns"),
|
||
(21, 25, "A massive boat perched atop a mountain"),
|
||
(26, 30, "2d4 galeb duhr"),
|
||
(31, 35, "1d4 frost giants"),
|
||
(36, 40, "A wooded valley haunted by secretive and reclusive elves who tell warily of their master: a mad wizard"),
|
||
(41, 45, "1d10 air elementals"),
|
||
(46, 50, "1d6 + 3 trolls"),
|
||
(51, 55, "1 adult red dragon"),
|
||
(56, 60, "1d4 cloud giants"),
|
||
(61, 65, "A waterfall hundreds of feet high that drops into a clear pool"),
|
||
(66, 70, "1d3 fire giants"),
|
||
(71, 75, "2d4 stone giants"),
|
||
(76, 80, "A force of 100 dwarves (veterans) standing guard at a mountain pass, permitting no passage until a traveler pays 100 gp (if on foot) or 200 gp (if mounted)"),
|
||
(81, 85, "1d4 rocs"),
|
||
(86, 90, "1d4 young red dragons"),
|
||
(91, 96, "1 ancient silver dragon"),
|
||
(97, 100, "1 ancient red dragon")
|
||
]
|
||
},
|
||
|
||
"swamp": {
|
||
"11-20": [
|
||
(1, 10, "1d4 giant crocodiles"),
|
||
(11, 15, "1d3 yuan-ti abominations"),
|
||
(16, 20, "1d6 + 1 green hags"),
|
||
(21, 25, "A large, spreading tree from which 2d6 armored knights hang by the neck"),
|
||
(26, 30, "2d4 wights"),
|
||
(31, 35, "1d8 + 1 yuan-ti malisons: type 1, type 2, type 3"),
|
||
(36, 40, "Fog that rolls across the terrain, making the area within 1d3 miles heavily obscured for 1d4 hours"),
|
||
(41, 45, "1d4 revenants"),
|
||
(46, 50, "1d6 shambling mounds"),
|
||
(51, 55, "1d10 water elementals"),
|
||
(56, 60, "1d4 young black dragons"),
|
||
(61, 65, "An eerie, bat-headed idol almost completely covered by vines"),
|
||
(66, 70, "1d8 + 2 trolls"),
|
||
(71, 75, "1d3 hydras"),
|
||
(76, 80, "The sound of drums beating several miles away"),
|
||
(81, 96, "1 adult black dragon"),
|
||
(97, 100, "1 ancient black dragon")
|
||
]
|
||
},
|
||
|
||
"underdark": {
|
||
"1-4": [
|
||
(1, 1, "1 mind flayer arcanist"),
|
||
(2, 3, "1d3 + 1 giant poisonous snakes"),
|
||
(4, 5, "1d3 giant lizards"),
|
||
(6, 7, "2d4 giant fire beetles"),
|
||
(8, 8, "1d8 + 1 flumphs"),
|
||
(9, 9, "1 shrieker"),
|
||
(10, 10, "1d12 giant rats"),
|
||
(11, 11, "2d4 kobolds"),
|
||
(12, 12, "1d8 + 1 stirges"),
|
||
(13, 13, "2d4 humans (tribal warriors) seeking the way to the surface"),
|
||
(14, 15, "1d10 troglodytes"),
|
||
(16, 17, "1d2 gray oozes"),
|
||
(18, 19, "3d6 stirges"),
|
||
(20, 21, "1d3 magma mephits"),
|
||
(22, 23, "1d10 goblins"),
|
||
(24, 25, "Orc graffiti on the walls, suggesting something rude about the mother of someone named Krusk"),
|
||
(26, 26, "1 swarm of insects"),
|
||
(27, 27, "1 deep gnome"),
|
||
(28, 29, "1d8 + 1 drow"),
|
||
(30, 31, "1d4 violet fungi"),
|
||
(32, 33, "1d12 kuo-toa"),
|
||
(34, 34, "1 rust monster"),
|
||
(35, 36, "A rubble-strewn passage that appears to have been recently cleared after a cave-in"),
|
||
(37, 38, "1d8 + 1 giant bats"),
|
||
(39, 40, "3d6 kobolds"),
|
||
(41, 42, "2d4 grimlocks"),
|
||
(43, 44, "1d4 + 3 swarms of bats"),
|
||
(45, 45, "1 dwarf prospector (scout) looking for gold"),
|
||
(46, 46, "1 carrion crawler or 1 gelatinous cube"),
|
||
(47, 47, "1d8 darkmantles or 2d4 piercers"),
|
||
(48, 48, "1 hell hound"),
|
||
(49, 49, "1d3 specters"),
|
||
(50, 50, "1d4 bugbears"),
|
||
(51, 51, "1d10 + 5 winged kobolds"),
|
||
(52, 52, "1d4 fire snakes"),
|
||
(53, 53, "2d8 + 1 troglodytes"),
|
||
(54, 54, "1d6 giant spiders"),
|
||
(55, 55, "3d6 kuo-toa"),
|
||
(56, 56, "1 goblin boss with 2d4 goblins"),
|
||
(57, 57, "4d4 grimlocks"),
|
||
(58, 58, "1 ochre jelly"),
|
||
(59, 59, "2d10 giant centipedes"),
|
||
(60, 60, "1 nothic or 1 giant toad"),
|
||
(61, 61, "1d4 myconid adults with 5d4 myconid sprouts"),
|
||
(62, 62, "1 minotaur skeleton or 1 minotaur"),
|
||
(63, 63, "3d6 drow"),
|
||
(64, 64, "1 mimic or 1 doppelganger"),
|
||
(65, 65, "1d6 + 3 hobgoblins"),
|
||
(66, 66, "1 intellect devourer or 1 spectator"),
|
||
(67, 68, "A faint tapping coming from inside a nearby wall"),
|
||
(69, 69, "1 gibbering mouther or 1 water weird"),
|
||
(70, 70, "1d12 gas spores"),
|
||
(71, 71, "1 giant constrictor snake"),
|
||
(72, 72, "1d10 shadows"),
|
||
(73, 73, "1d3 grells"),
|
||
(74, 74, "1d4 wights"),
|
||
(75, 75, "1d8 + 1 quaggoth spore servants"),
|
||
(76, 76, "1d2 gargoyles"),
|
||
(77, 77, "1d4 ogres or 1d3 ettins"),
|
||
(78, 78, "1d4 dwarf explorers (veterans)"),
|
||
(79, 80, "An abandoned miners' camp spattered with blood and littered with the contents of 1d3 dungeoneer's packs"),
|
||
(81, 81, "1 chuul or 1 salamander"),
|
||
(82, 82, "1d4 phase spiders or 1d3 hook horrors"),
|
||
(83, 83, "5d4 duergar"),
|
||
(84, 84, "1 ghost or 1 flameskull or 1 wraith"),
|
||
(85, 85, "1 druid with 1 polar bear (cave bear)"),
|
||
(86, 86, "1 hobgoblin captain with 1d4 half-ogres and 2d10 hobgoblins"),
|
||
(87, 87, "1 earth elemental or 1 black pudding"),
|
||
(88, 88, "1 kuo-toa monitor with 1d8 + 1 kuo-toa whips"),
|
||
(89, 89, "1 quaggoth thonot with 1d3 quaggoths"),
|
||
(90, 90, "1 beholder zombie or 1 bone naga"),
|
||
(91, 91, "1 orc Eye of Gruumsh with 1d4 orogs and 2d8 orcs"),
|
||
(92, 92, "1d4 ghasts with 1d10 ghouls"),
|
||
(93, 95, "A reeking puddle where slimy water has dripped from the ceiling"),
|
||
(96, 96, "1 otyugh or 1 roper"),
|
||
(97, 97, "1 vampire spawn"),
|
||
(98, 98, "1 chimera"),
|
||
(99, 99, "1 mind flayer"),
|
||
(100, 100, "1 spirit naga")
|
||
],
|
||
"5-10": [
|
||
(1, 1, "3d6 swarms of bats"),
|
||
(2, 2, "1d4 giant spiders or 1d4 giant toads"),
|
||
(3, 3, "1 mimic"),
|
||
(4, 4, "2d4 grey oozes"),
|
||
(5, 5, "2d10 orcs or 3d6 troglodytes"),
|
||
(6, 6, "3d6 grimlocks"),
|
||
(7, 7, "1d6 + 2 magma mephits"),
|
||
(8, 8, "1 goblin boss with 2d4 goblins"),
|
||
(9, 9, "2d4 darkmantles"),
|
||
(10, 10, "2d8 + 1 drow"),
|
||
(11, 11, "2d10 piercers"),
|
||
(12, 12, "1d4 minotaur skeletons"),
|
||
(13, 14, "3d6 deep gnomes"),
|
||
(15, 15, "1 druid with 1 polar bear (cave bear)"),
|
||
(16, 17, "3d6 orcs"),
|
||
(18, 18, "1 bone naga"),
|
||
(19, 20, "2d6 bugbears"),
|
||
(21, 25, "Luminescent fungi growing on the walls of a moist cave, filling it with dim light"),
|
||
(26, 26, "2d4 specters"),
|
||
(27, 27, "1d12 + 4 shadows"),
|
||
(28, 28, "1d3 gibbering mouthers"),
|
||
(29, 30, "4d4 hobgoblins"),
|
||
(31, 32, "1d4 carrion crawlers"),
|
||
(33, 34, "1 black pudding"),
|
||
(35, 35, "1d4 ochre jellies"),
|
||
(36, 40, "A patch of mold that appears yellow when light is directed toward it"),
|
||
(41, 41, "1d4 nothics"),
|
||
(42, 43, "2d8 + 1 gas spores"),
|
||
(44, 45, "1d3 gelatinous cubes"),
|
||
(46, 46, "1 ghost"),
|
||
(47, 48, "1 flameskull"),
|
||
(49, 50, "2d8 duergar"),
|
||
(51, 51, "1 wraith"),
|
||
(52, 52, "1 umber hulk"),
|
||
(53, 53, "1 xorn"),
|
||
(54, 54, "1d6 + 2 dwarf hunters (veterans) searching for trolls"),
|
||
(55, 55, "1 hobgoblin captain with 3d10 hobgoblins"),
|
||
(56, 56, "1 roper"),
|
||
(57, 57, "1 kuo-toa monitor with 1d4 kuo-toa whips and 1d8 + 1 kuo-toa"),
|
||
(58, 58, "1d3 water weirds"),
|
||
(59, 59, "1d4 ghasts with 1d10 ghouls"),
|
||
(60, 60, "1 otyugh"),
|
||
(61, 62, "A merchant caravan consisting of 1 drow mage, 2 drow elite warriors, and 2d10 quaggoths"),
|
||
(63, 63, "1d4 wights"),
|
||
(64, 64, "1d4 doppelgangers"),
|
||
(65, 65, "2d8 fire snakes"),
|
||
(66, 66, "1d4 spectators"),
|
||
(67, 67, "1 orc Eye of Gruumsh with 1d4 orogs and 2d10 + 3 orcs"),
|
||
(68, 68, "1d3 vampire spawn"),
|
||
(69, 69, "1d4 hook horrors or 1d4 minotaurs"),
|
||
(70, 70, "3d6 quaggoth spore servants"),
|
||
(71, 72, "1d3 grells"),
|
||
(73, 73, "1d6 + 1 intellect devourers"),
|
||
(74, 74, "1d10 gargoyles"),
|
||
(75, 75, "1 beholder zombie"),
|
||
(76, 77, "1 quaggoth thonot with 2d4 quaggoths"),
|
||
(78, 78, "1d6 ettins or 1d4 trolls"),
|
||
(79, 79, "1d8 + 1 phase spiders"),
|
||
(80, 80, "1 fomorian or 1d3 cyclopes"),
|
||
(81, 81, "1d4 earth elementals"),
|
||
(82, 82, "3d6 ogres"),
|
||
(83, 83, "1d4 + 1 chuuls"),
|
||
(84, 84, "1d10 hell hounds"),
|
||
(85, 85, "1d3 drow elite warriors"),
|
||
(86, 86, "1d4 chimeras"),
|
||
(87, 87, "1d4 salamanders"),
|
||
(88, 88, "1 cloaker"),
|
||
(89, 89, "2d4 wights"),
|
||
(90, 90, "1d4 driders"),
|
||
(91, 91, "1 fire giant"),
|
||
(92, 92, "1 grick alpha with 2d4 gricks"),
|
||
(93, 93, "1 mind flayer arcanist"),
|
||
(94, 94, "1d4 drow mages"),
|
||
(95, 95, "1 spirit naga"),
|
||
(96, 96, "1d4 mind flayers"),
|
||
(97, 97, "1 behir"),
|
||
(98, 98, "1 aboleth"),
|
||
(99, 99, "1 dao or 1 stone giant"),
|
||
(100, 100, "1 beholder")
|
||
],
|
||
"11-16": [
|
||
(1, 2, "3d6 carrion crawlers"),
|
||
(3, 4, "1d6 + 1 gelatinous cubes"),
|
||
(5, 6, "1d8 + 2 gibbering mouthers"),
|
||
(7, 8, "2d8 minotaur skeletons"),
|
||
(9, 10, "2d6 ochre jellies"),
|
||
(11, 12, "2d4 doppelgangers"),
|
||
(13, 14, "1d4 quaggoth thonots with 1d10 + 2 quaggoths"),
|
||
(15, 16, "1d3 ropers"),
|
||
(17, 18, "3d6 gargoyles"),
|
||
(19, 20, "1d10 mimics"),
|
||
(21, 25, "A 100-foot-long ravine, 4d10 feet wide and 5d20 + 200 feet deep"),
|
||
(26, 27, "1 hobgoblin captain with 3d10 hobgoblins"),
|
||
(28, 29, "2d4 spectators"),
|
||
(30, 31, "3d6 ghasts"),
|
||
(32, 33, "2d8 intellect devourers"),
|
||
(34, 35, "1d3 orc Eyes of Gruumsh with 2d4 orogs and 2d10 orcs"),
|
||
(36, 40, "A large cave containing 2d10 extraordinarily detailed statues of various creatures"),
|
||
(41, 42, "1d8 + 1 kuo-toa monitors"),
|
||
(43, 44, "2d4 water weirds"),
|
||
(45, 46, "2d10 gricks"),
|
||
(47, 48, "3d6 nothics"),
|
||
(49, 50, "2d8 + 1 ogres"),
|
||
(51, 52, "1d6 + 2 chuuls"),
|
||
(53, 54, "1d8 + 1 ettins"),
|
||
(55, 55, "3d6 grells"),
|
||
(56, 56, "2d4 flameskulls"),
|
||
(57, 57, "2d12 dwarf soldiers (veterans) on patrol"),
|
||
(58, 58, "2d8 hell hounds"),
|
||
(59, 59, "1d10 ghosts"),
|
||
(60, 60, "3d4 wights"),
|
||
(61, 61, "3d6 phase spiders"),
|
||
(62, 62, "1d8 + 1 bone nagas"),
|
||
(63, 65, "A shrill scream followed by dark laughter"),
|
||
(66, 66, "1d4 chimeras"),
|
||
(67, 67, "1d10 black puddings"),
|
||
(68, 68, "3d6 minotaurs"),
|
||
(69, 69, "2d4 otyughs"),
|
||
(70, 70, "1d6 + 1 beholder zombies"),
|
||
(71, 71, "4d4 hook horrors"),
|
||
(72, 72, "1d8 + 1 umber hulks"),
|
||
(73, 73, "2d4 salamanders"),
|
||
(74, 74, "1d3 grick alphas"),
|
||
(75, 75, "1d6 + 2 xorn"),
|
||
(76, 80, "A ruined village that once belonged to deep gnomes. A search has a 50% chance of uncovering 1d3 potions of healing and a 25% chance of finding a random common magic item"),
|
||
(81, 81, "2d4 earth elementals"),
|
||
(82, 82, "1d3 spirit nagas"),
|
||
(83, 83, "1d8 + 1 cyclopes"),
|
||
(84, 84, "1d6 + 2 trolls"),
|
||
(85, 85, "2d4 stone giants"),
|
||
(86, 86, "2d4 wraiths"),
|
||
(87, 87, "1d4 fomorians"),
|
||
(88, 88, "1d3 drow mages with 1d4 drow elite warriors"),
|
||
(89, 89, "1d10 vampire spawn"),
|
||
(90, 90, "1d3 cloakers"),
|
||
(91, 91, "1d4 fire giants"),
|
||
(92, 92, "1 mind flayer arcanist with 1d6 + 1 mind flayers"),
|
||
(93, 93, "1d4 dao"),
|
||
(94, 94, "1d8 + 1 driders"),
|
||
(95, 95, "1d3 behirs"),
|
||
(96, 96, "1d4 aboleths"),
|
||
(97, 97, "1 beholder"),
|
||
(98, 98, "1 young red shadow dragon"),
|
||
(99, 99, "1 death tyrant"),
|
||
(100, 100, "1 purple worm")
|
||
],
|
||
"17-20": [
|
||
(1, 1, "1d4 grick alphas"),
|
||
(2, 2, "2d8 spectators"),
|
||
(3, 4, "3d6 minotaurs or 2d8 kuo-toa monitors"),
|
||
(5, 6, "2d8 grells"),
|
||
(7, 8, "2d10 phase spiders"),
|
||
(9, 10, "4d4 hell hounds"),
|
||
(11, 12, "1d6 + 2 ropers"),
|
||
(13, 14, "2d10 wights"),
|
||
(15, 16, "3d6 doppelgangers"),
|
||
(17, 18, "1d8 + 1 chimeras"),
|
||
(19, 20, "1d4 cloakers"),
|
||
(21, 21, "1d4 hobgoblin captains with 5d10 hobgoblins"),
|
||
(22, 23, "1d8 + 1 earth elementals"),
|
||
(24, 25, "2d4 vampire spawn"),
|
||
(26, 27, "3d6 minotaurs"),
|
||
(28, 30, "A 30-foot-tall inverted black pyramid floating 1 inch above the floor in a large cave"),
|
||
(31, 32, "1d10 beholder zombies"),
|
||
(33, 34, "1d4 mind flayer arcanists"),
|
||
(35, 36, "1d6 + 2 otyughs"),
|
||
(37, 38, "1d12 trolls"),
|
||
(39, 40, "1d10 wraiths"),
|
||
(41, 43, "A beautiful obsidian sculpture of a panther lying on the floor"),
|
||
(44, 45, "1d4 drow mages with 1d6 drow elite warriors"),
|
||
(46, 47, "1d4 spirit nagas"),
|
||
(48, 49, "1d8 + 1 salamanders"),
|
||
(50, 51, "2d4 umber hulks"),
|
||
(52, 53, "1d10 xorn"),
|
||
(54, 56, "1 young red shadow dragon"),
|
||
(57, 59, "2d4 fomorians"),
|
||
(60, 62, "1d8 + 1 driders"),
|
||
(63, 65, "1d20 + 20 spiders crawling on the walls of a web-filled cave"),
|
||
(66, 68, "1d4 fire giants"),
|
||
(69, 70, "1d10 mind flayers"),
|
||
(71, 73, "2d4 stone giants"),
|
||
(74, 76, "1d12 cyclopes"),
|
||
(77, 80, "A large cave in which stands a 50-foot-tall idol of Blibdoolpoolp"),
|
||
(81, 85, "1d3 dao"),
|
||
(86, 90, "1d4 beholders"),
|
||
(91, 93, "1d4 behirs"),
|
||
(94, 96, "1 death tyrant"),
|
||
(97, 99, "1d3 purple worms"),
|
||
(100, 100, "2d4 aboleths")
|
||
]
|
||
},
|
||
|
||
"underwater": {
|
||
"11-20": [
|
||
(1, 10, "1 sahuagin baron with 1d4 sahuagin priestesses and 2d10 sahuagin"),
|
||
(11, 35, "1d10 killer whales"),
|
||
(36, 40, "A ghost ship passing overhead, containing 2d6 + 10 ghosts"),
|
||
(41, 60, "1d6 giant sharks"),
|
||
(61, 65, "A 1-mile-radius sphere of effervescent water that allows air-breathing creatures to breathe water while in the sphere"),
|
||
(66, 75, "1d10 water elementals"),
|
||
(76, 80, "A shimmering, blue-green portal to the Elemental Plane of Water"),
|
||
(81, 90, "1d4 marids"),
|
||
(91, 96, "1d3 storm giants"),
|
||
(97, 99, "1 dragon turtle"),
|
||
(100, 100, "1 kraken")
|
||
]
|
||
},
|
||
|
||
"urban": {
|
||
"1-4": [
|
||
(1, 1, "1d6 cats"),
|
||
(2, 3, "1 commoner with 1d6 goats"),
|
||
(4, 5, "2d10 rats"),
|
||
(6, 6, "1 raven perched on a signpost"),
|
||
(7, 7, "1 commoner on a draft horse"),
|
||
(8, 8, "2d4 mastiffs"),
|
||
(9, 9, "1d2 commoners leading 1d4 mules or 1d4 ponies"),
|
||
(10, 10, "1 pseudodragon"),
|
||
(11, 11, "1 spy"),
|
||
(12, 13, "1d8 + 1 acolytes"),
|
||
(14, 14, "1d6 + 6 flying snakes"),
|
||
(15, 15, "3d6 kobolds"),
|
||
(16, 16, "2d4 giant centipedes"),
|
||
(17, 17, "1d8 + 1 skeletons"),
|
||
(18, 19, "1d6 + 2 swarms of rats"),
|
||
(20, 20, "1d12 zombies"),
|
||
(21, 25, "A peddler weighed down with a load of pots, pans, and other basic supplies"),
|
||
(26, 26, "1 giant wasp"),
|
||
(27, 28, "1 warhorse"),
|
||
(29, 29, "2d8 cultists"),
|
||
(30, 31, "3d4 giant rats"),
|
||
(32, 32, "2d8 stirges"),
|
||
(33, 33, "1d3 + 2 giant poisonous snakes"),
|
||
(34, 34, "1d4 + 2 swarms of bats"),
|
||
(35, 35, "2d4 winged kobolds"),
|
||
(36, 40, "A wagon loaded with apples that has a broken wheel and holds up traffic"),
|
||
(41, 41, "1 crocodile"),
|
||
(42, 43, "1 swarm of insects"),
|
||
(44, 45, "3d6 bandits"),
|
||
(46, 47, "1d3 + 2 nobles on riding horses with an escort of 1d10 guards"),
|
||
(48, 48, "2d4 kenku"),
|
||
(49, 49, "1d6 + 2 smoke mephits"),
|
||
(50, 50, "1d8 + 1 swarms of ravens"),
|
||
(51, 52, "1 wererat"),
|
||
(53, 54, "1d3 half-ogres"),
|
||
(55, 56, "1 mimic"),
|
||
(57, 58, "1d4 ghouls"),
|
||
(59, 60, "1d4 specters"),
|
||
(61, 62, "1d10 shadows"),
|
||
(63, 65, "Someone empties a chamber pot onto the street from a second-floor window"),
|
||
(66, 67, "1 ghast"),
|
||
(68, 69, "1 priest"),
|
||
(70, 71, "1 will-o'-wisp"),
|
||
(72, 73, "1d3 giant spiders"),
|
||
(74, 75, "1d4 yuan-ti purebloods"),
|
||
(76, 77, "2d4 thugs"),
|
||
(78, 80, "A doomsayer who preaches the end of the world from a street corner"),
|
||
(81, 81, "1 cambion"),
|
||
(82, 82, "1 vampire spawn"),
|
||
(83, 83, "1 couatl"),
|
||
(84, 84, "1 ghost"),
|
||
(85, 85, "1 succubus or 1 incubus"),
|
||
(86, 86, "1 bandit captain with 3d6 bandits"),
|
||
(87, 87, "1d4 + 1 cult fanatics"),
|
||
(88, 88, "1 knight or 1 veteran"),
|
||
(89, 89, "1 water weird"),
|
||
(90, 90, "1 wight"),
|
||
(91, 91, "1 mage"),
|
||
(92, 92, "1 shield guardian"),
|
||
(93, 93, "1 gladiator"),
|
||
(94, 94, "1 revenant"),
|
||
(95, 95, "2d4 gargoyles"),
|
||
(96, 96, "1d4 doppelgangers"),
|
||
(97, 97, "1 oni"),
|
||
(98, 98, "1 invisible stalker"),
|
||
(99, 99, "1d3 + 1 phase spiders"),
|
||
(100, 100, "1 assassin")
|
||
],
|
||
"5-10": [
|
||
(1, 2, "1d10 kenku"),
|
||
(3, 4, "2d6 giant centipedes"),
|
||
(5, 6, "2d8 skeletons"),
|
||
(7, 8, "1d6 swarms of bats and 1d6 swarms of rats"),
|
||
(9, 10, "3d6 winged kobolds"),
|
||
(11, 13, "2d4 specters"),
|
||
(14, 16, "1d4 wights"),
|
||
(17, 19, "4d4 acolytes on draft horses"),
|
||
(20, 22, "3d6 giant centipedes"),
|
||
(23, 25, "A talkative urchin, badgering passersby to serve as their guide through the community for a price of 1 sp"),
|
||
(26, 28, "1d10 spies"),
|
||
(29, 31, "3d6 crocodiles"),
|
||
(32, 34, "1d6 + 2 swarms of insects"),
|
||
(35, 37, "2d4 smoke mephits"),
|
||
(38, 40, "A noble shouts 'Stop! Thief!' at a fleeing scoundrel (bandit)"),
|
||
(41, 43, "1 succubus or 1 incubus"),
|
||
(44, 46, "1d10 half-ogres"),
|
||
(47, 49, "2d10 giant wasps"),
|
||
(50, 51, "4d10 zombies"),
|
||
(52, 53, "1d4 knights on warhorses"),
|
||
(54, 55, "1d4 + 1 water weirds"),
|
||
(56, 57, "1d8 + 1 mimics"),
|
||
(58, 59, "2d8 giant spiders"),
|
||
(60, 61, "3d6 shadows"),
|
||
(62, 65, "An actor leans out from a second-story window to call to passersby, announcing a show"),
|
||
(66, 67, "1 bandit captain with 3d8 bandits"),
|
||
(68, 69, "1d10 will-o'-wisps"),
|
||
(70, 71, "2d4 priests"),
|
||
(72, 74, "3d6 yuan-ti purebloods"),
|
||
(75, 76, "2d10 thugs"),
|
||
(77, 80, "A fortune-teller reads cards for those who pay a price of 1 sp"),
|
||
(81, 81, "1d3 gladiators"),
|
||
(82, 82, "1d4 + 1 couatls"),
|
||
(83, 83, "1d8 ghosts"),
|
||
(84, 84, "2d4 doppelgangers"),
|
||
(85, 85, "1d6 + 2 phase spiders"),
|
||
(86, 86, "2d4 veterans"),
|
||
(87, 87, "1d8 ghasts with 2d6 ghouls"),
|
||
(88, 88, "3d6 gargoyles"),
|
||
(89, 89, "2d10 cult fanatics"),
|
||
(90, 90, "3d6 wererats"),
|
||
(91, 91, "1 assassin"),
|
||
(92, 92, "1d3 invisible stalkers"),
|
||
(93, 93, "1 gray slaad"),
|
||
(94, 94, "1 young silver dragon"),
|
||
(95, 95, "1d4 cambions or 1d4 revenants"),
|
||
(96, 96, "3d6 wights"),
|
||
(97, 97, "1 archmage"),
|
||
(98, 98, "2d4 vampire spawn or 1d4 oni"),
|
||
(99, 99, "1 mage with 1 shield guardian"),
|
||
(100, 100, "1 rakshasa or 1 vampire")
|
||
],
|
||
"11-16": [
|
||
(1, 1, "1 mimic"),
|
||
(2, 5, "1 bandit captain with 5d10 bandits, all on riding horses"),
|
||
(6, 10, "1d10 knights on warhorses (one knight is a doppelganger)"),
|
||
(11, 13, "1d8 succubi or 1d8 incubi"),
|
||
(14, 16, "3d6 cult fanatics"),
|
||
(17, 19, "1d10 wights"),
|
||
(20, 22, "3d6 wererats"),
|
||
(23, 25, "A distant boom followed by a plume of smoke rising from the other side of the community"),
|
||
(26, 28, "1d8 + 1 ghosts"),
|
||
(29, 31, "2d10 gargoyles"),
|
||
(32, 34, "1d6 + 2 water weirds"),
|
||
(35, 37, "1d4 + 4 will-o'-wisps"),
|
||
(38, 40, "Street performers putting on a puppet show, involving two puppets beating each other with sticks to the amusement of the gathered crowd"),
|
||
(41, 43, "2d4 couatls"),
|
||
(44, 46, "2d8 ghasts"),
|
||
(47, 51, "1d8 + 1 veterans"),
|
||
(52, 55, "3d4 priests"),
|
||
(56, 58, "2d4 cambions"),
|
||
(59, 61, "1d10 revenants"),
|
||
(62, 65, "2d4 phase spiders"),
|
||
(66, 69, "A scruffy commoner that ducks into an alley to make a purchase from a suspicious looking figure"),
|
||
(70, 72, "1d8 invisible stalkers"),
|
||
(73, 75, "1d8 + 1 gladiators"),
|
||
(76, 80, "Two farmers trading blows over the price of potatoes (50% chance for one farmer to be a retired assassin)"),
|
||
(81, 82, "1d4 young silver dragons"),
|
||
(83, 84, "1d4 assassins"),
|
||
(85, 86, "1d8 oni"),
|
||
(87, 88, "1d4 mages with 1d4 shield guardians"),
|
||
(89, 90, "1d10 vampire spawn"),
|
||
(91, 92, "1 adult silver dragon"),
|
||
(93, 94, "1d4 gray slaadi"),
|
||
(95, 96, "1 spellcaster vampire or 1 warrior vampire"),
|
||
(97, 97, "1 rakshasa"),
|
||
(98, 98, "1 vampire"),
|
||
(99, 99, "1 ancient silver dragon"),
|
||
(100, 100, "1 archmage speeding down the street on a riding horse, blasting 1d4 guards with spells")
|
||
],
|
||
"17-20": [
|
||
(1, 5, "1d10 invisible stalkers"),
|
||
(6, 10, "1d10 revenants"),
|
||
(11, 14, "1d6 + 2 gladiators"),
|
||
(15, 18, "2d4 cambions"),
|
||
(19, 22, "2d6 succubi or 2d6 incubi"),
|
||
(23, 25, "A witch (archmage) who zooms overhead on a broom of flying"),
|
||
(26, 30, "1d4 gray slaadi"),
|
||
(31, 35, "2d8 couatls"),
|
||
(36, 40, "A distraught parent who rushes up to people, begging for help for a child who fell into the sewer"),
|
||
(41, 45, "1d3 young silver dragons"),
|
||
(46, 50, "3d6 ghosts"),
|
||
(51, 55, "1 adult silver dragon"),
|
||
(56, 60, "1d4 mages with 1d4 shield guardians"),
|
||
(61, 65, "An aggressive merchant who hawks wares to passersby, claiming to be the purveyor of the finest silks in all the land"),
|
||
(66, 70, "1 ancient silver dragon"),
|
||
(71, 75, "3d6 vampire spawn"),
|
||
(76, 80, "A patrol of 2d10 guards marching up the street, searching for someone or something"),
|
||
(81, 85, "1d10 assassins"),
|
||
(86, 90, "1d4 + 1 gray slaadi"),
|
||
(91, 93, "1d10 oni"),
|
||
(94, 96, "1 spellcaster vampire or 1 warrior vampire"),
|
||
(97, 97, "1d4 archmages"),
|
||
(98, 98, "1d3 rakshasas"),
|
||
(99, 99, "1d4 vampires"),
|
||
(100, 100, "1 tarrasque")
|
||
]
|
||
},
|
||
|
||
"plane_of_air": {
|
||
"1-4": [
|
||
(1, 15, "1d4 air elementals (small)"),
|
||
(16, 25, "1d6 giant eagles"),
|
||
(26, 35, "1d4 griffons"),
|
||
(36, 45, "2d6 winged kobolds"),
|
||
(46, 55, "1d4 hippogriffs"),
|
||
(56, 65, "1d3 manticores"),
|
||
(66, 75, "1d8 + 2 aarakocra warriors"),
|
||
(76, 85, "1d4 djinn (young)"),
|
||
(86, 95, "1d2 young air elementals"),
|
||
(96, 100, "1 young air dragon (crystal or blue)"),
|
||
],
|
||
"5-10": [
|
||
(1, 15, "1d6 air elementals"),
|
||
(16, 25, "2d4 giant eagles"),
|
||
(26, 35, "1d4 djinn"),
|
||
(36, 45, "1d3 manticores"),
|
||
(46, 55, "1d6 + 2 griffons"),
|
||
(56, 65, "1d4 aarakocra elders"),
|
||
(66, 75, "1d3 air elementals (elder)"),
|
||
(76, 85, "1 young air dragon"),
|
||
(86, 95, "1d4 djinn nobles"),
|
||
(96, 100, "1 roc"),
|
||
],
|
||
"11-16": [
|
||
(1, 15, "2d4 air elementals"),
|
||
(16, 25, "1d4 djinn nobles"),
|
||
(26, 35, "1d3 rocs"),
|
||
(36, 45, "1d6 young air dragons"),
|
||
(46, 55, "1d4 air elementals (elder)"),
|
||
(56, 65, "1d6 djinn"),
|
||
(66, 75, "1 adult air dragon"),
|
||
(76, 85, "1d3 air elementals (greater)"),
|
||
(86, 95, "1d4 djinn sultans"),
|
||
(96, 100, "1d2 adult air dragons"),
|
||
],
|
||
"17-20": [
|
||
(1, 15, "1d6 air elementals (greater)"),
|
||
(16, 25, "1d4 adult air dragons"),
|
||
(26, 35, "1d3 rocs (ancient)"),
|
||
(36, 45, "1d6 djinn sultans"),
|
||
(46, 55, "1 air elemental lord"),
|
||
(56, 65, "2d4 air elementals (elder)"),
|
||
(66, 75, "1 ancient air dragon"),
|
||
(76, 85, "1d4 adult air dragons with 1d6 young"),
|
||
(86, 95, "1d3 air elemental lords"),
|
||
(96, 100, "1 ancient air dragon with 1d4 djinn nobles"),
|
||
],
|
||
},
|
||
"plane_of_earth": {
|
||
"1-4": [
|
||
(1, 15, "1d4 earth elementals (small)"),
|
||
(16, 25, "2d6 goblins"),
|
||
(26, 35, "1d4 + 2 giant beetles"),
|
||
(36, 45, "1d8 + 1 dwarven warriors"),
|
||
(46, 55, "1d6 + 2 hobgoblins"),
|
||
(56, 65, "1d4 ogres"),
|
||
(66, 75, "1d3 xorns"),
|
||
(76, 85, "1d6 giant ants"),
|
||
(86, 95, "1d4 bulettes (young)"),
|
||
(96, 100, "1 young earth dragon (or purple wormling)"),
|
||
],
|
||
"5-10": [
|
||
(1, 15, "1d6 earth elementals"),
|
||
(16, 25, "1d4 xorns"),
|
||
(26, 35, "1d6 ogres"),
|
||
(36, 45, "1d4 bulettes"),
|
||
(46, 55, "2d4 dwarven veterans"),
|
||
(56, 65, "1d3 earth elementals (elder)"),
|
||
(66, 75, "1d6 giant scorpions"),
|
||
(76, 85, "1 young earth dragon"),
|
||
(86, 95, "1d4 galeb duhr"),
|
||
(96, 100, "1 roc (mountain)"),
|
||
],
|
||
"11-16": [
|
||
(1, 15, "2d4 earth elementals"),
|
||
(16, 25, "1d4 bulettes (ancient)"),
|
||
(26, 35, "1d6 xorns (noble)"),
|
||
(36, 45, "1d4 young earth dragons"),
|
||
(46, 55, "1d3 earth elementals (elder)"),
|
||
(56, 65, "1d6 stone golems"),
|
||
(66, 75, "1 adult earth dragon"),
|
||
(76, 85, "1d4 galeb duhr (elder)"),
|
||
(86, 95, "1d3 dao (earth genies)"),
|
||
(96, 100, "1d2 adult earth dragons"),
|
||
],
|
||
"17-20": [
|
||
(1, 15, "1d6 earth elementals (greater)"),
|
||
(16, 25, "1d4 adult earth dragons"),
|
||
(26, 35, "1d6 dao nobles"),
|
||
(36, 45, "1 earth elemental lord"),
|
||
(46, 55, "1d4 stone golems (ancient)"),
|
||
(56, 65, "1d3 ancient earth dragons"),
|
||
(66, 75, "1d6 xorns (royal)"),
|
||
(76, 85, "1d4 adult earth dragons with 1d4 bulettes"),
|
||
(86, 95, "1d3 earth elemental lords"),
|
||
(96, 100, "1 ancient earth dragon with 1d4 dao"),
|
||
],
|
||
},
|
||
"plane_of_fire": {
|
||
"1-4": [
|
||
(1, 15, "1d4 fire elementals (small)"),
|
||
(16, 25, "1d6 + 2 fire snakes"),
|
||
(26, 35, "1d4 magma mephits"),
|
||
(36, 45, "1d4 + 1 azers"),
|
||
(46, 55, "1d6 firenewts"),
|
||
(56, 65, "1d3 salamanders (young)"),
|
||
(66, 75, "1d4 hell hounds"),
|
||
(76, 85, "1d2 fire elementals (young)"),
|
||
(86, 95, "1d4 magmins"),
|
||
(96, 100, "1 young fire dragon (or pyrohydra)"),
|
||
],
|
||
"5-10": [
|
||
(1, 15, "1d6 fire elementals"),
|
||
(16, 25, "1d4 salamanders"),
|
||
(26, 35, "1d6 azers (veterans)"),
|
||
(36, 45, "1d4 hell hounds (pack)"),
|
||
(46, 55, "1d3 fire elementals (elder)"),
|
||
(56, 65, "1d6 firenewts (warlocks)"),
|
||
(66, 75, "1d2 young fire dragons"),
|
||
(76, 85, "1d4 efreet"),
|
||
(86, 95, "1d6 magmins (greater)"),
|
||
(96, 100, "1 roc (fire variant)"),
|
||
],
|
||
"11-16": [
|
||
(1, 15, "2d4 fire elementals"),
|
||
(16, 25, "1d4 efreet nobles"),
|
||
(26, 35, "1d6 salamanders (elder)"),
|
||
(36, 45, "1d4 young fire dragons"),
|
||
(46, 55, "1d3 fire elementals (greater)"),
|
||
(56, 65, "1d6 azers (captains)"),
|
||
(66, 75, "1 adult fire dragon"),
|
||
(76, 85, "1d4 efreet sultans"),
|
||
(86, 95, "1d3 fire elementals (elder)"),
|
||
(96, 100, "1d2 adult fire dragons"),
|
||
],
|
||
"17-20": [
|
||
(1, 15, "1d6 fire elementals (greater)"),
|
||
(16, 25, "1d4 adult fire dragons"),
|
||
(26, 35, "1d6 efreet sultans"),
|
||
(36, 45, "1 fire elemental lord"),
|
||
(46, 55, "1d4 salamanders (ancient)"),
|
||
(56, 65, "1d3 ancient fire dragons"),
|
||
(66, 75, "1d6 azers (commanders)"),
|
||
(76, 85, "1d4 adult fire dragons with 1d6 efreet"),
|
||
(86, 95, "1d3 fire elemental lords"),
|
||
(96, 100, "1 ancient fire dragon with 1d4 efreet nobles"),
|
||
],
|
||
},
|
||
"plane_of_water": {
|
||
"1-4": [
|
||
(1, 15, "1d4 water elementals (small)"),
|
||
(16, 25, "2d6 sahuagin"),
|
||
(26, 35, "1d4 + 2 giant octopuses"),
|
||
(36, 45, "1d6 merfolk (guards)"),
|
||
(46, 55, "1d4 + 1 giant crabs"),
|
||
(56, 65, "1d3 merrow"),
|
||
(66, 75, "1d4 water weirds"),
|
||
(76, 85, "1d6 giant sharks"),
|
||
(86, 95, "1d2 young water elementals"),
|
||
(96, 100, "1 young water dragon (or sea serpent)"),
|
||
],
|
||
"5-10": [
|
||
(1, 15, "1d6 water elementals"),
|
||
(16, 25, "1d4 merrow"),
|
||
(26, 35, "1d6 sahuagin (priestesses)"),
|
||
(36, 45, "1d3 water elementals (elder)"),
|
||
(46, 55, "1d4 giant octopuses (elder)"),
|
||
(56, 65, "1d2 young water dragons"),
|
||
(66, 75, "1d4 marids"),
|
||
(76, 85, "1d6 giant sharks (hunter)"),
|
||
(86, 95, "1d4 water weirds (greater)"),
|
||
(96, 100, "1 roc (sea variant)"),
|
||
],
|
||
"11-16": [
|
||
(1, 15, "2d4 water elementals"),
|
||
(16, 25, "1d4 marid nobles"),
|
||
(26, 35, "1d6 merrow (elders)"),
|
||
(36, 45, "1d4 young water dragons"),
|
||
(46, 55, "1d3 water elementals (greater)"),
|
||
(56, 65, "1d6 sahuagin (barons)"),
|
||
(66, 75, "1 adult water dragon"),
|
||
(76, 85, "1d4 marid sultans"),
|
||
(86, 95, "1d3 water elementals (elder)"),
|
||
(96, 100, "1d2 adult water dragons"),
|
||
],
|
||
"17-20": [
|
||
(1, 15, "1d6 water elementals (greater)"),
|
||
(16, 25, "1d4 adult water dragons"),
|
||
(26, 35, "1d6 marid sultans"),
|
||
(36, 45, "1 water elemental lord"),
|
||
(46, 55, "1d4 giant octopuses (ancient)"),
|
||
(56, 65, "1d3 ancient water dragons"),
|
||
(66, 75, "1d6 sahuagin (high priestesses)"),
|
||
(76, 85, "1d4 adult water dragons with 1d6 marids"),
|
||
(86, 95, "1d3 water elemental lords"),
|
||
(96, 100, "1 ancient water dragon with 1d4 marid nobles"),
|
||
],
|
||
}
|
||
}
|