4 Commits
Author SHA1 Message Date
jpmschweitzerandClaude Opus 4.6 4c7ee43e70 fix(religion): remove duplicate doctrines and apply lore naming fixes
Remove 4 duplicate gender doctrine entries flagged by QA:
- Steel Ministry: remove vanilla doctrine_gender_male_dominated
  (conflicts with custom doctrine_gender_male_preference)
- Terris: remove duplicate doctrine_gender_equal in custom block
- Survivorist: remove duplicate doctrine_gender_equal in custom block
- Cult of Ruin: remove vanilla doctrine_gender_male_dominated
  (conflicts with custom doctrine_gender_irrelevant)

Apply lore reviewer naming corrections:
- Rename tenet_metalmic_preservation → tenet_preservation_of_knowledge
  ("metalmic" is not a term from the books)
- Rename holy site "Kelsier's Pyre" → "The Survivor's Square"
  (Kelsier was killed in combat, not burned on a pyre)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 22:39:14 +01:00
jpmschweitzerandClaude Opus 4.6 4666a232db feat(history): add Lord Ruler character and assign e_final_empire
Add Rashek (ID 900100) as the immortal god-emperor of the Final
Empire. Full Mistborn and Feruchemist with health=10 for
immortality, compounder_modifier applied at game start. Create
dynasty_rashek and house_rashek with localization. Assign
e_final_empire to the Lord Ruler in title history, resolving
REVIEW_NOTES NOTE-03. Add safety-net on_game_start effect for
compounder_modifier.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 22:30:19 +01:00
jpmschweitzerandClaude Opus 4.6 e31761db68 fix(encoding): add UTF-8 BOM to all .txt files
CK3 requires UTF-8 BOM on .txt data files. Without it, every file
logs a parse warning and data loading becomes unreliable. Added BOM
(EF BB BF) to all 76 .txt files under lords_of_ash/.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 22:51:53 +01:00
jpmschweitzerandClaude Opus 4.6 3940e62c57 refactor(meta): rename mod directory and descriptor to lords-of-ash
Renamed mistborn_final_empire/ to lords_of_ash/ and
mistborn_final_empire.mod to lords-of-ash.mod using git mv.
Updated all references in CLAUDE.md, ck3-game-install skill,
and commit skill.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 15:12:46 +01:00