Is it possible to modify the Khan's "medic" promotion to heal units in that tile?

Decker87

Chieftain
Joined
Oct 28, 2010
Messages
46
Just as the title says. I think it's a bit ridiculous that Khans can heal those around them but not those underneath them! Can anyone give me a tip on how to modify this behavior, and where to look in the XML files if applicable?
 
Try this:

Code:
<GameData>
	<UnitPromotions>
		<Update>
			<Set SameTileHealChange="15"/>
			<Where Type="PROMOTION_MEDIC_GENERAL"/>
		</Update>
	</UnitPromotions>
</GameData>

(not tested)
 
Back
Top Bottom