OSDN Git Service

[Implement] #960 自己変容の薬を実装した
authorHourier <grapefox.whitelucifer.0408@gmail.com>
Wed, 28 Apr 2021 14:08:30 +0000 (23:08 +0900)
committerHourier <grapefox.whitelucifer.0408@gmail.com>
Fri, 30 Apr 2021 13:22:23 +0000 (22:22 +0900)
(割れた場合)。未確定名はDiscordの議論により「虹色に輝く」と修正した

lib/edit/k_info.txt
src/object/object-broken.cpp

index 0694009..6e824fa 100644 (file)
@@ -6427,8 +6427,8 @@ F:RES_CURSE
 D:$A faded cloak carved with magical runes.
 D:魔術的なルーンの刻まれた陰気な外套だ。
 
-N:673:自己変容:青く光る
-E:Polymorph:Brilliant blue
+N:673:自己変容:虹色に輝く
+E:Self-Polymorph:Rainbow colored
 G:!:B
 I:75:54:0
 W:50:0:4:5000
index 5eaf6e0..bf71b74 100644 (file)
@@ -402,6 +402,11 @@ bool potion_smash_effect(player_type *owner_ptr, MONSTER_IDX who, POSITION y, PO
         dam = damroll(10, 10);
         radius = 1;
         break;
+    case SV_POTION_POLY_SELF:
+        dt = GF_NEXUS;
+        dam = damroll(20, 20);
+        radius = 1;
+        break;
     default:
         break;
     }