use of com.skelril.nitro.droptable.MasterDropTable in project Skree by Skelril.
the class TempleOfFateInstance method setUp.
private void setUp() {
startingPoint = new Location<>(getRegion().getExtent(), getRegion().getMinimumPoint().add(4, 11, 58));
SlipperySingleHitDiceRoller slipRoller = new SlipperySingleHitDiceRoller();
dropTable = new MasterDropTable(slipRoller, Lists.newArrayList(new DropTableImpl(slipRoller, Lists.newArrayList(new DropTableEntryImpl(new SimpleDropResolver(Lists.newArrayList(newItemStack("skree:ancient_metal_fragment"))), 1))), new DropTableImpl(slipRoller, Lists.newArrayList(new DropTableEntryImpl(new SimpleDropResolver(Lists.newArrayList(newItemStack("skree:emblem_of_hallow"))), 30))), new DropTableImpl(slipRoller, Lists.newArrayList(new DropTableEntryImpl(new SimpleDropResolver(Lists.newArrayList(newItemStack("skree:emblem_of_the_forge"))), 30)))));
}
Aggregations