mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 16:02:56 +00:00
New unit, Goblin Pillager.
This commit is contained in:
parent
226e9710f3
commit
bd6b073115
@ -84,14 +84,16 @@ Defeat:
|
||||
description=Knafa-Telfar
|
||||
side=2
|
||||
canrecruit=1
|
||||
recruit=Orcish Warrior,Wolf Rider,Orcish Crossbow,Orcish Assassin,Troll Warrior
|
||||
#ifdef EASY
|
||||
recruit=Orcish Warrior,Wolf Rider,Orcish Crossbow,Orcish Assassin,Troll
|
||||
gold=250
|
||||
#endif
|
||||
#ifdef NORMAL
|
||||
recruit=Orcish Warrior,Goblin Pillager,Orcish Crossbow,Orcish Assassin,Troll Warrior
|
||||
gold=300
|
||||
#endif
|
||||
#ifdef HARD
|
||||
recruit=Orcish Warrior,Goblin Pillager,Orcish Crossbow,Orcish Assassin,Troll Warrior
|
||||
gold=350
|
||||
#endif
|
||||
enemy=1
|
||||
|
@ -109,7 +109,7 @@ Defeat:
|
||||
description=Urug-Telfar
|
||||
side=2
|
||||
canrecruit=1
|
||||
recruit=Orcish Warrior,Goblin Knight,Orcish Crossbow,Orcish Assassin,Troll
|
||||
recruit=Orcish Warrior,Goblin Knight,Goblin Pillager,Orcish Crossbow,Orcish Assassin,Troll
|
||||
gold=400
|
||||
recruitment_pattern=scout,fighter,archer
|
||||
#ifdef HARD
|
||||
|
46
data/units/Goblin_Pillager.cfg
Normal file
46
data/units/Goblin_Pillager.cfg
Normal file
@ -0,0 +1,46 @@
|
||||
[unit]
|
||||
name=Goblin Pillager
|
||||
image=goblin-pillager.png
|
||||
image_defensive=goblin-pillager-defend.png
|
||||
hitpoints=40
|
||||
movement_type=smallfoot
|
||||
movement=9
|
||||
experience=500
|
||||
level=2
|
||||
alignment=chaotic
|
||||
advanceto=null
|
||||
cost=22
|
||||
usage=scout
|
||||
unit_desc="Some goblins train their wolves to dont fear file. Wielding tochs and nets goblin pillager bring havok to his enemies."
|
||||
get_hit_sound=groan.wav
|
||||
[attack]
|
||||
name=torch
|
||||
type=fire
|
||||
range=short
|
||||
damage=6
|
||||
number=3
|
||||
[frame]
|
||||
begin=-150
|
||||
end=100
|
||||
image=goblin-pillager-attack.png
|
||||
[/frame]
|
||||
[/attack]
|
||||
[attack]
|
||||
name=net
|
||||
type=impact
|
||||
special=slow
|
||||
damage=6
|
||||
number=2
|
||||
range=long
|
||||
[frame]
|
||||
begin=-200
|
||||
end=100
|
||||
image=goblin-pillager-attack2.png
|
||||
[/frame]
|
||||
[missile_frame]
|
||||
begin=-200
|
||||
end=0
|
||||
image=web.png
|
||||
[/missile_frame]
|
||||
[/attack]
|
||||
[/unit]
|
@ -7,7 +7,7 @@ movement=8
|
||||
experience=30
|
||||
level=1
|
||||
alignment=chaotic
|
||||
advanceto=Goblin Knight
|
||||
advanceto=Goblin Knight,Goblin Pillager
|
||||
cost=17
|
||||
usage=scout
|
||||
unit_desc="Being smaller and weaker than the orcs, the goblins train large wolfs to mount and use as fast scouts for the goblinoid army. Having being raised in the orcs dark caverns, the wolfs and their riders can even brave the mountains, unlike most other mounted units."
|
||||
|
BIN
images/goblin-pillager-attack.png
Normal file
BIN
images/goblin-pillager-attack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
images/goblin-pillager-attack2.png
Normal file
BIN
images/goblin-pillager-attack2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
images/goblin-pillager-defend.png
Normal file
BIN
images/goblin-pillager-defend.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
BIN
images/goblin-pillager.png
Normal file
BIN
images/goblin-pillager.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
Loading…
x
Reference in New Issue
Block a user