Legend of the Invincibles

Discussion and development of scenarios and campaigns for the game.

Moderator: Forum Moderators

Post Reply

Which of these units you find worth advancing and gearing heavily? Unpopular ones will be reworked.

Prophet
52
21%
Reaper
29
12%
Scythemaster
20
8%
Shadowalker
18
7%
Shadow Prince
19
8%
Siege Troll
11
5%
Sky Goblin
4
2%
Snow Hunter
20
8%
Soul Shooter
5
2%
Swordmaster
28
11%
Troll Boulderlobber
2
1%
Warlock
24
10%
Werewolf Rider
5
2%
Zombie Rider
7
3%
 
Total votes: 244

User avatar
dabber
Posts: 464
Joined: April 2nd, 2014, 6:41 pm

Re: Legend of the Invincibles

Post by dabber »

Unit error. Dragon Rider cannot fly over "unwalkable" terrain, but normal dragons can. Dragon Rider also has swamp and coastal reef as 2 instead of 1, and deep water as impassable instead of 2 (compared to normal dragons).
User avatar
Dugi
Posts: 4961
Joined: July 22nd, 2010, 10:29 am
Location: Carpathian Mountains
Contact:

Re: Legend of the Invincibles

Post by Dugi »

That unit is based on the default skeletal dragon, and he has the same movement costs. It's questionable what led the developers to give the skeletal dragon different movement than to the living one. It would look more like a bug if he had different movement costs than the usual skeletal dragon.
wuxiangjinxing
Posts: 60
Joined: December 23rd, 2008, 5:01 am

Re: Legend of the Invincibles

Post by wuxiangjinxing »

A similiar problem comes from monorosity (upgraded from souless).

Why an undead has 20% defense and 3 mv costs in cave? Cave shall be the home field of undead right?
User avatar
Dugi
Posts: 4961
Joined: July 22nd, 2010, 10:29 am
Location: Carpathian Mountains
Contact:

Re: Legend of the Invincibles

Post by Dugi »

The default undead movement cost in caves is 2.
wuxiangjinxing
Posts: 60
Joined: December 23rd, 2008, 5:01 am

Re: Legend of the Invincibles

Post by wuxiangjinxing »

Maybe it's better to change the movement_type of monorosity from "fly" to "undeadfly"?

By the way, here's a small question.

I notice that in lot's of scenerios, the ai sides are modified by the macro AI_OVERHAUL_PLACE and AI_OVERHAUL_PLACE_2. Those two macros are defined in the global_events.cfg and look to be an optimization of the default AI (though I have no idea what are they really doing).

However the problem is: it looks that these two macros only works with low_drop, which is an extra define only for Chapter 1~5. So I believe those modifications will have no use at all for Chapter 6~10, though you have added a lot in those chapters. Is this a bug or do I have any misunderstanding?
User avatar
Dugi
Posts: 4961
Joined: July 22nd, 2010, 10:29 am
Location: Carpathian Mountains
Contact:

Re: Legend of the Invincibles

Post by Dugi »

The AI was horribly slow in chapter 3-5 (or it just stood next to most leaders and did nothing), but I was given a code to fix that. However, for some reasons it doesn't work well in later chapters, so I disabled it there. Because only the earlier chapters need it and they happen to have the low drops macro defined, I decided to make the ai overhaul macro work only if the low drops macro is defined. When wesnoth 1.12 comes out, I'll replace it with fast_ai micro_ai that is a bit dumber but is very fast and unite the meanings of the ai overhaul macro (so what you see there is a temporary solution).
User avatar
dabber
Posts: 464
Joined: April 2nd, 2014, 6:41 pm

Re: Legend of the Invincibles

Post by dabber »

I wasn't talking about the Skeleton Dragon. I mean the level 5 human Dragon Rider, leveled up from Grand Knight. He's riding a living Fire Dragon, but has very different movement from a Fire Dragon.
User avatar
Dugi
Posts: 4961
Joined: July 22nd, 2010, 10:29 am
Location: Carpathian Mountains
Contact:

Re: Legend of the Invincibles

Post by Dugi »

Ah, really, your posts says Dragon Rider, not Skeletal Dragon. I don't know how could it happen that I confused the two. Dragon Rider's movement is based on the movement of the units he advances from, mostly Grand Knight. But you're right, it could be based on the movement of dragons. I'll think of it.
Battlecruiser_Venca
Posts: 196
Joined: June 3rd, 2009, 11:37 am
Contact:

Re: Legend of the Invincibles

Post by Battlecruiser_Venca »

Drake Glider's movement and defenses for Dragon Rider?
User avatar
Dugi
Posts: 4961
Joined: July 22nd, 2010, 10:29 am
Location: Carpathian Mountains
Contact:

Re: Legend of the Invincibles

Post by Dugi »

Glider's defences are too good in my opinion.
User avatar
dabber
Posts: 464
Joined: April 2nd, 2014, 6:41 pm

Re: Legend of the Invincibles

Post by dabber »

I don't see a problem with improving the movement of Dragon Rider to that of Fire Dragon. He obliterates Orcs, even more than most things obliterate orcs, but so far he is a bit unimpressive against enemies he cannot drain.

General comment. I think there are no upgrades or weapons that grant the weapon special magical (hit 70%). Focus exists, but only on an archer or bow. Various things can get marksman, including the crafted weapon, and ranged marksman exists via leadership. I presume this is a design balance thing, that you believe negating defense is too powerful? I really notice it with the Shadow Prince, whose shockwave attack is fun, but not for dealing damage. But I also notice it with stuff like the Skeleton Dragon and Dragon Rider, where I feel if I could just get them to hit, especially on defense, they'd be more effective.
User avatar
Dugi
Posts: 4961
Joined: July 22nd, 2010, 10:29 am
Location: Carpathian Mountains
Contact:

Re: Legend of the Invincibles

Post by Dugi »

The absence of items granting the magical weapon special is just a coincidence. I'll add something with that property when I'll be creating items.

Shadow Prince's Shockwave wasn't intended to be used for damaging, it was intended to scatter enemies that are packed too tightly together and hard to damage.
User avatar
dabber
Posts: 464
Joined: April 2nd, 2014, 6:41 pm

Re: Legend of the Invincibles

Post by dabber »

The I will be presumptuous and suggest an item:

Code: Select all

[object]
	name= _ "Touch Gloves"
	image=items/gauntlets.png
	number=9999
	sort=gauntlets
	defence=5
	[specials]
		{WEAPON_SPECIAL_MAGICAL}
	[/specials]
	arcane_resist=15
[/object]
User avatar
Dugi
Posts: 4961
Joined: July 22nd, 2010, 10:29 am
Location: Carpathian Mountains
Contact:

Re: Legend of the Invincibles

Post by Dugi »

I'll think about it.
wuxiangjinxing
Posts: 60
Joined: December 23rd, 2008, 5:01 am

Re: Legend of the Invincibles

Post by wuxiangjinxing »

There is a typo in Sky_Goblin.cfg, line 154

description= _ "better at commanding the birdn"
Post Reply