From a3de6cf6fdcb05e2d50321131e54d0f5bb15012b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 06:42:40 -0300 Subject: Skill 20047 Summon Ducks --- client/skills.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'client') 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)) -- cgit v1.2.3-60-g2f50