public override void Update(Player player, ref int buffIndex) { player.GetModPlayer <CalValEXPlayer>().morshu = true; player.mount.SetMount(ModContent.MountType <MorshuMount>(), player); player.buffTime[buffIndex] = 10; CalValEX.MountNerf(player, 0.5f, 0.5f); }
public override void Update(Player player, ref int buffIndex) { player.mount.SetMount(ModContent.MountType <ProfanedCycle>(), player); player.buffTime[buffIndex] = 10; CalValEX.MountNerf(player, 0.9f, 0.75f); }
public override void Update(Player player, ref int buffIndex) { player.mount.SetMount(ModContent.MountType <YharonMount>(), player); player.buffTime[buffIndex] = 10; CalValEX.MountNerf(player, 0.4f, 0.4f); }
public override void Update(Player player, ref int buffIndex) { player.mount.SetMount(ModContent.MountType <WulfrumTractor>(), player, false); player.buffTime[buffIndex] = 10; CalValEX.MountNerf(player, 0.75f, 0.75f); }