Conquest of Elysium 5

Conquest of Elysium 5

Expanded Engineer
2 Comments
Hebrux 15 Nov, 2023 @ 5:52pm 
Mod is currently game breaking unless you add a fix within the code.

Game breaker: AI uses ritual "Construct Coastal Hamlet" on their coastal Citadel. AI no longer has a citadel since it's been converted into a coastal hamlet -> AI Loses the Game automatically

Fix--->>>

Original Code:

newritual "Construct Coastal Hamlet"
level 1
cost 1 10
cost 0 75
apcost 9
descr "The Engineer can construct a costal hamlet, only useable next to water"
terr -17 # near water areas
alterloc 78
aiwhere 0
aialways 50
aimaxcast 10
free
closewin


Change to this code to fix:

newritual "Construct Coastal Hamlet"
level 1
cost 1 10
cost 0 75
apcost 9
descr "The Engineer can construct a costal hamlet, only useable next to water"
terr -17 # near water areas
nonearby1req -23 # can't be cast within 1 block of a Citadel
alterloc 78
aiwhere 0
aialways 50
aimaxcast 10
free
closewin
Walker 20 Jan, 2023 @ 4:46pm 
don't suppose you could make a submod or something so you could use this mod with custom races?