|
|
| (4 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <table class="encounter" id="{{{2}}}"> | | <table class="enc" id="{{{2}}}"> |
| <tr> | | <tr> |
| <th class="encounterHeader" colspan=3> | | <th class="encHeader" colspan=3> |
| {{{1}}} | | {{{1}}} |
| </th> | | </th> |
| </tr> | | </tr> |
| <tr> | | <tr> |
| <td class="encounterImage" colspan=3> | | <td class="encImage" colspan=3> |
| <div class="encounterContainer"> | | <div class="encContainer"> |
| {{#tag:html|<img src="/images/1/11/{{{2}}}{{{4}}}.png" id="{{{2}}}img" link=""}} | | {{#tag:html|<img src="/images/1/11/{{{2}}}{{{3}}}.png" id="{{{2}}}img" link=""}} |
| <div class="encounterTimeParameters"> | | <div class="encTimeParameters"> |
| {{#tag:html|<div class="timeParameter" aria-label="Available during dawn" onclick='document.getElementById("{{{2}}}img").src = "/images/1/11/{{{2}}}dawn.png"'> | | {{#tag:html|<div class="timeParameter" aria-label="Available during dawn" onclick='document.getElementById("{{{2}}}img").src = "/images/1/11/{{{2}}}dawn.png"'> |
| <img src="/images/f/f5/Icon-time-dawn.png"></button> | | <img src="/images/f/f5/Icon-time-dawn.png"></button> |
| Line 20: |
Line 20: |
| </div> | | </div> |
| </div>}} | | </div>}} |
| <div class="encounterStatusParameters">
| |
| <div class="seasonParameter" aria-label="Available during Spring only">
| |
| https://static.wolvden.com/images/layout/icons/icon-season-spring.png
| |
| </div>
| |
| </div>
| |
| </div>
| |
| </td>
| |
| </tr>
| |
| <tr>
| |
| <td class="encounterPrompt" colspan=3>
| |
| You spot strange movement in the grass. Upon moving closer, you discover two greater prairie chickens in the middle of a love dance. Well, the female is observing the dancing male in silence, looking a bit bored.
| |
| </td>
| |
| </tr>
| |
| <tr>
| |
| <th class="encounterOption">
| |
| Observe
| |
| </th>
| |
| <td class="encounterResult" rowspan=2>
| |
| The birds don't notice anything as you approach closer to observe them. The more you watch the elegant foot-stomping show, the more you feel the need to eat something. You begin to make a move, but suddenly, both chickens realize how close you are and panic, leaving a few feathers as they fly away.
| |
| </td>
| |
| <td class="encounterReward" rowspan=2>
| |
| +1 Grouse Feather<br>[[File:feather_grouse.png]]
| |
| </td>
| |
| </tr>
| |
| <tr>
| |
| <th class="optionLog">
| |
| <div class="logContainer">
| |
| <div class="logButton" aria-label="Observed a greater prairie chicken dance...">
| |
| [[File:Userlogbutton.png|link=]]
| |
| </div>
| |
| </div>
| |
| </th>
| |
| </tr>
| |
| </table>
| |