-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_main.cfg
150 lines (141 loc) · 4.12 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
#textdomain wesnoth-Danse_Macabre
[textdomain]
name="wesnoth-Danse_Macabre"
path="data/add-ons/Danse_Macabre/translations/"
[/textdomain]
# wmllint: general spellings English Russian Wesnoth
# wmllint: general spellings undead iceball plaguebeam backstab necro
# wmllint: general spellings Merrin Boreas Oryzias mage mages
# wmllint: general spellings orc orcs orcish dwarves dwarvish
# wmllint: general spellings fuckin ok meh hehe Mr
[campaign]
id=Danse_Macabre
rank=400
icon="data/add-ons/Danse_Macabre/images/units/zombie_lord.png~RC(magenta>red)"
name= _ "Danse Macabre"
abbrev= _ "wuriDM"
define=DANSE_MACABRE
first_scenario=01_beginning_of_the_tragedy
{CAMPAIGN_DIFFICULTY EASY "units/undead/zombie-troll.png~RC(magenta>red)" _"Creeper" _"Normal"}
{CAMPAIGN_DIFFICULTY NORMAL "units/undead/soulless.png~RC(magenta>red)" _"Walker" _"Challenging"} {DEFAULT_DIFFICULTY}
{CAMPAIGN_DIFFICULTY HARD "units/undead/soulless-mounted.png~RC(magenta>red)" _"Runner" _"Difficult"}
description=_ "Macabre is a rare zombie who has intelligence and will. What's he like? What's his purpose?
" + _"Note: I recommend the 'Normal' difficulty level if you're trying this campaign for the first time.
" + _"(Expert level, 12 playable scenarios. version " + "{./dist/VERSION}" + ")" # wmllint: no spellcheck
image="data/add-ons/Danse_Macabre/images/dm_campaign_image.png"
{ENABLE_DEATH_KNIGHT}
{ENABLE_ADVANCEMENT Soulless (Running Corpse) (set_experience=80)}
{ENABLE_ADVANCEMENT Deathblade Deathbringer (set_experience=85)}
{ENABLE_ADVANCEMENT Ghoul Necrophobia (set_experience=35)}
{ENABLE_ADVANCEMENT Necrophage (DM Ghast) (set_experience=60)}
[about]
title = _ "Campaign Design"
[entry]
name = "kamikaze"
[/entry]
[/about]
[about]
title = _ "Campaign Maintenance"
[entry]
name = "kamikaze"
[/entry]
[entry]
name = "zako"
[/entry]
[entry]
name = "James_The_Invisible"
[/entry]
[entry]
name = "Shiki"
[/entry]
[/about]
[about]
title = _ "Artworks and Graphics Design"
[entry]
name = "K.Yamamoto"
[/entry]
[entry]
name = "kamikaze"
[/entry]
[entry]
name = "zako"
[/entry]
[/about]
[about]
title = _ "Map Design"
[entry]
name = "kamikaze"
[/entry]
[entry]
name = "aramaki"
[/entry]
[entry]
name = "zako"
[/entry]
[/about]
[about]
title = _ "English Revision"
[entry]
name = "Jay Traub"
[/entry]
[entry]
name = "averyimaginativename"
[/entry]
[/about]
[about]
title = _ "Brainstorming and Playtesting"
[entry]
name = "philosophy"
[/entry]
[entry]
name = "spell"
[/entry]
[entry]
name = "tou1"
[/entry]
[/about]
[about]
title = _ "Russian Translation"
[entry]
name = "marat"
[/entry]
[/about]
[about]
title = _ "Reference"
[entry]
name = "Other Campaigns"
comment= "Descent into Darkness, The Rise of Wesnoth, Legend of Wesmere, Invasion from the Unknown, Bad Moon Rising, Dead Water, etc."
[/entry]
[entry]
name = "The Wesnoth Forum Community"
[/entry]
[/about]
[event]
name=last breath
[filter]
id=gingly
[/filter]
[disallow_recruit]
side=1
type=Ghost
[/disallow_recruit]
[/event]
[/campaign]
#ifdef DANSE_MACABRE
[binary_path]
path=data/add-ons/Danse_Macabre/
[/binary_path]
{./mainline-strings.cfg}
{./utils}
{./scenarios}
[units]
{./units}
{./units/heroes}
{./units/animals}
[hide_help]
race=ogre,goblin,mechanical,merman
type=Chocobone,Elvish Lady,Royal Warrior,Elder Mage
type_adv_tree=Giant Ant,Skeleton Rider
[/hide_help]
[/units]
#endif