diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:46:31 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-11 16:46:31 -0200 |
commit | 29ee5b272b50b773455ca8149befd465d23352e0 (patch) | |
tree | 4ce5ddee740cbad6f6348e1b45191f2acd5d5286 /db/re/pet_db.conf | |
parent | c3c7fb0feaf151d5d4fb2632b59f51d2bfd6a8f2 (diff) | |
download | serverdata-29ee5b272b50b773455ca8149befd465d23352e0.tar.gz serverdata-29ee5b272b50b773455ca8149befd465d23352e0.tar.bz2 serverdata-29ee5b272b50b773455ca8149befd465d23352e0.tar.xz serverdata-29ee5b272b50b773455ca8149befd465d23352e0.zip |
Pets can be lost due bad owners once again.
They get 1 hunger each 2 minutes (giving you over 3 hours to check it).
If you don't feed them, you'll lose 1 intimacy point every 2 minutes.
Diffstat (limited to 'db/re/pet_db.conf')
-rw-r--r-- | db/re/pet_db.conf | 23 |
1 files changed, 12 insertions, 11 deletions
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 |