|
@@ -45,7 +45,7 @@ pet_hungry_friendly_decrease: 5
|
|
|
|
|
|
// Does Pet's Attack Damage Based On Str (Note 1)
|
|
// 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.
|
|
// 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)
|
|
// Does the pet need its equipment before it does its skill? (Note 1)
|
|
pet_equip_required: yes
|
|
pet_equip_required: yes
|
|
@@ -64,7 +64,7 @@ pet_support_min_friendly: 900
|
|
// Whether or not the pet's will use skills. (Note 1)
|
|
// Whether or not the pet's will use skills. (Note 1)
|
|
// Note: Offensive pet skills need at least pet_attack_support or
|
|
// Note: Offensive pet skills need at least pet_attack_support or
|
|
// pet_damage_support to work (they trigger while the pet is attacking).
|
|
// 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)
|
|
// Rate at which a pet will support it's owner in battle. (Note 2)
|
|
// Affects pet_attack_support & pet_damage_support.
|
|
// Affects pet_attack_support & pet_damage_support.
|
|
@@ -93,4 +93,4 @@ pet_max_atk2: 1000
|
|
// Are pets disabled during Guild Wars?
|
|
// Are pets disabled during Guild Wars?
|
|
// If set to yes, pets are automatically returned to egg when entering castles during WoE times
|
|
// If set to yes, pets are automatically returned to egg when entering castles during WoE times
|
|
// and hatching is forbidden within as well.
|
|
// and hatching is forbidden within as well.
|
|
-pet_disable_in_gvg: no
|
|
|
|
|
|
+pet_disable_in_gvg: yes
|