diff options
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 |