➡️ Title
feat/add-random-loot-chest-and-remove-ground-weapons-in-citizen-of-arcanis
📘 Description
Implement a random loot chest system in Citizen Of Arcanis that spawns directly for the player, providing randomized weapons or items.
Additionally, remove all existing weapons that currently spawn or remain scattered on the ground to centralize loot acquisition through the chest system.
✅ Acceptance Criteria
⚠ Technical Notes
- Create or extend a loot table system for random item generation, using rarity or weighted probabilities.
- Integrate chest interaction with the player’s existing inventory system.
- Clean up any existing spawn logic for floor weapons to avoid conflicts with the new chest system.
- Ensure this change does not break combat flow or weapon usage once obtained.
➡️ Title
feat/add-random-loot-chest-and-remove-ground-weapons-in-citizen-of-arcanis
📘 Description
Implement a random loot chest system in Citizen Of Arcanis that spawns directly for the player, providing randomized weapons or items.
Additionally, remove all existing weapons that currently spawn or remain scattered on the ground to centralize loot acquisition through the chest system.
✅ Acceptance Criteria
⚠ Technical Notes