-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathunits.cfg
144 lines (137 loc) · 3.82 KB
/
units.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
#textdomain wesnoth-Flight_Freedom
[race]
id=boat
male_name= _ "race^Boat"
female_name= _ "race+female^Boat"
plural_name= _ "race^Boats"
description= _"Boats are aquatic vessels used for a variety of purposes, from fishing to transport to warfare. They come in many sizes, ranging from small rowboats used for river transport to massive warships equipped with multiple ballistas and catapults. They are used and constructed almost exclusively by humans, although some intrepid elves, most notably Meneldur of Elensefar, have been known to set sail on human-built craft as well."
num_traits=1
undead_variation=null
ignore_global_traits=yes
{TRAIT_MECHANICAL}
{HUMAN_NAMES}
[/race]
[race]
id=animal
name= _ "race^Animal"
female_name= _ "race+female^Animal"
plural_name= _ "race^Animals"
description= _"'Animal' is a general term referring to mundane, living, non-sapient beings which are too well-known, common, or weak to be considered monsters. Animals are frequently domesticated by the various sapient races of Irdya."
num_traits=0
[/race]
[race]
id=elemental
name= _ "race^Elemental"
female_name= _ "race+female^Elemental"
plural_name= _ "race^Elementals"
description= _"Scholars have traditionally held that reality is fundamentally composed of four elements; air, earth, fire, and water. Elementals are tangible manifestations of these elements, brought forth by wizards termed summoners and endowed with magical vigor. Though some scholars theorize that reality is instead composed of innumerable elements too small for human vision, the power wrought by elementals under the command of a skilled summoner has relegated such theories to the fringe."
num_traits=0
[/race]
[movetype]
name=boat #not float, resistances are different
flies=true
[movement_costs]
deep_water=1
shallow_water=1
swamp_water=2
reef=2
flat=99
sand=99
forest=99
hills=99
mountains=99
village=99
castle=99
cave=99
unwalkable=99
impassable=99
frozen=99
fungus=99
[/movement_costs]
[defense]
deep_water=50
shallow_water=60
swamp_water=60
reef=50
flat=60
#a boat out of water isn't really that good at dodging, wouldn't you say?
sand=100
forest=100
hills=100
mountains=100
village=50
castle=60
frozen=100
cave=100
fungus=100
[/defense]
[resistance]
blade=100
pierce=100
impact=110
fire=150
cold=100
arcane=80
[/resistance]
[special_note]
note= _ "This unit cannot move to terrains other than water, castle and villages."
[/special_note]
[/movetype]
#taken from Extended Era
[movetype]
name=mutantfoot
[movement_costs]
deep_water=99
shallow_water=2
swamp_water=1
reef=2
flat=1
sand=2
forest=2
hills=1
mountains=2
village=1
castle=1
cave=2
unwalkable=99
impassable=99
frozen=3
fungus=1
[/movement_costs]
[defense]
deep_water=90
shallow_water=80
swamp_water=60
reef=70
flat=70
sand=80
forest=60
hills=70
mountains=60
village=70
castle=60
cave=70
unwalkable=90
impassable=90
frozen=90
fungus=60
[/defense]
[resistance]
blade=120
pierce=80
impact=100
fire=110
cold=110
arcane=140
[/resistance]
[/movetype]
[movetype]
name=none_flies
flies=true
[movement_costs]
[/movement_costs]
[defense]
[/defense]
[resistance]
[/resistance]
[/movetype]