Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
items:item-sets [2019/10/21 16:13]
indyuce created
items:item-sets [2020/07/01 03:13] (current)
Line 18: Line 18:
  
 ===== General===== ===== General=====
-Set bonuses can be displayed in the item lore using the _lore-tag_ option. You can really put anything in that list, but I like to precisely give the amount of additional stats the item gives. The bonuses section defines what bonuses the item set gives. The subsections with numbers correspond to the stats the item set grants for each amount of items the player wears.+Set bonuses can be displayed in the item lore using the ''​lore-tag'' ​option. You can really put anything in that list, but I like to precisely give the amount of additional stats the item gives. The bonuses section defines what bonuses the item set gives. The subsections with numbers correspond to the stats the item set grants for each amount of items the player wears.
  
 ===== Special Full Set Bonuses===== ===== Special Full Set Bonuses=====
 Set bonuses can also grant **permanent potion effects** to the player. You need to specify the potion effect name (names can be found here) and the potion level which needs to be an integer. Set bonuses can also grant **permanent potion effects** to the player. You need to specify the potion effect name (names can be found here) and the potion level which needs to be an integer.
-```+<​code>​
 SPEED: SPEED:
     name: '&​2Speed Set'     name: '&​2Speed Set'
Line 28: Line 28:
         '​4':​         '​4':​
             speed: 1             speed: 1
-```+</​code>​
  
 Last but not least, you may also setup **abilities** as full set bonuses. Pretty easy to setup since it's the same format as with item abilities. In the following example, any player who holds at least 2 items from the Hatred Set will be temporarily granted a Life Ender ability which will trigger when hitting any entity. The ability has a 30sec cooldown. Last but not least, you may also setup **abilities** as full set bonuses. Pretty easy to setup since it's the same format as with item abilities. In the following example, any player who holds at least 2 items from the Hatred Set will be temporarily granted a Life Ender ability which will trigger when hitting any entity. The ability has a 30sec cooldown.
-```+<​code>​
 HATRED: HATRED:
     name: '&​cHatred Set'     name: '&​cHatred Set'
Line 40: Line 40:
                 cooldown: 30                 cooldown: 30
                 mode: ON_HIT                 mode: ON_HIT
-```+</​code>​
  
 **Potion effects** as full set bonuses: in this example, wearing 4 armor pieces from the Arcane Set applies permanent Speed I to the player. **Potion effects** as full set bonuses: in this example, wearing 4 armor pieces from the Arcane Set applies permanent Speed I to the player.
-```+<​code>​
 ARCANE: ARCANE:
     name: '&​2Arcane Set'     name: '&​2Arcane Set'
Line 49: Line 49:
         '​4':​         '​4':​
             potion-speed:​ 1             potion-speed:​ 1
-```+</​code>​

items/item-sets.1571674390.txt.gz · Last modified: 2020/07/01 03:13 (external edit)