Changeset 180
- Timestamp:
- 05/26/07 03:38:04 (3 years ago)
- Files:
-
- 1 modified
-
veekun/trunk/static/dex/mechanics/natures.tt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/static/dex/mechanics/natures.tt
r128 r180 50 50 <tr class="heading"> 51 51 <td colspan="2" class="right">Decreased →</td> 52 [% FOREACH stat_id IN [ 0 .. 4] %]52 [% FOREACH stat_id IN [ 1 .. 5 ] %] 53 53 <th>[% StatNames.$stat_id %]</th> 54 54 [% END %] … … 56 56 <tr class="heading"> 57 57 <td colspan="2" class="left">↓ Increased</td> 58 [% FOREACH stat_id IN [ 0 .. 4] %]58 [% FOREACH stat_id IN [ 1 .. 5 ] %] 59 59 <th>[% StatFlavors.$stat_id %]</th> 60 60 [% END %] 61 61 </tr> 62 62 [% color = 1 %] 63 [% FOREACH plus IN [ 0 .. 4] %]63 [% FOREACH plus IN [ 1 .. 5 ] %] 64 64 <tr class="color[% color %]"> 65 65 <th class="heading-vert">[% StatNames.$plus %]</th> 66 66 <th class="heading-vert">[% StatFlavors.$plus %]</th> 67 [% FOREACH minus IN [ 0 .. 4] %]67 [% FOREACH minus IN [ 1 .. 5 ] %] 68 68 <td>[% crossed_natures.$plus.$minus OR '-' | ucfirst %]</td> 69 69 [% END %]
