forked from cooljeanius/A_Little_Adventure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_main.cfg
136 lines (120 loc) · 3.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
#textdomain wesnoth-ala
[textdomain]
name="wesnoth-ala"
# https://github.com/wesnoth/wesnoth/issues/7817
path="data/add-ons/A_Little_Adventure/translations"
[/textdomain]
[campaign]
id=A_little_Adventure
rank=310
icon="units/human-loyalists/sergeant-attack-sword-1.png~RC(magenta>red)"
image="data/add-ons/A_Little_Adventure/images/campaign_image.png"
#po: Strings from utils/ALA_Deaths.cfg used to get put in the potfile
#po: before strings from this file at one point, so see the translation
#po: comments from that file for a note that applies to the campaign
#po: as a whole.
name= _ "A Little Adventure"
abbrev= _ "ALA"
define="A_LITTLE_ADVENTURE"
first_scenario="01_The_Attack_to_Amoran"
difficulties=EASY,NORMAL,HARD
[difficulty]
define=EASY
image="units/human-loyalists/sergeant.png~RC(magenta>red)"
label= _"Sergeant"
description= _"Easy"
[/difficulty]
[difficulty]
define=NORMAL
image="units/human-loyalists/lieutenant.png~RC(magenta>red)"
label= _"Lieutenant"
description= _"Normal"
[/difficulty]
[difficulty]
define=HARD
image="units/human-loyalists/general.png~RC(magenta>red)"
label= _"General"
description= _"Difficult"
[/difficulty]
# wmllint: general spellings Wesnothian merfolk
#po: the "young Wesnothian army officer" is Glauco (male); the "he" refers to him:
description= _ "A young Wesnothian army officer is sent to command a tiny garrison in an insignificant town in the wilds of the far east; unexpectedly he will manage not only the defense of the town, but also its economic rebirth, committing itself to reopening the legendary Amber Road! "+ _ "
(Novice Level, 6 scenarios + 1 epilogue)"
[modify_unit_type]
type=Ogre
add_advancement=EXI_Ogregreat
set_experience=76
[/modify_unit_type]
[about]
title = _ "Campaign Design, prose and story Edits"
[entry]
name = "Argesilao"
[/entry]
[entry]
name = "Eric Gallager (egallager, a.k.a. cooljeanius)"
[/entry]
[/about]
[about]
title = _ "Campaign Maintenance"
[entry]
name = "Argesilao (formerly)"
[/entry]
[entry]
name = "Eric Gallager (egallager, a.k.a. cooljeanius)"
[/entry]
[/about]
[about]
title = _ "Great Ogre character design and configuration"
[entry]
name = "Eagle_11"
[/entry]
[/about]
[about]
title = _ "She-Ogre and Matronly Ogre portraits"
[entry]
name = "Mells (ohlyf)"
[/entry]
[/about]
[about]
title = _ "Special thanks for tips and help"
[entry]
name = "Nobun"
[/entry]
[entry]
name = "Elvish Hunter"
[/entry]
[entry]
name = "Gattopazzo23"
[/entry]
[/about]
[about]
title = _ "Italian Translation"
[entry]
name= "Argesilao"
[/entry]
[/about]
[about]
title = _ "Czech Translation"
[entry]
name= "Septim, Celerini"
[/entry]
[/about]
[about]
# wmllint: general spelling Japanese
title = _ "Japanese Translation"
[entry]
name= "chee / konami,k"
[/entry]
[/about]
[/campaign]
#ifdef A_LITTLE_ADVENTURE
[binary_path]
path="data/add-ons/A_Little_Adventure"
[/binary_path]
{~add-ons/A_Little_Adventure/utils}
{~add-ons/A_Little_Adventure/scenarios}
{~add-ons/A_Little_Adventure/images}
[+units]
{~add-ons/A_Little_Adventure/units}
[/units]
#endif