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:
@@ -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 =====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user