remove the 'fearless' trait from humans, orcs and mermen
add the 'firstrike' weapon special to the pierce attack of Drake Clasher decrease the arcane ranged attack of the White Mage from 8-4 to 7-4 decrease the arcane ranged attack of the Mage of Light from 10-4 to 9-4
This commit is contained in:
parent
1ac9ec2161
commit
8cf156a76c
6 changed files with 12 additions and 7 deletions
|
@ -45,6 +45,10 @@ Version 1.3.2+svn:
|
|||
* balancing changes:
|
||||
* converted the cold melee attack of the Lich and Ancient Lich to arcane
|
||||
* decreased the arcane melee attack of the Wraith from 7-4 to 6-4
|
||||
* remove the 'fearless' trait from humans, orcs and mermen
|
||||
* add the 'firstrike' weapon special to the pierce attack of Drake Clasher
|
||||
* decrease the arcane ranged attack of the White Mage from 8-4 to 7-4
|
||||
* decrease the arcane ranged attack of the Mage of Light from 10-4 to 9-4
|
||||
* multiplayer:
|
||||
* added maps: Xanthe Chaos, Auction-X
|
||||
* revised maps: Den of Onis, Hamlets, Meteor Lake, Sablestone Delta,
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
name=human
|
||||
num_traits=2
|
||||
{HUMAN_NAMES}
|
||||
{TRAIT_FEARLESS}
|
||||
[/race]
|
||||
|
||||
[race]
|
||||
|
@ -51,7 +50,6 @@
|
|||
name=orc
|
||||
num_traits=2
|
||||
{ORCISH_NAMES}
|
||||
{TRAIT_FEARLESS}
|
||||
[/race]
|
||||
|
||||
[race]
|
||||
|
@ -79,7 +77,6 @@
|
|||
name=merman
|
||||
num_traits=2
|
||||
{MERMAN_NAMES}
|
||||
{TRAIT_FEARLESS}
|
||||
[/race]
|
||||
|
||||
[race]
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
profile=portraits/Alex_Jarocha-Ernst/drake-clasher.png
|
||||
unit_description= _ "A Drake Clasher is incapable of either flight and fire-breathing, and most assume their relegation to melee combat is because of disability - an attempt to garner use from what otherwise would be a liability. It is possible that they have some mild deficiency in those skills, but those who support this theory have failed to consider how uniquely well-suited they are to combat a fellow drake.
|
||||
|
||||
They are, in fact, the Judicators of the Drake Hierarchy, and though their armament is now largely ceremonial, it is none the less effective. In their encounters with lesser races, they discovered that their natural size and strength were themselves powerful weapons, and when combined with the armament worn by this caste, the resulting warriors lack some of the typical weaknesses of their kind, such as the strong vulnerability to spears and arrows."
|
||||
They are, in fact, the Judicators of the Drake Hierarchy, and though their armament is now largely ceremonial, it is none the less effective. In their encounters with lesser races, they discovered that their natural size and strength were themselves powerful weapons, and when combined with the armament worn by this caste, the resulting warriors lack some of the typical weaknesses of their kind, such as the strong vulnerability to spears and arrows.
|
||||
|
||||
Special Notes:"+{SPECIAL_NOTES_FIRSTSTRIKE}
|
||||
die_sound=drake-die.ogg
|
||||
[death]
|
||||
[frame]
|
||||
|
@ -125,6 +127,9 @@ They are, in fact, the Judicators of the Drake Hierarchy, and though their armam
|
|||
damage=6
|
||||
number=4
|
||||
icon=attacks/spear.png
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_FIRSTSTRIKE}
|
||||
[/specials]
|
||||
[animation]
|
||||
[frame]
|
||||
begin=-200
|
||||
|
|
|
@ -178,7 +178,7 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_ARCANE}+{SPECIAL_NOTES_CU
|
|||
[specials]
|
||||
{WEAPON_SPECIAL_MAGICAL}
|
||||
[/specials]
|
||||
damage=8
|
||||
damage=7
|
||||
number=4
|
||||
[animation]
|
||||
[missile_frame]
|
||||
|
|
|
@ -149,7 +149,7 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_ARCANE}+{SPECIAL_NOTES_CU
|
|||
[specials]
|
||||
{WEAPON_SPECIAL_MAGICAL}
|
||||
[/specials]
|
||||
damage=10
|
||||
damage=9
|
||||
number=4
|
||||
[animation]
|
||||
[missile_frame]
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
{TRAIT_QUICK}
|
||||
{TRAIT_INTELLIGENT}
|
||||
{TRAIT_RESILIENT}
|
||||
{TRAIT_FEARLESS}
|
||||
image="units/undead-necromancers/adept.png"
|
||||
ellipse="misc/ellipse"
|
||||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
|
|
Loading…
Add table
Reference in a new issue