Skip to content

Commit

Permalink
Disable standard advancement to Khalid
Browse files Browse the repository at this point in the history
Require the {ENABLE_KHALID} macro to allow Shuja to advance to Khalid.
Khalid are described as legendary heroes, not the meat of your late-game
army. Thus, the L4 is handled similar to the arcanister, armageddon drake
and ancient lich.

[ci skip]
  • Loading branch information
aquileia committed Mar 21, 2015
1 parent d3ea22d commit 171be97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data/core/units/khalifate/Khalid.cfg
Expand Up @@ -12,6 +12,12 @@
level=4
alignment=lawful
advances_to=null
#ifdef ENABLE_KHALID
[advancefrom]
unit=Shuja
experience=150
[/advancefrom]
#endif
{AMLA_DEFAULT}
cost=78
usage=fighter
Expand Down
2 changes: 1 addition & 1 deletion data/core/units/khalifate/Shuja.cfg
Expand Up @@ -11,7 +11,7 @@
experience=150
level=3
alignment=lawful
advances_to=Khalid
advances_to=null
cost=58
usage=fighter
description= _ "Distinguished for their bravery and skill, Shujas are the leaders among the Khalif's ranks. Their exploits are well known among their cohorts, inspiring soldiers to fight for their cause. Despite this, they are often found leading from the front, taking down their foes with sword and shield."+{SPECIAL_NOTES}+{SPECIAL_NOTES_MARKSMAN}+{SPECIAL_NOTES_SLOW}
Expand Down

0 comments on commit 171be97

Please sign in to comment.