- Added King's block starters to merchant.

This commit is contained in:
marcins78@gmail.com
2012-05-24 13:00:35 +00:00
parent 670cc42748
commit be75e26f99
2 changed files with 9 additions and 1 deletions

View File

@@ -79,13 +79,20 @@ public class MerchantService {
addFixedItem("MoM - Gimli Starter", 2500);
addFixedItem("RotEL - Boromir Starter", 2500);
addFixedItem("RotEL - Legolas Starter", 2500);
addFixedItem("TTT - Aragorn Starter", 2500);
addFixedItem("TTT - Theoden Starter", 2500);
addFixedItem("BoHD - Eowyn Starter", 3500);
addFixedItem("BoHD - Legolas Starter", 3500);
addFixedItem("EoF - Faramir Starter", 3500);
addFixedItem("EoF - Witch-king Starter", 3500);
addFixedItem("RotK - Aragorn Starter", 2500);
addFixedItem("RotK - Eomer Starter", 2500);
addFixedItem("SoG - Merry Starter", 2500);
addFixedItem("SoG - Pippin Starter", 2500);
addFixedItem("MD - Frodo Starter", 2500);
addFixedItem("MD - Sam Starter", 2500);
}
private void addFixedItem(String blueprintId, int price) {

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>24 May 2012</b>
- "Úlairë Otsëa, Black-Mantled Wraith" now gives the option of choice to the FP player, rather than Shadow player.
- Added King's block starters to merchant.
<b>23 May 2012</b>
- "Merry, Noble Warrior" now adds +2 Strength for each ROHAN companion, instead of just +1.