diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 15:22:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 15:22:07 -0300 |
commit | 2b68cf337860a4a6300d6271a5a791a23f86531f (patch) | |
tree | 6ac767d6d696c58cc39294b9eb34431a7be8ce57 /npc | |
parent | f5113e1f41d7db30fad4521e384865611f449dd6 (diff) | |
download | serverdata-2b68cf337860a4a6300d6271a5a791a23f86531f.tar.gz serverdata-2b68cf337860a4a6300d6271a5a791a23f86531f.tar.bz2 serverdata-2b68cf337860a4a6300d6271a5a791a23f86531f.tar.xz serverdata-2b68cf337860a4a6300d6271a5a791a23f86531f.zip |
Tweak Fireball: Max Lv 10 → 5, range and splash area increases every 2 levels
Cast times now also get reduction on level up (specially lv 5).
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0/colin.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/colin.txt b/npc/003-0/colin.txt index 720afcbc1..24be2f956 100644 --- a/npc/003-0/colin.txt +++ b/npc/003-0/colin.txt @@ -43,7 +43,7 @@ getitem Quill, 3; break; case MG_FIREBALL: - if (!mlearn(MG_FIREBALL, 10, 1, Quill, 1)) + if (!mlearn(MG_FIREBALL, 5, 1, Quill, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; case AL_HOLYLIGHT: |