Conquest of Elysium 5

Conquest of Elysium 5

Not enough ratings
Expanded Engineer
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
21.551 KB
20 Feb, 2022 @ 12:49pm
24 Nov, 2023 @ 9:33am
2 Change Notes ( view )

Subscribe to download
Expanded Engineer

Description
The Conquest of Elysium 5 mod 'expanded_engineer'

2023/11/24
Update to Stop AI from replacing their own citadel with a coastal hamlet

--------

This mod allows a random chance to spawn an engineer, allowing players & AI to construct new farms, hamlets, mines, etc.
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?