lb is a snippet extension designed specifically for Luabox frameworks (Privately distributed).
Features
Quick code snippets to make template code more efficient supporting Typebox and Luabox:
Option Code:
option-c - Creates an option with a boolean Check value.
option-cs - Creates an option with a boolean Check value and a String dropdown.
option-css - Creates an option with a boolean Check value and 2 String dropdowns.
option-cv - Creates an option with a boolean Check value and a Number field.
option-cvv - Creates an option with a boolean Check value and 2 Number fields.
option-cvs - Creates an option with a boolean Check value and 1 String dropdown and 1 Number field.
option-csv - Creates an option with a boolean Check value and 1 Number field and 1 String dropdown.
option-aoe - Creates an option with a boolean Check value specific to AoE handling.
option-groundaoe - Creates an option with a boolean Check value specific to Ground AoE handling.
option-purge - Creates an option with a boolean Check value specific to Purges.
option-essence - Creates an option with a boolean Check value specific to Essences.
option-multidot - Creates an option with a boolean Check value specific to Multi-Dot Spells.
Spell Code:
spell-new - Creates a template Spell const.
spell-cast - Creates a template logic block for a standard spell cast.
spell-cdcast - Creates a template logic block for a standard spell cast with Cooldown option.
All of the above options can omit the c to not include the Check value.
Lua Specific:
add -h to any String dropdown option to add Subvalue Hints.