fix: replace @# comment prefix with # across mod files

CK3 uses @ as a scripting variable prefix, not a comment character.
The @# lines were parsed as broken variable declarations, causing
cascading parse failures in triggers, effects, traditions, religion,
and holy sites. Only # is valid for comments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-07 14:59:54 +01:00
co-authored by Claude Opus 4.6
parent bc31c3dbfd
commit 1ebc11b3d3
5 changed files with 11 additions and 11 deletions
@@ -1,5 +1,5 @@
@# Mistborn: The Final Empire - Cultural Traditions
@# Custom traditions reflecting the unique aspects of Scadrian cultures
# Mistborn: The Final Empire - Cultural Traditions
# Custom traditions reflecting the unique aspects of Scadrian cultures
tradition_allomantic_heritage = {
category = realm # Cultural traditions that affect the whole realm
@@ -1,5 +1,5 @@
@# Mistborn: The Final Empire - Holy Sites
@# Sacred locations across the Final Empire
# Mistborn: The Final Empire - Holy Sites
# Sacred locations across the Final Empire
holy_site_luthadel = {
county = c_luthadel
@@ -1,6 +1,6 @@
@# Mistborn: The Final Empire - Religions of Scadrial
@# The Steel Ministry is the dominant religion, worshipping the Lord Ruler as the Sliver of Infinity.
@# Terris Worldbringers preserve ancient knowledge. Survivorism and the cult of Ruin are hidden faiths.
# Mistborn: The Final Empire - Religions of Scadrial
# The Steel Ministry is the dominant religion, worshipping the Lord Ruler as the Sliver of Infinity.
# Terris Worldbringers preserve ancient knowledge. Survivorism and the cult of Ruin are hidden faiths.
steel_ministry_religion = {
family = rf_scadrial # Custom religion family for Scadrial
@@ -1,5 +1,5 @@
@# Mistborn: The Final Empire - Scripted Effects
@# Reusable effects for Allomantic activation, Lord Ruler attention, and other game mechanics
# Mistborn: The Final Empire - Scripted Effects
# Reusable effects for Allomantic activation, Lord Ruler attention, and other game mechanics
# ===== ALLOMANCY ACTIVATION =====
@@ -1,5 +1,5 @@
@# Mistborn: The Final Empire - Scripted Triggers
@# Reusable triggers for checking Allomantic, Feruchemical, and cultural status
# Mistborn: The Final Empire - Scripted Triggers
# Reusable triggers for checking Allomantic, Feruchemical, and cultural status
# ===== ALLOMANCY TRIGGERS =====