sword of cerebov


Ask fellow adventurers how to stay alive in the deep, dark, dangerous dungeon below, or share your own accumulated wisdom.

User avatar

Lair Larrikin

Posts: 24

Joined: Sunday, 26th December 2010, 19:49

Post Sunday, 26th December 2010, 19:52

sword of cerebov

what up all,

Just picked up this shiny toy on my DSNe and I was wondering if it has the same effect (negating fire resistance) against enemies? My character's a bit frail so I don't want to try to bum rush a an orb of fire thinking "ha! resist this" only to be beaten right down by character-monster inconsistency.

Thanks!
oh but who are they to judge us
User avatar

Lair Larrikin

Posts: 24

Joined: Sunday, 26th December 2010, 19:49

Post Sunday, 26th December 2010, 22:43

Re: sword of cerebov

Damn...Alright, how does it work against enemies with no fire resistance? Does it make them vulnerable to fire (like an ice beast)?
oh but who are they to judge us
User avatar

Lair Larrikin

Posts: 24

Joined: Sunday, 26th December 2010, 19:49

Post Thursday, 30th December 2010, 03:32

Re: sword of cerebov

angrykoopa wrote:Damn...Alright, how does it work against enemies with no fire resistance? Does it make them vulnerable to fire (like an ice beast)?

anyone?
oh but who are they to judge us

Vaults Vanquisher

Posts: 447

Joined: Thursday, 16th December 2010, 22:10

Post Thursday, 30th December 2010, 04:00

Re: sword of cerebov

from fight.cc:
  Code:
int melee_attack::fire_res_apply_cerebov_downgrade(int res)
{
    if (weapon && weapon->special == UNRAND_CEREBOV)
        --res;

    return (res);
}

it's only called once and there isn't anything over there making sure that only applies vs rF and greater, so yes, I guess.

For this message the author MrMisterMonkey has received thanks:
angrykoopa

Return to Dungeon Crawling Advice

Who is online

Users browsing this forum: No registered users and 62 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.