Plugins\Trinity\Combat\Abilities\WitchDoctorCombat.cs 默认就是根据你的狗的只数来使用的 如果没有献祭技能,召唤僵尸犬可用,且拥有的狗数量少于等于2时用 if (!hasSacrifice && CanCast(SNOPower.Witchdoctor_SummonZombieDog) && Trinity.PlayerOwnedZombieDogCount <= 2) { return new TrinityPower(SNOPower.Witchdoctor_SummonZombieDog); }