summaryrefslogtreecommitdiff
path: root/db/re
diff options
context:
space:
mode:
Diffstat (limited to 'db/re')
-rw-r--r--db/re/job_db.conf27
-rw-r--r--db/re/skill_tree.conf4
2 files changed, 31 insertions, 0 deletions
diff --git a/db/re/job_db.conf b/db/re/job_db.conf
index 37a701a96..ab1a45719 100644
--- a/db/re/job_db.conf
+++ b/db/re/job_db.conf
@@ -319,3 +319,30 @@ Redy: {
InheritSP: ( "Human" );
}
+Savior: {
+ BaseExpGroup: "EvolClasses"
+ JobExpGroup: "EvolClasses"
+ MoveSpeed: 140
+ Weight: 22500
+ BaseASPD: {
+ Fist: 40
+ Dagger: 55
+ Sword: 57
+ Axe: 50
+ Mace: 50
+ TwoHandMace: 75
+ TwoHandSpear: 69
+ Rod: 92
+ TwoHandRod: 92
+ Bow: 90
+ Knuckle: 20
+ Katar: 45
+ Revolver: 116
+ Rifle: 150
+ Shotgun: 120
+ GatlingGun: 40
+ }
+ InheritHP: ( "Human" );
+ InheritSP: ( "Human" );
+}
+
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf
index 02474c4b9..ae19fa576 100644
--- a/db/re/skill_tree.conf
+++ b/db/re/skill_tree.conf
@@ -233,3 +233,7 @@ Ukar: {
Redy: {
inherit: ( "Human" );
}
+
+Savior: {
+ inherit: ( "Human" );
+}