diff options
Diffstat (limited to 'conf/battle')
-rw-r--r-- | conf/battle/pet.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/battle/pet.conf b/conf/battle/pet.conf index 0d13d26b9..f6febc202 100644 --- a/conf/battle/pet.conf +++ b/conf/battle/pet.conf @@ -51,6 +51,9 @@ pet_damage_support: no // At max (1000) support rate is 150%. pet_support_min_friendly: 900 +// Same as above, but this is to use the pet_script field with official pet abilities. +pet_equip_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). |