Recent content by michaelpeet2

  1. michaelpeet2

    tModLoader Help making dodge chance on a accessory

    I figured out a solution public override void UpdateAccessory(Player player, bool hideVisual) //grante immunities { player.blackBelt = true; //can dodge like Master Ninja Gear/Black Belt }
  2. michaelpeet2

    tModLoader Help making dodge chance on a accessory

    Hello, I am new to modding and I am wanting to make a combination between Master Ninja Gear and Ankh Shield. Anyhow, can anyone help me code in the dodge chance for my accessory? Anything will be appreciated. Edit: I did some more coding on the Item //dodging needs to be added //climbing...
Back
Top Bottom