]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_angband/Hengband/pickpref_prf
Auto commit by The Sugar System.
[sugar.git] / dot-files / _angband / Hengband / pickpref_prf
index 3ffaa633b3e9aa264545061ec2e24c57a9bae15d..1504ab37668310830c50cd7181509beacbc0f68d 100644 (file)
@@ -106,15 +106,23 @@ artifact weapons:broken
 # We don't want to discard rare weapons or armors even if they aren't
 # ego.
 !worthless weapons:blade of chaos
-weapons:blade of chaos
-shields:mirror shield#%all!k
+weapons:falcon sword
 weapons:poison needle
+shields:mirror shield#%all!k
 armors:dragon#%all
 armors:mythril
 armors:elvenkind#%all
 armors:elven
 armors:black clothes
 
+# Shovels are never useful after the very beginning of the game.
+?:[AND [GEQ $MONEY 1000] [NOT [EQU $CLASS Weaponsmith]]]
+!dwarven pick
+!mattock
+!orcish pick
+!shovel
+?:
+
 # Discard boring weapons and armors depending on the player level.
 # TODO: Move the Weaponsmith to the class-specific file.
 ?:[AND [GEQ $LEVEL 10] [NOT [EQU $CLASS Weaponsmith]]]
@@ -122,20 +130,31 @@ armors:black clothes
 !average armors
 
 ?:[AND [GEQ $LEVEL 25] [NOT [EQU $CLASS Weaponsmith]]]
+!average weapons:blade of chaos
 !good weapons
 !good armors
 
 ?:[AND [GEQ $LEVEL 30] [NOT [EQU $CLASS Weaponsmith]]]
+!good weapons:blade of chaos
 # We don't need "Sword of Slay Human" but we may need "Sword of
 # Slaying".
 ~ego weapons:of slaying
 !ego weapons:slay
+# Armors of Olog-Hai are almost useless, because all they have is a
+# single element resistance. The same goes for Dwarven.
+!ego armors:of Dwarven
+!ego armors:of Olog-Hai
 ?:1
 
 # Unidentified weapons are potentially useful. Pick them all.
 unidentified weapons
 unidentified armors
 
+# Pick known bad-ego items. They may not be worth using but
+# potentially are.
+ego:of demon
+ego:(demonic)
+
 #===============================================================
 #  Potions
 #===============================================================
@@ -186,7 +205,7 @@ scroll of teleportation#@r1
 scroll of teleport level#!k!s!r
 
 scroll of monster confusion#!k@r2
-scroll of identify#@r8
+~scroll of identify#@r8
 scroll of *identify*#!r
 
 # Players may be relying on Rod of Recall. If they aren't collecting
@@ -290,8 +309,9 @@ magical devices:rod
 !worthless:ring
 
 # Pick useful ones.
+identified:ring of chaos resistance#%all
 identified:ring of nether resistance#%all
-identified:ring of speed#!k
+identified:ring of speed#!k!s!d
 ring of extra#!k
 
 # Ring of teleportation is a bad item.
@@ -314,6 +334,12 @@ unidentified:ring
 # Some amulets are totally worthless, like Amulet of Strength [-5].
 !worthless:amulet
 
+# Amulet of Charisma may be worth selling in the early game, but soon
+# becomes completely worthless.
+?:[GEQ $MONEY 10000]
+!amulet of charisma
+?:
+
 amulet of resistance#%all
 ~amulet of resist
 ~amulet of charisma
@@ -344,14 +370,16 @@ second realm's third spellbooks#@mg!k
 second realm's fourth spellbooks#@mh!k
 
 # We want to pick up expensive unreadable books for money. Note that
-# Arcane ones are cheap.
+# Arcane and Kendo ones are cheap.
 !unreadable first spellbooks
 !unreadable second spellbooks
 
 !unreadable third spellbooks:arcane
+!unreadable third spellbooks:kendo
 unreadable third spellbooks
 
 ~unreadable fourth spellbooks:arcane
+~unreadable fourth spellbooks:kendo
 unreadable fourth spellbooks
 
 #===============================================================