summaryrefslogtreecommitdiff
path: root/npc/017-1/pet_detective.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-17 12:31:31 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-17 12:31:31 -0300
commit30296f7d620670b08d90fb62e19b07bfe9062458 (patch)
tree1dc3492d917b70278e361f96d81cbd5fc79eb2be /npc/017-1/pet_detective.txt
parentb260b8afa8902d3b064df549b4fe82ed6f761ed0 (diff)
downloadserverdata-30296f7d620670b08d90fb62e19b07bfe9062458.tar.gz
serverdata-30296f7d620670b08d90fb62e19b07bfe9062458.tar.bz2
serverdata-30296f7d620670b08d90fb62e19b07bfe9062458.tar.xz
serverdata-30296f7d620670b08d90fb62e19b07bfe9062458.zip
Duck Pet.
Loot Capacity 3 (default) Intimacy Bonuses: Steal Rate +15%, HP Feeding +1 on kill (physical damage only)
Diffstat (limited to 'npc/017-1/pet_detective.txt')
-rw-r--r--npc/017-1/pet_detective.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/017-1/pet_detective.txt b/npc/017-1/pet_detective.txt
index 3eb094fd1..358faba80 100644
--- a/npc/017-1/pet_detective.txt
+++ b/npc/017-1/pet_detective.txt
@@ -65,6 +65,7 @@ L_Menu:
rif(PDQ_CheckGHQ(Maggot) >= 10000 && !countitem(MaggotCocoon), l("Cute Maggot")),
rif(PDQ_CheckGHQ(ForestMushroom) >= 10000 && !countitem(ForestShroomEgg), l("Forest Mushroom")),
rif(PDQ_CheckGHQ(Fluffy) >= 10000 && !countitem(FluffyEgg), l("Commmon Fluffy")),
+ rif(PDQ_CheckGHQ(Duck) >= 10000 && !countitem(DuckEgg), l("Duck")),
rif(#LOGIN_ALLTIME >= 12 && !countitem(PiouEgg), l("Piou")),
l("Nothing at the moment.");
@@ -83,6 +84,10 @@ L_Menu:
.stock-=1;
break;
case 4:
+ if (PDQ_InnerSwitch(Duck, CommonCarp, 4))
+ .stock-=1;
+ break;
+ case 5:
if (PDQ_InnerSwitch(Piou, PiouFeathers, 80))
.stock-=1;
break;