OSDN Git Service

- 人食いの武器の耐性自動刻みは"/p"にするべきなので修正。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 4 May 2002 23:58:55 +0000 (23:58 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 4 May 2002 23:58:55 +0000 (23:58 +0000)
- 耐性自動刻みのヘルプ文章修正。特に英語版は文章修正。
- "%"の働きは変愚に馴れ親しんだ日本人にしか意味ないので、
  英語版のサンプル設定では"%all"を使う事にした。

lib/help/jobjects.txt
lib/help/objects.txt
lib/pref/pickpref.prf
src/cmd3.c

index cf2f3a1..ec06f83 100644 (file)
@@ -491,7 +491,7 @@ r
 +õ : +Sr : Ãµº÷½¤Àµ            |ÀÚ : |S : ÀÚ¤ìÌ£¤ÎÉð´ï
 +ÀÖ : +If : ÀÖ³°Àþ½¤Àµ          |Íý : |M : ÍýÎϤÎÉð´ï
 +·¡ : +Dg : ºÎ·¡ÎϽ¤Àµ          |¼Ù : |* : ÌǼ٤ÎÉð´ï
-(ÏÓ : (St : ÏÓÎÏ°Ý»ý            |¿Í : |H : ¿Í»Â¤ê¤ÎÉð´ï
+(ÏÓ : (St : ÏÓÎÏ°Ý»ý            /¿Í : /p : ¿Í¿©¤¤¤ÎÉð´ï
 (ÃΠ: (In : ÃÎÎÏ°Ý»ý            /ζ : /D : *¥É¥é¥´¥ó¡¦¥¹¥ì¥¤¥ä¡¼*
 (¸­ : (Wi : ¸­¤µ°Ý»ý            /ε : /d : ¥É¥é¥´¥ó¡¦¥¹¥ì¥¤¥ä¡¼
 (´ï : (Dx : ´ïÍѤµ°Ý»ý          /¥ª : /o : ¥ª¡¼¥¯¡¦¥¹¥ì¥¤¥ä¡¼
index f67467a..9687d90 100644 (file)
@@ -478,12 +478,12 @@ Auto Inscription of Resistances and Powers
 ------------------------------------------
 
 When you inscribe {%all} on an *identified* object, the '%all' will
-automatically transform and become a string which describe its
-resistances and powers. For example, when you inscribe {%all} on a
-robe of Resistance which has resistance to four elements and extra
-resistance to Nether, the inscription will transform to {AcElFiClNt}. 
-The 'Ac' means resistance to acid while El, Fi, Cl and Nt mean
-resistances to electricity, fire, cold and nether.
+automatically transforms and changes into a string which describe its
+resistances and powers.  For example, when you inscribe {%all} on a
+robe of Resistance which has resistance to four elements and an extra
+resistance to Nether, the inscription will change into {AcElFiClNt}.
+The 'Ac' is abbreviation of resistance to ACid, while El, Fi, Cl and
+Nt are resistances to ELectricity, FIre, CoLd and NeTher.
 
 On the other hand, when you inscribe {%} on an *identified* object,
 the {%} will transform to a string which describes only its extra
@@ -491,7 +491,7 @@ resistances. In the example above, the inscription will become {Nt},
 meaning the extra resistance of Nether.
 
 
-List of auto-inscription codes:
+List of abbreviations:
 
 *Ac : immune to acid                Ma : decreases mana consumption
 *El : immune to electricity         Th : suitable for throwing
@@ -525,7 +525,7 @@ Sl : affects stealth                |Q : weapon of quake
 Sr : affects searching ability      |S : vorpal hit
 If : affects infravision            |M : weapon of the force
 Dg : affects tunneling ability      /* : slay evil
-(St : sustain strength              /H : slay human
+(St : sustain strength              /p : slay human
 (In : sustain intelligence          /D : kill dragon
 (Wi : sustain wisdom                /d : slay dragon
 (Dx : sustain dexterity             /o : slay orc
index 38b3ce7..ba27562 100644 (file)
@@ -23,7 +23,7 @@ collecting missiles
 (collecting items
 
 # Auto-inscribe resistances...
-~*identified* artifacts#%
+~*identified* artifacts#%all
 
 *Destruction*
 Genocide
index 533c720..e5c068d 100644 (file)
@@ -1400,7 +1400,7 @@ static flag_insc_table flag_insc_brand[] =
 static flag_insc_table flag_insc_slay[] =
 {
        { "¼Ù", "*", TR1_SLAY_EVIL, 1, 0 },
-       { "¿Í", "H", TR3_SLAY_HUMAN, 3, 0 },
+       { "¿Í", "p", TR3_SLAY_HUMAN, 3, 0 },
        { "ζ", "D", TR1_KILL_DRAGON, 1, 0 },
        { "ε", "d", TR1_SLAY_DRAGON, 1, TR1_KILL_DRAGON },
        { "¥ª", "o", TR1_SLAY_ORC, 1, 0 },
@@ -1528,7 +1528,7 @@ static flag_insc_table flag_insc_brand[] =
 static flag_insc_table flag_insc_slay[] =
 {
        { "*", TR1_SLAY_EVIL, 1, 0 },
-       { "H", TR3_SLAY_HUMAN, 3, 0 },
+       { "p", TR3_SLAY_HUMAN, 3, 0 },
        { "D", TR1_KILL_DRAGON, 1, 0 },
        { "d", TR1_SLAY_DRAGON, 1, TR1_KILL_DRAGON },
        { "o", TR1_SLAY_ORC, 1, 0 },