diff options
author | Kayla <Kayla@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 17:56:15 +0000 |
---|---|---|
committer | Kayla <Kayla@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-01-31 17:56:15 +0000 |
commit | b3671203f81d70c2c6d07b0af41cddae9bc2d05d (patch) | |
tree | 7ec217b253b01f1533374d67896561a84ab48c59 /conf-tmpl/battle/pet.conf | |
parent | 1b31cc9de6ee1eae20f7c70615db3997797e7fb1 (diff) | |
download | hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.tar.gz hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.tar.bz2 hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.tar.xz hercules-b3671203f81d70c2c6d07b0af41cddae9bc2d05d.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5142 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/pet.conf')
-rw-r--r-- | conf-tmpl/battle/pet.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf-tmpl/battle/pet.conf b/conf-tmpl/battle/pet.conf index be0009325..297ad6268 100644 --- a/conf-tmpl/battle/pet.conf +++ b/conf-tmpl/battle/pet.conf @@ -45,7 +45,7 @@ pet_hungry_friendly_decrease: 5 // Does Pet's Attack Damage Based On Str (Note 1) // Note: Few pets have str above 1, enabling this can give an unfair advantage to these pets. -pet_str: yes +pet_str: no // Does the pet need its equipment before it does its skill? (Note 1) pet_equip_required: yes @@ -64,7 +64,7 @@ pet_support_min_friendly: 900 // Whether or not the pet's will use skills. (Note 1) // Note: Offensive pet skills need at least pet_attack_support or // pet_damage_support to work (they trigger while the pet is attacking). -pet_status_support: yes +pet_status_support: no // Rate at which a pet will support it's owner in battle. (Note 2) // Affects pet_attack_support & pet_damage_support. @@ -93,4 +93,4 @@ pet_max_atk2: 1000 // Are pets disabled during Guild Wars? // If set to yes, pets are automatically returned to egg when entering castles during WoE times // and hatching is forbidden within as well. -pet_disable_in_gvg: no +pet_disable_in_gvg: yes |