Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Arvyn

Uploaded by

Arvyn10

Virus scan

Safe to use

About this mod

A Papyrus script imitating the "item sets" of The Elder Scrolls Online "..a number of item sets which grant bonuses based on the amount of items equipped of the same set."

Permissions and credits
Changelogs
A Papyrus script imitating the "item sets" of The Elder Scrolls Online, which is defined as
"..a number of item sets which grant bonuses based on the amount of items equipped of the same set."
- ESO Academy, Item Sets in ESO http://esoacademy.com/set-bonus-items/

Legendary Edition and Special Edition Nexus Mods pages of this resource are identical and present only to expand reach.

Demo
Ebon Re-Armed SE https://www.nexusmods.com/skyrimspecialedition/mods/27245

Required reading
https://en.uesp.net/wiki/Online:Sets
https://en.uesp.net/wiki/Online:Craftable_Sets

Usage
Preparation:
  • Create items or determine existing items as Set Items. Items where more than one of which can be equipped (such as being equipped only in a hand and not both, as opposed to two-handed items): create a duplicate. It is recommended to add to the duplicate's name a
    suffix, prefix e.g "Offhand", or change to an entirely different name.
  • Include the Set Items in a FormList, which in turn shall serve as Set List.
  • Create spells or determine existing spells as Bonuses.
  • Include the Bonuses in a FormList, which in turn shall serve as Bonus List.

-> Bonuses are granted by the order of the Bonus List, according to how many Set Items are equipped. from index 0 to greater. The index numbers will be referred to as Stages.
-> Each Stage of the Bonus List is either a spell or a FormList of spells; the latter enables each Stage to grant multiple Bonuses.
-> Twohanded items (items that are equipped with both hands) counts as 2 Stages.
    5. Create a Global Variable, which shall serve as the minimum amount of equipped Set Items of a particular Set List, as Minimum Set Item Count.

Implementation:
  • Attach the Papyrus script to each Set Items of the Set List.
  • Fill the properties:
Effects -> Bonus List
Set -> Set List
MinimumItemCount -> Minimum Set Item Count
WeapTypeBattleAxe -> WeapTypeBattleAxe
WeapTypeBow -> WeapTypeBow
WeapTypeGreatsword -> WeapTypeGreatsword
WeapTypeWarhammer -> WeapTypeWarhammer

Direct links
Raw code paste: https://pastebin.com/sKk1ukr4
Documentation: https://lambda.sx/yLs7.pdf