Exemplo n.º 1
0
        public override void UpdateAccessory(Player player, bool hideVisual)
        {
            FargoSoulsPlayer modPlayer = player.GetModPlayer <FargoSoulsPlayer>();

            modPlayer.WillForce = true;
            modPlayer.GoldEffect(hideVisual);

            modPlayer.PlatinumEnchantActive = true;

            GladiatorEnchant.GladiatorEffect(player);
            modPlayer.WizardEnchantActive = true;
            modPlayer.RedRidingEffect(hideVisual);
            HuntressEnchant.HuntressEffect(player);
            modPlayer.ValhallaEffect(hideVisual);
        }
Exemplo n.º 2
0
        public override void UpdateAccessory(Player player, bool hideVisual)
        {
            FargoSoulsPlayer modPlayer = player.GetModPlayer <FargoSoulsPlayer>();

            modPlayer.GoldEffect(hideVisual);
        }