diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-08 23:32:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-08 23:32:36 -0300 |
commit | e3f39406be5ecc4f3ec8c3be33f88419f5ffdf6f (patch) | |
tree | dc0bbc4d9b6eec6807a7c178bc12b9ecf83f6162 | |
parent | f48544b60dd89eb551e4595d4be7d53bf34152ec (diff) | |
download | serverdata-e3f39406be5ecc4f3ec8c3be33f88419f5ffdf6f.tar.gz serverdata-e3f39406be5ecc4f3ec8c3be33f88419f5ffdf6f.tar.bz2 serverdata-e3f39406be5ecc4f3ec8c3be33f88419f5ffdf6f.tar.xz serverdata-e3f39406be5ecc4f3ec8c3be33f88419f5ffdf6f.zip |
Give more intimacy when homunculus is feed, allow renaming
-rw-r--r-- | conf/map/battle/homunc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/homunc.conf b/conf/map/battle/homunc.conf index 0042df016..cf909bbe1 100644 --- a/conf/map/battle/homunc.conf +++ b/conf/map/battle/homunc.conf @@ -44,10 +44,10 @@ hom_setting: 0x1D // The rate a homunculus will get friendly by feeding it. (Note 2) -homunculus_friendly_rate: 100 +homunculus_friendly_rate: 500 // Can you name a homunculus more then once? (Note 1) -hom_rename: false +hom_rename: true // Intimacy needed to use Evolved Vanilmirth's Bio Explosion hvan_explosion_intimate: 45000 |