summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-21 06:42:40 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-21 06:42:40 -0300
commita3de6cf6fdcb05e2d50321131e54d0f5bb15012b (patch)
treeb4ed6ccc6ba038294902351f0bffe1c48a8c020b /client
parent2fd68480c11f3fac512274a84e603c214321fbf8 (diff)
downloadtools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.tar.gz
tools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.tar.bz2
tools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.tar.xz
tools-a3de6cf6fdcb05e2d50321131e54d0f5bb15012b.zip
Skill 20047 Summon Ducks
Diffstat (limited to 'client')
-rwxr-xr-xclient/skills.py10
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))