-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_main.cfg
108 lines (91 loc) · 3.8 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
#textdomain wesnoth-Flight_Freedom
[textdomain]
name="wesnoth-Flight_Freedom"
# https://github.com/wesnoth/wesnoth/issues/7817
path="data/add-ons/Flight_Freedom/translations"
[/textdomain]
# wmlscope: export=no
#define RESTORE_OLD_B_BRANCH
"" #enddef
# wmlscope: start conditionals
# Load dependency utils
#ifdef NEED_DEPENDENCY_UTILS
{~add-ons/Flight_Freedom/dependency-utils.cfg}
#else
#comment this out in case we decide to do this later
#define FTF_HAVE_RESOURCES
#enddef
#define FTF_HAVE_RESOURCES_STATUS
"" #enddef
#endif
# wmlscope: stop conditionals
# wmlindent: start ignoring
#define FTF_IMAGES_DIR
data/add-ons/Flight_Freedom_Resources/images#enddef
#define FTF_MUSIC_DIR
data/add-ons/Flight_Freedom_Resources/music#enddef
# wmlindent: stop ignoring
[campaign]
id=Flight_to_Freedom
abbrev= _ "FtF"
version={~add-ons/Flight_Freedom/dist/VERSION}
name= _ "Flight to Freedom"
define=CAMPAIGN_FLIGHT_FREEDOM
first_scenario=Survival
start_year="328 YW"
end_year="331 YW"
#ifdef OLD_DIFFICULTIES
difficulties=EASY,NORMAL,HARD
difficulty_descriptions={MENU_IMG_TXT2 "units/drakes/glider.png~RC(magenta>red)" _"Hatchling" _"(Easier)"} + ";*" + {MENU_IMG_TXT2 "units/drakes/glider-takeoff-3.png~RC(magenta>red)" _"Warrior" _"(Normal)"} + ";" + {MENU_IMG_TXT2 "units/drakes/glider-fly-4.png~RC(magenta>red)" _"Hero" _"(Difficult)"}
#else
{CAMPAIGN_DIFFICULTY EASY "units/drakes/glider.png~RC(magenta>red)" ( _ "Hatchling") ( _ "Easier")}
{CAMPAIGN_DIFFICULTY NORMAL "units/drakes/glider-takeoff-3.png~RC(magenta>red)" ( _ "Warrior") ( _ "Normal")}
{DEFAULT_DIFFICULTY}
{CAMPAIGN_DIFFICULTY HARD "units/drakes/glider-fly-4.png~RC(magenta>red)" ( _ "Hero") ( _ "Difficult")}
#endif
icon="halo/fire-aura.png~CROP(164,164,72,72)~O(70%)~BLIT(projectiles/fireball-impact-4.png~CROP(14,33,72,72)~O(60%),0,0)~BLIT(items/cage.png~CROP(2,0,37,72),0,0)~BLIT(items/cage.png~CROP(37,0,31,62),41,0)~BLIT(units/drakes/glider-fly-2.png~CROP(0,0,68,72)~RC(magenta>red),4,0)
"
# wmlscope: start ignoring
description= _ "This is the story of the great Drake leader Malakar, who saw the near-destruction of his tribe at the hands of a dark wizard, and of how he gathered his shattered people and set out on a dangerous journey across unknown lands in the hopes of bringing them back home.
<span color='#808080'>Now updated for BFW 1.18+!</span>
(Expert Level, 20-26 scenarios)"+"
<span color='#808080'>"+"Version:"+" {~add-ons/Flight_Freedom/dist/VERSION}"+"
"+_"(for Wesnoth v1.18.0 or later)"+"</span>"+{FTF_HAVE_RESOURCES_STATUS}
# wmlscope: stop ignoring
image=data/add-ons/Flight_Freedom/images/FtFsplash.png
{ENABLE_ARMAGEDDON_DRAKE}
{ENABLE_ANCIENT_LICH}
{ENABLE_DWARVISH_RUNESMITH}
{ENABLE_TROLL_SHAMAN}
{ENABLE_SAURIAN_SPEARTHROWER}
{ENABLE_NIGHTBLADE}
{ENABLE_PARAGON}
[modify_unit_type]
type=Drake Clasher
add_advancement=Drake Guard
#ifdef FORCE_EXP_AMT
set_experience=41
#endif
[/modify_unit_type]
[modify_unit_type]
type=Naga Fighter
add_advancement=Naga Depthstalker
#ifdef FORCE_EXP_AMT
set_experience=33
#endif
[/modify_unit_type]
#wmllint: general spellings Wesnoth Wesnothian Morogor Elensefar Weldyn Orcish Dwarven Wose Woses Jeyvan Irdya
#wmllint: directory spellings Kakatar Kakatars Malakar Jamolar Jamolars Weswyt Meneldur Quahgakar Necolag Yrynyc Omandro Prax Kogw Drakish Mogradesh
#wmllint: directory spellings Thinskin Thinskins Kzzklk Theracar Skullbone Melrithian Unforgiver Al-Zaiybah
{~add-ons/Flight_Freedom/credits.cfg}
[/campaign]
#ifdef CAMPAIGN_FLIGHT_FREEDOM
{~add-ons/Flight_Freedom/main.cfg}
#endif
#ifdef EDITOR
{~add-ons/Flight_Freedom/_editor.cfg}
#endif
#undef FTF_HAVE_RESOURCES
#undef FTF_HAVE_RESOURCES_STATUS
#undef FTF_IMAGES_DIR
#undef FTF_MUSIC_DIR