SRD:Medium Size
Medium Size
A
B
C
D
- Deinonychus
- Demon
- Demon, Succubus
- Devil, Barbazu
- Devil, Erinyes
- Devil, Hamatula
- Devil, Kyton
- Devil, Lemure
- Digester
- Digester
- Dire Badger
- Dire Weasel
- Dog, Riding
- Donkey
- Donkey
- Doppelganger
- Doppelganger
- Doppelgangers (Race)
- Drow
- Dryad
- Dryad
- Duergar
- Dwarf
- Dwarf
- Dwarves, Deep (Race)
- Dwarves, Gray—Duergar (Race)
- Dwarves, Hill (Race)
- Dwarves, Hill (Race)
- Dwarves, Mountain (Race)
E
F
G
- Gargoyle
- Gargoyle
- Gargoyles (Race)
- Gargoyles—Kapoacinths (Race)
- Genie, Janni
- Genies—Jann (Race)
- Ghaele
- Ghast
- Ghoul
- Ghoul
- Ghoul, Ghast
- Giant Ant, Soldier
- Giant Ant, Worker
- Giant Ant Soldier
- Giant Ant Worker
- Giant Bee
- Giant Bee
- Giant Beetle, Bombardier
- Giant Bombardier Beetle
- Gibbering Mouther
- Gibbering Mouther
- Gloom
- Gnoll
- Gnoll
- Gnolls (Race)
- Gold Dragon
- Gold Dragon
- Gray Ooze
- Gray Ooze
- Greater Shadow
- Green Dragon
- Green Dragon
- Green Hag
- Grick
- Grick
- Grimlock
- Grimlock
- Grimlocks (Race)
H
- Hag, Green
- Half-Elves (Race)
- Half-Elves (Race)
- Half-Giant
- Half-Giants (Race)
- Half-Orcs (Race)
- Half-Orcs (Race)
- Harpy
- Harpy
- Harpy Archer
- Hell Hound
- Hell Hound
- Hoary Hunter
- Hobgoblin
- Hobgoblin
- Hobgoblins (Race)
- Hound Archon
- Hound Archon Hero
- Human Warrior Skeleton
- Human Zombie
- Humans (Race)
- Humans (Race)
- Hunefer
- Hyena
J
L
M
- Maenad
- Maenads (Race)
- Medium Air Elemental
- Medium Animated Object
- Medium Earth Elemental
- Medium Fire Elemental
- Medium Monstrous Centipede
- Medium Monstrous Scorpion
- Medium Monstrous Spider
- Medium Shark
- Medium Viper
- Medium Water Elemental
- Medusa
- Medusa
- Merfolk
- Merfolk
- Mohrg
- Mohrg
- Monitor Lizard
- Monstrous Centipede, Medium-Size
- Monstrous Scorpion, Medium-Size
- Monstrous Spider, Medium-Size
- Mummy
- Mummy
- Mummy Lord
P
R
S
T
W
Back to Main Page → 3.5e Open Game Content → System Reference Document → Creatures
gollark: Caching is nice, I suppose.
gollark: Actually, SQLite is just very fast anyway, it can do sensible queries in a few milliseconds.
gollark: <@!330678593904443393> While better-sqlite3 *can* let me do what your PHP framework does, prepared statements are apparently more efficient and this is neater.
gollark: This is rendered to HTML.
gollark: Oh, and look how I write HTML:```javascript return { view(vnode) { const inputHandler = e => { value = e.target.value } if (vnode.attrs.initialValue && value === undefined || value === null) { value = vnode.attrs.initialValue } return m(".editor", [ m(".toolbar", [ m("button", { onclick: () => vnode.attrs.onsave(value, true) }, "Done"), m("button", { onclick: () => vnode.attrs.onsave(value, false) }, "Save"), m("button", { onclick: () => { previewing = !previewing } }, previewing ? "Edit" : "Preview") ]), previewing ? m(".preview", renderAST(parse(value))) : m("textarea", { value, oninput: inputHandler, onchange: inputHandler }), ]) } }```
This article is issued from Dandwiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.