➡️ Title
feat/add-drone-damage-to-players-with-3-seconds-cooldown-in-citizen-of-arcanis
📘 Description
Enable the combat drone in Citizen Of Arcanis to deal damage to players it shoots.
The drone should only apply damage once every 3 seconds to avoid continuous or overpowered attacks, creating a balanced combat experience.
✅ Acceptance Criteria
⚠ Technical Notes
- Implement a cooldown timer for each targeted player (e.g., store
lastDamageTime for each player).
- Ensure the cooldown is per target, not global — the drone can damage different players simultaneously if they are in range.
- Integrate with existing projectile or hit detection logic to ensure consistency with other weapons.
- Validate that damage persists correctly across all game modes where drones are active.
➡️ Title
feat/add-drone-damage-to-players-with-3-seconds-cooldown-in-citizen-of-arcanis
📘 Description
Enable the combat drone in Citizen Of Arcanis to deal damage to players it shoots.
The drone should only apply damage once every 3 seconds to avoid continuous or overpowered attacks, creating a balanced combat experience.
✅ Acceptance Criteria
⚠ Technical Notes
lastDamageTimefor each player).