When you see a Normal Hobo in the Hobopolis Town Square, what does it say under the monster name? That's where we annotate it with HP, Atk, Def - and element and phylum.
// You'd think that the following could/should be:
// - in MonsterDatabase
// - a Map lookup
Submitting a patch which should account for snapper's phylum tracking when computing encounter rates:
View attachment 9756
ashq string phylum = "construct"; visit_url('familiar.php?action=guideme&pwd'); visit_url(`choice.php?pwd&whichchoice=1396&option=1&cat={phylum}`);
alias whatever => ashq phylum phylum = $phylum[%%]; if ( use_familiar($familiar[red-nosed snapper]);) { visit_url('familiar.php?action=guideme&pwd'); visit_url(`choice.php?pwd&whichchoice=1396&option=1&cat={phylum}`);} else print("You don't have your snapper","red");
In the latest revision, we now have a+1 for a Feature Request
snapper [phylum]
commandGreat, now I can remove my alias!In the latest revision, we now have asnapper [phylum]
command
Thanks! r20730Great, now I can remove my alias!
There was always a small problem with the alias that seems to have made it through to the command as well: for mer-kin, the phylum name is "mer-kin", but the snapper wants "merkin".
This doesn't come up because I don't want to hunt merkin.