November 2nd, 2003, 04:10 PM
|
|
Major
|
|
Join Date: Sep 2003
Posts: 1,177
Thanks: 0
Thanked 1 Time in 1 Post
|
|
Re: Supercombattant pretenders....what about...
Quote:
Originally posted by MStavros:
Wendigo, the spell AI is good,
|
Fine. Having a good spell AI is important.
Quote:
but the strategic AI is very weak, thus you can massacre whole AI armies with your pretender SC in the early game, and that is very unbalanced.
|
A good strategic AI is extremely difficult to implement, and it's NOT that important. If you're concerned about it, then I assume you're primarily an SP player, right? Then there's something illogical in your rant: if you think the AI can't handle your SC pretender, why do you play a SC at all? If you absolutely want to play an SC pretender, why don't you script the AI to make him more challenging? Eg, try adding the following line in your map files:
#scale_chaos 0 -3
#scale_lazy 0 -3
#scale_cold 0 -3
#scale_death 0 -3
#scale_unluck 0 -3
#scale_unmagic 0 -1
#dominionstr 0 10
#god 0 "Bog Mummy"
#xp 500
#mag_fire 10
#mag_air 10
#mag_water 10
#mag_earth 10
#mag_astral 10
#mag_death 10
#mag_nature 10
#mag_blood 10
#additem "Blood Thorn"
#additem "Charcoal Shield"
#additem "Starshine Skullcap"
#additem "Chain mail of Displacement"
#additem "Boots of Quickness"
#additem "Amulet of Antimagic"
#additem "Ring of Tamed Lightning"
That's what I used in Doms 1 for an Abysian AI when I wanted a challenge. Copy/paste and replace the '0' by the nation number if you want several tough AIs like this one. And if you find that's not enough, give a preset starting place to your AIs, and add things in that province. Eg, (assuming the Abysia AI starts in province 42):
#specstart 0 42
#setland 42
#population 100000
#knownfeature "Summoning Circle"
#knownfeature "The Mountain of Power"
#commander "Doom Horror"
#comname "Gog"
#xp 500
#mag_water 5
#mag_astral 15
#mag_death 10
#additem "Amulet of Antimagic"
#additem "Ring of Regeneration"
#commander "Doom Horror"
#comname "Magog"
#xp 500
#mag_water 5
#mag_astral 15
#mag_death 10
#additem "Amulet of Antimagic"
#additem "Ring of Regeneration"
There's nothing like a Doom Horror with fear +30, Quickness, Astral Shield and Soul Vortex to make your day!
__________________
God does not play dice, He plays Dominions Albert von Ulm
|