diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-15 20:37:17 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-05-15 20:37:17 +0000 |
commit | 6622349ed1bb02a8d89bc0d6a3c85a1bb5867a6b (patch) | |
tree | b6a0703fcc21216d776927f05b90dfb5a452b204 /db/skill_db.txt | |
parent | 52d4a81ff51fed98838c25d5a65b8c5543dbc560 (diff) | |
download | hercules-6622349ed1bb02a8d89bc0d6a3c85a1bb5867a6b.tar.gz hercules-6622349ed1bb02a8d89bc0d6a3c85a1bb5867a6b.tar.bz2 hercules-6622349ed1bb02a8d89bc0d6a3c85a1bb5867a6b.tar.xz hercules-6622349ed1bb02a8d89bc0d6a3c85a1bb5867a6b.zip |
* Fixed implementation of MVP Meteor Storm
- Dark Lord and Amon Ra use it
- Meteors drop in an area of 31x31 tiles
- each Meteor has 7x7 tiles splash damage
- each Meteor does 15 hits
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6609 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/skill_db.txt')
-rw-r--r-- | db/skill_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/skill_db.txt b/db/skill_db.txt index ffee96135..795ed22b9 100644 --- a/db/skill_db.txt +++ b/db/skill_db.txt @@ -102,7 +102,7 @@ 80,9,8,2,3,0,1:1:1:1:1:2:2:2:2:2,10,3:4:5:6:7:8:9:10:11:12,yes,0,128,5,magic,0 //WZ_FIREPILLAR#Fire Pillar#
81,0,6,4,3,0,3,10,1,yes,0,0,0,magic,5 //WZ_SIGHTRASHER#Sightrasher#
//82,9,6,2,3,0,0,10,1,yes,0,0,0,magic,0 //WZ_FIREIVY#Fire Ivy#
-83,9,8,2,3,0,3:3:3:3:3:3:3:3:3:3:7,10,1:1:2:2:3:3:4:4:5:5,yes,0,0,0,magic,0 //WZ_METEOR#Meteor Storm#
+83,9,8,2,3,0,3:3:3:3:3:3:3:3:3:3:15,10,1:1:2:2:3:3:4:4:5:5:15,yes,0,0,0,magic,0 //WZ_METEOR#Meteor Storm#
84,9,8,1,4,0,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,2:3:3:4:4:5:5:6:6:7 //WZ_JUPITEL#Jupiter Thunder#
85,9,8,2,4,0,0,10,-10,yes,0,0,0,magic,0 //WZ_VERMILION#Lord of Vermilion#
86,9,8,1,1,0,0,5,1,yes,0,0,0,magic,0 //WZ_WATERBALL#Water Ball#
|