Repositories (1)

TreasureHunting
1 snippets stored for this repo
}
            
            while (count-- > 0) {
                Item cocaine = ItemFactory.createItem(666, 99.0f, getRarity(), null);
                cocaine.setMaterial(getMaterial(ItemTemplateFactory.getInstance().getTemplate(666)));
                list.add(cocaine);
            }