diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/battle/skill.conf | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index c7745e453..c3e5d94e9 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,6 +1,8 @@ Date Added
2006/09/07
+ * Changed the default of sg_angel_skill_ratio to 10 based on recent
+ information from Tharis. [Skotlex]
* Added sg_angel_skill_ratio to specify rate at which the Angel skill
triggers. [Skotlex]
* Increased duration of Miracle of the Sun/Moon/Stars to one hour.
diff --git a/conf-tmpl/battle/skill.conf b/conf-tmpl/battle/skill.conf index 9146101b8..f09629792 100644 --- a/conf-tmpl/battle/skill.conf +++ b/conf-tmpl/battle/skill.conf @@ -265,4 +265,4 @@ sg_miracle_skill_ratio: 1 sg_miracle_skill_duration: 3600000
//Angel of the Sun, Moon and Stars skill ratio (100% = 10000)
-sg_angel_skill_ratio: 1
+sg_angel_skill_ratio: 10
|