示例#1
0
 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);
 }
示例#2
0
 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);
 }
示例#3
0
 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);
 }
示例#4
0
 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);
 }