summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/map/battle/pet.conf2
-rw-r--r--db/re/pet_db.conf23
2 files changed, 13 insertions, 12 deletions
diff --git a/conf/map/battle/pet.conf b/conf/map/battle/pet.conf
index 417ac4980..254b0d38a 100644
--- a/conf/map/battle/pet.conf
+++ b/conf/map/battle/pet.conf
@@ -46,7 +46,7 @@ pet_hungry_delay_rate: 100
// If your pet is hungry by how much will the friendlyness decrease by. (Default is 5)
// Note: The friendlyness is 0-1000 total, at 0 the pet runs away.
-pet_hungry_friendly_decrease: 0
+pet_hungry_friendly_decrease: 1
// Does the pet need its equipment before it does its skill? (Note 1)
pet_equip_required: false
diff --git a/db/re/pet_db.conf b/db/re/pet_db.conf
index 0baac572a..c0890c696 100644
--- a/db/re/pet_db.conf
+++ b/db/re/pet_db.conf
@@ -76,7 +76,7 @@ pet_db:(
EggItem: "PiouEgg"
FoodItem: "Piberries"
FoodEffectiveness: 80
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50
@@ -89,7 +89,8 @@ pet_db:(
AttackRate: 350
DefendRate: 400
ChangeTargetRate: 800
- PetScript: <" petloot 10; ">
+ // AL_HEAL (28). petskillsupport(<skill id>, <skill level>, <delay>, <percent hp>, <percent sp>)
+ PetScript: <" petloot 10; petskillsupport(28, 2, 60, 40, 100); ">
EquipScript: <" bonus bLuk,2; bonus bCritical,1; ">
},
{
@@ -100,7 +101,7 @@ pet_db:(
EggItem: "Ratte"
FoodItem: "Cheese"
FoodEffectiveness: 100
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50
@@ -124,7 +125,7 @@ pet_db:(
EggItem: "MaggotCocoon"
FoodItem: "BugLeg"
FoodEffectiveness: 100
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50
@@ -148,7 +149,7 @@ pet_db:(
EggItem: "BhopEgg"
FoodItem: "Aquada"
FoodEffectiveness: 100
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50
@@ -164,7 +165,6 @@ pet_db:(
PetScript: <" petskillbonus bLuk, 5, 30, 90; bonus bLuk,1; petloot 2; ">
EquipScript: <" bonus bLuk,4; bonus2 bSPRegenRate,1,10000; ">
},
-// TODO: What's the difference from AnimalBones and Bone ?
{
Id: 1060
SpriteName: "ForestShrommy"
@@ -173,7 +173,7 @@ pet_db:(
EggItem: "ForestShroomEgg"
FoodItem: "Moss"
FoodEffectiveness: 200
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50
@@ -189,6 +189,7 @@ pet_db:(
PetScript: <" petloot 3; ">
EquipScript: <" bonus bStr, 4; bonus bAgi, 1; ">
},
+// TODO: What's the difference from AnimalBones and Bone ?
{
Id: 1190
SpriteName: "Doggy"
@@ -197,7 +198,7 @@ pet_db:(
EggItem: "DoggyDog"
FoodItem: "AnimalBones"
FoodEffectiveness: 100
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50
@@ -210,7 +211,7 @@ pet_db:(
AttackRate: 450
DefendRate: 500
ChangeTargetRate: 850
- PetScript: <" petloot 3; bonus bStr, 1; ">
+ PetScript: <" petloot 3; bonus bStr, 1; petskillbonus(bVit, 3, 30, 90); ">
EquipScript: <" bonus bStr, 4; bonus2 bHPRegenRate,1,10000; ">
},
{
@@ -221,7 +222,7 @@ pet_db:(
EggItem: "CattyCat"
FoodItem: "Milk"
FoodEffectiveness: 100
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50
@@ -245,7 +246,7 @@ pet_db:(
EggItem: "BlackyCat"
FoodItem: "Mashmallow"
FoodEffectiveness: 100
- HungerDelay: 60
+ HungerDelay: 120
Intimacy: {
Initial: 250
FeedIncrement: 50