Angband Forums

Angband Forums (http://angband.oook.cz/forum/index.php)
-   Variants (http://angband.oook.cz/forum/forumdisplay.php?f=4)
-   -   [Announce] FrogComposband 7.1.salmiak released (http://angband.oook.cz/forum/showthread.php?t=10152)

GrimaTheBold April 15, 2022 17:10

Archer vs. Weaponmaster?
 
I'm curious what the pros and cons are of playing an Archer vs. playing a Weaponmaster (bows, crossbows, slings)? Clearly the Weaponmaster gets some great class powers - I especially love the sling master's powers. The Archer gets the advantage of being able to effectively use all bows, not just one type. What else? Do Archers get better damage from bows? Are they better at melee? Because right now I'm struggling to see what advantage an Archer could have that would outweigh those Weaponmaster class powers.

Seraphimus April 17, 2022 03:41

Quote:

Originally Posted by GrimaTheBold (Post 158241)
I'm curious what the pros and cons are of playing an Archer vs. playing a Weaponmaster (bows, crossbows, slings)? Clearly the Weaponmaster gets some great class powers - I especially love the sling master's powers. The Archer gets the advantage of being able to effectively use all bows, not just one type. What else? Do Archers get better damage from bows? Are they better at melee? Because right now I'm struggling to see what advantage an Archer could have that would outweigh those Weaponmaster class powers.

At a glance, the Archer is better at archery, having Amber [12] instead of just heroic, higher strength and con, better skills almost all the way across the board, save stealth and perception... (Though why do both archer specialists have poor perception), lower exp modifier better life rating, and... Don't underestimate the value of create ammo. The kind of ammo you create scales as you progress (dunno if it's depth or CLVL based) and can roll Ego ammo as well as higher quality types, like mithril bolts, or arrows of returning.

Essentially they lose out in the utility of the Bowmasters abilities for being better at basically everything else.

MITZE April 23, 2022 23:42

Bug: Throwing and Throw Weapon Abilities
 
Had cause to look up how throwing worked, and noticed that due to the way that throwing multiplier context->mult is initialized in multiple places, it's also calculated in multiple ways, which results in some of those calculations not taking into account some things they probably should.

For instance, the Daggermaster's Dagger Toss initializes context->mult to (100 + (CL * 4)). However, in py_throw.c line 165, it's initialized to (100 + (100 if you have the throwing mutation) + (100 if the weapon has the throwing flag) + (a STR-based modifier)), only if context->mult isn't already initialized. This means that Dagger Toss won't benefit from you having the throwing mutation, the weapon having the throwing flag, or a STR-based modifier . . . which arguably, it should.

This probably applies some other abilities besides Dagger Toss as well.

Thraalbee April 24, 2022 16:16

Wow
 
There are so many cool things to discover even after a long time. Small things like there is a suit of armor that allows you to breathe even when there is no air and that there is actually a monster in the game that makes this feature useful. But this made me laugh out loud when I found it ...
The Great Maul of Vice - activates for Lightspeed (speed 99) for 16 turns with only 1.6% fail rate for my Warrior. Useful as a swap unless you are a mauler.

Code:

The Great Hammer 'Great Maul of Vice' (8d8) (+8,+8) [+8] (+2) (charging)
  {CnCh;NtNxFe;FaHl|EPV A:Light Speed} [70 lb]

Edit: An unexpected side effect -- It consumes gold, if in inventory or wielded

HugoVirtuoso April 24, 2022 17:37

There's more...Do you know what happens when you run out of money?

Thraalbee April 24, 2022 18:49

Interesting. Thanks for the warning! My guess would be it disappears but keeps drawing money from the player's gold pool.

MITZE April 30, 2022 18:56

Bug: Thieving Monster Interactions
 
[13:51] reijesa: You attack the Ninja Tonberry: You cruelly attack it! (It retaliates: It hits.) You feel uneasy. You grab hold of your backpack! The thief flees laughing! Your weapon drains life from it! You swing wildly at nothing. It seems weakened. You swing wildly at nothing.

[13:52] reijesa: looks like the "can't attack if it's gone" fix doesn't check vampirism

Thraalbee April 30, 2022 20:56

Monster Leprechaun starts with zero gold in Thrall mode.
Not a bug but that is a bit mean, isn't it?

ster May 4, 2022 05:01

Resurrection Machine can choose Basement Cat, which won't ever generate randomly again. A similar bug was fixed with random Angband quest guardians but this one's still at large.

MITZE May 5, 2022 21:57

Bug: Summon Gods
 
[16:40] picklenugget: Apparently casting summon gods crashes the game
[16:40] picklenugget: as a possesor


All times are GMT +1. The time now is 00:58.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.