From 9e9b198e6d0b810fa52f888b32653b5370fe65b3 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 8 Sep 2006 17:56:10 +0000 Subject: - Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_duration and sg_miracle_skill_max_duration, to specify a range for the duration of the skill. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8679 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/skill.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf-tmpl/battle') diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index f09629792..55702c1cd 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -261,8 +261,9 @@ allow_es_magic_player: no //Miracle of the Sun, Moon and Stars skill ratio (100% = 10000) sg_miracle_skill_ratio: 1 -//Miracle of the Sun, Moon and Stars skill duration in milisecons -sg_miracle_skill_duration: 3600000 +//Miracle of the Sun, Moon and Stars skill duration in miliseconds +sg_miracle_skill_min_duration: 3600000 +sg_miracle_skill_max_duration: 9000000 //Angel of the Sun, Moon and Stars skill ratio (100% = 10000) sg_angel_skill_ratio: 10 -- cgit v1.2.3-70-g09d2