mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-11 16:33:32 +00:00
Added Sea Hag
This commit is contained in:
parent
fc16937c8e
commit
c6b4a3b940
@ -1,7 +1,7 @@
|
||||
[test]
|
||||
name=Scenario 1: The Elves Besieged
|
||||
map=map-test
|
||||
turns=16
|
||||
map=map6
|
||||
turns=36
|
||||
id=test
|
||||
|
||||
{DAWN}
|
||||
@ -17,18 +17,20 @@
|
||||
side=1
|
||||
canrecruit=1
|
||||
controller=human
|
||||
hitpoints=10
|
||||
recruit=Elvish Hero,Elvish Fighter,Elvish Archer,Horseman,Mage,Elvish Shaman,Red Mage,Cuttle Fish,Elvish Captain,Elvish Ranger
|
||||
hitpoints=80
|
||||
recruit=Elvish Hero,Elvish Fighter,Elvish Archer,Horseman,Mage,Elvish Shaman,Red Mage,Spearman,Swordsman,Duelist,Fencer,Elvish Captain,Elvish Ranger,Elvish Shyde,Thief,Rogue,Merman,Elvish Lord,White Mage,Mage of Light
|
||||
gold=800
|
||||
enemy=2
|
||||
[/side]
|
||||
|
||||
[side]
|
||||
type=Orcish Crossbow
|
||||
type=Orcish Warlord
|
||||
description=Urug-Telfar
|
||||
side=2
|
||||
controller=human
|
||||
canrecruit=1
|
||||
recruit=Troll Whelp,Wolf Rider,Orcish Crossbow,Orcish Assassin,Troll
|
||||
gold=0
|
||||
recruit=Troll Whelp,Troll,Troll Warrior,Wolf Rider,Orcish Crossbow,Orcish Assassin,Orcish Slayer,Ghost,Wraith,Dark Adept,Blood Bat,Chocobone
|
||||
gold=800
|
||||
enemy=1
|
||||
[/side]
|
||||
[/test]
|
||||
|
30
data/units/Sea_Hag.cfg
Normal file
30
data/units/Sea_Hag.cfg
Normal file
@ -0,0 +1,30 @@
|
||||
[unit]
|
||||
name=Sea Hag
|
||||
image=sea-hag.png
|
||||
hitpoints=37
|
||||
movement_type=swimmer
|
||||
movement=6
|
||||
experience=500
|
||||
level=2
|
||||
alignment=neutral
|
||||
advanceto=null
|
||||
cost=31
|
||||
usage=mixed fighter
|
||||
unit_description="Sea Hags are older and more experienced nagas who have learned how to control the water magic."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=trident
|
||||
type=pierce
|
||||
range=short
|
||||
damage=7
|
||||
number=3
|
||||
[/attack]
|
||||
[attack]
|
||||
name=water spray
|
||||
type=impact
|
||||
range=long
|
||||
special=magical
|
||||
damage=6
|
||||
number=2
|
||||
[/attack]
|
||||
[/unit]
|
BIN
images/sea-hag.png
Normal file
BIN
images/sea-hag.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
images/water_spay.png
Normal file
BIN
images/water_spay.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 392 B |
Loading…
x
Reference in New Issue
Block a user