Skip to content

Commit 5db7607

Browse files
committed
Brungars / August 2026 rebalance
- All tamers will now have +Magic-counter at melee - Ocean Apprentice XP to 42 (-3) - Crystal Master NEW ATTACK: 5-4 cold melee , both melees will now have +Dread It's temporal dread, I plan to replace with a new special which slows the enemy but only in combat and no slows after fight. - Wave Raider NEW ATTACK: 8-3 impact melee +Magical +offensive only - Wave Master NEW ATTACK: 11-3 impact melee +Magical +offensive only The unit did not have much to offer at all and the faction needs more impact damage. Low damage at ranged so he can afford this extra melee.
1 parent 94cdcd2 commit 5db7607

7 files changed

Lines changed: 55 additions & 1 deletion

File tree

units/EotF_units/brungar/Amateur_Tamer.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Amateur Tamers are Brungar who have set out to capture creatures rather then kil
3333
range=melee
3434
damage=6
3535
number=3
36+
[specials]
37+
{WEAPON_SPECIAL_AE_MAG_MAGIC_COUNTER}
38+
[/specials]
3639
[/attack]
3740

3841
[attack]

units/EotF_units/brungar/Crystal_Master.cfg

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,22 @@ The Crystal Masters are very few, but legends of their power are still widesprea
4343
range=melee
4444
damage=6
4545
number=4
46+
[specials]
47+
{WEAPON_SPECIAL_DREAD}
48+
[/specials]
49+
[/attack]
50+
51+
[attack]
52+
name=Ice Hammer
53+
description= _ "Ice Hammer"
54+
icon="attacks/Icehammer.png"
55+
type=cold
56+
range=melee
57+
damage=5
58+
number=4
59+
[specials]
60+
{WEAPON_SPECIAL_DREAD}
61+
[/specials]
4662
[/attack]
4763

4864
[attack]

units/EotF_units/brungar/Experienced_Tamer.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ After they have managed to capture, tame, and train a fierce creature to fight b
3333
range=melee
3434
damage=7
3535
number=4
36+
[specials]
37+
{WEAPON_SPECIAL_AE_MAG_MAGIC_COUNTER}
38+
[/specials]
3639
parry=5
3740
[/attack]
3841

units/EotF_units/brungar/Expert_Tamer.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ The stories of the Expert Tamers are legendary! These are the Brungar who have n
3434
range=melee
3535
damage=8
3636
number=5
37+
[specials]
38+
{WEAPON_SPECIAL_AE_MAG_MAGIC_COUNTER}
39+
[/specials]
3740
parry=5
3841
[/attack]
3942

units/EotF_units/brungar/Ocean_Apprentice.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
profile="portraits/brungar/student.png"
1010
level=1
1111
alignment=neutral
12-
experience=45
12+
experience=42
1313
advances_to=AE_fut_brungar_Wave_Rider,AE_fut_brungar_Ice_Apprentice
1414
hitpoints=27
1515
movement=5

units/EotF_units/brungar/Wave_Master.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Those who advance to the rank of Wave Masters are true masters of their environm
3232
number=2
3333
[/attack]
3434

35+
[attack]
36+
name=Wve
37+
description= _ "Wave"
38+
icon="attacks/Wave.png"
39+
type=impact
40+
range=melee
41+
[specials]
42+
{WEAPON_SPECIAL_AE_MAG_MAGICAL_OFFENSIVE}
43+
{WEAPON_SPECIAL_AE_MAG_ATTACK_ONLY}
44+
[/specials]
45+
damage=11
46+
number=3
47+
[/attack]
48+
3549
[attack]
3650
name=Wave
3751
description= _ "Wave"

units/EotF_units/brungar/Wave_Rider.cfg

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ After a Brungar gains a high level of control over the water, they advance to th
3131
number=2
3232
[/attack]
3333

34+
[attack]
35+
name=Wave
36+
description= _ "Wave"
37+
icon="attacks/Wave.png"
38+
type=impact
39+
range=melee
40+
[specials]
41+
{WEAPON_SPECIAL_AE_MAG_MAGICAL_OFFENSIVE}
42+
{WEAPON_SPECIAL_AE_MAG_ATTACK_ONLY}
43+
[/specials]
44+
damage=8
45+
number=3
46+
[/attack]
47+
3448
[attack]
3549
name=Wave
3650
description= _ "Wave"
@@ -43,6 +57,7 @@ After a Brungar gains a high level of control over the water, they advance to th
4357
damage=10
4458
number=3
4559
[/attack]
60+
4661
[attack_anim]
4762
[filter_attack]
4863
name=Harpoon

0 commit comments

Comments
 (0)