diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 14:38:52 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 14:38:52 +0000 |
commit | ede9e3b6b7726130717b22fb0f3c3eb552fe65cb (patch) | |
tree | 637eda7d580cd822cb19b04baf0f4dd81783a76e /db/skill_cast_db.txt | |
parent | 9af791f13b8db0c0687059c80f4eec09709c696e (diff) | |
download | hercules-ede9e3b6b7726130717b22fb0f3c3eb552fe65cb.tar.gz hercules-ede9e3b6b7726130717b22fb0f3c3eb552fe65cb.tar.bz2 hercules-ede9e3b6b7726130717b22fb0f3c3eb552fe65cb.tar.xz hercules-ede9e3b6b7726130717b22fb0f3c3eb552fe65cb.zip |
Fixed a typo in quests/juperos.txt and in skill_cast_db.txt and sorted the skill_cast_db.txt by skill id.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6012 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_cast_db.txt')
-rw-r--r-- | db/skill_cast_db.txt | 54 |
1 files changed, 25 insertions, 29 deletions
diff --git a/db/skill_cast_db.txt b/db/skill_cast_db.txt index aa783c399..e51da3bf5 100644 --- a/db/skill_cast_db.txt +++ b/db/skill_cast_db.txt @@ -376,7 +376,7 @@ 256,3000,0,0,180000,0
//-- CR_DEFENDER
257,0,800,0,180000,0
-//-- CR_SPAERQUICKEN
+//-- CR_SPEARQUICKEN
258,0,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0
//==========================================
@@ -674,6 +674,30 @@ 426,5000:4000:3000:2000:1000,0,0,0,0
//==========================================
+//===== Star Gladiator =====================
+//-- SG_FEEL
+427,1000,0,0,0,0
+//SG_SUN_WARM
+428,0,1000,0,10000:20000:60000,0
+//SG_MOON_WARM
+429,0,1000,0,10000:20000:60000,0
+//SG_STAR_WARM
+430,0,1000,0,10000:20000:60000,0
+//SG_SUN_COMFORT
+431,0,1000,0,80000:160000:240000:320000,0
+//SG_MOON_COMFORT
+432,0,1000,0,80000:160000:240000:320000,0
+//SG_STAR_COMFORT
+433,0,1000,0,80000:160000:240000:320000,0
+//-- SG_HATE
+434,1000,0,0,0,0
+//SG_FRIEND
+442,0,0,0,10000,0
+//SG_KNOWLEDGE
+443,0,0,0,600000,0
+//SG_FUSION
+444,1000,1000,0,600000,0
+//==========================================
//===== Soul Linker ========================
//-- SL_ALCHEMIST
@@ -732,34 +756,6 @@ 472,3000:2000:1000,500,0,10000:20000:30000,0
//==========================================
-
-//===== Star Gladiator =====================
-//-- SG_FEEL
-427,1000,0,0,0,0
-//SG_SUN_WARM
-428,0,1000,0,10000:20000:60000,0
-//SG_MOON_WARM
-429,0,1000,0,10000:20000:60000,0
-//SG_STAR_WARM
-430,0,1000,0,10000:20000:60000,0
-//SG_SUN_COMFORT
-431,0,1000,0,80000:160000:240000:320000,0
-//SG_MOON_COMFORT
-432,0,1000,0,80000:160000:240000:320000,0
-//SG_STAR_COMFORT
-433,0,1000,0,80000:160000:240000:320000,0
-//-- SG_HATE
-434,1000,0,0,0,0
-//SG_FRIEND
-442,0,0,0,10000,0
-//SG_KNOWLEDGE
-443,0,0,0,600000,0
-//SG_FUSION
-444,1000,1000,0,600000,0
-
-//==========================================
-
-
//===== Mixed Advanced Skills ==============
//-- ST_PRESERVE
475,1000,0,0,600000,0
|