-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwar_galleon.cfg
58 lines (50 loc) · 1.16 KB
/
war_galleon.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[unit_type]
id=TPT War Galleon
{WAR_GALLEON_AMLA}
name= _ "War Galleon"
race=mechanical
image="units/transport/transport-galleon.png"
hitpoints=50
movement_type=float
movement=5
experience=50
level=2
alignment=lawful
advances_to=null
cost=22
description= _ "War Galleons are well-armed ships that carry troops. If they reach the shore, they can land the troops to attack."
usage=null
[abilities]
{ABILITY_MECHANIC}
{ABILITY_LEADERSHIP}
[/abilities]
[attack]
name=boarding
description=_"boarding"
icon=attacks/axe.png
type=blade
range=melee
damage=5
number=3
[/attack]
[attack]
name=ballista
description=_"ballista"
icon=attacks/ballista.png
type=pierce
range=ranged
damage=20
number=1
[/attack]
[attack_anim]
[filter_attack]
name=ballista
[/filter_attack]
missile_start_time=-150
[missile_frame]
duration=150
image="projectiles/bullet.png"
image_diagonal="projectiles/bullet.png"
[/missile_frame]
[/attack_anim]
[/unit_type]