implemented the holy damage type redesign as discussed on the mailing list
some minor stat bug fixes I did not modify any campaign units but I'm sure there are several where a change would make sense now
This commit is contained in:
parent
3b6d4ee0d3
commit
0e3e10b0b8
23 changed files with 54 additions and 24 deletions
|
@ -127,6 +127,7 @@ Version 1.3-svn:
|
|||
* Added a conversion script to convert old maps
|
||||
* units:
|
||||
* balancing changes:
|
||||
* implemented the holy damage type redesign as discussed on the mailing list
|
||||
* increased the pierce resistance of the Gladiator line from -10% to 0%
|
||||
* increased the HP of the Longbowman from 45 to 51
|
||||
* decreased the XP requirement of the Longbowman from 80 to 68
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
mountains=3
|
||||
castle=3
|
||||
[/movement_costs]
|
||||
[defense]
|
||||
mountains=40
|
||||
[/defense]
|
||||
[attack]
|
||||
name=claws
|
||||
description= _"claws"
|
||||
|
|
|
@ -218,7 +218,7 @@
|
|||
impact=100
|
||||
fire=100
|
||||
cold=100
|
||||
holy=80
|
||||
holy=100
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -266,7 +266,7 @@
|
|||
impact=100
|
||||
fire=100
|
||||
cold=100
|
||||
holy=80
|
||||
holy=110
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -458,7 +458,7 @@
|
|||
impact=100
|
||||
fire=100
|
||||
cold=100
|
||||
holy=80
|
||||
holy=110
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -507,7 +507,7 @@
|
|||
impact=110
|
||||
fire=100
|
||||
cold=100
|
||||
holy=80
|
||||
holy=110
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -555,7 +555,7 @@
|
|||
impact=60
|
||||
fire=150
|
||||
cold=90
|
||||
holy=80
|
||||
holy=130
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -700,7 +700,7 @@
|
|||
impact=100
|
||||
fire=100
|
||||
cold=80
|
||||
holy=80
|
||||
holy=100
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -748,7 +748,7 @@
|
|||
impact=100
|
||||
fire=100
|
||||
cold=120
|
||||
holy=80
|
||||
holy=100
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -797,7 +797,7 @@
|
|||
impact=110
|
||||
fire=100
|
||||
cold=100
|
||||
holy=80
|
||||
holy=40
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -941,7 +941,7 @@
|
|||
impact=110
|
||||
fire=120
|
||||
cold=40
|
||||
holy=200
|
||||
holy=150
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -990,7 +990,7 @@
|
|||
impact=100
|
||||
fire=120
|
||||
cold=40
|
||||
holy=200
|
||||
holy=140
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -1039,7 +1039,7 @@
|
|||
impact=50
|
||||
fire=90
|
||||
cold=30
|
||||
holy=150
|
||||
holy=160
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -1236,7 +1236,7 @@
|
|||
impact=30
|
||||
fire=200
|
||||
cold=120
|
||||
holy=80
|
||||
holy=150
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -1289,7 +1289,7 @@
|
|||
impact=80
|
||||
fire=50
|
||||
cold=150
|
||||
holy=80
|
||||
holy=130
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
|
@ -1340,7 +1340,7 @@
|
|||
impact=70
|
||||
fire=50
|
||||
cold=150
|
||||
holy=80
|
||||
holy=130
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
[/units]
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
ellipse="misc/ellipse"
|
||||
hitpoints=1
|
||||
#set movement to fly so it appears above water
|
||||
movement_type=fly
|
||||
movement_type=float
|
||||
movement=10
|
||||
experience=100
|
||||
level=1
|
||||
|
|
|
@ -144,7 +144,7 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SLOW}
|
|||
[/attack]
|
||||
[attack]
|
||||
name=faerie fire
|
||||
type=cold
|
||||
type=holy
|
||||
damage=9
|
||||
number=4
|
||||
range=ranged
|
||||
|
|
|
@ -151,7 +151,7 @@ Special Notes:"+{SPECIAL_NOTES_MAGICAL}+{SPECIAL_NOTES_SLOW}
|
|||
[/attack]
|
||||
[attack]
|
||||
name=faerie fire
|
||||
type=cold
|
||||
type=holy
|
||||
damage=7
|
||||
number=4
|
||||
range=ranged
|
||||
|
|
|
@ -125,7 +125,7 @@ Special Notes:"+{SPECIAL_NOTES_SLOW}
|
|||
[/attack]
|
||||
[attack]
|
||||
name=faerie fire
|
||||
type=cold
|
||||
type=holy
|
||||
[specials]
|
||||
{WEAPON_SPECIAL_MAGICAL}
|
||||
[/specials]
|
||||
|
|
|
@ -18,6 +18,9 @@
|
|||
[defense]
|
||||
mountains=40
|
||||
[/defense]
|
||||
[resistance]
|
||||
holy=90
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=claws
|
||||
icon=attacks/claws-animal.png
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
[defense]
|
||||
mountains=40
|
||||
[/defense]
|
||||
[resistance]
|
||||
holy=90
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=claws
|
||||
icon=attacks/claws-animal.png
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
[defense]
|
||||
mountains=40
|
||||
[/defense]
|
||||
[resistance]
|
||||
holy=90
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=claws
|
||||
icon=attacks/claws-animal.png
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
image="units/monsters/seaserpent.png"
|
||||
hitpoints=85
|
||||
movement_type=deepsea
|
||||
[resistance]
|
||||
holy=100
|
||||
[/resistance]
|
||||
movement=8
|
||||
experience=100
|
||||
level=3
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
ellipse="misc/ellipse"
|
||||
hitpoints=28
|
||||
movement_type=float
|
||||
[resistance]
|
||||
holy=130
|
||||
[/resistance]
|
||||
movement=2
|
||||
experience=100
|
||||
level=1
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
fire=80
|
||||
pierce=80
|
||||
impact=90
|
||||
holy=100
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=fist
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=68
|
||||
movement_type=largefoot
|
||||
[resistance]
|
||||
holy=80
|
||||
[/resistance]
|
||||
movement=5
|
||||
experience=100
|
||||
level=2
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=42
|
||||
movement_type=largefoot
|
||||
[resistance]
|
||||
holy=80
|
||||
[/resistance]
|
||||
movement=5
|
||||
experience=32
|
||||
level=1
|
||||
|
|
|
@ -29,6 +29,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
|
|||
impact=100
|
||||
fire=90
|
||||
cold=60
|
||||
holy=140
|
||||
[/resistance]
|
||||
[death]
|
||||
start_time=0
|
||||
|
|
|
@ -28,6 +28,7 @@ Special Notes:"+{SPECIAL_NOTES_POISON}
|
|||
impact=100
|
||||
fire=90
|
||||
cold=60
|
||||
holy=140
|
||||
[/resistance]
|
||||
[attack]
|
||||
name=claws
|
||||
|
|
|
@ -23,7 +23,7 @@ Special Notes:"+{SPECIAL_NOTES_PLAGUE}
|
|||
die_sound={SOUND_LIST:ZOMBIE_HIT}
|
||||
{DEFENSE_ANIM "units/undead/{BASE_IMAGE}-defend.png" "units/undead/{BASE_IMAGE}.png" {SOUND_LIST:ZOMBIE_HIT} }
|
||||
[resistance]
|
||||
holy=200
|
||||
holy=140
|
||||
[/resistance]
|
||||
[death]
|
||||
[frame]
|
||||
|
|
|
@ -23,7 +23,7 @@ Special Notes:"+{SPECIAL_NOTES_PLAGUE}
|
|||
die_sound={SOUND_LIST:ZOMBIE_WEAK_HIT}
|
||||
{DEFENSE_ANIM "units/undead/{BASE_IMAGE}-defend.png" "units/undead/{BASE_IMAGE}.png" {SOUND_LIST:ZOMBIE_WEAK_HIT} }
|
||||
[resistance]
|
||||
holy=200
|
||||
holy=140
|
||||
[/resistance]
|
||||
[comment]
|
||||
[death]
|
||||
|
|
|
@ -6,6 +6,9 @@
|
|||
{MAGENTA_IS_THE_TEAM_COLOR}
|
||||
hitpoints=60
|
||||
movement_type=undeadfoot
|
||||
[resistance]
|
||||
holy=140
|
||||
[/resistance]
|
||||
movement=6
|
||||
experience=100
|
||||
level=3
|
||||
|
|
|
@ -23,7 +23,7 @@ Special Notes:"+{SPECIAL_NOTES_DRAIN}+{SPECIAL_NOTES_SPIRIT}
|
|||
[attack]
|
||||
name=touch
|
||||
icon=attacks/touch-undead.png
|
||||
type=cold
|
||||
type=holy
|
||||
range=melee
|
||||
damage=4
|
||||
number=3
|
||||
|
|
|
@ -43,7 +43,7 @@ Special Notes:"+{SPECIAL_NOTES_DRAIN}+{SPECIAL_NOTES_SPIRIT}
|
|||
[/death]
|
||||
[attack]
|
||||
name=baneblade
|
||||
type=blade
|
||||
type=holy
|
||||
range=melee
|
||||
damage=9
|
||||
number=4
|
||||
|
|
|
@ -20,7 +20,7 @@ Special Notes:"+{SPECIAL_NOTES_DRAIN}+{SPECIAL_NOTES_SPIRIT}
|
|||
die_sound=wail-long.wav
|
||||
[attack]
|
||||
name=baneblade
|
||||
type=blade
|
||||
type=holy
|
||||
range=melee
|
||||
damage=7
|
||||
number=4
|
||||
|
|
Loading…
Add table
Reference in a new issue