-
Notifications
You must be signed in to change notification settings - Fork 1
/
_main.cfg
61 lines (46 loc) · 1.32 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
#textdomain wesnoth-Valley_of_the_Ancients
[textdomain]
name="wesnoth-Valley_of_the_Ancients"
path="data/add-ons/Valley_of_the_Ancients/translations"
[/textdomain]
[campaign]
id=MP_Campaign_Valley_of_the_Ancients
name= _ "Valley of the Ancients"
abbrev= _ "VotA"
define=MP_CAMPAIGN_VOTA
type=mp
min_players=2
max_players=2
icon="units/dwarves/guard.png~RC(magenta>brown)"
image="portraits/undead/brown-lich.png"
first_scenario="TL_VOTA_01_Uneasy_Alliance"
description=_ "Fight your way into the legendary Valley of the Ancients against your rival.
" + _"(Competive campaign, 6 scenarios)"
[difficulty]
define=NORMAL
image="units/dwarves/guard.png~RC(magenta>brown)"
label= _ "Guardian"
description= _ "Normal"
default=yes
[/difficulty]
[about]
title= _ "Creator and Original Designer"
[entry]
name="TL"
[/entry]
[/about]
[about]
title= _ "Campaign Maintenance"
[entry]
name="trewe"
email="[email protected]"
[/entry]
[/about]
[/campaign]
#ifdef MP_CAMPAIGN_VOTA
{~add-ons/Valley_of_the_Ancients/utils/misc.cfg}
{~add-ons/Valley_of_the_Ancients/scenarios/VOTA}
#endif
#ifdef MULTIPLAYER
{~add-ons/Valley_of_the_Ancients/scenarios}
#endif