forked from inferno8/wesnoth-Era_of_Magic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEoMa_eras.cfg
78 lines (65 loc) · 2.22 KB
/
EoMa_eras.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
#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
{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}
{EOMA_EVENTS}
[/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."
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}
{EOMA_EVENTS}
[/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
{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}
{EOMA_EVENTS}
[/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."
require_era=yes
{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}
{EOMA_EVENTS}
[/era]