Bards' blast, spell dam and spell saves

Use this forum for general discussions

Bards' blast, spell dam and spell saves

Postby Hung » Fri Jul 15, 2016 6:54 am

Greetings,
Is bards' blast(flames of midnight, cry of avatars) affected by spell damage and/or spell saves?
I've heard various opinions on subject.

Thanks.
User avatar
Hung
Double 40 Poster
 
Posts: 169
Joined: Tue Apr 01, 2014 10:41 am
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby *juggleblood* » Sun Jul 17, 2016 7:47 pm

My understanding was that spell damage wasn't intended to affect the damage. Only charisma.
Talk to the clown.
User avatar
*juggleblood*
Hall of Fame Avatar Poster
 
Posts: 1304
Joined: Sun Jan 22, 2006 6:36 am
Location: Beyond Yonder
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby Teron » Mon Jul 18, 2016 4:31 am

I heard that spell dam doesn't work on bard songs.

-saves also doesn't seem to matter, because I saw no difference from maxing charisma and -saves. I do see a -save proc on a blats song once in a while, maybe once in 20 casts.
User avatar
Teron
Avatar Poster
 
Posts: 711
Joined: Wed Mar 03, 2004 1:59 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby *teker* » Mon Jul 18, 2016 6:47 pm

Different songs have different save types. It looks to me like the appropriate APPLY_XXX modifier is used when calculating the saves on songs. Charisma is also used. Spell bonus is not used when calculating damage.
*teker*
Triple 40 Poster
 
Posts: 299
Joined: Sun Apr 05, 2015 3:41 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby Hung » Tue Jul 19, 2016 7:23 am

Thanks for looking into it, Teker. Sorry I didnt understand - what is APPLY_XXX modifier?
User avatar
Hung
Double 40 Poster
 
Posts: 169
Joined: Tue Apr 01, 2014 10:41 am
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby Teron » Tue Jul 19, 2016 7:42 am

When I asked Splork a month or two ago, he actually said that -saves did not apply to blast/channelling bard songs, and he promised to look into it. That's the last time I heard from him.
User avatar
Teron
Avatar Poster
 
Posts: 711
Joined: Wed Mar 03, 2004 1:59 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby *Splork* » Tue Jul 19, 2016 8:34 am

It was actually quite a few months ago and thats the last anyone heard from me :P
User avatar
*Splork*
Site Admin
 
Posts: 1135
Joined: Tue Apr 29, 2003 8:50 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby *teker* » Tue Jul 19, 2016 11:13 am

Thanks for looking into it, Teker. Sorry I didnt understand - what is APPLY_XXX modifier?


Sorry that's codespeak for items that modify player attributes. I was trying to say that if an item modifies the appropriate save, it should be taken into account when the bard song is cast. But...


When I asked Splork a month or two ago, he actually said that -saves did not apply to blast/channelling bard songs, and he promised to look into it.


I just looked at the code again and it turns out it doesn't look at the caster's save modifiers. It's looking at the victim's save modifiers only. The caster's charisma is taken into account instead of their saves value.
*teker*
Triple 40 Poster
 
Posts: 299
Joined: Sun Apr 05, 2015 3:41 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby Teron » Wed Jul 20, 2016 4:11 am

*teker* wrote:The caster's charisma is taken into account instead of their saves value.

Does it mean that if I have +20 charisma, it thinks I have -20 saves and increases my damage accordingly?
Or the actual "taken into account" could be that I get maybe -2-4 saves out of 20 charisma?

How exactly does it work?

Thanks.
User avatar
Teron
Avatar Poster
 
Posts: 711
Joined: Wed Mar 03, 2004 1:59 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby *teker* » Wed Jul 20, 2016 11:39 am

Teron wrote:Does it mean that if I have +20 charisma, it thinks I have -20 saves and increases my damage accordingly?


1 charisma point is equivalent to -1 saves when it comes to songs. If the victim fails the save, they take full damage. If they pass they take less (usually about 50%). That's the same way most damage spells work. It's an either/or type situation and not a sliding scale. There's still some randomness in the damage calculation (die rolls) so you won't see the exact same result each time.
*teker*
Triple 40 Poster
 
Posts: 299
Joined: Sun Apr 05, 2015 3:41 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby Teron » Fri Jul 22, 2016 3:44 am

So, practically, a bard with +20 charisma has pretty high chances of making the saves?

Why am I not seeing the -save color code as often, when fighting level 1 mobs at coliseum, then?

Does it mean that the charisma saves are already taken into account, and the color code is for the regular saves?

Also, if bard is capped at 20 charisma at 1x40, isn't it a bit low? I mean, ma 5th has 19 saves cap. a 5x40 bard has 24 charisma cap.

Thanks a bunch for clarifying this for me/us.
User avatar
Teron
Avatar Poster
 
Posts: 711
Joined: Wed Mar 03, 2004 1:59 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby *teker* » Mon Jul 25, 2016 11:49 am

Teron wrote:So, practically, a bard with +20 charisma has pretty high chances of making the saves?


I would expect it to be the same as a mage with -20 saves. I haven't spent much time in the coliseum so I'm not sure what sort of success you would expect to see with those numbers.

I don't think the code applies save color to songs. I don't see it in cry of the avatar, anyway.

Also, if bard is capped at 20 charisma at 1x40, isn't it a bit low? I mean, ma 5th has 19 saves cap. a 5x40 bard has 24 charisma cap.


The cap formulas for saves and charisma are fairly different. Both are based on class order but saves cap is higher. Charisma cap rises with number of 40s but saves does not.
*teker*
Triple 40 Poster
 
Posts: 299
Joined: Sun Apr 05, 2015 3:41 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby Teron » Tue Jul 26, 2016 7:38 am

Yeah, I've done the math in the other bard suggestions thread and I guess the amount of charisma is ok.

The problem is, though, that bards' -saves eq has no effect on it. Could this be improved?

Thanks.
User avatar
Teron
Avatar Poster
 
Posts: 711
Joined: Wed Mar 03, 2004 1:59 pm
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby *juggleblood* » Tue Jul 26, 2016 1:41 pm

Dude, you're basically asking to nerf cry of the avatar. I don't want my cry to depend on my spellsaves. My spellsaves cap is like 12. Think about it, using charisma for both the save and damage means that the bard can focus on charisma and AC. I think you're crazy for wanting it to depend on spell save. It's a bard song, not a mage spell, hence the term "SPELL_saves".
Talk to the clown.
User avatar
*juggleblood*
Hall of Fame Avatar Poster
 
Posts: 1304
Joined: Sun Jan 22, 2006 6:36 am
Location: Beyond Yonder
Status: Offline

Re: Bards' blast, spell dam and spell saves

Postby Teron » Wed Jul 27, 2016 3:18 am

I was asking if adding up those saves would work.

If the only way to make it work is to detach charisma and saves (ie, -saves won't be buffed by charisma), then sure, don't do anything.
User avatar
Teron
Avatar Poster
 
Posts: 711
Joined: Wed Mar 03, 2004 1:59 pm
Status: Offline

Next

Return to General Chat (Registered)

Who is online

Users browsing this forum: No registered users and 7 guests

cron