FEATURE: Gem Drop System - Diamond, Emerald, Ruby, Sapphire rare drops with rarity chances + sell values
This commit is contained in:
@@ -24,7 +24,9 @@ class LootSystem {
|
||||
const symbols = {
|
||||
'wood': '🪵', 'stone': '🪨', 'seeds': '🌱', 'wheat': '🌾',
|
||||
'axe': '🪓', 'pickaxe': '⛏️', 'sword': '⚔️', 'hoe': '🚜',
|
||||
'item_bone': '🦴', 'flower': '🌸'
|
||||
'item_bone': '🦴', 'flower': '🌸',
|
||||
'diamond': '💎', 'emerald': '💚', 'ruby': '❤️', // GEMS!
|
||||
'gold_coin': '🪙', 'iron': '⚙️'
|
||||
};
|
||||
if (symbols[type]) symbol = symbols[type];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user