diff options
author | Alexander Kozlov <landergate@landergate.com> | 2015-09-27 22:37:09 +0300 |
---|---|---|
committer | Alexander Kozlov <landergate@landergate.com> | 2015-09-27 22:37:09 +0300 |
commit | ee27c0bebd66ffe5874ab1dfc3aa370c71f65eeb (patch) | |
tree | 60d3a6f0a32d055dd8ac5ebf23c24aae7cc6bbc0 | |
parent | 731e30a5c0b32e5ece45954951866602146e5a82 (diff) | |
download | hercules-ee27c0bebd66ffe5874ab1dfc3aa370c71f65eeb.tar.gz hercules-ee27c0bebd66ffe5874ab1dfc3aa370c71f65eeb.tar.bz2 hercules-ee27c0bebd66ffe5874ab1dfc3aa370c71f65eeb.tar.xz hercules-ee27c0bebd66ffe5874ab1dfc3aa370c71f65eeb.zip |
Fixed typo in pet_db.txt header, Fullness description
-rw-r--r-- | db/pet_db2.txt | 2 | ||||
-rw-r--r-- | db/pre-re/pet_db.txt | 2 | ||||
-rw-r--r-- | db/re/pet_db.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/db/pet_db2.txt b/db/pet_db2.txt index c690248a9..4e9b26fd9 100644 --- a/db/pet_db2.txt +++ b/db/pet_db2.txt @@ -10,7 +10,7 @@ // 05. EggID Pet Egg ID. // 06. EquipID Pet Accessory ID. // 07. FoodID Pet Food ID. -// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds. +// 08. Fullness The amount of hunger points increasing with each feeding. // 09. HungryDelay The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds) // 10. R_Hungry Amount of Intimacy that is increased when fed. // 11. R_Full Amount of Intimacy that is decreased when over-fed. diff --git a/db/pre-re/pet_db.txt b/db/pre-re/pet_db.txt index 6ea29486e..4c149bc8d 100644 --- a/db/pre-re/pet_db.txt +++ b/db/pre-re/pet_db.txt @@ -10,7 +10,7 @@ // 05. EggID Pet Egg ID. // 06. EquipID Pet Accessory ID. // 07. FoodID Pet Food ID. -// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds. +// 08. Fullness The amount of hunger points increasing with each feeding. // 09. HungryDelay The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds) // 10. R_Hungry Amount of Intimacy that is increased when fed. // 11. R_Full Amount of Intimacy that is decreased when over-fed. diff --git a/db/re/pet_db.txt b/db/re/pet_db.txt index f8495c784..bc0c91932 100644 --- a/db/re/pet_db.txt +++ b/db/re/pet_db.txt @@ -10,7 +10,7 @@ // 05. EggID Pet Egg ID. // 06. EquipID Pet Accessory ID. // 07. FoodID Pet Food ID. -// 08. Fullness The amount Hunger is decreased every [HungryDelay] seconds. +// 08. Fullness The amount of hunger points increasing with each feeding. // 09. HungryDelay The amount of time it takes for hunger to decrease after feeding. (Default: 60 seconds) // 10. R_Hungry Amount of Intimacy that is increased when fed. // 11. R_Full Amount of Intimacy that is decreased when over-fed. |