From dd77acfe35fda35f69e67901176631aaa96b67a3 Mon Sep 17 00:00:00 2001 From: mogami Date: Thu, 21 Nov 2002 13:43:57 +0000 Subject: [PATCH] =?utf8?q?=E3=82=A2=E3=82=A4=E3=83=86=E3=83=A0=E5=90=8D?= =?utf8?q?=E3=81=AE=E9=A0=AD=E3=81=AB=E4=BB=98=E3=81=84=E3=81=A6=E3=81=84?= =?utf8?q?=E3=81=9F=E3=82=B4=E3=83=9F"&=20"=E3=82=92=E5=89=8A=E9=99=A4?= =?utf8?q?=E3=81=97=E3=81=9F=E3=81=8C=E3=80=81flavor.c=E3=81=AE=E4=B8=80?= =?utf8?q?=E9=83=A8=E3=81=8C"&=20"=E3=81=AE=E5=AD=98=E5=9C=A8=20=E3=82=92?= =?utf8?q?=E4=BB=AE=E5=AE=9A=E3=81=97=E3=81=A6=E5=8D=98=E7=B4=94=E3=81=AB2?= =?utf8?q?=E6=96=87=E5=AD=97=E5=89=8A=E9=99=A4=E3=81=99=E3=82=8B=E3=82=88?= =?utf8?q?=E3=81=86=E3=81=AA=E5=87=A6=E7=90=86=E3=82=92=E3=81=97=E3=81=A6?= =?utf8?q?=E3=81=84=E3=81=9F=E7=82=BA=E3=80=81=E6=AD=BB=E4=BD=93=E3=81=AE?= =?utf8?q?=E5=90=8D=E5=89=8D=E3=81=AE=E8=A1=A8=E7=A4=BA=E3=81=8C=E3=81=8A?= =?utf8?q?=E3=81=8B=20=E3=81=97=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6?= =?utf8?q?=E3=81=97=E3=81=BE=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F=E3=83=90?= =?utf8?q?=E3=82=B0=E4=BF=AE=E6=AD=A3=E3=80=82=E4=BB=96=E3=81=AB=E3=82=82f?= =?utf8?q?lavor.c=E3=81=AB=E6=AE=8B=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F"&?= =?utf8?q?=20"=E5=89=8A=E9=99=A4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/edit/k_info.txt | 4 ++-- src/flavor.c | 64 ++++++++++++++++++++++++++--------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/lib/edit/k_info.txt b/lib/edit/k_info.txt index a5999802d..4b72af506 100644 --- a/lib/edit/k_info.txt +++ b/lib/edit/k_info.txt @@ -5242,7 +5242,7 @@ A:50/3 P:0:1d1:0:0:0 N:578:¤Î¹ü -E:& Skeleton~ +E:Skeleton~ G:~:w I:10:0:0 W:1:0:20:0 @@ -5250,7 +5250,7 @@ A:1/2 P:0:1d1:0:0:0 N:579:¤Î»àÂÎ -E:& Corpse~ +E:Corpse~ G:~:v I:10:1:0 W:1:0:40:0 diff --git a/src/flavor.c b/src/flavor.c index 65b72ab4e..650b0be51 100644 --- a/src/flavor.c +++ b/src/flavor.c @@ -1782,15 +1782,15 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) #ifdef JP - sprintf(tmp_val2, "& #%s", basenm + 2); + sprintf(tmp_val2, "#%s", basenm); #else if (r_ptr->flags1 & RF1_UNIQUE) { - sprintf(tmp_val2, "%s %s", basenm, "of #"); + sprintf(tmp_val2, "& %s %s", basenm, "of #"); } else { - sprintf(tmp_val2, "& # %s", basenm + 2); + sprintf(tmp_val2, "& # %s", basenm); } #endif @@ -1851,9 +1851,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware ? "& %¤Î¥¢¥ß¥å¥ì¥Ã¥È" : "& ¥¢¥ß¥å¥ì¥Ã¥È"; + basenm = aware ? "%¤Î¥¢¥ß¥å¥ì¥Ã¥È" : "¥¢¥ß¥å¥ì¥Ã¥È"; else - basenm = aware ? "& #%¤Î¥¢¥ß¥å¥ì¥Ã¥È" : "& #¥¢¥ß¥å¥ì¥Ã¥È"; + basenm = aware ? "#%¤Î¥¢¥ß¥å¥ì¥Ã¥È" : "#¥¢¥ß¥å¥ì¥Ã¥È"; #else basenm = "& Amulet~"; else @@ -1878,9 +1878,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware ? "& %¤Î»ØÎØ" : "& »ØÎØ"; + basenm = aware ? "%¤Î»ØÎØ" : "»ØÎØ"; else - basenm = aware ? "& #%¤Î»ØÎØ" : "& #»ØÎØ"; + basenm = aware ? "#%¤Î»ØÎØ" : "#»ØÎØ"; #else basenm = "& Ring~"; else @@ -1905,9 +1905,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (aware) append_name = TRUE; if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware ? "& %¤Î¾ó" : "& ¾ó"; + basenm = aware ? "%¤Î¾ó" : "¾ó"; else - basenm = aware ? "& #%¤Î¾ó" : "& #¾ó"; + basenm = aware ? "#%¤Î¾ó" : "#¾ó"; #else basenm = "& Staff~"; else @@ -1925,9 +1925,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (aware) append_name = TRUE; if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware? "& %¤ÎËâË¡ËÀ":"& ËâË¡ËÀ"; + basenm = aware? "%¤ÎËâË¡ËÀ":"ËâË¡ËÀ"; else - basenm = aware ? "& #%¤ÎËâË¡ËÀ" : "& #ËâË¡ËÀ"; + basenm = aware ? "#%¤ÎËâË¡ËÀ" : "#ËâË¡ËÀ"; #else basenm = "& Wand~"; else @@ -1945,9 +1945,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (aware) append_name = TRUE; if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware? "& %¤Î¥í¥Ã¥É":"& ¥í¥Ã¥É"; + basenm = aware? "%¤Î¥í¥Ã¥É":"¥í¥Ã¥É"; else - basenm = aware ? "& #%¤Î¥í¥Ã¥É" : "& #¥í¥Ã¥É"; + basenm = aware ? "#%¤Î¥í¥Ã¥É" : "#¥í¥Ã¥É"; #else basenm = "& Rod~"; else @@ -1964,9 +1964,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (aware) append_name = TRUE; if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware ? "& %¤Î´¬Êª" : "& ´¬Êª"; + basenm = aware ? "%¤Î´¬Êª" : "´¬Êª"; else - basenm = aware ? "& ¡Ö#¡×¤È½ñ¤«¤ì¤¿%¤Î´¬Êª" : "& ¡Ö#¡×¤È½ñ¤«¤ì¤¿´¬Êª"; + basenm = aware ? "¡Ö#¡×¤È½ñ¤«¤ì¤¿%¤Î´¬Êª" : "¡Ö#¡×¤È½ñ¤«¤ì¤¿´¬Êª"; #else basenm = "& Scroll~"; else @@ -1984,9 +1984,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (aware) append_name = TRUE; if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware ? "& %¤ÎÌô" : "& Ìô"; + basenm = aware ? "%¤ÎÌô" : "Ìô"; else - basenm = aware ? "& #%¤ÎÌô" : "& #Ìô"; + basenm = aware ? "#%¤ÎÌô" : "#Ìô"; #else basenm = "& Potion~"; else @@ -2007,9 +2007,9 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) if (aware) append_name = TRUE; if (((plain_descriptions) && (aware)) || o_ptr->ident & IDENT_STOREB) #ifdef JP - basenm = aware ? "& %¤Î¥­¥Î¥³" : "& ¥­¥Î¥³"; + basenm = aware ? "%¤Î¥­¥Î¥³" : "¥­¥Î¥³"; else - basenm = aware ? "& #%¤Î¥­¥Î¥³" : "& #¥­¥Î¥³"; + basenm = aware ? "#%¤Î¥­¥Î¥³" : "#¥­¥Î¥³"; #else basenm = "& Mushroom~"; else @@ -2023,7 +2023,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& ÍÓÈé»æ - #"; + basenm = "ÍÓÈé»æ - #"; #else basenm = "& Parchement~ - #"; #endif @@ -2035,7 +2035,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& À¸Ì¿¤ÎËâË¡½ñ#"; + basenm = "À¸Ì¿¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Life Magic #"; @@ -2050,7 +2050,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& Àç½Ñ¤ÎËâË¡½ñ#"; + basenm = "Àç½Ñ¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Sorcery #"; @@ -2065,7 +2065,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& ¼«Á³¤ÎËâË¡½ñ#"; + basenm = "¼«Á³¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Nature Magic #"; @@ -2080,7 +2080,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& ¥«¥ª¥¹¤ÎËâË¡½ñ#"; + basenm = "¥«¥ª¥¹¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Chaos Magic #"; @@ -2095,7 +2095,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& °Å¹õ¤ÎËâË¡½ñ#"; + basenm = "°Å¹õ¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Death Magic #"; @@ -2110,7 +2110,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& ¥È¥é¥ó¥×¤ÎËâË¡½ñ#"; + basenm = "¥È¥é¥ó¥×¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Trump Magic #"; @@ -2125,7 +2125,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& Èë½Ñ¤ÎËâË¡½ñ#"; + basenm = "Èë½Ñ¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Arcane Magic #"; @@ -2139,7 +2139,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& ¾¢¤ÎËâË¡½ñ#"; + basenm = "¾¢¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Craft Magic #"; @@ -2153,7 +2153,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& °­Ëâ¤ÎËâË¡½ñ#"; + basenm = "°­Ëâ¤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Daemon Magic #"; @@ -2167,7 +2167,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& Ç˼٤ÎËâË¡½ñ#"; + basenm = "Ç˼٤ÎËâË¡½ñ#"; #else if (mp_ptr->spell_book == TV_LIFE_BOOK) basenm = "& Book~ of Crusade Magic #"; @@ -2181,7 +2181,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) { modstr = basenm; #ifdef JP - basenm = "& ²Î½¸#"; + basenm = "²Î½¸#"; #else basenm = "& Song Book~ #"; #endif @@ -2194,7 +2194,7 @@ void object_desc(char *buf, object_type *o_ptr, int pref, int mode) #ifdef JP basenm = "& Éð·Ý¤Î½ñ#"; #else - basenm = "& Book~ of Kendo #"; + basenm = "Book~ of Kendo #"; #endif break; -- 2.11.0