- Added King's block starters to merchant.
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user