OSDN Git Service

Remove Dwarven-Ego randomly add Con process.
[hengband/hengband.git] / src / tables.c
index c46e991..aa38248 100644 (file)
@@ -6373,6 +6373,12 @@ const activation_type activation_info[] =
        { "CRIMSON", ACT_CRIMSON, 0, 50000, {15, 0},
          _("¥Õ¥¡¥¤¥¢¡ª", "fire!") },
 
+       { "STRAIN_HASTE", ACT_STRAIN_HASTE, 10, 1000, {120, 100},
+         _("ÂÎÎϤȰú¤­´¹¤¨¤Ë²Ã®", "haste with strain") },
+       { "GRAND_CROSS", ACT_GRAND_CROSS, 30, 15000, {250, 200},
+         _("¥°¥é¥ó¥É¡¦¥¯¥í¥¹", "grand cross") },
+       { "TELEPORT_LEVEL", ACT_TELEPORT_LEVEL, 10, 1500, {100, 200},
+         _("¥Æ¥ì¥Ý¡¼¥È¡¦¥ì¥Ù¥ë", "teleort level") },
        { NULL, 0, 0, 0, {0, 0},
          "" }
 };