summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-19 11:32:41 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-19 11:32:41 +0000
commit59fcf9c26e7c9d5cf65b60d0fb148b5214143711 (patch)
tree58925b6bc69b15dfbce7f90b1a8c96651ea0f1b9 /conf-tmpl
parent41fcb2ac66e37cad97e9ec485bd4d11f8397e53b (diff)
downloadhercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.tar.gz
hercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.tar.bz2
hercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.tar.xz
hercules-59fcf9c26e7c9d5cf65b60d0fb148b5214143711.zip
Added homunculus_friendly_rate battle config
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8361 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/battle/homunc.conf31
-rw-r--r--conf-tmpl/battle_athena.conf3
2 files changed, 34 insertions, 0 deletions
diff --git a/conf-tmpl/battle/homunc.conf b/conf-tmpl/battle/homunc.conf
new file mode 100644
index 000000000..6f27d708a
--- /dev/null
+++ b/conf-tmpl/battle/homunc.conf
@@ -0,0 +1,31 @@
+// ______ __ __
+// /\ _ \/\ \__/\ \
+// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
+// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
+///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
+//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
+// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
+// _ _ _ _ _ _ _ _ _ _ _ _ _
+// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
+//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
+// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
+//
+//--------------------------------------------------------------
+// eAthena Battle Configuration File
+// Originally Translated by Peter Kieser <pfak@telus.net>
+// Made in to plainer English by Ancyker
+//--------------------------------------------------------------
+//Note 1: Directives can be set using on/off, yes/no or 1/0.
+//Note 2: All rates are in percents, 100 would mean 100%, 200
+// would mean 200%, etc
+//Note 3: Value is not limited to 60K (see below)
+// Other Information:
+// All options are limited to a max of 60K (aprox) which is 600%
+// or 60secs as appropiate.
+// 1000 miliseconds is 1 second.
+// Unless otherwise specified, the minimum value is 0 for all
+// features.
+//--------------------------------------------------------------
+
+// The rate a homunculus will get friendly by feeding it. (Note 2)
+homunculus_friendly_rate: 100
diff --git a/conf-tmpl/battle_athena.conf b/conf-tmpl/battle_athena.conf
index 255e33a05..eb192f006 100644
--- a/conf-tmpl/battle_athena.conf
+++ b/conf-tmpl/battle_athena.conf
@@ -47,6 +47,9 @@ import: conf/battle/party.conf
//Pet related configuration
import: conf/battle/pet.conf
+//Homunc related configuration
+import: conf/battle/homunc.conf
+
//Player specific settings
import: conf/battle/player.conf