Log in

View Full Version : EDB questions: HR and exp bonus



wlesmana
12-08-2006, 18:30
I have some questions about EDB someone might be able to answer:

- Can hidden resource be used to avoid the recruitment for a unit? For instance, can I use the conditional like this:


recruit "gondor archer" 0 requires factions { carthage, } and not hidden_resource dol_amroth

to avoid the recruitment of this unit in a region with dol_amroth HR? So far it won't let me do it for some unknown reason.

- If I give a building exp bonus for units, does it apply to units trained through this building or for units trained in any building in that settlement?


Thanks in advance!

GiantMonkeyMan
12-08-2006, 19:04
yes to the hidden resources and no to experience, it would give it to all units recruitable in the province... i think you can make it unit specific by just changing the code like this:


recruit "gondor archer" 1 requires factions { carthage, } and not hidden_resource dol_amroth

GMM