rush, lower the stamina cost and do dmgbased on talentlevel?

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
marvalis
Uruivellas
Posts: 683
Joined: Sun Sep 05, 2010 5:11 am

rush, lower the stamina cost and do dmgbased on talentlevel?

#1 Post by marvalis »

hi, rush currently needs 45 stamina, and I think that is a lot.
Also, there is absolutely not reason to go beyond 1/5 rush right now
at least, we could change it so that the attack does more dmg based on talent level.

stam 30
dmg: format(100 * self:combatTalentWeaponDamage(t, 1, 1.3)?

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: rush, lower the stamina cost and do dmgbased on talentle

#2 Post by darkgod »

No reason?
Reducing the cooldown from 40 to like 12 is not a good reason in itself?
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

marvalis
Uruivellas
Posts: 683
Joined: Sun Sep 05, 2010 5:11 am

Re: rush, lower the stamina cost and do dmgbased on talentle

#3 Post by marvalis »

ugh I completely missed that one.
Maybe add it in the description .. or is it in there too? xD

old code

Code: Select all

	info = function(self, t)
		return ([[Rushes toward your target with incredible speed. If the target is reached you get a free attack doing 120% weapon damage.
		If the attack hits the target is dazed for 3 turns.
		You must rush from at least 2 tiles away.]])
	end,
possible fix (but hardly needed)

Code: Select all

	info = function(self, t)
		return ([[Rushes toward your target with incredible speed. If the target is reached you get a free attack doing 120% weapon damage.
		If the attack hits the target is dazed for 3 turns.
		You must rush from at least 2 tiles away.
		Additional talent levels will lower the cooldown.]])
	end,

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: rush, lower the stamina cost and do dmgbased on talentle

#4 Post by darkgod »

Well the talent pane shows current level and next level and that info includes the CD :)
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

Post Reply