combo ?

Darkform

Warlord
Joined
Sep 4, 2008
Messages
127
ok my Civ has alot of Deamons and I'm working on Blood of the Phenix (I am real close to finishing it) what will happen to them when someone casts Glory Everlasting? will they lose immortality and goto cap, just die and never come back or die go to cap and since game is still scrubing Deamons die again and never come back?
 
ok my Civ has alot of Deamons and I'm working on Blood of the Phenix (I am real close to finishing it) what will happen to them when someone casts Glory Everlasting? will they lose immortality and goto cap, just die and never come back or die go to cap and since game is still scrubing Deamons die again and never come back?

Immortality will save them from glory everlasting.
 
Immortality will save them from glory everlasting.

ok I have the citys I want and 1 Succubus and 1 Tar deamon per city so I will just make Blood of the Phenix as soon as posable. tho it will be a long walk for the Tar Deamons to get back they move 1 space with road or not. but I think Succubus will be back in 2-3 turns to all citys.

I also thought of makeing Glory Everlasting myself and time it so I'm not at war at the time. when in evil aliance and open borders is passed is it even posable for a evil Civ to DOW on you? all the Civs in the contenent I am on are in the evil aliance.
 
I disagree with Kael here. Sure, Immortality would same demons from Glory everlasting, but Blood of the Phoenix will not give the Immortality promotion to demons, or any other non-living units. Hyborem and Infernal Immortals are the only demons who can be immortal.

Code:
		if iProjectType == gc.getInfoTypeForString('PROJECT_BLOOD_OF_THE_PHOENIX'):
			py = PyPlayer(pCity.getOwner())
			apUnitList = py.getUnitList()
			for pUnit in apUnitList:
				[B]if pUnit.isAlive():[/B]
					pUnit.setHasPromotion(gc.getInfoTypeForString('PROMOTION_IMMORTAL'), True)
 
I disagree with Kael here. Sure, Immortality would same demons from Glory everlasting, but Blood of the Phoenix will not give the Immortality promotion to demons, or any other non-living units. Hyborem and Infernal Immortals are the only demons who can be immortal.

Code:
		if iProjectType == gc.getInfoTypeForString('PROJECT_BLOOD_OF_THE_PHOENIX'):
			py = PyPlayer(pCity.getOwner())
			apUnitList = py.getUnitList()
			for pUnit in apUnitList:
				if pUnit.isAlive():
					pUnit.setHasPromotion(gc.getInfoTypeForString('PROMOTION_IMMORTAL'), True)

Good call, MC is right!
 
ok then my best bet is trigger Glory Everlasting at a time I don't have anyone hovering around me. going to be tough with just beastmasters and my Dragon as my heavy hitters untill my Portals replenish me.
 
ok thanks and I think Basium already casted he casted early everyone almost died and about 3-4 did die I'm leading the reserch for the tech that gives Birthright Reborn and plan on getting it first but based on what was said it sounds like the AI wont even try to build it ether.
 
Ouchies, that makes my infinite BotP and BRR rituals pretty nasty. Guess what river of blood every turn does? Or massive ardor spam for more immortal gp. That game was tons of fun really.
 
Back
Top Bottom