Skip to content

Commit

Permalink
searchmap: let's see if markdown tables work
Browse files Browse the repository at this point in the history
  • Loading branch information
lynxlynxlynx committed Nov 9, 2024
1 parent 9692cba commit a9575e0
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions appendices/search.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,29 @@

<br />
<div class="indent1">
All areas have a search map, which controls where the player may walk, and the footstep sound while walking over certain areas.<br />
All areas have a search map, which controls where the player may walk and fly, the footstep sound while walking over certain areas, what terrain projectiles can pass and whether terrain blocks clearing of the fog of war.<br />
The search map for BG2 is:<br />
<div class="indent1">
0 - Obstacle - impassable, light blocking (black)<br />
1 - Sand ? (burgandy)<br />
2 - Wood (green)<br />
3 - Wood (brown)<br />
4 - Stone - echo-ey (dark blue)<br />
5 - Grass - soft (purple)<br />
6 - Water - passable (turquoise)<br />
7 - Stone - hard (light gray)<br />
8 - Obstacle - impassable, non light blocking (dark grey)<br />
9 - Wood (red)<br />
10 - Wall - impassable (bright green)<br />
11 - Water - passable (yellow)<br />
12 - Water - impassable (blue)<br />
13 - Roof - impassable (pink)<br />
14 - Worldmap exit (light blue)<br />
15 - Grass (white)<br />
<br />
</div>

| **Value** | **Description** | **Color** | **Walk sound** | **Walkable** | **See through** | **Flyable** | **Projectiles** |
|:---------:|:---------------:|:-----------------:|:--------------:|:------------:|:---------------:|:-----------:|:---------------:|
| 0 | Obstacle | Black | / | no | no | no | no |
| 1 | Sand | Burgundy | WAL_04 | yes | yes | yes | yes |
| 2 | Wood | Dark Green | WAL_MT | yes | yes | yes | yes |
| 3 | Wood creaking | Brown/Dark Yellow | WAL_02 | yes | yes | yes | yes |
| 4 | Stone echoey | Dark Blue | WAL_05 | yes | yes | yes | yes |
| 5 | Grass | Purple | WAL_06 | yes | yes | yes | yes |
| 6 | Water | Turquoise | WAL_01 | yes | yes | yes | yes |
| 7 | Stone | Light Gray | WAL_03 | yes | yes | yes | yes |
| 8 | Obstacle | Dark Gray | / | no | yes | yes | yes |
| 9 | Wood creaking | Red | WAL_02 | yes | yes | yes | yes |
| 10 | Wall | Bright Green | / | no | no | no | no |
| 11 | Water | Yellow | WAL_01 | yes | yes | yes | yes |
| 12 | Water | Blue | / | no | yes | yes | yes |
| 13 | Roof | Magenta | / | no | no | no | no |
| 14 | Worldmap exit | Cyan | / | no | yes | yes | yes |
| 15 | Grass | White | WAL_04 | yes | yes | yes | yes |


A sample search map (from ar0072) can be seen below. <br />
<div class="indent1">
<img src="../images/ar0072sr.png" alt="Sample search map - AR0072" />
Expand Down

0 comments on commit a9575e0

Please sign in to comment.