Gez
First Post
I'm kinda confused by the DMG section on Wilderness Adventure. From page 87 (DMG 3.5) on, there are percentile tables for features of various terrains.
For example, here's the first one, "Forest Terrain Features:"
How do they work?
For example, here's the first one, "Forest Terrain Features:"
Code:
---Category of Forest---
Sparse Medium Dense
Typical trees 50% 70% 80%
Massive trees -- 10% 20%
Light undergrowth 50% 70% 50%
Heavy undergrowth -- 20% 50%
How do they work?
- Roll once for each line. A square of dense forest has a 80% chance of featuring one typical tree, a 20% for a massive tree, a 50% for light undergrowth, and a 50% chance for heavy undergrowth. (Which amount to a 4% of having all of those.)
- It's a problem of inconsistant format. If it followed the same presentation as all other D&D percentile tables, it would be like this:
Code:---Category of Forest--- Sparse Medium Dense _TREES_______________________________________ No trees 01-50 01-20 --- Typical trees 51-00 21-90 01-80 Massive trees --- 91-00 81-00 _UNDERGROWTH_________________________________ No undergrowth 01-50 01-10 --- Light undergrowth 51-00 11-80 01-50 Heavy undergrowth --- 81-00 51-00 (Roll once for trees and once for undergrowth.)
- Something else?