FEATURE: Gem Drop System - Diamond, Emerald, Ruby, Sapphire rare drops with rarity chances + sell values

This commit is contained in:
2025-12-11 13:09:49 +01:00
parent 47a170ccb8
commit ca4e0fc40e
3 changed files with 191 additions and 1 deletions

View File

@@ -109,6 +109,7 @@
<script src="src/systems/MountSystem.js"></script>
<script src="src/systems/SteamIntegrationSystem.js"></script>
<script src="src/systems/StarterChestSystem.js"></script>
<script src="src/systems/GemDropSystem.js"></script>
<!-- Multiplayer -->
<!-- <script src="https://cdn.socket.io/4.7.2/socket.io.min.js"></script> -->