- Added resistance to card detail information window.
This commit is contained in:
@@ -148,6 +148,11 @@ public class LotroGameMediator {
|
||||
sb.append("<br><b>Vitality:</b> " + vitality);
|
||||
} catch (UnsupportedOperationException exp) {
|
||||
}
|
||||
try {
|
||||
int resistance = _lotroGame.getModifiersQuerying().getResistance(_lotroGame.getGameState(), card);
|
||||
sb.append("<br><b>Resistance:</b> " + resistance);
|
||||
} catch (UnsupportedOperationException exp) {
|
||||
}
|
||||
try {
|
||||
int siteNumber = _lotroGame.getModifiersQuerying().getMinionSiteNumber(_lotroGame.getGameState(), card);
|
||||
sb.append("<br><b>Site number:</b> " + siteNumber);
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>22 Jan. 2012</b>
|
||||
- Added resistance to card detail information window.
|
||||
|
||||
<b>18 Jan. 2012</b>
|
||||
- The casual games now have correct amount of cards in deck.
|
||||
- Conditions which become minions now have a default site number of 0.
|
||||
|
||||
Reference in New Issue
Block a user