Sid Meier's Civilization V

Sid Meier's Civilization V

[BNW] Mass Effect Civilizations
Haruchai 2015 年 11 月 20 日 上午 5:30
Reaper Customization
Hey Pluvia!

First of all, this is by far one of the best mods for Civ 5. Simply astounding! Though after a few playthroughs I discovered that it is almost impossible to defeat the Reaper if starting at the ancient era. Out of curiousity I checked out the Reaper settings and saw how overpowered they were, which I confirmd when I tried playing them once. However, when I double-checked the Reaper traits I can see that it is not implemented for some reason. This is the original code:

<Trait_YieldModifiers>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_GOLD</YieldType>
<Yield>2100</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_CULTURE</YieldType>
<Yield>2100</Yield>

</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_SCIENCE</YieldType>
<Yield>2100</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>50</Yield>
</Row>
</Trait_YieldModifiers>

Yet, when I played the Reapers only the Gold, Science and Production bonuses appeared. Next I tried to make the Reapers "just" twice as powerful as everyone else by doing the following adjustments, but again not all of them were applied.

<Trait_YieldModifiers>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>100</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>100</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_GOLD</YieldType>
<Yield>100</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_SCIENCE</YieldType>
<Yield>100</Yield>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_CULTURE</YieldType>
<Yield>100</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_FAITH</YieldType>
<Yield>100</Yield>
</Row>
</Trait_YieldModifiers>

Do you think you can help me with this? I don't really have any experience modding, so I just tend to tinker around with the ones others have made. Any help would be much appreciated! I just want to make the Reapers powerful but not overwhelming.

Thank you!
最后由 Haruchai 编辑于; 2015 年 11 月 20 日 上午 5:33
< >
正在显示第 1 - 6 条,共 6 条留言
Pluvia  [开发者] 2015 年 12 月 14 日 下午 12:34 
The way Culture works in the code can be iffy. Off the top of my head I maybe implemented that as a failsafe, but if I recall the Asari don't beat them in Culture so it must be working in some way.

Apart from that your changes should make the Reapers powerful. They'll still be overpowered there though, so you might even have to drop it down to 30-50.

Anyway the Reapers are supposed to take on everyone vs them, hence their overpoweredness. It's still possible to beat them even on the default settings I have with them even without being in a team though, it's just hard.

Sorry it took me a month to respond, I don't get notifications of threads being made.
Haruchai 2015 年 12 月 17 日 下午 1:06 
Hey there! Just saw your post. I did find a work around. Together with lower percentile yield modifiers. I just gave the Reapers a flat bonus through <Trait_YieldChanges>. Something like this:

<Trait_YieldChanges>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_FOOD</YieldType>
<Yield>10</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>10</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_GOLD</YieldType>
<Yield>10</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_SCIENCE</YieldType>
<Yield>10</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_CULTURE</YieldType>
<Yield>20</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_FAITH</YieldType>
<Yield>20</Yield>
</Row>
</Trait_YieldChanges>
<Trait_YieldModifiers>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_PRODUCTION</YieldType>
<Yield>25</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_GOLD</YieldType>
<Yield>25</Yield>
</Row>
<Row>
<TraitType>REAPER_HARVEST</TraitType>
<YieldType>YIELD_SCIENCE</YieldType>
<Yield>25</Yield>
</Row>
</Trait_YieldModifiers>

The Reapers get more and more powerful with each city they conquer or build but not overwhelmingly so.
Pluvia  [开发者] 2016 年 1 月 9 日 下午 8:29 
Nice, that's a good way of doing it. Glad to see you found a way to change it for your liking.
Not So Serious 2016 年 5 月 17 日 下午 5:51 
Is there a way to make the Reaper's more aggressive, so that they pose a more active threat to the world?
Pluvia  [开发者] 2016 年 5 月 20 日 上午 4:29 
Probably by going into the XML and increasing their War thing.
Not So Serious 2016 年 5 月 20 日 下午 12:36 
Do you know where I can find the file when downloaded from workshop?
< >
正在显示第 1 - 6 条,共 6 条留言
每页显示数: 1530 50