cloned smallfoot to orcishfoot...
...with movement ratios changed 1 on hills and 2 on mountains. changed orcish units previously using smallfoot to use orcishfoot.
This commit is contained in:
parent
73b5d42399
commit
3ebf0d61cf
9 changed files with 53 additions and 9 deletions
|
@ -19,7 +19,7 @@
|
|||
village_income=1
|
||||
heal_amount=4
|
||||
healer_heals_per_turn=8
|
||||
cure_amount=8
|
||||
|
||||
curer_heals_per_turn=18
|
||||
recall_cost=20
|
||||
kill_experience=8
|
||||
|
@ -230,6 +230,50 @@
|
|||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
[movetype]
|
||||
name=orcishfoot
|
||||
[movement costs]
|
||||
deep water=100
|
||||
shallow water=3
|
||||
swamp water=3
|
||||
grassland=1
|
||||
sand=2
|
||||
forest=2
|
||||
hills=1
|
||||
mountains=2
|
||||
village=1
|
||||
castle=1
|
||||
cave=2
|
||||
tundra=3
|
||||
cavewall=100
|
||||
[/movement costs]
|
||||
|
||||
[defense]
|
||||
deep water=80
|
||||
shallow water=70
|
||||
swamp water=70
|
||||
grassland=60
|
||||
sand=70
|
||||
forest=50
|
||||
hills=50
|
||||
mountains=40
|
||||
village=40
|
||||
castle=40
|
||||
cave=60
|
||||
tundra=70
|
||||
cavewall=10
|
||||
[/defense]
|
||||
|
||||
[resistance]
|
||||
blade=100
|
||||
pierce=100
|
||||
impact=100
|
||||
fire=100
|
||||
cold=100
|
||||
holy=80
|
||||
[/resistance]
|
||||
[/movetype]
|
||||
|
||||
[movetype]
|
||||
name=largefoot
|
||||
[movement costs]
|
||||
|
|
|
@ -3,7 +3,7 @@ name=Goblin Knight
|
|||
race=goblin
|
||||
image=goblin-knight.png
|
||||
hitpoints=45
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=9
|
||||
experience=500
|
||||
level=2
|
||||
|
|
|
@ -4,7 +4,7 @@ race=goblin
|
|||
image=goblin-pillager.png
|
||||
image_defensive=goblin-pillager-defend.png
|
||||
hitpoints=40
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=9
|
||||
experience=500
|
||||
level=2
|
||||
|
|
|
@ -3,7 +3,7 @@ name=Orcish Archer
|
|||
race=orc
|
||||
image=orc-archer.png
|
||||
hitpoints=32
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=30
|
||||
level=1
|
||||
|
|
|
@ -3,7 +3,7 @@ name=Orcish Crossbow
|
|||
race=orc
|
||||
image=orc-xbowman.png
|
||||
hitpoints=43
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=500
|
||||
level=2
|
||||
|
|
|
@ -4,7 +4,7 @@ race=orc
|
|||
image=orcish-grunt.png
|
||||
image_defensive=orcish-grunt-defend.png
|
||||
hitpoints=38
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=42
|
||||
level=1
|
||||
|
|
|
@ -3,7 +3,7 @@ name=Orcish Warlord
|
|||
race=orc
|
||||
image=orcish-warlord.png
|
||||
hitpoints=80
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=500
|
||||
level=3
|
||||
|
|
|
@ -4,7 +4,7 @@ race=orc
|
|||
image=orcish-warrior.png
|
||||
image_defensive=orcish-warrior-defend.png
|
||||
hitpoints=52
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=5
|
||||
experience=60
|
||||
level=2
|
||||
|
|
|
@ -4,7 +4,7 @@ race=goblin
|
|||
image=wolf-rider.png
|
||||
image_defensive=wolf-rider-defend.png
|
||||
hitpoints=32
|
||||
movement_type=smallfoot
|
||||
movement_type=orcishfoot
|
||||
movement=8
|
||||
experience=30
|
||||
level=1
|
||||
|
|
Loading…
Add table
Reference in a new issue