diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 06:42:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 06:42:40 -0300 |
commit | a3de6cf6fdcb05e2d50321131e54d0f5bb15012b (patch) | |
tree | b4ed6ccc6ba038294902351f0bffe1c48a8c020b /client/skills.py | |
parent | 2fd68480c11f3fac512274a84e603c214321fbf8 (diff) | |
download | tools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.tar.gz tools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.tar.bz2 tools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.tar.xz tools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.zip |
Skill 20047 Summon Ducks
Diffstat (limited to 'client/skills.py')
-rwxr-xr-x | client/skills.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/client/skills.py b/client/skills.py index 5e1b905..9d23030 100755 --- a/client/skills.py +++ b/client/skills.py @@ -63,10 +63,10 @@ def fillskill(sk, lv): ######################### ### Transmutation Skills ######################### -skills.append(Skill(20024, "Parum", "other/parum", "Transmutate wood into stuff.", -50, 0, "parum", 0)) -skills.append(Skill(20027, "Transmutation", "transmutation", "Transmute stuff into other stuff.", -215, -5, "trans", 10)) +#skills.append(Skill(20024, "Parum", "other/parum", "Transmutate wood into stuff.", +#50, 0, "parum", 0)) +#skills.append(Skill(20027, "Transmutation", "transmutation", "Transmute stuff into other stuff.", +#215, -5, "trans", 10)) ######################### ### Summon Skills @@ -95,6 +95,8 @@ skills.append(Skill(20040, "Summon Terranite", "none", "1x Terranite Ore.", 47, 5, "stoneheart", 0)) skills.append(Skill(20044, "Summon Plants", "none", "2x Artichoke Herb.", 30, 3, "plantkingdom", 5)) +skills.append(Skill(20047, "Summon Ducks", "none", "1x Cherry Cake. Req. Rubber Ducky.", +40, 7, "ducky", 0)) skills.append(Skill(20023, "Summon Cave Maggot", "none", "Req. Zarkor Scroll.", 40, 7, "zarkor", 0)) |