Wizards: Removed chainmail loot, added gold armor instead

This commit is contained in:
libraryaddict 2015-05-13 19:14:40 +12:00
parent 20aeccb3be
commit 938386bf77

View File

@ -694,10 +694,10 @@ public class Wizards extends SoloGame
_chestLoot.addLoot(Material.LEATHER_CHESTPLATE, 6, 1, 1);
_chestLoot.addLoot(Material.LEATHER_HELMET, 6, 1, 1);
_chestLoot.addLoot(Material.CHAINMAIL_BOOTS, 5, 1, 1);
_chestLoot.addLoot(Material.CHAINMAIL_CHESTPLATE, 5, 1, 1);
_chestLoot.addLoot(Material.CHAINMAIL_HELMET, 5, 1, 1);
_chestLoot.addLoot(Material.CHAINMAIL_LEGGINGS, 5, 1, 1);
_chestLoot.addLoot(Material.GOLD_BOOTS, 5, 1, 1);
_chestLoot.addLoot(Material.GOLD_CHESTPLATE, 5, 1, 1);
_chestLoot.addLoot(Material.GOLD_HELMET, 5, 1, 1);
_chestLoot.addLoot(Material.GOLD_LEGGINGS, 5, 1, 1);
_chestLoot.addLoot(Material.IRON_BOOTS, 2, 1, 1);
_chestLoot.addLoot(Material.IRON_CHESTPLATE, 2, 1, 1);