Downloading and installing the Terraria Calamity Mod breathes new life into the base game. Enjoy over 150 extra items and other new content!
using CalamityMod.Items.Pets; using PetsOverhaul.Config; using PetsOverhaul.Systems; using System.Collections.Generic; using Terraria; using Terraria.Localization; using Terraria.ModLoader; namespace PetsOverhaulCalamityAddon.PetEffects.CalamityMod { public sealed class AkatoEffect : PetEffect { public...