summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-13 22:11:09 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-13 22:11:09 +0300
commit2307877556bd2c2305dad9e89a33c00d41f98dd8 (patch)
tree235f6c217a7553b891e872d455ac61651fed5c56 /db
parent64381ee8fb9913abca4c218e21d1407e92e9aad2 (diff)
downloadserverdata-2307877556bd2c2305dad9e89a33c00d41f98dd8.tar.gz
serverdata-2307877556bd2c2305dad9e89a33c00d41f98dd8.tar.bz2
serverdata-2307877556bd2c2305dad9e89a33c00d41f98dd8.tar.xz
serverdata-2307877556bd2c2305dad9e89a33c00d41f98dd8.zip
Update from hercules.s20180726
configs, dbs new sql update.
Diffstat (limited to 'db')
-rw-r--r--db/re/job_db.conf2
-rw-r--r--db/re/pet_db.conf7
2 files changed, 9 insertions, 0 deletions
diff --git a/db/re/job_db.conf b/db/re/job_db.conf
index 90cb5818..e461e991 100644
--- a/db/re/job_db.conf
+++ b/db/re/job_db.conf
@@ -12,6 +12,8 @@
//============== RE Structure Example ================
/*
Job_Name: { // Job names as in src/map/pc.c (they are hardcoded at the moment so if you want to add a new job you should add it there)
+ BaseExpGroup: "Exp Group Name" (string) // Name of base exp group defined in exp_group_db.conf
+ JobExpGroup: "Exp Group Name" (string) // Name of job exp group defined in exp_group_db.conf
Inherit: ( "Other_Job_Name" ); // Base job from which this job will inherit its max weight, base ASPD set and HP/SP table.
InheritHP: ( "Other_Job_Name" );// Base job from which this job will inherit its HP table.
InheritSP: ( "Other_Job_Name" );// Base job from which this job will inherit its SP table.
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) ">
},