Updated server/servermodlauncher, added arcanite necklace

This commit is contained in:
mstoppelli
2018-12-09 17:53:46 -05:00
parent ac04253f75
commit bf252ba215
37 changed files with 243 additions and 55 deletions

View File

@@ -270,9 +270,6 @@ public class LootBounty {
if (tool != null) {
corpse.insertItem(tool, true);
}
if(random.nextInt(100) < 75){
corpse.insertItem(ItemFactory.createItem((random.nextBoolean() ? ItemList.adamantineBar : ItemList.glimmerSteelBar), 30+(30*random.nextFloat()), ""));
}
if(random.nextInt(100) < 25) {
Item item = ItemFactory.createItem(ItemUtil.getMysteryEggID(), 50, "");
item.setRarity((byte)1);