-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_main.cfg
180 lines (172 loc) · 4.67 KB
/
_main.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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
#textdomain wesnoth-rtl
[textdomain]
name="wesnoth-rtl"
path="data/add-ons/The_Rootless/translations"
[/textdomain]
# wmlscope: set export=no
[campaign]
id=The_Rootless
icon="data/add-ons/The_Rootless/images/units/orcs/mounted-assassin.png~TC(1,magenta)"
image="data/add-ons/The_Rootless/images/campaign-image.png"
name= _ "The Rootless"
abbrev= _ "Rootless"
#rank=15
start_year="8 YW"
end_year="9 YW"
first_scenario=01_The_Siege
define="CAMPAIGN_THE_ROOTLESS"
description=_ "Lich-Lord Jevyan is defeated, and the orcs are left in disarray. With the magical gates from the far East sealed, the warlords resort to their traditional ways—seeking to overcome adversity with blood and razor-sharp steel. Amid this chaos, a cunning assassin named Arshag embarks on a quest to secure a new homeland for his people.
" + _"(Rookie level, 7 scenarios.)"
{CAMPAIGN_DIFFICULTY EASY "units/orcs/assassin.png~RC(magenta>red)" ( _ "Assassin") ( _ "Beginner")}
{CAMPAIGN_DIFFICULTY NORMAL "units/orcs/slayer.png~RC(magenta>red)" ( _ "Slayer") ( _ "Normal")} {DEFAULT_DIFFICULTY}
{CAMPAIGN_DIFFICULTY HARD "units/orcs/nightblade.png~RC(magenta>red)" ( _ "Nightblade") ( _ "Challenging")}
{ENABLE_TROLL_SHAMAN}
[about]
title = _ "Campaign Design & Code"
[entry]
name = "Anekron / Aleš Jeremiáš Šumpík"
[/entry]
[/about]
[about]
title = _ "Toruk & Troll Sage & Orcish Shaman Sprites"
[entry]
name = "Mechanical"
[/entry]
[/about]
[about]
title = _ "Playtesting & Code Help"
[entry]
name = "Mechanical"
[/entry]
[entry]
name = "Lord Knightmare / Tahsin Jahin Khalid"
[/entry]
[entry]
name = "ForestDragon"
[/entry]
[entry]
name = "Konrad2"
[/entry]
[/about]
[about]
title = _ "Playtesting & Code Help"
[entry]
name = "Mirion147"
[/entry]
[entry]
name = "Durmoth / Roland Peter Schilffarth"
[/entry]
[entry]
name = "Norcen"
[/entry]
[/about]
[about]
title = _ "Lua Help"
[entry]
name = "ForestDragon"
[/entry]
[entry]
name = "Toranks"
[/entry]
[entry]
name = "Durzi"
[/entry]
[entry]
name = "sevu"
[/entry]
[/about]
[about]
title = _ "Playtesting"
[entry]
name = "House Vinstor"
[/entry]
[entry]
name = "Spice"
[/entry]
[entry]
name = "Vendrick"
[/entry]
[/about]
[about]
title = _ "Haldric Sprite"
[entry]
name = "Vyncyn"
[/entry]
[/about]
[about]
title = _ "Elvish Zealot Sprite"
[entry]
name = "Paulomat4, Chaos Rider"
comment = "From The Ravagers add-on"
[/entry]
[/about]
[about]
title = _ "Great Shaman Sprite"
[entry]
name = "Benoit Timbert (Noyga) and others"
comment = "From 1.4 Extended Era"
[/entry]
[entry]
name = "Updated and improved by Mechanical"
[/entry]
[/about]
[about]
title = _ "Great Ogre Sprite"
[entry]
name = "The_Gnat"
comment = "From Reign of the Lords add-on"
[/entry]
[/about]
[about]
title = _ "Female Shaman Portrait"
[entry]
name = "1/2 Kordov"
[/entry]
[/about]
[about]
title = _ "Additional Art & Sounds"
[entry]
name = "Anekron / Aleš Jeremiáš Šumpík"
[/entry]
[entry]
name = "Pixabay.com"
[/entry]
[/about]
[about]
title = _ "Grammar & Accent Help"
[entry]
name = "Mirion147"
[/entry]
[/about]
[about]
title = _ "Story Music"
[entry]
name = "Aleksi Aubry-Carlson"
comment = "the old Northerners theme"
[/entry]
[/about]
[about]
title = _ "WMG Art"
[entry]
name = "Mechanical"
[/entry]
[/about]
[modify_unit_type]
type=Ogre
set_advances_to=Great Ogre
set_experience=80
[/modify_unit_type]
[/campaign]
[lua]
code="wesnoth.require '~add-ons/The_Rootless/lua/theme.lua'"
[/lua]
#ifdef CAMPAIGN_THE_ROOTLESS
[binary_path]
path="data/add-ons/The_Rootless"
[/binary_path]
{~add-ons/The_Rootless/utils}
{~add-ons/The_Rootless/scenarios}
[units]
{~add-ons/The_Rootless/units}
[/units]
#endif