Conquest of Elysium 5

Conquest of Elysium 5

Otillräckligt med betyg
Expanded Engineer
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
21.551 KB
20 feb, 2022 @ 12:49
24 nov, 2023 @ 9:33
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Expanded Engineer

Beskrivning
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 kommentarer
Hebrux 15 nov, 2023 @ 17:52 
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 @ 16:46 
don't suppose you could make a submod or something so you could use this mod with custom races?