FEATURE: Starter Chest System - seed-based random loot for new game (guaranteed + rare items)

This commit is contained in:
2025-12-11 13:04:38 +01:00
parent ecd9fc6731
commit 92c88d5c2d
2 changed files with 129 additions and 0 deletions

View File

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