diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 17:01:29 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-07 17:01:29 +0000 |
commit | 6a2893723c01846d52cc2f333805c87469729f6c (patch) | |
tree | fc3e6e0c0abf7ab37d7b5578531bc699360553cb /db/job_db1.txt | |
parent | bf5d35ffa62f9cc19f20f27fd5bd364f5fc13d7c (diff) | |
download | hercules-6a2893723c01846d52cc2f333805c87469729f6c.tar.gz hercules-6a2893723c01846d52cc2f333805c87469729f6c.tar.bz2 hercules-6a2893723c01846d52cc2f333805c87469729f6c.tar.xz hercules-6a2893723c01846d52cc2f333805c87469729f6c.zip |
Swapped the weapon type IDs of Shotgun and Gatling Gun weapons to match aegis.
Added Mace Mastery bonus to 2handed maces, and made them unbreakable.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12779 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/job_db1.txt')
-rw-r--r-- | db/job_db1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/job_db1.txt b/db/job_db1.txt index 97a0565fe..25a36d41a 100644 --- a/db/job_db1.txt +++ b/db/job_db1.txt @@ -1,7 +1,7 @@ // Job-specific Values Database // // Structure of Database: -// JobID,Weight,HPFactor,HPMultiplicator,SPFactor,BareFist,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HAxe,1HMace,2HMace(unused),Rod,Bow,Knuckle,Instrument,Whip,Book,Katar,Revolver,Rifle,Shotgun,Gatling Gun,Grenade Launcher,Fuuma Shuriken +// JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HAxe,1HMace,2HMace(unused),Rod,Bow,Knuckle,Instrument,Whip,Book,Katar,Revolver,Rifle,Shotgun,Gatling Gun,Grenade Launcher,Fuuma Shuriken // // Novice 0, 20000,0 ,500 ,100 ,500 ,650 ,700 ,2000 ,2000 ,2000 ,800 ,2000 ,700 ,700 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 |