Conquest of Elysium 5

Conquest of Elysium 5

评价数不足
Expanded Engineer
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
21.551 KB
2022 年 2 月 20 日 下午 12:49
2023 年 11 月 24 日 上午 9:33
2 项改动说明 ( 查看 )

订阅以下载
Expanded Engineer

描述
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.
3 条留言
germnbarb 10 月 19 日 下午 7:16 
Will this ever be updated?
Hebrux 2023 年 11 月 15 日 下午 5: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 2023 年 1 月 20 日 下午 4:46 
don't suppose you could make a submod or something so you could use this mod with custom races?