From e42d77c7a2375b4849f7f81378dbef77c05e4c4c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Dec 2021 16:36:38 -0300 Subject: Add TMW2_CHANT, a skill which reduces MP cost for chants in 4% --- npc/027-4/saves.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/027-4') diff --git a/npc/027-4/saves.txt b/npc/027-4/saves.txt index 34440b52e..0d316784e 100644 --- a/npc/027-4/saves.txt +++ b/npc/027-4/saves.txt @@ -60,11 +60,15 @@ function basicMagic { mes l(".:: Windwalker ::."); mesc l("Increase walk speed and flee rate."); mes ""; + mes l(".:: Chanting ::."); + mesc l("Reduces MP cost when using chanting-based skills."); + mes ""; menuint l("First Aid"), TMW2_FIRSTAID, l("Accumulate Power"), HW_MAGICPOWER, l("Provoke"), SM_PROVOKE, l("Windwalker"), SN_WINDWALK, + l("Chanting"), TMW2_CHANT, l("Cancel"), 0; return; } -- cgit v1.2.3-70-g09d2