No description provided
miner
French
1
Maghnitus
The items used inside this job. AI has helped to generate these items, feel free to reach out if there any apparent issues.
INSERT INTO items (name, label, weight) VALUES
('stone', 'Stone', 500),
('refined_stone', 'Refined Stone', 300),
('coal', 'Coal', 400),
('coal_dust', 'Coal Dust', 100),
('iron_ore', 'Iron Ore', 200),
('iron_ingot', 'Iron Ingot', 250),
('copper_ore', 'Copper Ore', 200),
('copper_ingot', 'Copper Ingot', 150),
('gold_ore', 'Gold Ore', 100),
('gold_ingot', 'Gold Ingot', 120),
('metal_parts', 'Metal Parts', 300),
('jewelry_base', 'Jewelry Base', 50),
('platinum_ore', 'Platinum Ore', 150),
('platinum_ingot', 'Platinum Ingot', 180),
('uranium_ore', 'Uranium Ore', 120),
('uranium_core', 'Uranium Core', 80),
('luxury_piece', 'Luxury Piece', 200);