increase the number of orcish warlord portrait replacements to improve variety
With three new orc alternate portraits added during 1.9, it is no longer necessary to double-up any of the substitutions for the five old-style orcish warlord portraits. In fact, with six portraits available, one has to draw the short straw, and I chose grunt-4. I prefer grunt-5 and grunt-6, and also find them more leaderly.
This commit is contained in:
parent
190aedb047
commit
8f67d63714
1 changed files with 6 additions and 3 deletions
|
@ -496,9 +496,9 @@ linechanges = (
|
|||
("portraits/nagas/fighter+female.png", "portraits/nagas/fighter.png"),
|
||||
# Changes after 1.8rc1
|
||||
("portraits/orcs/warlord.png", "portraits/orcs/transparent/warlord.png"),
|
||||
("portraits/orcs/warlord2.png","portraits/orcs/transparent/warlord.png"),
|
||||
#("portraits/orcs/warlord2.png","portraits/orcs/transparent/warlord.png"), // see 1.11.5
|
||||
("portraits/orcs/warlord3.png","portraits/orcs/transparent/grunt-2.png"),
|
||||
("portraits/orcs/warlord4.png","portraits/orcs/transparent/grunt-2.png"),
|
||||
#("portraits/orcs/warlord4.png","portraits/orcs/transparent/grunt-2.png"), // see 1.11.5
|
||||
("portraits/orcs/warlord5.png","portraits/orcs/transparent/grunt-3.png"),
|
||||
# Changes just before 1.9.0
|
||||
("flat/grass-r8", "flat/grass6"),
|
||||
|
@ -522,7 +522,10 @@ linechanges = (
|
|||
("[/removeitem]", "[/remove_item]"),
|
||||
# Changes just before 1.11.0
|
||||
("viewing_side", "side"),
|
||||
("duration=level", "duration=scenario") # Note: this may be removed after 1.11.2, so an actual duration=level can be implemented
|
||||
("duration=level", "duration=scenario"), # Note: this may be removed after 1.11.2, so an actual duration=level can be implemented
|
||||
# Changed before 1.11.5 to incorporate 1.9.0 portraits
|
||||
("portraits/orcs/warlord2.png","portraits/orcs/transparent/grunt-5.png"),
|
||||
("portraits/orcs/warlord4.png","portraits/orcs/transparent/grunt-6.png"),
|
||||
)
|
||||
|
||||
def validate_on_pop(tagstack, closer, filename, lineno):
|
||||
|
|
Loading…
Add table
Reference in a new issue