diff options
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2d7c32ff5..42370b295 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9333,6 +9333,61 @@ item_db: ( "> }, { + Id: 4003 + AegisName: "DoggyDog" + Name: "Doggy Dog" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 800 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +{ + Id: 4004 + AegisName: "CattyCat" + Name: "Catty Cat" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 800 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +{ + Id: 4005 + AegisName: "BlackyCat" + Name: "Blacky Cat" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 800 + KeepAfterUse: true + Script: <" + bpet; + "> +}, +{ + Id: 4006 + AegisName: "Ratte" + Name: "Ratte" + Type: "IT_PETEGG" + Buy: 30000 + Sell: 1000 + Weight: 200 + KeepAfterUse: true + Script: <" + bpet; + "> +}, + +// +// Dyes +{ Id: 5000 AegisName: "CrimsonDye" Name: "Crimson Dye" |