Here's a pastebin link to a simple Gearswap lua that is based off of an older version of Falkirk's. Just CTRL+A and then paste into a new file, re-naming/saving it as Name_BST i.e. Beaztmaster_BST.lua
BeaztBLORB SIMPLE BST LUA
There are only about 250 lines of code to worry about (lines 100-365) as far as editing gear, and most of these lines occur only because I lined up each paragraph to have one piece of gear per line to make it very easy to read. Gear set paragraphs have notes describing what the gearset is/when it activates.
For those new to GearSwap:
For inputting augmented gear, use the command "//gs export gear lua" while wearing the augmented item. Then go to your Windower4 folder > addons > Gearswap > data > export, select the export file, and copy/paste the lines for the gear you want to include. Don't forget commas and end tags as applicable, and don't forget to save and "//gs r" each time in game to reload for any changes made. To test whether or not everything is equipping as it should, do "//gs showswaps" and you will see everything changing in real time in your log as you perform commands.
This lua covers a few basic sets/functions: Idle Set, Reward Set, Ready Sets, and engaged sets. If this is too simple, please refer to Falkirk's masterpiece!
This post brought to you by your resident Cinnamon Custard!
Hope this helps!