diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-07-13 22:11:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-13 22:11:09 +0300 |
commit | 2307877556bd2c2305dad9e89a33c00d41f98dd8 (patch) | |
tree | 235f6c217a7553b891e872d455ac61651fed5c56 /db/re/pet_db.conf | |
parent | 64381ee8fb9913abca4c218e21d1407e92e9aad2 (diff) | |
download | serverdata-s20180726.tar.gz serverdata-s20180726.tar.bz2 serverdata-s20180726.tar.xz serverdata-s20180726.zip |
Update from hercules.s20180726
configs, dbs
new sql update.
Diffstat (limited to 'db/re/pet_db.conf')
-rw-r--r-- | db/re/pet_db.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf index 748c6ff1..25535bf1 100644 --- a/db/re/pet_db.conf +++ b/db/re/pet_db.conf @@ -56,6 +56,13 @@ pet_db:( AttackRate: attack rate (int, defaults to 0) DefendRate: Defence attack (int, defaults to 0) ChangeTargetRate: change target (int, defaults to 0) + Evolve: { + EggID: { (string, Evolved Pet EggID) + Name: Amount (items required to perform evolution) + ... + } + } + AutoFeed: true/false (boolean, defaults to false) PetScript: <" Pet Script (can also be multi-line) "> EquipScript: <" Equip Script (can also be multi-line) "> }, |