forked from trewe/Valley_of_the_Ancients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_main.cfg
62 lines (44 loc) · 1.36 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
#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
difficulties=NORMAL
type=mp
min_players=2
max_players=2
icon="units/dwarves/guard.png~RC(magenta>brown)"
image="portraits/undead/transparent/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_descriptions={MENU_IMG_TXT2 "units/dwarves/guard.png~RC(magenta>brown)" _"Guardian" _"(Normal)"}
[about]
title= _ "Creator and Original Designer"
[entry]
name= _ "TL"
[/entry]
[/about]
[about]
title= _ "Campaign Maintenance"
[entry]
name="trewe"
email="[email protected]"
[/entry]
[/about]
[/campaign]
#define VOTA_VERSION
2.5 #enddef
#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/utils/misc.cfg}
{~add-ons/Valley_of_the_Ancients/scenarios}
#endif