diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-26 23:26:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-26 23:26:30 +0300 |
commit | 4bfc6c456fe74a2f3ce34aae6b8172a6375753d1 (patch) | |
tree | 526a92b134f98616480d320b5cf6c2018a5243ca | |
parent | 11c8120694ceee9ea9c275725a1aa108fafeb3b0 (diff) | |
download | serverdata-4bfc6c456fe74a2f3ce34aae6b8172a6375753d1.tar.gz serverdata-4bfc6c456fe74a2f3ce34aae6b8172a6375753d1.tar.bz2 serverdata-4bfc6c456fe74a2f3ce34aae6b8172a6375753d1.tar.xz serverdata-4bfc6c456fe74a2f3ce34aae6b8172a6375753d1.zip |
Add Piou pet with catch success rate 50%.
Also add item "piou egg".
-rw-r--r-- | db/pet_db.txt | 1 | ||||
-rw-r--r-- | db/re/item_db.conf | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/db/pet_db.txt b/db/pet_db.txt index 8467a95b..33f62e4d 100644 --- a/db/pet_db.txt +++ b/db/pet_db.txt @@ -58,3 +58,4 @@ //petskillattack2) and petskillsupport (or petheal) at the same time, //but only one of each. +1002,Piou,Piou,701,4000,0,507,80,60,50,100,250,20,5000,150,1,0,350,400,800,{ petloot 10; },{ bonus bLuk,2; bonus bCritical,1; } diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5f5e888f..34dba6ca 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -528,7 +528,7 @@ item_db: ( Id: 701 AegisName: "PiouFeathers" Name: "Piou Feathers" - Type: 3 + Type: 2 Buy: 10 Sell: 3 Weight: 1 @@ -1510,4 +1510,11 @@ item_db: ( Delay: 0 Sprite: 0 }, +{ + Id: 4000 + AegisName: "Piou egg" + Name: "Piou egg" + Type: 7 + Buy: 200 +}, ) |