fix: lifeEssenceDrop references banned life mana type #43

Closed
opened 2026-05-18 16:01:01 +02:00 by Anexim · 3 comments
Owner

Severity: Major (banned content)

File: src/lib/game/data/loot-drops.ts (lines 105-111)

Problem: lifeEssenceDrop is defined as a loot drop with name: 'Life Essence'. life is a banned mana type per AGENTS.md. While this is an essence drop (not a mana type definition), it references the banned life concept.

Impact: Banned content reference. The life mana type should not exist anywhere in the game.

Fix: Remove the lifeEssenceDrop entry from LOOT_DROPS, or rename it to use a non-banned concept (e.g., 'Vitality Essence').

**Severity:** Major (banned content) **File:** `src/lib/game/data/loot-drops.ts` (lines 105-111) **Problem:** `lifeEssenceDrop` is defined as a loot drop with `name: 'Life Essence'`. `life` is a banned mana type per AGENTS.md. While this is an essence drop (not a mana type definition), it references the banned `life` concept. **Impact:** Banned content reference. The `life` mana type should not exist anywhere in the game. **Fix:** Remove the `lifeEssenceDrop` entry from `LOOT_DROPS`, or rename it to use a non-banned concept (e.g., `'Vitality Essence'`).
Anexim added the ai:todo label 2026-05-18 16:01:01 +02:00
n8n-gitea was assigned by Anexim 2026-05-18 16:01:01 +02:00
Author
Owner

[priority: 3] DATA/LOGIC BUG — lifeEssenceDrop references banned life mana type.

[priority: 3] DATA/LOGIC BUG — lifeEssenceDrop references banned `life` mana type.
Author
Owner

Starting work on #43. Will rename lifeEssenceDrop to remove banned 'life' reference.

Starting work on #43. Will rename lifeEssenceDrop to remove banned 'life' reference.
Author
Owner

Fixed. Renamed lifeEssenceDrop to vitalityEssenceDrop (id, name) to remove the banned "life" mana type reference.

Fixed. Renamed lifeEssenceDrop to vitalityEssenceDrop (id, name) to remove the banned "life" mana type reference.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Anexim/Mana-Loop#43