unfortunately, I’m playing SpWp stealth/hex/tloc build
Hand cannons have the same 0 commonness as Demon Tridents and Double Swords, so not normal at all but definitely possible:
if (one_chance_in(30) && x_chance_in_y(item_level + 3, 100))
{
return random_choose(WPN_LAJATANG,
WPN_HAND_CANNON,
WPN_TRIPLE_CROSSBOW,
WPN_DEMON_WHIP,
WPN_DEMON_BLADE,
WPN_DEMON_TRIDENT,
WPN_DOUBLE_SWORD,
WPN_EVENINGSTAR,
WPN_EXECUTIONERS_AXE,
WPN_QUICK_BLADE,
WPN_TRIPLE_SWORD);
Was it in a vault maybe? They sometimes specify rarer items to spawn in certain spots.
This would make me switch to being a SpHu immediately.
1 Thank