Armor Set Perks

Started by KotaWayne on

Topic category: Help with modding (Java Edition)

Last seen on 22:59, 25. Sep 2019
Joined Feb 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Armor Set Perks

Ive tried this plenty of times to know that I need help with what Im trying to do. You can add effects to each peice of armor, but could you make a set perk where you need all peices to obtain that perk? Like a full set of armor will give you Strength? If this is easy to do I would love to know how to do it :)

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use the event
Thu, 05/04/2017 - 19:08

You can use the event condition (has player armor or something similar)

Last seen on 22:59, 25. Sep 2019
Joined Feb 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:You can use the event
Fri, 05/05/2017 - 01:25

@#1 All I can find is PlayerArmorValue[] > 1 which doesnt really help me with what Im doing. Im trying to use the contains[inventoryName, slotID] == item/block but I keep getting an error with it :/

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know how is called
Fri, 05/05/2017 - 18:31

I don't know how is called the player inventory and what's the ID of the armor slot : (

Last seen on 22:59, 25. Sep 2019
Joined Feb 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:I don't know how is called
Thu, 06/15/2017 - 21:21

@#2 The Armor Slots are 101, 102, 103, 104 and 105. The Off Hand is 106. Even with the condition testing if the armor is there it doesnt work saddly :(