OSDN Git Service

EQU演算子の説明の修正.
[hengband/hengband.git] / lib / help / editor.txt
index a6851cd..c349f2b 100644 (file)
@@ -162,7 +162,11 @@ Keywords:
   worthless         : Items which you cannot sell match.
   artifact          : Artifacts items match.
   ego               : Ego items match.
+  good              : {good} items match.
   nameless          : Non ego/non artifact items match.
+  average           : {average} items match.
+  rare              : Rare equipment such as Dragon armors etc. match.
+  common            : Any equipments except 'rare' equipment match.
   wanted            : Wanted monster's corpses or skeletons match.
   unique monster's  : Unique monster's corpses, skeletons or statues match.
   human             : Human corpses or skeletons match.
@@ -182,6 +186,7 @@ Keywords:
   magical devices   : Wands, staffs, rods and scrolls match.
   lights            : Light sources match.
   junks             : Junk items like Shard of Pottery or etc. match.
+  corpses or skeletons : Corpses or skeletons of monsters match.
   spellbooks        : All books match.
   favorite weapons  : Weapons suitable for your class (for Priest, Monk,
                       BeastMaster, ForceTrainer, Cavalry, and Ninja)
@@ -258,13 +263,15 @@ Special Notes:
   [! ~ ; (]
   [[all] [collecting]
    [unaware] [unidentified] [identified] [*identified*] 
+   [artifact] [ego] [good] [nameless] [average]
+   [worthless] [rare] [common]
    [dice boosted] [more than N dice] [more bonus than N] 
-   [worthless] [artifact] [ego] [nameless] 
    [wanted] [unique monster's] [human] [unreadable] 
    [first realm's] [second realm's] [first] [second] [third] [fourth] 
-   [items | weapons | armors | missiles | magical devices | 
-    lights | junks | spellbooks | hafted weapons | shields | bows | 
-    rings | amulets | suits | cloaks | helms | gloves | boots] :]
+   [items | weapons | favorite weapons | armors | missiles |
+    magical devices | lights | junks | corpses or skeletons | spellbooks |
+    hafted weapons | shields | bows | rings | amulets | suits | cloaks |
+    helms | gloves | boots] :]
   [[^]part-of-item-name] [#auto-inscription-string]
 
 
@@ -285,11 +292,10 @@ Special Notes:
     %:filename
       Read a file named 'filename' as a new pick-pref file. The file 
       must be in the user directory.
-      Caution: Avoid naming the parent file, or the game might freeze up.
 
   - usage of operators
     [EQU arg1 arg2 ...]
-      If all args are same, returns "1", or else returns "0".
+      If all args are the same as arg1, returns "1", or else returns "0".
     [IOR arg1 arg2 ...]
     [AND arg1 arg2 ...]
       IOR evaluates and returns all args' logical OR. IAND is logical AND.