-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathEoMa_eras.cfg
More file actions
132 lines (113 loc) · 4.21 KB
/
Copy pathEoMa_eras.cfg
File metadata and controls
132 lines (113 loc) · 4.21 KB
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
#textdomain wesnoth-Era_of_Magic
[era]
id=era_magic
name= _ "Era of Magic"
description=_"The Era of Magic consists currently of 8 unique, fully animated factions: Barbarians, Darkblooded, Destroyers, Kharos, Runemasters, Sky Kingdom, Summoners and Tharis. Many units have fancy custom abilities/weapon specials."
require_era=yes
define=EOMA_DONT_LOAD_RPG
{RANDOM_SIDE}
{EOMA_SIDE default skykingdom}
{EOMA_SIDE default summoners}
{EOMA_SIDE default tharis}
{EOMA_SIDE default kharos}
{EOMA_SIDE default barbarians}
{EOMA_SIDE default darkblood}
{EOMA_SIDE default runemasters}
{EOMA_SIDE default destroyers}
[load_resource]
id=EoMa_events_resource
[/load_resource]
[load_resource]
id=EoMa_pvp_events_resource
[/load_resource]
[/era]
[era]
id=era_magic_rpg
name= _ "Era of Magic (RPG)"
description=_"A variant of Era of Magic designed for playing scenarios which involve elements of roleplaying (RPG) by having lvl1 units as leaders with empty recruit lists.
NOTE: many units have altered stats and abilities to ensure a more balanced experience"
require_era=yes
{RANDOM_SIDE}
{EOMA_SIDE mrpg skykingdom}
{EOMA_SIDE mrpg summoners}
{EOMA_SIDE mrpg tharis}
{EOMA_SIDE mrpg kharos}
{EOMA_SIDE mrpg barbarians}
{EOMA_SIDE mrpg darkblood}
{EOMA_SIDE mrpg runemasters}
{EOMA_SIDE mrpg destroyers}
[load_resource]
id=EoMa_events_resource
[/load_resource]
[load_resource]
id=EoMa_pvp_events_resource
[/load_resource]
[/era]
[era]
id=era_magic_unbalanced#also known as rpg2 or mrpg2
name= _ "Era of Magic (RPG) (unbalanced)"
description=_"A variant of Era of Magic designed for playing scenarios which involve elements of roleplaying (RPG) by having lvl1 units as leaders with empty recruit lists. Unit stats and abilities are unchanged from normal variant
WARNING: some abilities may break some scenarios and/or heavily influence outcomes of matches. It is also advised to avoid using this in PvP rpg scenarios due to the heavily unbalanced nature of this variant."
require_era=yes
define=EOMA_DONT_LOAD_RPG
{RANDOM_SIDE}
{EOMA_SIDE mrpg2 skykingdom}
{EOMA_SIDE mrpg2 summoners}
{EOMA_SIDE mrpg2 tharis}
{EOMA_SIDE mrpg2 kharos}
{EOMA_SIDE mrpg2 barbarians}
{EOMA_SIDE mrpg2 darkblood}
{EOMA_SIDE mrpg2 runemasters}
{EOMA_SIDE mrpg2 destroyers}
[load_resource]
id=EoMa_events_resource
[/load_resource]
[load_resource]
id=EoMa_pvp_events_resource
[/load_resource]
[/era]
[era]
id=era_magic_aoh
name= _ "Era of Magic (Age of Heroes)"
description=_"A variant of Era of Magic with higher level units: level 3 leaders, with level 1 and 2 units available for recruit. Not considered balanced."
require_era=yes
define=EOMA_DONT_LOAD_RPG
{RANDOM_SIDE}
{EOMA_SIDE aoh skykingdom}
{EOMA_SIDE aoh summoners}
{EOMA_SIDE aoh tharis}
{EOMA_SIDE aoh kharos}
{EOMA_SIDE aoh barbarians}
{EOMA_SIDE aoh darkblood}
{EOMA_SIDE aoh runemasters}
{EOMA_SIDE aoh destroyers}
[load_resource]
id=EoMa_events_resource
[/load_resource]
[load_resource]
id=EoMa_pvp_events_resource
[/load_resource]
[/era]
[era]
id=era_magic_masters
name= _ "Era of Magic (Masters)"
description=_"A variant of Era of Magic with higher level units: level 3-4 leaders, with level 2 and 3 units available for recruit. Not considered balanced.
Note: level 3 leaders in this variant get the 'heroic' trait, which is a combination of strong, dextrous, resilient, quick (without the hitpoint reduction) and intelligent traits. In some cases however (mainly units with lots of ranged strikes), the units may get other traits instead."
require_era=yes
define=EOMA_DONT_LOAD_RPG
{RANDOM_SIDE}
{EOMA_SIDE ms skykingdom}
{EOMA_SIDE ms summoners}
{EOMA_SIDE ms tharis}
{EOMA_SIDE ms kharos}
{EOMA_SIDE ms barbarians}
{EOMA_SIDE ms darkblood}
{EOMA_SIDE ms runemasters}
{EOMA_SIDE ms destroyers}
[load_resource]
id=EoMa_events_resource
[/load_resource]
[load_resource]
id=EoMa_pvp_events_resource
[/load_resource]
[/era]