Skip to content

Commit

Permalink
dialogue fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliharu committed Feb 9, 2024
1 parent bef961b commit dadfbdf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/dialogues/advancement-dialogue.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
{{/ifNotEquals}}
{{#ifEquals exalt 'lunar'}}
<tr style="text-align:center;">
<td>Non-Caste (-1 if Casteless)</td>
<td>10</td>
<td>Non-Caste</td>
<td>10 (9 if Casteless)</td>
</tr>
<tr style="text-align:center;">
<td>Caste or Favoured </td>
Expand Down Expand Up @@ -249,7 +249,7 @@
</tr>
<tr style="text-align:center;">
<td>Charms</td>
<td>10 (8 if ability is favored, 9 if Not Favored and Casteless)</td>
<td>10 (8 if attribute is favored, 9 if Not Favored and Casteless)</td>
</tr>
<tr style="text-align:center;">
<td>Spell</td>
Expand Down Expand Up @@ -303,7 +303,7 @@
</tr>
<tr style="text-align:center;">
<td>Charms/Spells</td>
<td>10 (8 if ability is favored)</td>
<td>10 (8 if ability/attribute is favored)</td>
</tr>
<tr style="text-align:center;">
<td>Spells</td>
Expand Down Expand Up @@ -350,7 +350,7 @@
</tr>
<tr style="text-align:center;">
<td>Charms/Spells</td>
<td>10 (8 if ability is favored)</td>
<td>10 (8 if ability/attribute is favored)</td>
</tr>
<tr style="text-align:center;">
<td>Spells</td>
Expand All @@ -370,7 +370,7 @@
<th>Time</th>
</tr>
<tr style="text-align:center;">
<td>Attribute</td>
<td>Non-Caste/Favored Attribute</td>
<td>(new rating) months</td>
</tr>
{{#ifEquals exalt 'lunar'}}
Expand Down

0 comments on commit dadfbdf

Please sign in to comment.