-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_main.cfg
155 lines (141 loc) · 4.57 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
151
152
153
154
155
[textdomain]
name="wesnoth-Frost_Mage"
path="data/add-ons/Frost_Mage/translations"
[/textdomain]
[binary_path]
path=data/add-ons/Frost_Mage
[/binary_path]
{~/add-ons/Frost_Mage/utils}
#ifhave ~add-ons/WISh/_main.cfg
{~add-ons/WISh/utils}
#endif
[campaign]
#textdomain wesnoth-Frost_Mage
id=journey_frost_mage
name= _ "Journey of a Frost Mage"
abbrev= _ "JoaFM"
define=CAMPAIGN_FROST_MAGE
icon="units/human-magi/silver-mage+female-attack-staff1.png~RC(magenta>blue)"
image= "portraits/humans/mage-frost+female.webp"
description= _ "<span color='#00ccff' font_family='OldaniaADFStd' size='xx-large'>Journey of a Frost Mage</span>
<span font_family='Palatino'>Magic takes turns in unexpected ways. Meet the Frost Mage as she takes her first step into the big world and the great challenges that appear in her path. Let the story unfold!</span>
<span font_family='DejaVuSerif' weight='bold'>Dependency:</span> <i>War of Legends</i> " +
#ifhave ~add-ons/War_of_Legends/_main.cfg
_ "<span color='#00ff00'>(✔Installed)</span>" +
#else
_ "<span color='#ff0000'>(✘Not Installed)</span>" +
#endif
"
<span font_family='DejaVuSerif' weight='bold'>Dependency:</span> <i>WISh: War of Legends Inventory System</i> " +
#ifhave ~add-ons/WISh/_main.cfg
_ "<span color='#00ff00'>(✔Installed)</span>"
#else
_ "<span color='#ff0000'>(✘Not Installed)</span>"
#endif
{CAMPAIGN_DIFFICULTY EASY "{AQUA-INITIATE+FEMALE}~RC(magenta>blue)" ( _ "Initiate") ( _ "Easy")}
{CAMPAIGN_DIFFICULTY NORMAL "{AQUA-MAGE+FEMALE}~RC(magenta>blue)" ( _ "Mage") ( _ "Normal")}
{DEFAULT_DIFFICULTY}
{CAMPAIGN_DIFFICULTY HARD "{FROST-MAGE+FEMALE}~RC(magenta>blue)" ( _ "High Mage") ( _ "Hard")}
first_scenario=01_the_attack
{ENABLE_JOAFM_ADVANCEMENTS}
[load_resource]
id=joafm_frozen
[/load_resource]
[load_resource]
id=wish_items
[/load_resource]
# load wol specific code
[load_resource]
id=WOL_resource_abilities_events_all
[/load_resource]
[about]
title = _ "Author"
[entry]
name = "Subhraman Sarkar (LumiousE/babaissarkar)"
email = "suvrax_AT_gmail_DOT_com"
forumuser = "bssarkar"
discorduser = "lumious_e (LumiousE)"
[/entry]
[/about]
[about]
title = _ "WoL and General Support"
[entry]
name = "Lord-Knyghtmare"
discorduser = "knyghtmare"
forumuser = "Lord-Knightmare"
[/entry]
[/about]
[about]
title = _ "Playtesters"
[entry]
name = "Konrad2"
discorduser = "konrad2"
[/entry]
[entry]
name = "lhybrideur"
discorduser = "lhybrideur"
[/entry]
[entry]
name = "mnau_mnau (ZombieKnightCZ)"
discorduser = "mnau_mnau"
forumuser = "ZombieKnightCZ"
[/entry]
[entry]
name = "Bravd"
forumuser = "Bravd"
[/entry]
[entry]
name = "white_haired_uncle"
forumuser = "white_haired_uncle"
[/entry]
[entry]
name = "Refumee"
forumuser = "Refumee"
[/entry]
[entry]
name = "Mirion147"
discorduser = "mirion147"
[/entry]
[/about]
[/campaign]
[language]
type_electric= _ "electric"
type_natural= _ "natural"
type_water= _ "water"
[/language]
# type_dark= _ "dark"
# type_void= _ "void"
# type_wind= _ "wind"
[units]
[resistance_defaults]
# technically a dual typing
# if the enemy is weak to either cold or impact
# they will be hurt.
id="water"
default="((cold+impact)/2)"
[/resistance_defaults]
[resistance_defaults]
id="electric"
default="(fire+20)"
[/resistance_defaults]
[resistance_defaults]
id="natural"
default="(arcane+10)"
[/resistance_defaults]
[/units]
#ifdef CAMPAIGN_FROST_MAGE
# load War of legends
{~add-ons/War_of_Legends/campaign-minimal.cfg}
# load rest of the campaign resources
{~/add-ons/Frost_Mage/images}
{~/add-ons/Frost_Mage/scenarios}
{~/add-ons/Frost_Mage/maps}
[+units]
{~/add-ons/Frost_Mage/units/human-magi}
{~/add-ons/Frost_Mage/units/human-loyalists}
{~/add-ons/Frost_Mage/units/elves-wood}
{~/add-ons/Frost_Mage/units/undead-necromancers}
{~/add-ons/Frost_Mage/units/undead-spirit}
{~/add-ons/Frost_Mage/units/drakes}
[/units]
#endif