➡️ Title
feat/add-mercenary-faction-area-and-joinable-faction-in-citizen-of-arcanis
📘 Description
Introduce a Mercenary Faction area in Citizen Of Arcanis, where players can travel to and interact with NPCs to join the faction.
Joining the faction should provide unique gameplay advantages (e.g., access to special missions, weapons, or buffs) and mark the player as a faction member.
✅ Acceptance Criteria
⚠ Technical Notes
- Extend the existing faction system or create a simple status flag in the player’s profile (
player.faction = "mercenaries").
- The area should be placed in an accessible region of the map but visually distinct to highlight faction presence.
- NPC dialogues should be modular to allow adding future missions or rewards for faction members.
- Ensure faction changes persist across sessions (save system integration).
➡️ Title
feat/add-mercenary-faction-area-and-joinable-faction-in-citizen-of-arcanis
📘 Description
Introduce a Mercenary Faction area in Citizen Of Arcanis, where players can travel to and interact with NPCs to join the faction.
Joining the faction should provide unique gameplay advantages (e.g., access to special missions, weapons, or buffs) and mark the player as a faction member.
✅ Acceptance Criteria
⚠ Technical Notes
player.faction = "mercenaries").