Raging Barbs

Ichabod

Gaucho
Joined
Apr 20, 2009
Messages
314
Location
Campo Bom, Brasil
Two quick questions:

1. How does the raging barbs option work in FfH? I noticed some barb stacks from time to time, is that it? Or just the spawn rate that gets higher?

2. What's the unit number limit for the barbs?


Edit: 3rd question: What are the ways to declare war on the barbs as the Clan of Embers? Do I have to
find a barb unit and walk in the same tile to get the pop-up? Or is there a way to do it through a menu or something?

Thanks in advance!
 
1. How does the raging barbs option work in FfH? I noticed some barb stacks from time to time, is that it? Or just the spawn rate that gets higher?

Raging Barbarians makes them a little more likely to settle cities, and increases the spawn number by a bit. That's pretty much it.

2. What's the unit number limit for the barbs?

I don't think there is a limit. How many the game wants to make is based on this formula:

Code:
iNeededBarbs = ((pLoopArea->getNumUnownedTiles() / iDivisor) - (pLoopArea->getUnitsPerPlayer(BARBARIAN_PLAYER) - pLoopArea->getAnimalsPerPlayer(BARBARIAN_PLAYER)));


Edit: 3rd question: What are the ways to declare war on the barbs as the Clan of Embers?

You need to attack a barb unit in neutral territory.
 
Top Bottom