├── .gitattributes ├── .gitignore ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Editor └── Mods │ └── LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9 │ └── Assets │ ├── Effects │ ├── LeaderLib_FX_AreaRadius_Decal_Circle_1m_Green_01.lsefx │ ├── LeaderLib_FX_AreaRadius_Decal_Circle_1m_Green_Flashing_01.lsefx │ ├── LeaderLib_FX_AreaRadius_Decal_Circle_1m_Red_01.lsefx │ ├── LeaderLib_FX_AreaRadius_Decal_Circle_1m_Red_Flashing_01.lsefx │ ├── LeaderLib_FX_Skills_ChainToggle_Attach_Beam_01.lsefx │ ├── LeaderLib_FX_Skills_ChainToggle_Attach_Root_01.lsefx │ ├── LeaderLib_FX_Skills_ChainToggle_Detach_Beam_01.lsefx │ ├── LeaderLib_FX_Skills_ChainToggle_Detach_Root_01.lsefx │ ├── LeaderLib_FX_Text_Sample_01.lsefx │ └── LeaderLib_FX_UI_Trader_NewStock_01.lsefx │ └── Materials │ ├── LeaderLib_FX_PBR_UI_Decal_CirclePulsing_01.lsmg │ ├── LeaderLib_FX_TextCharacters_01.lsmg │ ├── LeaderLib_FX_TextCharacters_Base.lsmg │ ├── LeaderLib_FX_UI_Model_InvertedDepthDifferenceBlend_01.lsmg │ ├── LeaderLib_GreenScreen.lsmg │ ├── LeaderLib_MultiTex.lsmg │ └── LeaderLib_UI_BaseWithCell.lsmg ├── Flash ├── .vscode │ ├── settings.json │ └── tasks.json ├── CharacterCreationExtensions │ ├── LeaderLib_CharacterCreationExtensions.fla │ ├── asconfig.json │ └── src │ │ └── MainTimeline.as ├── UIExtensions │ ├── LeaderLib_UIExtensions.fla │ ├── asconfig.json │ └── src │ │ ├── LS_Classes │ │ ├── IggyTween.as │ │ ├── LSButton.as │ │ ├── LSDisplayObjectHelpers.as │ │ ├── LSPanelHelpers.as │ │ ├── LSSlider.as │ │ ├── LSStateButton.as │ │ ├── LSTooltipClass.as │ │ ├── controllerBtnElement.as │ │ ├── controllerBtnHint.as │ │ ├── controllerContainer.as │ │ ├── controllerHelper.as │ │ ├── coverFlow.as │ │ ├── grid.as │ │ ├── horizontalList.as │ │ ├── larCombo.as │ │ ├── larHealthbar.as │ │ ├── larTween.as │ │ ├── listDisplay.as │ │ ├── scrollList.as │ │ ├── scrollListGrouped.as │ │ ├── scrollbar.as │ │ ├── scrollbar_text.as │ │ ├── textEffect.as │ │ ├── textHelpers.as │ │ └── tooltipHelper.as │ │ ├── LS_Symbols │ │ ├── BtnHintBlah.as │ │ ├── BtnHintMC.as │ │ ├── IggyIcon.as │ │ ├── buttonHintBar.as │ │ ├── closePopupButtonBG_3.as │ │ ├── closePopupButton_2.as │ │ ├── comboBox.as │ │ ├── comboBoxBG_19.as │ │ ├── comboDDBG.as │ │ ├── comboElement.as │ │ ├── consoleHints │ │ │ ├── BtnHintContainer.as │ │ │ ├── LB_Btn.as │ │ │ ├── LT_Btn.as │ │ │ ├── RB_Btn.as │ │ │ ├── RT_Btn.as │ │ │ ├── iconBack.as │ │ │ ├── iconBigCircle.as │ │ │ ├── iconBigCircleAnimated.as │ │ │ ├── iconBigCross.as │ │ │ ├── iconBigCrossAnimated.as │ │ │ ├── iconCircle.as │ │ │ ├── iconCross.as │ │ │ ├── iconDpad.as │ │ │ ├── iconDpad_down.as │ │ │ ├── iconDpad_horiz.as │ │ │ ├── iconDpad_left.as │ │ │ ├── iconDpad_right.as │ │ │ ├── iconDpad_up.as │ │ │ ├── iconDpad_vert.as │ │ │ ├── iconGlowCircle.as │ │ │ ├── iconGlowCross.as │ │ │ ├── iconLB.as │ │ │ ├── iconLBHL.as │ │ │ ├── iconLB_RB.as │ │ │ ├── iconLT.as │ │ │ ├── iconLTHL.as │ │ │ ├── iconLT_RT.as │ │ │ ├── iconRB.as │ │ │ ├── iconRBHL.as │ │ │ ├── iconRT.as │ │ │ ├── iconRTHL.as │ │ │ ├── iconSquare.as │ │ │ ├── iconStart.as │ │ │ ├── iconStickLeft.as │ │ │ ├── iconStickLeft_down.as │ │ │ ├── iconStickLeft_horiz.as │ │ │ ├── iconStickLeft_left.as │ │ │ ├── iconStickLeft_press.as │ │ │ ├── iconStickLeft_right.as │ │ │ ├── iconStickLeft_up.as │ │ │ ├── iconStickLeft_vert.as │ │ │ ├── iconStickRight.as │ │ │ ├── iconStickRight_down.as │ │ │ ├── iconStickRight_horiz.as │ │ │ ├── iconStickRight_left.as │ │ │ ├── iconStickRight_press.as │ │ │ ├── iconStickRight_right.as │ │ │ ├── iconStickRight_up.as │ │ │ ├── iconStickRight_vert.as │ │ │ ├── iconTriangle.as │ │ │ ├── iconTriangleTiny.as │ │ │ ├── mcBtnGlower_Circle.as │ │ │ ├── mcBtnGlower_Cross.as │ │ │ ├── mcGlowAnimated_Circle.as │ │ │ ├── mcGlowAnimated_Cross.as │ │ │ ├── mcRingFX_Circle.as │ │ │ └── mcRingFX_Cross.as │ │ ├── downText_id.as │ │ ├── down_id.as │ │ ├── down_id_small.as │ │ ├── dropDownButtonBG_20.as │ │ ├── emptyBG.as │ │ ├── handleText_id.as │ │ ├── handle_id.as │ │ ├── handle_id_small.as │ │ ├── newIcon_17.as │ │ ├── redBtnBG_7.as │ │ ├── redBtn_6.as │ │ ├── scrollBg_id.as │ │ ├── scrollBg_id_small.as │ │ ├── scrollPolls_bg_id.as │ │ ├── scrollStory_bg_id.as │ │ ├── upText_id.as │ │ ├── up_id.as │ │ └── up_id_small.as │ │ ├── MainPanel.as │ │ ├── MainTimeline.as │ │ ├── Registry.as │ │ ├── controls │ │ ├── APUnit.as │ │ ├── BaseDraggableObject.as │ │ ├── Checkbox.as │ │ ├── TooltipHandler.as │ │ ├── bars │ │ │ ├── APBar.as │ │ │ ├── ArmorBarHolderMagic.as │ │ │ ├── ArmorBarHolderPhys.as │ │ │ ├── BarHolder.as │ │ │ ├── HPBG.as │ │ │ └── HealthBarHolder.as │ │ ├── buttons │ │ │ ├── CloseButton.as │ │ │ ├── CloseButtonBG.as │ │ │ ├── MinimizeButton.as │ │ │ ├── MinimizeButtonBG.as │ │ │ └── ToggleDropdownButton.as │ │ ├── contextMenu │ │ │ ├── BaseContextMenuObject.as │ │ │ ├── ContextMenuBG.as │ │ │ ├── ContextMenuEntry.as │ │ │ ├── ContextMenuMC.as │ │ │ └── ContextMenuMain.as │ │ ├── dropdowns │ │ │ ├── Dropdown.as │ │ │ ├── DropdownItemData.as │ │ │ ├── HiddenDropdown.as │ │ │ └── TopHeader.as │ │ ├── panels │ │ │ ├── DarkPanelBG.as │ │ │ ├── DraggablePanelDark.as │ │ │ ├── HitArea.as │ │ │ └── PanelTextEntry.as │ │ └── scrollbar │ │ │ ├── ScrollDown.as │ │ │ ├── ScrollHandle.as │ │ │ ├── ScrollMover.as │ │ │ ├── ScrollUp.as │ │ │ ├── scrollBgBig_id.as │ │ │ ├── scrollBg_id.as │ │ │ ├── scrollBg_id_small.as │ │ │ └── scrollbarDivider.as │ │ ├── fl │ │ └── motion │ │ │ └── easing │ │ │ ├── Linear.as │ │ │ ├── Quartic.as │ │ │ └── Sine.as │ │ ├── font │ │ ├── CollegiateBlackFLF.as │ │ ├── QuadraatBoldFont.as │ │ ├── QuadraatFont.as │ │ ├── QuadraatItalicFont.as │ │ └── UbuntuMono.as │ │ ├── interfaces │ │ ├── IContextMenuObject.as │ │ ├── IDestroyable.as │ │ ├── IDropdownButton.as │ │ ├── IInputHandler.as │ │ ├── IListObject.as │ │ ├── IPanel.as │ │ └── ITooltipSupport.as │ │ ├── system │ │ ├── BaseManager.as │ │ ├── DropdownManager.as │ │ ├── KeyCodeNames.as │ │ └── PanelManager.as │ │ └── util │ │ └── ClientTimer.as └── UIOverrides │ ├── build.py │ ├── dialog │ ├── Build_dialog.bat │ ├── TextComp.as │ └── textHelpers.as │ ├── journal │ ├── TutCategory.as │ ├── TutorialEntry.as │ ├── asconfig.json │ └── journal_fla │ │ ├── journalMC_1.as │ │ └── tutorialHolder_34.as │ ├── optionsSettings │ ├── Build_optionsSettings.bat │ ├── Checkbox.as │ ├── DropDown.as │ ├── LS_Classes │ │ └── LSSlider.as │ ├── Label.as │ ├── LabelInfo.as │ ├── Menu_button.as │ ├── Selector.as │ ├── SliderComp.as │ ├── asconfig.json │ └── optionsSettings_fla │ │ ├── MainTimeline.as │ │ └── overview_mc_1.as │ ├── optionsSettings_c │ ├── Build_optionsSettings_c.bat │ ├── Menu_button.as │ ├── SelectorMC.as │ ├── SliderComp.as │ ├── asconfig.json │ └── optionsSettings_c_fla │ │ ├── MainTimeline.as │ │ └── overview_mc_1.as │ └── tooltip │ └── tooltip_fla │ └── MainTimeline.as ├── LICENSE ├── LocalKeys ├── .vscode │ └── settings.json ├── LeaderLib_Abilities&Overrides.tsv ├── LeaderLib_GameSettings.tsv ├── LeaderLib_GameText.tsv ├── LeaderLib_GlobalSettings.tsv ├── LeaderLib_MessageBox.tsv ├── LeaderLib_MiscText.tsv ├── LeaderLib_Notifications.tsv ├── LeaderLib_Skills.tsv ├── LeaderLib_Statuses.tsv ├── LeaderLib_TooltipText.tsv └── LeaderLib_UI.tsv ├── Mods └── LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9 │ ├── Changelog.json │ ├── Localization │ ├── Amlatspanish │ │ └── amlatspanish.xml │ ├── Chinese │ │ └── chinese.xml │ ├── Chinesetraditional │ │ └── chinesetraditional.xml │ ├── Czech │ │ └── czech.xml │ ├── English │ │ └── english.xml │ ├── French │ │ └── french.xml │ ├── German │ │ └── german.xml │ ├── Italian │ │ └── italian.xml │ ├── Japanese │ │ └── japanese.xml │ ├── Korean │ │ └── korean.xml │ ├── Polish │ │ └── polish.xml │ ├── Portuguesebrazil │ │ └── portuguesebrazil.xml │ ├── Russian │ │ └── russian.xml │ └── Spanish │ │ └── spanish.xml │ ├── OsiToolsConfig.json │ ├── Overrides │ ├── EmptyAtlas.lsx │ ├── EmptyGoal.txt │ ├── OriginsAlignments.lsx │ ├── OutdatedEditorEventsFix.txt │ ├── OutdatedEditorQueriesFix.txt │ └── Patches │ │ └── LLWEAPONEX_Statuses.gameScript │ ├── Story │ ├── Alignments │ │ └── Alignment.lsx │ ├── Dialogs │ │ ├── DialogVariables │ │ │ └── DialogVariables.lsx │ │ ├── LeaderLib_AD_LeaderTrader_Hiding.lsj │ │ ├── LeaderLib_AD_LeaderTrader_Returned.lsj │ │ ├── LeaderLib_AD_TestFollower.lsj │ │ ├── LeaderLib_AutosaveMenu.lsj │ │ ├── LeaderLib_CommandsMenu.lsj │ │ ├── LeaderLib_Debug_RecruitCharacter.lsj │ │ ├── LeaderLib_Debug_Trader.lsj │ │ ├── LeaderLib_DialogRedirectionMenu.lsj │ │ ├── LeaderLib_GameSettings.lsj │ │ ├── LeaderLib_LeaderTrader_Arx_Intro.lsj │ │ ├── LeaderLib_LeaderTrader_AttackResponse.lsj │ │ ├── LeaderLib_LeaderTrader_Default.lsj │ │ ├── LeaderLib_LeaderTrader_FortJoy_Intro.lsj │ │ ├── LeaderLib_LeaderTrader_LadyVengeance_Intro.lsj │ │ ├── LeaderLib_LeaderTrader_Tutorial_Intro.lsj │ │ ├── LeaderLib_MissingModDependencyList.lsj │ │ ├── LeaderLib_ModMenu.lsj │ │ ├── LeaderLib_PresetMenu.lsj │ │ ├── LeaderLib_Sample_DynamicMenu.lsj │ │ └── LeaderLib_SettingsMenu.lsj │ ├── RawFiles │ │ ├── Goals │ │ │ ├── LaughingLeader__LeaderLib.txt │ │ │ ├── LeaderLib_00_0_0_GlobalSettings.txt │ │ │ ├── LeaderLib_00_0_0_GlobalSettings_Old.txt │ │ │ ├── LeaderLib_00_0_Log.txt │ │ │ ├── LeaderLib_00_0_TS_AllLogging.txt │ │ │ ├── LeaderLib_00_0_TS_StrictLogCalls.txt │ │ │ ├── LeaderLib_00_1_0_LeaderUpdater.txt │ │ │ ├── LeaderLib_00_1_1_ModManager.txt │ │ │ ├── LeaderLib_00_1_1_System.txt │ │ │ ├── LeaderLib_00_2_DatabaseExtensions.txt │ │ │ ├── LeaderLib_00_2_StringCombine.txt │ │ │ ├── LeaderLib_00_2_StringExtensions.txt │ │ │ ├── LeaderLib_00_3_EventParser.txt │ │ │ ├── LeaderLib_00_4_MathExtensions.txt │ │ │ ├── LeaderLib_00_5_Helpers_Auras_TimerAuras.txt │ │ │ ├── LeaderLib_00_5_Helpers_Auras_TurnAuras.txt │ │ │ ├── LeaderLib_00_5_Helpers_Auras_Z_EndRules.txt │ │ │ ├── LeaderLib_00_5_Helpers_Auras__Main.txt │ │ │ ├── LeaderLib_00_5_Helpers_Behavior.txt │ │ │ ├── LeaderLib_00_5_Helpers_Combat.txt │ │ │ ├── LeaderLib_00_5_Helpers_Editor.txt │ │ │ ├── LeaderLib_00_5_Helpers_EquipmentSets.txt │ │ │ ├── LeaderLib_00_5_Helpers_ExplodeProjectile.txt │ │ │ ├── LeaderLib_00_5_Helpers_Extender_Hits.txt │ │ │ ├── LeaderLib_00_5_Helpers_Items.txt │ │ │ ├── LeaderLib_00_5_Helpers_Origins.txt │ │ │ ├── LeaderLib_00_5_Helpers_Party.txt │ │ │ ├── LeaderLib_00_5_Helpers_Randomization.txt │ │ │ ├── LeaderLib_00_5_Helpers_Runes.txt │ │ │ ├── LeaderLib_00_5_Helpers_Skills.txt │ │ │ ├── LeaderLib_00_5_Helpers_Statuses.txt │ │ │ ├── LeaderLib_00_5_Helpers_Summoning.txt │ │ │ ├── LeaderLib_00_5_Helpers_Tags.txt │ │ │ ├── LeaderLib_00_5_Helpers_Timers.txt │ │ │ ├── LeaderLib_00_5_Helpers_TurnTrackers.txt │ │ │ ├── LeaderLib_00_5_Helpers_Variables__Database.txt │ │ │ ├── LeaderLib_00_5_Helpers_Variables__Main.txt │ │ │ ├── LeaderLib_00_5_Helpers__Main.txt │ │ │ ├── LeaderLib_00_6_QueueSystem.txt │ │ │ ├── LeaderLib_00_9_0_Sorting_Codex.txt │ │ │ ├── LeaderLib_00_9_1_Sorting_DictionarySort.txt │ │ │ ├── LeaderLib_01_Deltamods_0_Main.txt │ │ │ ├── LeaderLib_01_Trader_00_Registering.txt │ │ │ ├── LeaderLib_01_Trader_01_TraderSystem.txt │ │ │ ├── LeaderLib_01_Treasure_0_Requirements.txt │ │ │ ├── LeaderLib_01_Treasure_1_Registering.txt │ │ │ ├── LeaderLib_01_Treasure_2_GeneratorDummies.txt │ │ │ ├── LeaderLib_01_Treasure_3_ItemCounter.txt │ │ │ ├── LeaderLib_01_Treasure_4_CreateByStat.txt │ │ │ ├── LeaderLib_01_Treasure_8_TreasureSystem.txt │ │ │ ├── LeaderLib_02_ModMenuSystem.txt │ │ │ ├── LeaderLib_03_DynamicMenu.txt │ │ │ ├── LeaderLib_04_Growth_01_Characters.txt │ │ │ ├── LeaderLib_04_Growth_02_Items.txt │ │ │ ├── LeaderLib_05_FollowerSystem.txt │ │ │ ├── LeaderLib_06_Statuses.txt │ │ │ ├── LeaderLib_08_ApiCleanup.txt │ │ │ ├── LeaderLib_08_ModAPI.txt │ │ │ ├── LeaderLib_10_EventFlow.txt │ │ │ ├── LeaderLib_11_0_Settings.txt │ │ │ ├── LeaderLib_11_1_Dialog.txt │ │ │ ├── LeaderLib_11_2_Effects.txt │ │ │ ├── LeaderLib_11_3_Autosaving.txt │ │ │ ├── LeaderLib_11_5_LeaderTrader.txt │ │ │ ├── LeaderLib_11_8_Skills.txt │ │ │ ├── LeaderLib_11_9_Dummies.txt │ │ │ ├── LeaderLib_11_9_Platforms.txt │ │ │ ├── LeaderLib_11_ZZZ_Init.txt │ │ │ ├── LeaderLib_11_Z_20_GameLevelInit.txt │ │ │ ├── LeaderLib_11__Start.txt │ │ │ ├── LeaderLib_12_01_PresetMenu.txt │ │ │ ├── LeaderLib_12_02_ModCompatibility_00_Registering.txt │ │ │ ├── LeaderLib_12_02_ModCompatibility__Start.txt │ │ │ ├── LeaderLib_12_QualityOfLife.txt │ │ │ ├── LeaderLib_13_00_CharacterCreation.txt │ │ │ ├── LeaderLib_13_01_CC_Active.txt │ │ │ ├── LeaderLib_13_02_CC_Done.txt │ │ │ ├── LeaderLib_13_Origins_GameLevel_Init.txt │ │ │ ├── LeaderLib_14_00_GMStart.txt │ │ │ ├── LeaderLib_14_01_RequestProcessor.txt │ │ │ ├── LeaderLib_14_02_NpcParty.txt │ │ │ ├── LeaderLib_15_CharacterSheetEvents.txt │ │ │ ├── LeaderLib_15_ScriptOverrides.txt │ │ │ ├── LeaderLib_16_GameFixes.txt │ │ │ ├── LeaderLib_16_LuaHandlers.txt │ │ │ ├── LeaderLib_19_TS_AuraGenericEventListener.txt │ │ │ ├── LeaderLib_19_TS_Auras_TimerAura.txt │ │ │ ├── LeaderLib_19_TS_Auras_TurnAura.txt │ │ │ ├── LeaderLib_19_TS_AutoPartyExperience.txt │ │ │ ├── LeaderLib_19_TS_Autosaving.txt │ │ │ ├── LeaderLib_19_TS_Combat_DeadCharacters.txt │ │ │ ├── LeaderLib_19_TS_Combat_DeadItems.txt │ │ │ ├── LeaderLib_19_TS_Combat_Vacuum.txt │ │ │ ├── LeaderLib_19_TS_Debug_General.txt │ │ │ ├── LeaderLib_19_TS_DialogOverriding_AutomatedDialog.txt │ │ │ ├── LeaderLib_19_TS_ExplodeFix.txt │ │ │ ├── LeaderLib_19_TS_ExplodingStatuses.txt │ │ │ ├── LeaderLib_19_TS_Follower_TeleportEvents.txt │ │ │ ├── LeaderLib_19_TS_ForceEvents.txt │ │ │ ├── LeaderLib_19_TS_GrowthEvents_Character.txt │ │ │ ├── LeaderLib_19_TS_GrowthEvents_Item.txt │ │ │ ├── LeaderLib_19_TS_LeaveActionItemFix.txt │ │ │ ├── LeaderLib_19_TS_Listeners_RemoveHarmfulStatuses.txt │ │ │ ├── LeaderLib_19_TS_LuaEventListeners.txt │ │ │ ├── LeaderLib_19_TS_LuaOsirisSubscription_Generated.txt │ │ │ ├── LeaderLib_19_TS_LuaSkillListeners.txt │ │ │ ├── LeaderLib_19_TS_PartyCountIterator.txt │ │ │ ├── LeaderLib_19_TS_RuneBlocker.txt │ │ │ ├── LeaderLib_19_TS_StatusEvents_Disables.txt │ │ │ ├── LeaderLib_19_TS_StatusEvents_ToggleSkill.txt │ │ │ ├── LeaderLib_19_TS_StatusEvents__Main.txt │ │ │ ├── LeaderLib_19_TS_SummonEvents_Character.txt │ │ │ ├── LeaderLib_19_TS_SummonEvents_Item.txt │ │ │ ├── LeaderLib_19_TS_Tags_AutoPreserve.txt │ │ │ ├── LeaderLib_19_TS_Tags_ReapplyEvents.txt │ │ │ ├── LeaderLib_19_TS_TreasureEvents_Dialog.txt │ │ │ ├── LeaderLib_19_TS_TreasureEvents_Flags.txt │ │ │ ├── LeaderLib_19_TS_TreasureEvents_PartyLeveledUp.txt │ │ │ ├── LeaderLib_19_TS_TreasureEvents_TradeGeneration.txt │ │ │ ├── LeaderLib_19_TS_TreasureEvents_UsedItem.txt │ │ │ ├── LeaderLib_19_TS_TurnTracker_Combat.txt │ │ │ ├── LeaderLib_19_TS_TurnTracker_CombatObject.txt │ │ │ ├── LeaderLib_19_ToggledScripts.txt │ │ │ ├── LeaderLib_20_GameScripts.txt │ │ │ ├── LeaderLib_21_GS_RequirementEvents.txt │ │ │ ├── LeaderLib_21_GS_Statuses.txt │ │ │ ├── LeaderLib_90_DebugLevel.txt │ │ │ ├── LeaderLib_90__Debug.txt │ │ │ ├── LeaderLib_ZZZ_Updater.txt │ │ │ ├── __AAA_LeaderLib_19_TS_LuaOsirisSubscription.txt │ │ │ ├── __AAA_ZA_LeaderLib_DialogOverriding_AutoGenerated.txt │ │ │ ├── __AAA_ZZ_LeaderLib_DialogOverriding_01.txt │ │ │ ├── __AAA_Z_LaughingLeader_LeaderLib_Top.txt │ │ │ ├── __AAA_Z_LeaderLib_TS_Top_DialogOverriding.txt │ │ │ ├── __AAA_Z_LeaderLib_TS_Top_DummyCrimes.txt │ │ │ ├── __AAA_Z_LeaderLib_ToggleScriptEvents.txt │ │ │ ├── __AAA_Z_LeaderLib_TopToggledScripts.txt │ │ │ └── __GLOBAL_Dialogs_LeaderLib_Override.txt │ │ ├── Lua │ │ │ ├── BootstrapClient.lua │ │ │ ├── BootstrapModule.lua │ │ │ ├── BootstrapServer.lua │ │ │ ├── Client │ │ │ │ ├── Classes │ │ │ │ │ ├── ContextMenuAction.lua │ │ │ │ │ ├── UIListenerWrapper.lua │ │ │ │ │ ├── UIObjectExtended.lua │ │ │ │ │ ├── UIWrapper.lua │ │ │ │ │ └── _Init.lua │ │ │ │ ├── ClientHelpers.lua │ │ │ │ ├── ClientNetMessages.lua │ │ │ │ ├── Data │ │ │ │ │ ├── InputEvents.lua │ │ │ │ │ └── _Init.lua │ │ │ │ ├── Debug │ │ │ │ │ ├── ClientConsoleCommands.lua │ │ │ │ │ └── UIDebugListeners.lua │ │ │ │ ├── Helpers │ │ │ │ │ └── CharacterCreationHelpers.lua │ │ │ │ ├── InputManager.lua │ │ │ │ ├── QOL │ │ │ │ │ ├── ChatLogHider.lua │ │ │ │ │ ├── ModMenuFixes.lua │ │ │ │ │ ├── ShowBarText.lua │ │ │ │ │ ├── ShowConsumableEffects.lua │ │ │ │ │ ├── StatusHider.lua │ │ │ │ │ ├── ToggleChain.lua │ │ │ │ │ └── TooltipDelay.lua │ │ │ │ ├── UI │ │ │ │ │ ├── CharacterCreation │ │ │ │ │ │ ├── CCExtensionUI.lua │ │ │ │ │ │ └── PresetExtension.lua │ │ │ │ │ ├── CharacterSheet.lua │ │ │ │ │ ├── ContextMenu.lua │ │ │ │ │ ├── ControllerUIHelpers.lua │ │ │ │ │ ├── CustomAttributes.lua │ │ │ │ │ ├── DialogKeywords.lua │ │ │ │ │ ├── InterfaceCommands.lua │ │ │ │ │ ├── JournalChangelog.lua │ │ │ │ │ ├── ModMenu │ │ │ │ │ │ ├── GameSettingsMenu.lua │ │ │ │ │ │ ├── ModMenuManager.lua │ │ │ │ │ │ ├── OptionsSettingsHooks.lua │ │ │ │ │ │ └── _Init.lua │ │ │ │ │ ├── Tooltips │ │ │ │ │ │ ├── ExperienceTooltipFix.lua │ │ │ │ │ │ ├── Game.Tooltip.Extended.lua │ │ │ │ │ │ ├── Handlers │ │ │ │ │ │ │ ├── CustomStatTooltip.lua │ │ │ │ │ │ │ ├── ItemTooltip.lua │ │ │ │ │ │ │ ├── RuneTooltip.lua │ │ │ │ │ │ │ ├── SkillTooltip.lua │ │ │ │ │ │ │ ├── StatTooltip.lua │ │ │ │ │ │ │ ├── StatusTooltip.lua │ │ │ │ │ │ │ ├── TooltipFormatting.lua │ │ │ │ │ │ │ └── WorldTooltip.lua │ │ │ │ │ │ ├── StatusMalusTooltipFix.lua │ │ │ │ │ │ ├── TooltipHandler.lua │ │ │ │ │ │ ├── TooltipInfoExpander.lua │ │ │ │ │ │ ├── TooltipRequestProcessor.lua │ │ │ │ │ │ └── TooltipWrapper.lua │ │ │ │ │ ├── UIExtensions.lua │ │ │ │ │ ├── UIFeatures.lua │ │ │ │ │ ├── UIListeners.lua │ │ │ │ │ └── UITypeWorkaround.lua │ │ │ │ └── _Init.lua │ │ │ ├── Server │ │ │ │ ├── Classes │ │ │ │ │ ├── CallbackHandler.lua │ │ │ │ │ ├── CharacterData.lua │ │ │ │ │ ├── Hit │ │ │ │ │ │ ├── HitData.lua │ │ │ │ │ │ ├── HitPrepareData.lua │ │ │ │ │ │ └── ProjectileHitData.lua │ │ │ │ │ ├── ItemData.lua │ │ │ │ │ ├── PresetData.lua │ │ │ │ │ ├── QuestData.lua │ │ │ │ │ ├── Scenes │ │ │ │ │ │ ├── SceneData.lua │ │ │ │ │ │ └── SceneStateData.lua │ │ │ │ │ ├── SkillEventData.lua │ │ │ │ │ └── _Init.lua │ │ │ │ ├── Data │ │ │ │ │ └── BasePresets.lua │ │ │ │ ├── Debug │ │ │ │ │ ├── ConsoleCommands.lua │ │ │ │ │ ├── CoroutineTests.lua │ │ │ │ │ ├── DebugMain.lua │ │ │ │ │ ├── DefaultSurfaceTransformationRules.lua │ │ │ │ │ └── DeveloperCommands.lua │ │ │ │ ├── Game │ │ │ │ │ ├── CCHEvents.lua │ │ │ │ │ ├── ComputeCharacterHit.lua │ │ │ │ │ ├── GameEvents.lua │ │ │ │ │ ├── LeaderLogSupport.lua │ │ │ │ │ ├── OsirisEvents.lua │ │ │ │ │ ├── QOL │ │ │ │ │ │ ├── BuffStatusPreserver.lua │ │ │ │ │ │ ├── CombatRangeExtension.lua │ │ │ │ │ │ ├── CombatVacuum.lua │ │ │ │ │ │ └── SkipTutorial.lua │ │ │ │ │ └── QualityOfLife.lua │ │ │ │ ├── Helpers │ │ │ │ │ ├── ActionHelpers.lua │ │ │ │ │ ├── CombatHelpers.lua │ │ │ │ │ ├── DamageHelpers.lua │ │ │ │ │ ├── DatabaseHelpers.lua │ │ │ │ │ ├── HitHelpers.lua │ │ │ │ │ ├── MiscHelpers.lua │ │ │ │ │ ├── PersistentVarsHelpers.lua │ │ │ │ │ ├── ProjectileHelpers.lua │ │ │ │ │ ├── SkillBarHelpers.lua │ │ │ │ │ ├── SkillHelpers.lua │ │ │ │ │ └── StatusHelpers.lua │ │ │ │ ├── Listeners │ │ │ │ │ ├── CharacterStatListeners.lua │ │ │ │ │ ├── ClientMessageReceiver.lua │ │ │ │ │ ├── HealListeners.lua │ │ │ │ │ ├── HitListeners.lua │ │ │ │ │ ├── OsirisListeners.lua │ │ │ │ │ └── _Init.lua │ │ │ │ ├── ModMenu │ │ │ │ │ └── ModMenuServerCommands.lua │ │ │ │ ├── System │ │ │ │ │ ├── AttackManager.lua │ │ │ │ │ ├── EffectManager.lua │ │ │ │ │ ├── SceneManager.lua │ │ │ │ │ ├── SkillManager.lua │ │ │ │ │ ├── StatusManager.lua │ │ │ │ │ ├── TagManager.lua │ │ │ │ │ └── TurnCounter.lua │ │ │ │ ├── Updates.lua │ │ │ │ └── Versioning.lua │ │ │ ├── Shared.lua │ │ │ ├── Shared │ │ │ │ ├── Classes │ │ │ │ │ ├── ClientData.lua │ │ │ │ │ ├── DeltaModGroup.lua │ │ │ │ │ ├── Enum.lua │ │ │ │ │ ├── LuaTest.lua │ │ │ │ │ ├── MessageData.lua │ │ │ │ │ ├── ModSettings │ │ │ │ │ │ ├── Data │ │ │ │ │ │ │ ├── ButtonData.lua │ │ │ │ │ │ │ ├── FlagData.lua │ │ │ │ │ │ │ ├── SettingsData.lua │ │ │ │ │ │ │ └── VariableData.lua │ │ │ │ │ │ ├── ModSettings.lua │ │ │ │ │ │ └── ProfileSettings.lua │ │ │ │ │ ├── ModSettingsClasses.lua │ │ │ │ │ ├── ProgressionData.lua │ │ │ │ │ ├── SubscribableEvent.lua │ │ │ │ │ ├── SubscribableEventArgs.lua │ │ │ │ │ ├── TranslatedString.lua │ │ │ │ │ ├── UserTask.lua │ │ │ │ │ └── _Init.lua │ │ │ │ ├── Common.lua │ │ │ │ ├── Data │ │ │ │ │ ├── ColorNames.lua │ │ │ │ │ ├── Colors.lua │ │ │ │ │ ├── Enums.lua │ │ │ │ │ ├── ExtenderUserData.lua │ │ │ │ │ ├── LocalizedText.lua │ │ │ │ │ ├── ResistancePenetrationTags.lua │ │ │ │ │ ├── ValueTypes.lua │ │ │ │ │ ├── VoiceMetaData │ │ │ │ │ │ ├── Adventurer_Female.lua │ │ │ │ │ │ ├── Adventurer_Male.lua │ │ │ │ │ │ ├── Scholar_Female.lua │ │ │ │ │ │ ├── Scholar_Male.lua │ │ │ │ │ │ ├── Trickster_Female.lua │ │ │ │ │ │ ├── Trickster_Male.lua │ │ │ │ │ │ ├── Warrior_Female.lua │ │ │ │ │ │ └── Warrior_Male.lua │ │ │ │ │ └── _Init.lua │ │ │ │ ├── Debug │ │ │ │ │ ├── ConsoleWindowHelpers.lua │ │ │ │ │ ├── SharedCommands.lua │ │ │ │ │ └── SharedDebug.lua │ │ │ │ ├── Helpers │ │ │ │ │ ├── AudioHelpers.lua │ │ │ │ │ ├── CharacterHelpers.lua │ │ │ │ │ ├── CombatHelpers.lua │ │ │ │ │ ├── DebugHelpers.lua │ │ │ │ │ ├── ExtenderHelpers.lua │ │ │ │ │ ├── FileHelpers.lua │ │ │ │ │ ├── GridHelpers.lua │ │ │ │ │ ├── ItemHelpers.lua │ │ │ │ │ ├── MathHelpers.lua │ │ │ │ │ ├── NetHelpers.lua │ │ │ │ │ ├── SharedGameHelpers.lua │ │ │ │ │ ├── SharedStatusHelpers.lua │ │ │ │ │ ├── StatsCache.lua │ │ │ │ │ ├── StatsHelpers.lua │ │ │ │ │ ├── StringHelpers.lua │ │ │ │ │ ├── SurfaceHelpers.lua │ │ │ │ │ ├── TableHelpers.lua │ │ │ │ │ ├── TooltipHelpers.lua │ │ │ │ │ ├── UIHelpers.lua │ │ │ │ │ ├── UtilityHelpers.lua │ │ │ │ │ ├── VisualHelpers.lua │ │ │ │ │ └── VoiceMetaDataRegistration.lua │ │ │ │ ├── Libraries │ │ │ │ │ ├── _Init.lua │ │ │ │ │ ├── inspect.lua │ │ │ │ │ ├── maf.lua │ │ │ │ │ ├── serpent.lua │ │ │ │ │ └── smallfolk.lua │ │ │ │ ├── Listeners.lua │ │ │ │ ├── Main.lua │ │ │ │ ├── Patches │ │ │ │ │ ├── CampaignPatches.lua │ │ │ │ │ ├── ModPatches.lua │ │ │ │ │ └── WeaponExpansionBeta.lua │ │ │ │ ├── QOL │ │ │ │ │ ├── ContextMenuQualityOfLife.lua │ │ │ │ │ ├── ExtenderVisualSupport.lua │ │ │ │ │ ├── HotbarSkillTagRequirements.lua │ │ │ │ │ ├── InventoryTweaks.lua │ │ │ │ │ ├── StatChangesConfig.lua │ │ │ │ │ ├── WingsWorkaround.lua │ │ │ │ │ └── WorldTooltips.lua │ │ │ │ ├── Settings │ │ │ │ │ ├── GameSettingsManager.lua │ │ │ │ │ ├── LeaderLibDefaultGlobalSettings.lua │ │ │ │ │ ├── LeaderLibGameSettings.lua │ │ │ │ │ ├── ModSettingsConfigLoader.lua │ │ │ │ │ └── SettingsManager.lua │ │ │ │ ├── SharedDebug.lua │ │ │ │ ├── Stats │ │ │ │ │ ├── CustomSkillProperties.lua │ │ │ │ │ └── StatOverrides.lua │ │ │ │ ├── System │ │ │ │ │ ├── FeaturesHandler.lua │ │ │ │ │ ├── ProgressionManager.lua │ │ │ │ │ ├── SharedDataManager.lua │ │ │ │ │ ├── SkillManagerShared.lua │ │ │ │ │ ├── SubscriptionEvents.lua │ │ │ │ │ ├── Testing │ │ │ │ │ │ ├── TestingHelpers.lua │ │ │ │ │ │ └── TestingSystem.lua │ │ │ │ │ ├── Timers.lua │ │ │ │ │ ├── TutorialManager.lua │ │ │ │ │ └── Visuals │ │ │ │ │ │ ├── ClientVisuals.lua │ │ │ │ │ │ ├── Elements │ │ │ │ │ │ ├── Classes │ │ │ │ │ │ │ ├── VisualElementData.lua │ │ │ │ │ │ │ └── VisualResourceData.lua │ │ │ │ │ │ └── ElementManager.lua │ │ │ │ │ │ ├── Events.lua │ │ │ │ │ │ └── VisualManager.lua │ │ │ │ ├── UI │ │ │ │ │ ├── CombatLog.lua │ │ │ │ │ ├── MessageBox.lua │ │ │ │ │ └── Overhead.lua │ │ │ │ └── _InitShared.lua │ │ │ └── _Reference │ │ │ │ ├── AutoCompletion.lua │ │ │ │ └── FlashAnnotations.lua │ │ ├── TypeCoercionWhitelist.txt │ │ └── story_header.div │ ├── story_orphanqueries_ignore.txt │ └── story_orphanqueries_ignore_local.txt │ └── meta.lsx ├── Projects └── LeaderLib │ └── meta.lsx ├── Public └── LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9 │ ├── GUI │ ├── Generated_543d653f-446c-43d8-8916-54670ce24dd9_Icons.lsx │ ├── LeaderLib_SharedIcons.lsx │ └── LeaderLib_Talents.lsx │ ├── Scripts │ ├── LeaderLIb_SkillDummy.charScript │ ├── LeaderLib_Auras.gameScript │ ├── LeaderLib_CharacterLoopEffect.charScript │ ├── LeaderLib_CreateByStatProxy.charScript │ ├── LeaderLib_CycleAnimations.itemScript │ ├── LeaderLib_DebugSkills.charScript │ ├── LeaderLib_DummyGenerator.charScript │ ├── LeaderLib_EventParser.itemScript │ ├── LeaderLib_Follower.charScript │ ├── LeaderLib_ForceHelpers.gameScript │ ├── LeaderLib_HoveringText.itemScript │ ├── LeaderLib_IdleAnimation.charScript │ ├── LeaderLib_ItemLoopEffect.itemScript │ ├── LeaderLib_LeaderTrader.charScript │ ├── LeaderLib_Main.gameScript │ ├── LeaderLib_OnUseItem.itemScript │ ├── LeaderLib_PermanentStatuses.charScript │ ├── LeaderLib_PlayOnEvent.itemScript │ ├── LeaderLib_Projectiles.gameScript │ ├── LeaderLib_StoryEventSender.charScript │ ├── LeaderLib_TestCharacter.charScript │ ├── LeaderLib_TraderHelper.charScript │ ├── LeaderLib_TypeHelpers.gameScript │ ├── LeaderLib_UseItem.charScript │ └── WaypointShrine.itemScript │ ├── Stats │ ├── Generated │ │ ├── Data │ │ │ ├── Data.txt │ │ │ ├── ItemProgressionNames.txt │ │ │ ├── ItemProgressionVisuals.txt │ │ │ ├── LeaderLIb_Object.txt │ │ │ ├── LeaderLib_Armor.txt │ │ │ ├── LeaderLib_Character.txt │ │ │ ├── LeaderLib_Skills.txt │ │ │ ├── LeaderLib_Skills_Force.txt │ │ │ ├── LeaderLib_Statuses.txt │ │ │ └── Requirements.txt │ │ ├── DeltaModifier.txt │ │ ├── Equipment.txt │ │ ├── SkillSet.txt │ │ └── TreasureTable.txt │ └── Overrides │ │ └── LeaderLib_Skills_SafeForce.txt │ └── Tags │ └── tags.lsx ├── README.md ├── References ├── EmptyHandles.xml └── input-all.json ├── Samples ├── DependencyFree_TestMod_LeaderLib.txt ├── DependencyFree_TestMod_ZZZ_Updater.txt ├── LeaderLibDependency_TestMod_ZZZ_Updater.txt └── ModSettingsConfig.json └── Snippets ├── divinity-stats.json ├── divinity-story-goal.json ├── lua.json ├── markdown.json └── tsv.json /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/.gitignore -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Effects/LeaderLib_FX_Text_Sample_01.lsefx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Effects/LeaderLib_FX_Text_Sample_01.lsefx -------------------------------------------------------------------------------- /Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Effects/LeaderLib_FX_UI_Trader_NewStock_01.lsefx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Effects/LeaderLib_FX_UI_Trader_NewStock_01.lsefx -------------------------------------------------------------------------------- /Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_FX_TextCharacters_01.lsmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_FX_TextCharacters_01.lsmg -------------------------------------------------------------------------------- /Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_FX_TextCharacters_Base.lsmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_FX_TextCharacters_Base.lsmg -------------------------------------------------------------------------------- /Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_GreenScreen.lsmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_GreenScreen.lsmg -------------------------------------------------------------------------------- /Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_MultiTex.lsmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_MultiTex.lsmg -------------------------------------------------------------------------------- /Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_UI_BaseWithCell.lsmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Editor/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Assets/Materials/LeaderLib_UI_BaseWithCell.lsmg -------------------------------------------------------------------------------- /Flash/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/.vscode/settings.json -------------------------------------------------------------------------------- /Flash/.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/.vscode/tasks.json -------------------------------------------------------------------------------- /Flash/CharacterCreationExtensions/LeaderLib_CharacterCreationExtensions.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/CharacterCreationExtensions/LeaderLib_CharacterCreationExtensions.fla -------------------------------------------------------------------------------- /Flash/CharacterCreationExtensions/asconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/CharacterCreationExtensions/asconfig.json -------------------------------------------------------------------------------- /Flash/CharacterCreationExtensions/src/MainTimeline.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/CharacterCreationExtensions/src/MainTimeline.as -------------------------------------------------------------------------------- /Flash/UIExtensions/LeaderLib_UIExtensions.fla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/LeaderLib_UIExtensions.fla -------------------------------------------------------------------------------- /Flash/UIExtensions/asconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/asconfig.json -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/IggyTween.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/IggyTween.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/LSButton.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/LSButton.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/LSDisplayObjectHelpers.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/LSDisplayObjectHelpers.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/LSPanelHelpers.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/LSPanelHelpers.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/LSSlider.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/LSSlider.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/LSStateButton.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/LSStateButton.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/LSTooltipClass.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/LSTooltipClass.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/controllerBtnElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/controllerBtnElement.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/controllerBtnHint.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/controllerBtnHint.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/controllerContainer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/controllerContainer.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/controllerHelper.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/controllerHelper.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/coverFlow.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/coverFlow.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/grid.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/grid.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/horizontalList.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/horizontalList.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/larCombo.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/larCombo.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/larHealthbar.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/larHealthbar.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/larTween.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/larTween.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/listDisplay.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/listDisplay.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/scrollList.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/scrollList.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/scrollListGrouped.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/scrollListGrouped.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/scrollbar.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/scrollbar.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/scrollbar_text.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/scrollbar_text.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/textEffect.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/textEffect.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/textHelpers.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/textHelpers.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Classes/tooltipHelper.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Classes/tooltipHelper.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/BtnHintBlah.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/BtnHintBlah.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/BtnHintMC.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/BtnHintMC.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/IggyIcon.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/IggyIcon.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/buttonHintBar.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/buttonHintBar.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/closePopupButtonBG_3.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/closePopupButtonBG_3.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/closePopupButton_2.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/closePopupButton_2.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/comboBox.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/comboBox.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/comboBoxBG_19.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/comboBoxBG_19.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/comboDDBG.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/comboDDBG.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/comboElement.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/comboElement.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/BtnHintContainer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/BtnHintContainer.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/LB_Btn.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/LB_Btn.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/LT_Btn.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/LT_Btn.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/RB_Btn.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/RB_Btn.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/RT_Btn.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/RT_Btn.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBack.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBack.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCircle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCircle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCircleAnimated.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCircleAnimated.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCross.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCross.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCrossAnimated.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconBigCrossAnimated.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconCircle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconCircle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconCross.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconCross.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_down.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_down.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_horiz.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_horiz.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_left.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_left.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_right.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_right.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_up.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_up.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_vert.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconDpad_vert.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconGlowCircle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconGlowCircle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconGlowCross.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconGlowCross.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLB.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLB.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLBHL.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLBHL.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLB_RB.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLB_RB.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLT.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLT.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLTHL.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLTHL.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLT_RT.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconLT_RT.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRB.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRB.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRBHL.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRBHL.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRT.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRT.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRTHL.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconRTHL.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconSquare.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconSquare.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStart.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStart.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_down.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_down.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_horiz.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_horiz.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_left.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_left.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_press.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_press.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_right.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_right.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_up.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_up.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_vert.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickLeft_vert.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_down.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_down.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_horiz.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_horiz.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_left.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_left.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_press.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_press.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_right.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_right.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_up.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_up.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_vert.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconStickRight_vert.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconTriangle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconTriangle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/iconTriangleTiny.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/iconTriangleTiny.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/mcBtnGlower_Circle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/mcBtnGlower_Circle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/mcBtnGlower_Cross.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/mcBtnGlower_Cross.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/mcGlowAnimated_Circle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/mcGlowAnimated_Circle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/mcGlowAnimated_Cross.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/mcGlowAnimated_Cross.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/mcRingFX_Circle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/mcRingFX_Circle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/consoleHints/mcRingFX_Cross.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/consoleHints/mcRingFX_Cross.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/downText_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/downText_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/down_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/down_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/down_id_small.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/down_id_small.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/dropDownButtonBG_20.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/dropDownButtonBG_20.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/emptyBG.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/emptyBG.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/handleText_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/handleText_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/handle_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/handle_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/handle_id_small.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/handle_id_small.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/newIcon_17.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/newIcon_17.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/redBtnBG_7.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/redBtnBG_7.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/redBtn_6.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/redBtn_6.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/scrollBg_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/scrollBg_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/scrollBg_id_small.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/scrollBg_id_small.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/scrollPolls_bg_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/scrollPolls_bg_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/scrollStory_bg_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/scrollStory_bg_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/upText_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/upText_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/up_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/up_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/LS_Symbols/up_id_small.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/LS_Symbols/up_id_small.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/MainPanel.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/MainPanel.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/MainTimeline.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/MainTimeline.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/Registry.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/Registry.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/APUnit.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/APUnit.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/BaseDraggableObject.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/BaseDraggableObject.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/Checkbox.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/Checkbox.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/TooltipHandler.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/TooltipHandler.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/bars/APBar.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/bars/APBar.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/bars/ArmorBarHolderMagic.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/bars/ArmorBarHolderMagic.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/bars/ArmorBarHolderPhys.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/bars/ArmorBarHolderPhys.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/bars/BarHolder.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/bars/BarHolder.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/bars/HPBG.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/bars/HPBG.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/bars/HealthBarHolder.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/bars/HealthBarHolder.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/buttons/CloseButton.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/buttons/CloseButton.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/buttons/CloseButtonBG.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/buttons/CloseButtonBG.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/buttons/MinimizeButton.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/buttons/MinimizeButton.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/buttons/MinimizeButtonBG.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/buttons/MinimizeButtonBG.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/buttons/ToggleDropdownButton.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/buttons/ToggleDropdownButton.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/contextMenu/BaseContextMenuObject.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/contextMenu/BaseContextMenuObject.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/contextMenu/ContextMenuBG.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/contextMenu/ContextMenuBG.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/contextMenu/ContextMenuEntry.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/contextMenu/ContextMenuEntry.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/contextMenu/ContextMenuMC.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/contextMenu/ContextMenuMC.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/contextMenu/ContextMenuMain.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/contextMenu/ContextMenuMain.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/dropdowns/Dropdown.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/dropdowns/Dropdown.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/dropdowns/DropdownItemData.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/dropdowns/DropdownItemData.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/dropdowns/HiddenDropdown.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/dropdowns/HiddenDropdown.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/dropdowns/TopHeader.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/dropdowns/TopHeader.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/panels/DarkPanelBG.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/panels/DarkPanelBG.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/panels/DraggablePanelDark.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/panels/DraggablePanelDark.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/panels/HitArea.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/panels/HitArea.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/panels/PanelTextEntry.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/panels/PanelTextEntry.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/ScrollDown.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/ScrollDown.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/ScrollHandle.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/ScrollHandle.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/ScrollMover.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/ScrollMover.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/ScrollUp.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/ScrollUp.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/scrollBgBig_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/scrollBgBig_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/scrollBg_id.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/scrollBg_id.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/scrollBg_id_small.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/scrollBg_id_small.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/controls/scrollbar/scrollbarDivider.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/controls/scrollbar/scrollbarDivider.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/fl/motion/easing/Linear.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/fl/motion/easing/Linear.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/fl/motion/easing/Quartic.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/fl/motion/easing/Quartic.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/fl/motion/easing/Sine.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/fl/motion/easing/Sine.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/font/CollegiateBlackFLF.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/font/CollegiateBlackFLF.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/font/QuadraatBoldFont.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/font/QuadraatBoldFont.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/font/QuadraatFont.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/font/QuadraatFont.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/font/QuadraatItalicFont.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/font/QuadraatItalicFont.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/font/UbuntuMono.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/font/UbuntuMono.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/interfaces/IContextMenuObject.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/interfaces/IContextMenuObject.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/interfaces/IDestroyable.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/interfaces/IDestroyable.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/interfaces/IDropdownButton.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/interfaces/IDropdownButton.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/interfaces/IInputHandler.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/interfaces/IInputHandler.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/interfaces/IListObject.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/interfaces/IListObject.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/interfaces/IPanel.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/interfaces/IPanel.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/interfaces/ITooltipSupport.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/interfaces/ITooltipSupport.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/system/BaseManager.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/system/BaseManager.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/system/DropdownManager.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/system/DropdownManager.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/system/KeyCodeNames.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/system/KeyCodeNames.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/system/PanelManager.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/system/PanelManager.as -------------------------------------------------------------------------------- /Flash/UIExtensions/src/util/ClientTimer.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIExtensions/src/util/ClientTimer.as -------------------------------------------------------------------------------- /Flash/UIOverrides/build.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/build.py -------------------------------------------------------------------------------- /Flash/UIOverrides/dialog/Build_dialog.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/dialog/Build_dialog.bat -------------------------------------------------------------------------------- /Flash/UIOverrides/dialog/TextComp.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/dialog/TextComp.as -------------------------------------------------------------------------------- /Flash/UIOverrides/dialog/textHelpers.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/dialog/textHelpers.as -------------------------------------------------------------------------------- /Flash/UIOverrides/journal/TutCategory.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/journal/TutCategory.as -------------------------------------------------------------------------------- /Flash/UIOverrides/journal/TutorialEntry.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/journal/TutorialEntry.as -------------------------------------------------------------------------------- /Flash/UIOverrides/journal/asconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/journal/asconfig.json -------------------------------------------------------------------------------- /Flash/UIOverrides/journal/journal_fla/journalMC_1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/journal/journal_fla/journalMC_1.as -------------------------------------------------------------------------------- /Flash/UIOverrides/journal/journal_fla/tutorialHolder_34.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/journal/journal_fla/tutorialHolder_34.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/Build_optionsSettings.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/Build_optionsSettings.bat -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/Checkbox.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/Checkbox.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/DropDown.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/DropDown.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/LS_Classes/LSSlider.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/LS_Classes/LSSlider.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/Label.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/Label.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/LabelInfo.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/LabelInfo.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/Menu_button.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/Menu_button.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/Selector.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/Selector.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/SliderComp.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/SliderComp.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/asconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/asconfig.json -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/optionsSettings_fla/MainTimeline.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/optionsSettings_fla/MainTimeline.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings/optionsSettings_fla/overview_mc_1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings/optionsSettings_fla/overview_mc_1.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings_c/Build_optionsSettings_c.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings_c/Build_optionsSettings_c.bat -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings_c/Menu_button.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings_c/Menu_button.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings_c/SelectorMC.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings_c/SelectorMC.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings_c/SliderComp.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings_c/SliderComp.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings_c/asconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings_c/asconfig.json -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings_c/optionsSettings_c_fla/MainTimeline.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings_c/optionsSettings_c_fla/MainTimeline.as -------------------------------------------------------------------------------- /Flash/UIOverrides/optionsSettings_c/optionsSettings_c_fla/overview_mc_1.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/optionsSettings_c/optionsSettings_c_fla/overview_mc_1.as -------------------------------------------------------------------------------- /Flash/UIOverrides/tooltip/tooltip_fla/MainTimeline.as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Flash/UIOverrides/tooltip/tooltip_fla/MainTimeline.as -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LICENSE -------------------------------------------------------------------------------- /LocalKeys/.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/.vscode/settings.json -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_Abilities&Overrides.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_Abilities&Overrides.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_GameSettings.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_GameSettings.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_GameText.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_GameText.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_GlobalSettings.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_GlobalSettings.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_MessageBox.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_MessageBox.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_MiscText.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_MiscText.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_Notifications.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_Notifications.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_Skills.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_Skills.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_Statuses.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_Statuses.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_TooltipText.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_TooltipText.tsv -------------------------------------------------------------------------------- /LocalKeys/LeaderLib_UI.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/LocalKeys/LeaderLib_UI.tsv -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Changelog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Changelog.json -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Amlatspanish/amlatspanish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Amlatspanish/amlatspanish.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Chinese/chinese.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Chinese/chinese.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Chinesetraditional/chinesetraditional.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Chinesetraditional/chinesetraditional.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Czech/czech.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Czech/czech.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/English/english.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/English/english.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/French/french.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/French/french.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/German/german.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/German/german.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Italian/italian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Italian/italian.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Japanese/japanese.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Japanese/japanese.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Korean/korean.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Korean/korean.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Polish/polish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Polish/polish.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Portuguesebrazil/portuguesebrazil.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Portuguesebrazil/portuguesebrazil.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Russian/russian.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Russian/russian.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Spanish/spanish.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Localization/Spanish/spanish.xml -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/OsiToolsConfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/OsiToolsConfig.json -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/EmptyAtlas.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/EmptyAtlas.lsx -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/EmptyGoal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/EmptyGoal.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/OriginsAlignments.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/OriginsAlignments.lsx -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/OutdatedEditorEventsFix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/OutdatedEditorEventsFix.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/OutdatedEditorQueriesFix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/OutdatedEditorQueriesFix.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/Patches/LLWEAPONEX_Statuses.gameScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Overrides/Patches/LLWEAPONEX_Statuses.gameScript -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Alignments/Alignment.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Alignments/Alignment.lsx -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/DialogVariables/DialogVariables.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/DialogVariables/DialogVariables.lsx -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AD_LeaderTrader_Hiding.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AD_LeaderTrader_Hiding.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AD_LeaderTrader_Returned.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AD_LeaderTrader_Returned.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AD_TestFollower.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AD_TestFollower.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AutosaveMenu.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_AutosaveMenu.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_CommandsMenu.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_CommandsMenu.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_Debug_RecruitCharacter.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_Debug_RecruitCharacter.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_Debug_Trader.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_Debug_Trader.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_DialogRedirectionMenu.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_DialogRedirectionMenu.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_GameSettings.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_GameSettings.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_Arx_Intro.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_Arx_Intro.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_AttackResponse.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_AttackResponse.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_Default.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_Default.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_FortJoy_Intro.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_FortJoy_Intro.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_LadyVengeance_Intro.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_LadyVengeance_Intro.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_Tutorial_Intro.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_LeaderTrader_Tutorial_Intro.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_MissingModDependencyList.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_MissingModDependencyList.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_ModMenu.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_ModMenu.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_PresetMenu.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_PresetMenu.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_Sample_DynamicMenu.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_Sample_DynamicMenu.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_SettingsMenu.lsj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/Dialogs/LeaderLib_SettingsMenu.lsj -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LaughingLeader__LeaderLib.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LaughingLeader__LeaderLib.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_0_GlobalSettings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_0_GlobalSettings.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_0_GlobalSettings_Old.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_0_GlobalSettings_Old.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_Log.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_Log.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_TS_AllLogging.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_TS_AllLogging.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_TS_StrictLogCalls.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_0_TS_StrictLogCalls.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_1_0_LeaderUpdater.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_1_0_LeaderUpdater.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_1_1_ModManager.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_1_1_ModManager.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_1_1_System.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_1_1_System.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_2_DatabaseExtensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_2_DatabaseExtensions.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_2_StringCombine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_2_StringCombine.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_2_StringExtensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_2_StringExtensions.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_3_EventParser.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_3_EventParser.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_4_MathExtensions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_4_MathExtensions.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Auras__Main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Auras__Main.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Behavior.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Behavior.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Combat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Combat.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Editor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Editor.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_EquipmentSets.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_EquipmentSets.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Extender_Hits.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Extender_Hits.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Items.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Origins.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Origins.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Party.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Party.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Randomization.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Randomization.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Runes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Runes.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Skills.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Skills.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Statuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Statuses.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Summoning.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Summoning.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Tags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Tags.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Timers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_Timers.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_TurnTrackers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers_TurnTrackers.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers__Main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_5_Helpers__Main.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_6_QueueSystem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_6_QueueSystem.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_9_0_Sorting_Codex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_00_9_0_Sorting_Codex.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Deltamods_0_Main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Deltamods_0_Main.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Trader_00_Registering.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Trader_00_Registering.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Trader_01_TraderSystem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Trader_01_TraderSystem.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_0_Requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_0_Requirements.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_1_Registering.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_1_Registering.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_3_ItemCounter.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_3_ItemCounter.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_4_CreateByStat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_01_Treasure_4_CreateByStat.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_02_ModMenuSystem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_02_ModMenuSystem.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_03_DynamicMenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_03_DynamicMenu.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_04_Growth_01_Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_04_Growth_01_Characters.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_04_Growth_02_Items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_04_Growth_02_Items.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_05_FollowerSystem.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_05_FollowerSystem.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_06_Statuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_06_Statuses.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_08_ApiCleanup.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_08_ApiCleanup.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_08_ModAPI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_08_ModAPI.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_10_EventFlow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_10_EventFlow.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_0_Settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_0_Settings.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_1_Dialog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_1_Dialog.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_2_Effects.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_2_Effects.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_3_Autosaving.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_3_Autosaving.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_5_LeaderTrader.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_5_LeaderTrader.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_8_Skills.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_8_Skills.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_9_Dummies.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_9_Dummies.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_9_Platforms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_9_Platforms.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_ZZZ_Init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_ZZZ_Init.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_Z_20_GameLevelInit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11_Z_20_GameLevelInit.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11__Start.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_11__Start.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_12_01_PresetMenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_12_01_PresetMenu.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_12_QualityOfLife.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_12_QualityOfLife.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_00_CharacterCreation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_00_CharacterCreation.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_01_CC_Active.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_01_CC_Active.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_02_CC_Done.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_02_CC_Done.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_Origins_GameLevel_Init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_13_Origins_GameLevel_Init.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_14_00_GMStart.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_14_00_GMStart.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_14_01_RequestProcessor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_14_01_RequestProcessor.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_14_02_NpcParty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_14_02_NpcParty.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_15_CharacterSheetEvents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_15_CharacterSheetEvents.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_15_ScriptOverrides.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_15_ScriptOverrides.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_16_GameFixes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_16_GameFixes.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_16_LuaHandlers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_16_LuaHandlers.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Auras_TimerAura.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Auras_TimerAura.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Auras_TurnAura.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Auras_TurnAura.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_AutoPartyExperience.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_AutoPartyExperience.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Autosaving.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Autosaving.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Combat_DeadCharacters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Combat_DeadCharacters.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Combat_DeadItems.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Combat_DeadItems.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Combat_Vacuum.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Combat_Vacuum.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Debug_General.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Debug_General.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_ExplodeFix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_ExplodeFix.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_ExplodingStatuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_ExplodingStatuses.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_ForceEvents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_ForceEvents.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_GrowthEvents_Item.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_GrowthEvents_Item.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_LeaveActionItemFix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_LeaveActionItemFix.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_LuaEventListeners.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_LuaEventListeners.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_LuaSkillListeners.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_LuaSkillListeners.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_PartyCountIterator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_PartyCountIterator.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_RuneBlocker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_RuneBlocker.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_StatusEvents_Disables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_StatusEvents_Disables.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_StatusEvents__Main.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_StatusEvents__Main.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_SummonEvents_Item.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_SummonEvents_Item.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Tags_AutoPreserve.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Tags_AutoPreserve.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Tags_ReapplyEvents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_Tags_ReapplyEvents.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_TreasureEvents_Dialog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_TreasureEvents_Dialog.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_TreasureEvents_Flags.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_TreasureEvents_Flags.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_TurnTracker_Combat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_TS_TurnTracker_Combat.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_ToggledScripts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_19_ToggledScripts.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_20_GameScripts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_20_GameScripts.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_21_GS_RequirementEvents.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_21_GS_RequirementEvents.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_21_GS_Statuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_21_GS_Statuses.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_90_DebugLevel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_90_DebugLevel.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_90__Debug.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_90__Debug.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_ZZZ_Updater.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Goals/LeaderLib_ZZZ_Updater.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/BootstrapClient.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/BootstrapClient.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/BootstrapModule.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/BootstrapModule.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/BootstrapServer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/BootstrapServer.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/ContextMenuAction.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/ContextMenuAction.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/UIListenerWrapper.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/UIListenerWrapper.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/UIObjectExtended.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/UIObjectExtended.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/UIWrapper.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/UIWrapper.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Classes/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/ClientHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/ClientHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/ClientNetMessages.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/ClientNetMessages.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Data/InputEvents.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Data/InputEvents.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Data/_Init.lua: -------------------------------------------------------------------------------- 1 | Ext.Require("Client/Data/InputEvents.lua") -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Debug/ClientConsoleCommands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Debug/ClientConsoleCommands.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Debug/UIDebugListeners.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/Debug/UIDebugListeners.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/InputManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/InputManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ChatLogHider.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ChatLogHider.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ModMenuFixes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ModMenuFixes.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ShowBarText.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ShowBarText.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ShowConsumableEffects.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ShowConsumableEffects.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/StatusHider.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/StatusHider.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ToggleChain.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/ToggleChain.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/TooltipDelay.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/QOL/TooltipDelay.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/CharacterSheet.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/CharacterSheet.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ContextMenu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ContextMenu.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ControllerUIHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ControllerUIHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/CustomAttributes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/CustomAttributes.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/DialogKeywords.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/DialogKeywords.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/InterfaceCommands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/InterfaceCommands.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/JournalChangelog.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/JournalChangelog.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ModMenu/GameSettingsMenu.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ModMenu/GameSettingsMenu.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ModMenu/ModMenuManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ModMenu/ModMenuManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ModMenu/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/ModMenu/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/Tooltips/TooltipHandler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/Tooltips/TooltipHandler.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/Tooltips/TooltipWrapper.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/Tooltips/TooltipWrapper.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UIExtensions.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UIExtensions.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UIFeatures.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UIFeatures.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UIListeners.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UIListeners.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UITypeWorkaround.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/UI/UITypeWorkaround.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Client/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/CallbackHandler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/CallbackHandler.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/CharacterData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/CharacterData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Hit/HitData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Hit/HitData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Hit/HitPrepareData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Hit/HitPrepareData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Hit/ProjectileHitData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Hit/ProjectileHitData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/ItemData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/ItemData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/PresetData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/PresetData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/QuestData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/QuestData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Scenes/SceneData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Scenes/SceneData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Scenes/SceneStateData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/Scenes/SceneStateData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/SkillEventData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/SkillEventData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Classes/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Data/BasePresets.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Data/BasePresets.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/ConsoleCommands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/ConsoleCommands.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/CoroutineTests.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/CoroutineTests.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/DebugMain.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/DebugMain.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/DeveloperCommands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Debug/DeveloperCommands.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/CCHEvents.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/CCHEvents.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/ComputeCharacterHit.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/ComputeCharacterHit.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/GameEvents.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/GameEvents.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/LeaderLogSupport.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/LeaderLogSupport.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/OsirisEvents.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/OsirisEvents.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/BuffStatusPreserver.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/BuffStatusPreserver.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/CombatRangeExtension.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/CombatRangeExtension.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/CombatVacuum.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/CombatVacuum.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/SkipTutorial.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QOL/SkipTutorial.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QualityOfLife.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Game/QualityOfLife.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/ActionHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/ActionHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/CombatHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/CombatHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/DamageHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/DamageHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/DatabaseHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/DatabaseHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/HitHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/HitHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/MiscHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/MiscHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/PersistentVarsHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/PersistentVarsHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/ProjectileHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/ProjectileHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/SkillBarHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/SkillBarHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/SkillHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/SkillHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/StatusHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Helpers/StatusHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/HealListeners.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/HealListeners.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/HitListeners.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/HitListeners.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/OsirisListeners.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/OsirisListeners.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Listeners/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/ModMenu/ModMenuServerCommands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/ModMenu/ModMenuServerCommands.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/AttackManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/AttackManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/EffectManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/EffectManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/SceneManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/SceneManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/SkillManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/SkillManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/StatusManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/StatusManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/TagManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/TagManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/TurnCounter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/System/TurnCounter.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Updates.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Updates.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Versioning.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Server/Versioning.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/ClientData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/ClientData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/DeltaModGroup.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/DeltaModGroup.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/Enum.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/Enum.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/LuaTest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/LuaTest.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/MessageData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/MessageData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/ModSettingsClasses.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/ModSettingsClasses.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/ProgressionData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/ProgressionData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/SubscribableEvent.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/SubscribableEvent.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/SubscribableEventArgs.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/SubscribableEventArgs.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/TranslatedString.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/TranslatedString.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/UserTask.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/UserTask.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Classes/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Common.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Common.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/ColorNames.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/ColorNames.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/Colors.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/Colors.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/Enums.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/Enums.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/ExtenderUserData.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/ExtenderUserData.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/LocalizedText.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/LocalizedText.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/ValueTypes.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/ValueTypes.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Data/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Debug/ConsoleWindowHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Debug/ConsoleWindowHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Debug/SharedCommands.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Debug/SharedCommands.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Debug/SharedDebug.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Debug/SharedDebug.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/AudioHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/AudioHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/CharacterHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/CharacterHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/CombatHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/CombatHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/DebugHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/DebugHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/ExtenderHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/ExtenderHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/FileHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/FileHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/GridHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/GridHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/ItemHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/ItemHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/MathHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/MathHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/NetHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/NetHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/SharedGameHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/SharedGameHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/SharedStatusHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/SharedStatusHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/StatsCache.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/StatsCache.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/StatsHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/StatsHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/StringHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/StringHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/SurfaceHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/SurfaceHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/TableHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/TableHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/TooltipHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/TooltipHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/UIHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/UIHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/UtilityHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/UtilityHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/VisualHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Helpers/VisualHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/_Init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/_Init.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/inspect.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/inspect.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/maf.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/maf.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/serpent.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/serpent.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/smallfolk.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Libraries/smallfolk.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Listeners.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Listeners.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Main.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Main.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Patches/CampaignPatches.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Patches/CampaignPatches.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Patches/ModPatches.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Patches/ModPatches.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Patches/WeaponExpansionBeta.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Patches/WeaponExpansionBeta.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/ContextMenuQualityOfLife.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/ContextMenuQualityOfLife.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/ExtenderVisualSupport.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/ExtenderVisualSupport.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/InventoryTweaks.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/InventoryTweaks.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/StatChangesConfig.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/StatChangesConfig.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/WingsWorkaround.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/WingsWorkaround.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/WorldTooltips.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/QOL/WorldTooltips.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Settings/GameSettingsManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Settings/GameSettingsManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Settings/SettingsManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Settings/SettingsManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/SharedDebug.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/SharedDebug.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Stats/CustomSkillProperties.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Stats/CustomSkillProperties.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Stats/StatOverrides.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/Stats/StatOverrides.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/FeaturesHandler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/FeaturesHandler.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/ProgressionManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/ProgressionManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/SharedDataManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/SharedDataManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/SkillManagerShared.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/SkillManagerShared.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/SubscriptionEvents.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/SubscriptionEvents.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Testing/TestingHelpers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Testing/TestingHelpers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Testing/TestingSystem.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Testing/TestingSystem.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Timers.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Timers.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/TutorialManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/TutorialManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Visuals/ClientVisuals.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Visuals/ClientVisuals.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Visuals/Events.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Visuals/Events.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Visuals/VisualManager.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/System/Visuals/VisualManager.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/UI/CombatLog.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/UI/CombatLog.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/UI/MessageBox.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/UI/MessageBox.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/UI/Overhead.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/UI/Overhead.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/_InitShared.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/Shared/_InitShared.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/_Reference/AutoCompletion.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/_Reference/AutoCompletion.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/_Reference/FlashAnnotations.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/Lua/_Reference/FlashAnnotations.lua -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/TypeCoercionWhitelist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/TypeCoercionWhitelist.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/story_header.div: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/RawFiles/story_header.div -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/story_orphanqueries_ignore.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/story_orphanqueries_ignore.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/story_orphanqueries_ignore_local.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Story/story_orphanqueries_ignore_local.txt -------------------------------------------------------------------------------- /Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/meta.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Mods/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/meta.lsx -------------------------------------------------------------------------------- /Projects/LeaderLib/meta.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Projects/LeaderLib/meta.lsx -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/GUI/LeaderLib_SharedIcons.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/GUI/LeaderLib_SharedIcons.lsx -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/GUI/LeaderLib_Talents.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/GUI/LeaderLib_Talents.lsx -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLIb_SkillDummy.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLIb_SkillDummy.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Auras.gameScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Auras.gameScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_CharacterLoopEffect.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_CharacterLoopEffect.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_CreateByStatProxy.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_CreateByStatProxy.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_CycleAnimations.itemScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_CycleAnimations.itemScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_DebugSkills.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_DebugSkills.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_DummyGenerator.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_DummyGenerator.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_EventParser.itemScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_EventParser.itemScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Follower.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Follower.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_ForceHelpers.gameScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_ForceHelpers.gameScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_HoveringText.itemScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_HoveringText.itemScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_IdleAnimation.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_IdleAnimation.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_ItemLoopEffect.itemScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_ItemLoopEffect.itemScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_LeaderTrader.charScript: -------------------------------------------------------------------------------- 1 | INIT 2 | CHARACTER:__Me 3 | 4 | EVENTS -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Main.gameScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Main.gameScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_OnUseItem.itemScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_OnUseItem.itemScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_PermanentStatuses.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_PermanentStatuses.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_PlayOnEvent.itemScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_PlayOnEvent.itemScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Projectiles.gameScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_Projectiles.gameScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_StoryEventSender.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_StoryEventSender.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_TestCharacter.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_TestCharacter.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_TraderHelper.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_TraderHelper.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_TypeHelpers.gameScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_TypeHelpers.gameScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_UseItem.charScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/LeaderLib_UseItem.charScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/WaypointShrine.itemScript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Scripts/WaypointShrine.itemScript -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/Data.txt: -------------------------------------------------------------------------------- 1 | key "LeaderLib_MaxCombatVacuumRange","25" -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/ItemProgressionNames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/ItemProgressionNames.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/ItemProgressionVisuals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/ItemProgressionVisuals.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLIb_Object.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLIb_Object.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Armor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Armor.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Character.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Character.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Skills.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Skills.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Skills_Force.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Skills_Force.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Statuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/LeaderLib_Statuses.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/Requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Data/Requirements.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/DeltaModifier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/DeltaModifier.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Equipment.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/Equipment.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/SkillSet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/SkillSet.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/TreasureTable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Generated/TreasureTable.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Overrides/LeaderLib_Skills_SafeForce.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Stats/Overrides/LeaderLib_Skills_SafeForce.txt -------------------------------------------------------------------------------- /Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Tags/tags.lsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Public/LeaderLib_543d653f-446c-43d8-8916-54670ce24dd9/Tags/tags.lsx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/README.md -------------------------------------------------------------------------------- /References/EmptyHandles.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/References/EmptyHandles.xml -------------------------------------------------------------------------------- /References/input-all.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/References/input-all.json -------------------------------------------------------------------------------- /Samples/DependencyFree_TestMod_LeaderLib.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Samples/DependencyFree_TestMod_LeaderLib.txt -------------------------------------------------------------------------------- /Samples/DependencyFree_TestMod_ZZZ_Updater.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Samples/DependencyFree_TestMod_ZZZ_Updater.txt -------------------------------------------------------------------------------- /Samples/LeaderLibDependency_TestMod_ZZZ_Updater.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Samples/LeaderLibDependency_TestMod_ZZZ_Updater.txt -------------------------------------------------------------------------------- /Samples/ModSettingsConfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Samples/ModSettingsConfig.json -------------------------------------------------------------------------------- /Snippets/divinity-stats.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Snippets/divinity-stats.json -------------------------------------------------------------------------------- /Snippets/divinity-story-goal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Snippets/divinity-story-goal.json -------------------------------------------------------------------------------- /Snippets/lua.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Snippets/lua.json -------------------------------------------------------------------------------- /Snippets/markdown.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Snippets/markdown.json -------------------------------------------------------------------------------- /Snippets/tsv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LaughingLeader-DOS2-Mods/LeaderLib/HEAD/Snippets/tsv.json --------------------------------------------------------------------------------