NAME
priceid - identify NetHack items using shopkeepers
VERSION
version 0.05
REQUIRED ARGUMENTS
- -t[ype] [:] <type>
-
The item type that you're IDing, such as wand or ! (potion).
- -a[mount] [:] <amount>
-
The cost or price of the item(s).
OPTIONS
- -i[n] [:] <in>
-
The type of operation (buy, sell, base). Default: base
- --buy
-
Shortcut for -i buy
- --sell
-
Shortcut for -i sell
- --base
-
Shortcut for -i base
- -c[h[a[risma]]] [:] <charisma>
-
Your character's charisma. Required only for buying.
- --dunce
-
Your character is wearing a dunce cap.
- --tourist
-
Your character is a level 14 or less Tourist, OR are wearing an uncovered shirt.
- --angry
-
The shopkeeper is angry with you (it's very obvious when this is true).
- -q[uan[tity]] [:] <quan>
-
The number of items in the stack that you're buying/selling.
AUTHOR
Shawn M Moore <code@sartak.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Shawn M Moore.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.