bc-stubs 96.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (312) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +2 -0
  3. package/bc/Assets/Female3DCG/Female3DCG.d.ts +41 -0
  4. package/bc/Assets/Female3DCG/Female3DCGExtended.d.ts +29 -0
  5. package/bc/Backgrounds/Backgrounds.d.ts +37 -0
  6. package/bc/Female3DCG_Types.d.ts +875 -0
  7. package/bc/Screens/Character/Appearance/Appearance.d.ts +392 -0
  8. package/bc/Screens/Character/BackgroundSelection/BackgroundSelection.d.ts +98 -0
  9. package/bc/Screens/Character/Cheat/Cheat.d.ts +54 -0
  10. package/bc/Screens/Character/Creation/Creation.d.ts +40 -0
  11. package/bc/Screens/Character/Disclaimer/Disclaimer.d.ts +21 -0
  12. package/bc/Screens/Character/FriendList/FriendList.d.ts +102 -0
  13. package/bc/Screens/Character/InformationSheet/InformationSheet.d.ts +46 -0
  14. package/bc/Screens/Character/ItemColor/ItemColor.d.ts +232 -0
  15. package/bc/Screens/Character/Login/Login.d.ts +194 -0
  16. package/bc/Screens/Character/OnlineProfile/OnlineProfile.d.ts +27 -0
  17. package/bc/Screens/Character/PasswordReset/PasswordReset.d.ts +28 -0
  18. package/bc/Screens/Character/Preference/Preference.d.ts +658 -0
  19. package/bc/Screens/Character/Relog/Relog.d.ts +36 -0
  20. package/bc/Screens/Character/Title/Title.d.ts +68 -0
  21. package/bc/Screens/Character/Wardrobe/Wardrobe.d.ts +93 -0
  22. package/bc/Screens/Cutscene/NPCCollaring/NPCCollaring.d.ts +26 -0
  23. package/bc/Screens/Cutscene/NPCSlaveAuction/NPCSlaveAuction.d.ts +27 -0
  24. package/bc/Screens/Cutscene/NPCWedding/NPCWedding.d.ts +35 -0
  25. package/bc/Screens/Cutscene/PlayerCollaring/PlayerCollaring.d.ts +26 -0
  26. package/bc/Screens/Cutscene/PlayerMistress/PlayerMistress.d.ts +24 -0
  27. package/bc/Screens/Cutscene/SarahIntro/SarahIntro.d.ts +22 -0
  28. package/bc/Screens/Inventory/Cloth/CheerleaderTop/CheerleaderTop.d.ts +33 -0
  29. package/bc/Screens/Inventory/Cloth/FrilledShirt/FrilledShirt.d.ts +10 -0
  30. package/bc/Screens/Inventory/ClothAccessory/Bib/Bib.d.ts +2 -0
  31. package/bc/Screens/Inventory/EyeShadow/EyeShadow.d.ts +60 -0
  32. package/bc/Screens/Inventory/Futuristic/Futuristic.d.ts +60 -0
  33. package/bc/Screens/Inventory/ItemArms/FullLatexSuit/FullLatexSuit.d.ts +6 -0
  34. package/bc/Screens/Inventory/ItemArms/HempRope/HempRope.d.ts +2 -0
  35. package/bc/Screens/Inventory/ItemArms/NylonRope/NylonRope.d.ts +2 -0
  36. package/bc/Screens/Inventory/ItemArms/PrisonLockdownSuit/PrisonLockdownSuit.d.ts +4 -0
  37. package/bc/Screens/Inventory/ItemArms/TransportJacket/TransportJacket.d.ts +10 -0
  38. package/bc/Screens/Inventory/ItemBreast/ForbiddenChastityBra/ForbiddenChastityBra.d.ts +32 -0
  39. package/bc/Screens/Inventory/ItemBreast/FuturisticBra/FuturisticBra.d.ts +24 -0
  40. package/bc/Screens/Inventory/ItemButt/AnalBeads2/AnalBeads2.d.ts +2 -0
  41. package/bc/Screens/Inventory/ItemButt/InflVibeButtPlug/InflVibeButtPlug.d.ts +2 -0
  42. package/bc/Screens/Inventory/ItemDevices/DollBox/DollBox.d.ts +2 -0
  43. package/bc/Screens/Inventory/ItemDevices/FuckMachine/FuckMachine.d.ts +16 -0
  44. package/bc/Screens/Inventory/ItemDevices/FuturisticCrate/FuturisticCrate.d.ts +8 -0
  45. package/bc/Screens/Inventory/ItemDevices/KabeshiriWall/KabeshiriWall.d.ts +13 -0
  46. package/bc/Screens/Inventory/ItemDevices/Kennel/Kennel.d.ts +18 -0
  47. package/bc/Screens/Inventory/ItemDevices/LuckyWheel/LuckyWheel.d.ts +48 -0
  48. package/bc/Screens/Inventory/ItemDevices/PetBowl/PetBowl.d.ts +6 -0
  49. package/bc/Screens/Inventory/ItemDevices/VacBedDeluxe/VacBedDeluxe.d.ts +2 -0
  50. package/bc/Screens/Inventory/ItemDevices/WheelFortune/WheelFortune.d.ts +10 -0
  51. package/bc/Screens/Inventory/ItemDevices/WoodenBox/WoodenBox.d.ts +13 -0
  52. package/bc/Screens/Inventory/ItemFeet/HempRope/HempRope.d.ts +2 -0
  53. package/bc/Screens/Inventory/ItemFeet/NylonRope/NylonRope.d.ts +2 -0
  54. package/bc/Screens/Inventory/ItemHandhelds/PortalTablet/PortalTablet.d.ts +10 -0
  55. package/bc/Screens/Inventory/ItemHead/DroneMask/DroneMask.d.ts +2 -0
  56. package/bc/Screens/Inventory/ItemHood/CanvasHood/CanvasHood.d.ts +6 -0
  57. package/bc/Screens/Inventory/ItemMisc/CombinationPadlock/CombinationPadlock.d.ts +16 -0
  58. package/bc/Screens/Inventory/ItemMisc/ExclusivePadlock/ExclusivePadlock.d.ts +6 -0
  59. package/bc/Screens/Inventory/ItemMisc/FamilyPadlock/FamilyPadlock.d.ts +6 -0
  60. package/bc/Screens/Inventory/ItemMisc/HighSecurityPadlock/HighSecurityPadlock.d.ts +15 -0
  61. package/bc/Screens/Inventory/ItemMisc/IntricatePadlock/IntricatePadlock.d.ts +6 -0
  62. package/bc/Screens/Inventory/ItemMisc/LoversPadlock/LoversPadlock.d.ts +6 -0
  63. package/bc/Screens/Inventory/ItemMisc/LoversTimerPadlock/LoversTimerPadlock.d.ts +17 -0
  64. package/bc/Screens/Inventory/ItemMisc/MetalPadlock/MetalPadlock.d.ts +6 -0
  65. package/bc/Screens/Inventory/ItemMisc/MistressPadlock/MistressPadlock.d.ts +6 -0
  66. package/bc/Screens/Inventory/ItemMisc/MistressTimerPadlock/MistressTimerPadlock.d.ts +13 -0
  67. package/bc/Screens/Inventory/ItemMisc/OwnerPadlock/OwnerPadlock.d.ts +6 -0
  68. package/bc/Screens/Inventory/ItemMisc/OwnerTimerPadlock/OwnerTimerPadlock.d.ts +22 -0
  69. package/bc/Screens/Inventory/ItemMisc/PandoraPadlock/PandoraPadlock.d.ts +6 -0
  70. package/bc/Screens/Inventory/ItemMisc/PasswordPadlock/PasswordPadlock.d.ts +17 -0
  71. package/bc/Screens/Inventory/ItemMisc/PortalLinkPadlock/PortalLinkPadlock.d.ts +6 -0
  72. package/bc/Screens/Inventory/ItemMisc/SafewordPadlock/SafewordPadlock.d.ts +12 -0
  73. package/bc/Screens/Inventory/ItemMisc/TimerPadlock/TimerPadlock.d.ts +13 -0
  74. package/bc/Screens/Inventory/ItemMisc/TimerPasswordPadlock/TimerPasswordPadlock.d.ts +13 -0
  75. package/bc/Screens/Inventory/ItemMisc/WoodenSign/WoodenSign.d.ts +2 -0
  76. package/bc/Screens/Inventory/ItemMouth/FuturisticPanelGag/FuturisticPanelGag.d.ts +49 -0
  77. package/bc/Screens/Inventory/ItemNeck/AutoShockCollar/AutoShockCollar.d.ts +4 -0
  78. package/bc/Screens/Inventory/ItemNeck/FuturisticCollar/FuturisticCollar.d.ts +59 -0
  79. package/bc/Screens/Inventory/ItemNeck/PetSuitShockCollar/PetSuitShockCollar.d.ts +4 -0
  80. package/bc/Screens/Inventory/ItemNeck/ShockCollar/ShockCollar.d.ts +4 -0
  81. package/bc/Screens/Inventory/ItemNeck/SlaveCollar/SlaveCollar.d.ts +25 -0
  82. package/bc/Screens/Inventory/ItemNeckAccessories/CollarAutoShockUnit/CollarAutoShockUnit.d.ts +15 -0
  83. package/bc/Screens/Inventory/ItemNeckAccessories/CollarNameTag/CollarNameTag.d.ts +8 -0
  84. package/bc/Screens/Inventory/ItemNeckAccessories/CollarShockUnit/CollarShockUnit.d.ts +17 -0
  85. package/bc/Screens/Inventory/ItemNeckAccessories/CustomCollarTag/CustomCollarTag.d.ts +2 -0
  86. package/bc/Screens/Inventory/ItemNeckAccessories/ElectronicTag/ElectronicTag.d.ts +2 -0
  87. package/bc/Screens/Inventory/ItemNeckRestraints/CollarLeash/CollarLeash.d.ts +4 -0
  88. package/bc/Screens/Inventory/ItemNeckRestraints/PetPost/PetPost.d.ts +2 -0
  89. package/bc/Screens/Inventory/ItemNipples/LactationPump/LactationPump.d.ts +2 -0
  90. package/bc/Screens/Inventory/ItemPelvis/ForbiddenChastityBelt/ForbiddenChastityBelt.d.ts +32 -0
  91. package/bc/Screens/Inventory/ItemPelvis/FuturisticChastityBelt/FuturisticChastityBelt.d.ts +28 -0
  92. package/bc/Screens/Inventory/ItemPelvis/FuturisticTrainingBelt/FuturisticTrainingBelt.d.ts +103 -0
  93. package/bc/Screens/Inventory/ItemPelvis/LoveChastityBelt/LoveChastityBelt.d.ts +8 -0
  94. package/bc/Screens/Inventory/ItemPelvis/ObedienceBelt/ObedienceBelt.d.ts +29 -0
  95. package/bc/Screens/Inventory/ItemPelvis/PortalPanties/PortalPanties.d.ts +10 -0
  96. package/bc/Screens/Inventory/ItemPelvis/SciFiPleasurePanties/SciFiPleasurePanties.d.ts +6 -0
  97. package/bc/Screens/Inventory/ItemTorso/FuturisticHarness/FuturisticHarness.d.ts +8 -0
  98. package/bc/Screens/Inventory/ItemVulva/ClitAndDildoVibratorbelt/ClitAndDildoVibratorbelt.d.ts +4 -0
  99. package/bc/Screens/Inventory/ItemVulva/FuturisticVibrator/FuturisticVibrator.d.ts +65 -0
  100. package/bc/Screens/Inventory/ItemVulva/LoversVibrator/LoversVibrator.d.ts +2 -0
  101. package/bc/Screens/Inventory/Wings/SteampunkWings/SteampunkWings.d.ts +16 -0
  102. package/bc/Screens/MiniGame/Chess/BondageChess.d.ts +30 -0
  103. package/bc/Screens/MiniGame/Chess/chess.d.ts +7 -0
  104. package/bc/Screens/MiniGame/ChestLockpick/ChestLockpick.d.ts +27 -0
  105. package/bc/Screens/MiniGame/ClubCard/ClubCard.d.ts +373 -0
  106. package/bc/Screens/MiniGame/ClubCardBuilder/ClubCardBuilder.d.ts +66 -0
  107. package/bc/Screens/MiniGame/DojoStruggle/DojoStruggle.d.ts +25 -0
  108. package/bc/Screens/MiniGame/GetUp/GetUp.d.ts +31 -0
  109. package/bc/Screens/MiniGame/HorseWalk/HorseWalk.d.ts +85 -0
  110. package/bc/Screens/MiniGame/Kidnap/Kidnap.d.ts +165 -0
  111. package/bc/Screens/MiniGame/KinkyDungeon/KDAutoStruggle.d.ts +99 -0
  112. package/bc/Screens/MiniGame/KinkyDungeon/KDClasses.d.ts +11 -0
  113. package/bc/Screens/MiniGame/KinkyDungeon/KDDelayedActions.d.ts +17 -0
  114. package/bc/Screens/MiniGame/KinkyDungeon/KDFixForBC.d.ts +11 -0
  115. package/bc/Screens/MiniGame/KinkyDungeon/KDModUtils.d.ts +93 -0
  116. package/bc/Screens/MiniGame/KinkyDungeon/KDParticles.d.ts +37 -0
  117. package/bc/Screens/MiniGame/KinkyDungeon/KDTypeDefs.d.ts +2161 -0
  118. package/bc/Screens/MiniGame/KinkyDungeon/KDWardrobe.d.ts +84 -0
  119. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeon.d.ts +653 -0
  120. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonAlt.d.ts +481 -0
  121. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBones.d.ts +16 -0
  122. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBoss.d.ts +119 -0
  123. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffs.d.ts +33 -0
  124. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffsList.d.ts +865 -0
  125. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumables.d.ts +36 -0
  126. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumablesList.d.ts +66 -0
  127. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonCurse.d.ts +44 -0
  128. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogue.d.ts +171 -0
  129. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueList.d.ts +45 -0
  130. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueTriggers.d.ts +48 -0
  131. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDraw.d.ts +738 -0
  132. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDress.d.ts +62 -0
  133. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDressList.d.ts +33 -0
  134. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditor.d.ts +1124 -0
  135. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorGen.d.ts +113 -0
  136. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorTiles.d.ts +4 -0
  137. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEffectTiles.d.ts +6 -0
  138. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemies.d.ts +544 -0
  139. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemiesList.d.ts +22 -0
  140. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemyEventList.d.ts +18 -0
  141. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonErrors.d.ts +59 -0
  142. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEvents.d.ts +151 -0
  143. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactions.d.ts +53 -0
  144. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactionsList.d.ts +650 -0
  145. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFight.d.ts +453 -0
  146. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFurniture.d.ts +28 -0
  147. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonGame.d.ts +429 -0
  148. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonHUD.d.ts +134 -0
  149. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInput.d.ts +23 -0
  150. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInventory.d.ts +178 -0
  151. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonItem.d.ts +33 -0
  152. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJail.d.ts +142 -0
  153. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJailList.d.ts +105 -0
  154. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLoot.d.ts +66 -0
  155. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLootList.d.ts +866 -0
  156. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLore.d.ts +37 -0
  157. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagic.d.ts +113 -0
  158. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicCode.d.ts +23 -0
  159. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicList.d.ts +62 -0
  160. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMapMods.d.ts +5 -0
  161. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMistress.d.ts +10 -0
  162. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMultiplayer.d.ts +26 -0
  163. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMusic.d.ts +28 -0
  164. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonObject.d.ts +42 -0
  165. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonParams.d.ts +4 -0
  166. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPathfinding.d.ts +36 -0
  167. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPerks.d.ts +147 -0
  168. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPersonality.d.ts +83 -0
  169. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPlayerEffects.d.ts +35 -0
  170. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonQuest.d.ts +10 -0
  171. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonReputation.d.ts +229 -0
  172. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraints.d.ts +766 -0
  173. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraintsList.d.ts +55 -0
  174. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSetpiece.d.ts +91 -0
  175. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonShrine.d.ts +89 -0
  176. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSpawns.d.ts +49 -0
  177. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonStats.d.ts +282 -0
  178. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTests.d.ts +5 -0
  179. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTiles.d.ts +160 -0
  180. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTilesList.d.ts +72 -0
  181. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTraps.d.ts +34 -0
  182. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVibe.d.ts +98 -0
  183. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVision.d.ts +24 -0
  184. package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonWeaponList.d.ts +5 -0
  185. package/bc/Screens/MiniGame/MagicBattle/MagicBattle.d.ts +73 -0
  186. package/bc/Screens/MiniGame/MagicPuzzle/MagicPuzzle.d.ts +75 -0
  187. package/bc/Screens/MiniGame/MaidCleaning/MaidCleaning.d.ts +51 -0
  188. package/bc/Screens/MiniGame/MaidDrinks/MaidDrinks.d.ts +82 -0
  189. package/bc/Screens/MiniGame/PlayerAuction/PlayerAuction.d.ts +36 -0
  190. package/bc/Screens/MiniGame/PuppyWalker/PuppyWalker.d.ts +39 -0
  191. package/bc/Screens/MiniGame/RhythmGame/RhythmGame.d.ts +76 -0
  192. package/bc/Screens/MiniGame/SlaveAuction/SlaveAuction.d.ts +39 -0
  193. package/bc/Screens/MiniGame/Tennis/Tennis.d.ts +52 -0
  194. package/bc/Screens/MiniGame/Therapy/Therapy.d.ts +39 -0
  195. package/bc/Screens/MiniGame/WheelFortune/WheelFortune.d.ts +105 -0
  196. package/bc/Screens/Online/AdvancedRule/AdvancedRule.d.ts +32 -0
  197. package/bc/Screens/Online/ChatAdmin/ChatAdmin.d.ts +59 -0
  198. package/bc/Screens/Online/ChatBlockItem/ChatBlockItem.d.ts +30 -0
  199. package/bc/Screens/Online/ChatCreate/ChatCreate.d.ts +66 -0
  200. package/bc/Screens/Online/ChatRoom/ChatRoom.d.ts +1342 -0
  201. package/bc/Screens/Online/ChatRoom/Commands.d.ts +66 -0
  202. package/bc/Screens/Online/ChatSearch/ChatSearch.d.ts +241 -0
  203. package/bc/Screens/Online/ChatSelect/ChatSelect.d.ts +33 -0
  204. package/bc/Screens/Online/ForbiddenWords/ForbiddenWords.d.ts +33 -0
  205. package/bc/Screens/Online/Game/OnlineGame.d.ts +69 -0
  206. package/bc/Screens/Online/GameClubCard/GameClubCard.d.ts +131 -0
  207. package/bc/Screens/Online/GameLARP/GameLARP.d.ts +279 -0
  208. package/bc/Screens/Online/GameMagicBattle/GameMagicBattle.d.ts +159 -0
  209. package/bc/Screens/Online/WheelFortuneCustomize/WheelFortuneCustomize.d.ts +24 -0
  210. package/bc/Screens/Room/Arcade/Arcade.d.ts +94 -0
  211. package/bc/Screens/Room/AsylumBedroom/AsylumBedroom.d.ts +16 -0
  212. package/bc/Screens/Room/AsylumEntrance/AsylumEntrance.d.ts +265 -0
  213. package/bc/Screens/Room/AsylumGGTS/AsylumGGTS.d.ts +330 -0
  214. package/bc/Screens/Room/AsylumMeeting/AsylumMeeting.d.ts +110 -0
  215. package/bc/Screens/Room/AsylumTherapy/AsylumTherapy.d.ts +117 -0
  216. package/bc/Screens/Room/Cafe/Cafe.d.ts +144 -0
  217. package/bc/Screens/Room/Cell/Cell.d.ts +32 -0
  218. package/bc/Screens/Room/ClubCardLounge/ClubCardLounge.d.ts +28 -0
  219. package/bc/Screens/Room/CollegeCafeteria/CollegeCafeteria.d.ts +57 -0
  220. package/bc/Screens/Room/CollegeChess/CollegeChess.d.ts +75 -0
  221. package/bc/Screens/Room/CollegeDetention/CollegeDetention.d.ts +98 -0
  222. package/bc/Screens/Room/CollegeEntrance/CollegeEntrance.d.ts +54 -0
  223. package/bc/Screens/Room/CollegeTeacher/CollegeTeacher.d.ts +71 -0
  224. package/bc/Screens/Room/CollegeTennis/CollegeTennis.d.ts +47 -0
  225. package/bc/Screens/Room/CollegeTheater/CollegeTheater.d.ts +100 -0
  226. package/bc/Screens/Room/Crafting/Crafting.d.ts +213 -0
  227. package/bc/Screens/Room/DailyJob/DailyJob.d.ts +111 -0
  228. package/bc/Screens/Room/Empty/Empty.d.ts +84 -0
  229. package/bc/Screens/Room/Gambling/Gambling.d.ts +269 -0
  230. package/bc/Screens/Room/Infiltration/Infiltration.d.ts +223 -0
  231. package/bc/Screens/Room/InfiltrationPerks/InfiltrationPerks.d.ts +42 -0
  232. package/bc/Screens/Room/Introduction/Introduction.d.ts +195 -0
  233. package/bc/Screens/Room/KidnapLeague/KidnapLeague.d.ts +253 -0
  234. package/bc/Screens/Room/LARP/LARP.d.ts +39 -0
  235. package/bc/Screens/Room/Magic/Magic.d.ts +199 -0
  236. package/bc/Screens/Room/MagicSchoolEscape/MagicSchoolEscape.d.ts +36 -0
  237. package/bc/Screens/Room/MagicSchoolLaboratory/MagicSchoolLaboratory.d.ts +170 -0
  238. package/bc/Screens/Room/MaidQuarters/MaidQuarters.d.ts +305 -0
  239. package/bc/Screens/Room/MainHall/MainHall.d.ts +255 -0
  240. package/bc/Screens/Room/Management/Management.d.ts +544 -0
  241. package/bc/Screens/Room/MovieStudio/MovieStudio.d.ts +178 -0
  242. package/bc/Screens/Room/Nursery/Nursery.d.ts +85 -0
  243. package/bc/Screens/Room/Pandora/Pandora.d.ts +348 -0
  244. package/bc/Screens/Room/PandoraPrison/PandoraPrison.d.ts +180 -0
  245. package/bc/Screens/Room/Photographic/Photographic.d.ts +53 -0
  246. package/bc/Screens/Room/Platform/Platform.d.ts +1730 -0
  247. package/bc/Screens/Room/PlatformDialog/PlatformDialog.d.ts +3966 -0
  248. package/bc/Screens/Room/PlatformIntro/PlatformIntro.d.ts +21 -0
  249. package/bc/Screens/Room/PlatformProfile/PlatformProfile.d.ts +62 -0
  250. package/bc/Screens/Room/Poker/Poker.d.ts +141 -0
  251. package/bc/Screens/Room/Poker/PokerHandValue.d.ts +65 -0
  252. package/bc/Screens/Room/Prison/Prison.d.ts +118 -0
  253. package/bc/Screens/Room/Private/Private.d.ts +781 -0
  254. package/bc/Screens/Room/PrivateBed/PrivateBed.d.ts +78 -0
  255. package/bc/Screens/Room/PrivateRansom/PrivateRansom.d.ts +28 -0
  256. package/bc/Screens/Room/Sarah/Sarah.d.ts +162 -0
  257. package/bc/Screens/Room/Shibari/Shibari.d.ts +162 -0
  258. package/bc/Screens/Room/Shop/Shop.d.ts +162 -0
  259. package/bc/Screens/Room/SlaveMarket/SlaveMarket.d.ts +90 -0
  260. package/bc/Screens/Room/Stable/Stable.d.ts +236 -0
  261. package/bc/Scripts/Activity.d.ts +270 -0
  262. package/bc/Scripts/AfkTimer.d.ts +43 -0
  263. package/bc/Scripts/Animation.d.ts +81 -0
  264. package/bc/Scripts/Asset.d.ts +216 -0
  265. package/bc/Scripts/Audio.d.ts +105 -0
  266. package/bc/Scripts/Character.d.ts +495 -0
  267. package/bc/Scripts/CharacterName.d.ts +1 -0
  268. package/bc/Scripts/ColorPicker.d.ts +155 -0
  269. package/bc/Scripts/Common.d.ts +499 -0
  270. package/bc/Scripts/CommonDraw.d.ts +34 -0
  271. package/bc/Scripts/ControllerSupport.d.ts +107 -0
  272. package/bc/Scripts/Dialog.d.ts +970 -0
  273. package/bc/Scripts/DictionaryBuilder.d.ts +210 -0
  274. package/bc/Scripts/Drawing.d.ts +581 -0
  275. package/bc/Scripts/Drawing3D.d.ts +21 -0
  276. package/bc/Scripts/DynamicDraw.d.ts +310 -0
  277. package/bc/Scripts/Element.d.ts +154 -0
  278. package/bc/Scripts/ExtendedItem.d.ts +339 -0
  279. package/bc/Scripts/GLDraw.d.ts +223 -0
  280. package/bc/Scripts/Game.d.ts +61 -0
  281. package/bc/Scripts/GameLog.d.ts +87 -0
  282. package/bc/Scripts/Graph.d.ts +46 -0
  283. package/bc/Scripts/Import.d.ts +7 -0
  284. package/bc/Scripts/Inventory.d.ts +509 -0
  285. package/bc/Scripts/MiniGame.d.ts +30 -0
  286. package/bc/Scripts/ModularItem.d.ts +286 -0
  287. package/bc/Scripts/Mouse.d.ts +34 -0
  288. package/bc/Scripts/NPC.d.ts +105 -0
  289. package/bc/Scripts/Notification.d.ts +120 -0
  290. package/bc/Scripts/PortalLink.d.ts +159 -0
  291. package/bc/Scripts/Property.d.ts +98 -0
  292. package/bc/Scripts/Reputation.d.ts +36 -0
  293. package/bc/Scripts/Server.d.ts +239 -0
  294. package/bc/Scripts/Skill.d.ts +107 -0
  295. package/bc/Scripts/Speech.d.ts +145 -0
  296. package/bc/Scripts/Struggle.d.ts +357 -0
  297. package/bc/Scripts/Testing.d.ts +30 -0
  298. package/bc/Scripts/Text.d.ts +92 -0
  299. package/bc/Scripts/TextItem.d.ts +65 -0
  300. package/bc/Scripts/TightenLoosenItem.d.ts +31 -0
  301. package/bc/Scripts/Timer.d.ts +62 -0
  302. package/bc/Scripts/Translation.d.ts +101 -0
  303. package/bc/Scripts/TypedItem.d.ts +242 -0
  304. package/bc/Scripts/Validation.d.ts +324 -0
  305. package/bc/Scripts/VariableHeight.d.ts +108 -0
  306. package/bc/Scripts/VibratorMode.d.ts +209 -0
  307. package/bc/Scripts/lib/LZString.d.ts +12 -0
  308. package/bc/Scripts/lib/three/FBXLoader.d.ts +0 -0
  309. package/bc/Scripts/lib/three/GLTFLoader.d.ts +0 -0
  310. package/bc/Scripts/lib/webgl/resources/m4.d.ts +0 -0
  311. package/bc/Typedef.d.ts +3933 -0
  312. package/package.json +19 -0
@@ -0,0 +1,653 @@
1
+ declare function KDSetDefaultKeybindings(): void;
2
+ declare function KinkyDungeonLeashingEnemy(): any;
3
+ /**
4
+ *
5
+ * @returns {entity}
6
+ */
7
+ declare function KinkyDungeonJailGuard(): entity;
8
+ declare function KinkyDungeonAngel(): any;
9
+ declare function KDUnlockPerk(Perk: any): void;
10
+ declare function KDLoadPerks(): void;
11
+ /**
12
+ *
13
+ * @param {any[]} list
14
+ * @return {Record<any, any>}
15
+ */
16
+ declare function KDMapInit(list: any[]): Record<any, any>;
17
+ declare function KDistEuclidean(x: any, y: any): number;
18
+ declare function KDistChebyshev(x: any, y: any): number;
19
+ declare function KDLoadToggles(): void;
20
+ declare function KDSaveToggles(): void;
21
+ /**
22
+ * Loads the kinky dungeon game
23
+ * @returns {void} - Nothing
24
+ */
25
+ declare function KinkyDungeonLoad(): void;
26
+ /**
27
+ * Restricts Devious Dungeon Challenge to only occur when inside the arcade
28
+ * @returns {boolean} - If the player is in the arcade
29
+ */
30
+ declare function KinkyDungeonDeviousDungeonAvailable(): boolean;
31
+ /**
32
+ * Returns whether or not the player is the one playing, which determines whether or not to draw the UI and struggle groups
33
+ * @returns {boolean} - If the player is the game player
34
+ */
35
+ declare function KinkyDungeonIsPlayer(): boolean;
36
+ declare function sleep(msec: any): Promise<any>;
37
+ declare function KinkyDungeonRun(): void;
38
+ declare function KDCullSprites(): void;
39
+ /**
40
+ * Draws a button component
41
+ * @param {string} name - Name of the button element
42
+ * @param {boolean} enabled - Whether or not you can click on it
43
+ * @param {number} Left - Position of the component from the left of the canvas
44
+ * @param {number} Top - Position of the component from the top of the canvas
45
+ * @param {number} Width - Width of the component
46
+ * @param {number} Height - Height of the component
47
+ * @param {string} Label - Text to display in the button
48
+ * @param {string} Color - Color of the component
49
+ * @param {string} [Image] - URL of the image to draw inside the button, if applicable
50
+ * @param {string} [HoveringText] - Text of the tooltip, if applicable
51
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
52
+ * @param {boolean} [NoBorder] - Disables the border and stuff
53
+ * @returns {void} - Nothing
54
+ */
55
+ declare function DrawButtonKD(name: string, enabled: boolean, Left: number, Top: number, Width: number, Height: number, Label: string, Color: string, Image?: string, HoveringText?: string, Disabled?: boolean, NoBorder?: boolean): void;
56
+ /**
57
+ * Draws a button component
58
+ * @param {string} name - Name of the button element
59
+ * @param {(bdata: any) => boolean} func - Whether or not you can click on it
60
+ * @param {boolean} enabled - Whether or not you can click on it
61
+ * @param {number} Left - Position of the component from the left of the canvas
62
+ * @param {number} Top - Position of the component from the top of the canvas
63
+ * @param {number} Width - Width of the component
64
+ * @param {number} Height - Height of the component
65
+ * @param {string} Label - Text to display in the button
66
+ * @param {string} Color - Color of the component
67
+ * @param {string} [Image] - URL of the image to draw inside the button, if applicable
68
+ * @param {string} [HoveringText] - Text of the tooltip, if applicable
69
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
70
+ * @param {boolean} [NoBorder] - Disables border
71
+ * @param {string} [FillColor] - BG color
72
+ * @param {number} [FontSize] - Font size
73
+ * @param {boolean} [ShiftText] - Shift text to make room for the button
74
+ * @param {object} [options] - Additional options
75
+ * @param {boolean} [options.noTextBG] - Dont show text backgrounds
76
+ * @param {number} [options.alpha] - Dont show text backgrounds
77
+ * @param {number} [options.zIndex] - zIndex
78
+ * @param {boolean} [options.scaleImage] - zIndex
79
+ * @returns {void} - Nothing
80
+ */
81
+ declare function DrawButtonKDEx(name: string, func: (bdata: any) => boolean, enabled: boolean, Left: number, Top: number, Width: number, Height: number, Label: string, Color: string, Image?: string, HoveringText?: string, Disabled?: boolean, NoBorder?: boolean, FillColor?: string, FontSize?: number, ShiftText?: boolean, options?: {
82
+ noTextBG?: boolean;
83
+ alpha?: number;
84
+ zIndex?: number;
85
+ scaleImage?: boolean;
86
+ }): void;
87
+ /**
88
+ * Draws a button component
89
+ * @param {any} Container - Container to draw to
90
+ * @param {string} name - Name of the button element
91
+ * @param {(bdata: any) => boolean} func - Whether or not you can click on it
92
+ * @param {boolean} enabled - Whether or not you can click on it
93
+ * @param {number} Left - Position of the component from the left of the canvas
94
+ * @param {number} Top - Position of the component from the top of the canvas
95
+ * @param {number} Width - Width of the component
96
+ * @param {number} Height - Height of the component
97
+ * @param {string} Label - Text to display in the button
98
+ * @param {string} Color - Color of the component
99
+ * @param {string} [Image] - URL of the image to draw inside the button, if applicable
100
+ * @param {string} [HoveringText] - Text of the tooltip, if applicable
101
+ * @param {boolean} [Disabled] - Disables the hovering options if set to true
102
+ * @param {boolean} [NoBorder] - Disables border
103
+ * @param {string} [FillColor] - BG color
104
+ * @param {number} [FontSize] - Font size
105
+ * @param {boolean} [ShiftText] - Shift text to make room for the button
106
+ * @param {object} [options] - Additional options
107
+ * @param {boolean} [options.noTextBG] - Dont show text backgrounds
108
+ * @param {number} [options.alpha] - Dont show text backgrounds
109
+ * @param {number} [options.zIndex] - zIndex
110
+ * @param {boolean} [options.unique] - This button is unique, so X and Y are not differentiators
111
+ * @returns {void} - Nothing
112
+ */
113
+ declare function DrawButtonKDExTo(Container: any, name: string, func: (bdata: any) => boolean, enabled: boolean, Left: number, Top: number, Width: number, Height: number, Label: string, Color: string, Image?: string, HoveringText?: string, Disabled?: boolean, NoBorder?: boolean, FillColor?: string, FontSize?: number, ShiftText?: boolean, options?: {
114
+ noTextBG?: boolean;
115
+ alpha?: number;
116
+ zIndex?: number;
117
+ unique?: boolean;
118
+ }): void;
119
+ declare function KDProcessButtons(): boolean;
120
+ /**
121
+ * Buttons are clickable one frame later, please factor this in to UI design (especially when enforcing validation)
122
+ * @param {string} name
123
+ * @returns {boolean}
124
+ */
125
+ declare function KDClickButton(name: string): boolean;
126
+ declare function MouseInKD(name: any): boolean;
127
+ declare function KinkyDungeonGetTraitsCount(): number;
128
+ declare function KDSendTrait(trait: any): void;
129
+ declare function KDSendSpell(spell: any): void;
130
+ declare function KDSendSpellCast(spell: any): void;
131
+ declare function KDSendWeapon(weapon: any): void;
132
+ declare function KDSendStatus(type: any, data: any, data2: any): void;
133
+ declare function KDSendEvent(type: any): void;
134
+ declare function KinkyDungeonLoadStats(): void;
135
+ declare function KDInitializeJourney(Journey: any): void;
136
+ declare function KDCommitKeybindings(): void;
137
+ declare function KinkyDungeonStartNewGame(Load: any): void;
138
+ declare function KDUpdatePlugSettings(): void;
139
+ declare function KinkyDungeonHandleClick(): boolean;
140
+ /**
141
+ * Handles clicks during the kinky dungeon game
142
+ * @returns {void} - Nothing
143
+ */
144
+ declare function KinkyDungeonClick(): void;
145
+ /**
146
+ * Handles exit during the kinky dungeon game
147
+ * @returns {void} - Nothing
148
+ */
149
+ declare function KinkyDungeonExit(): void;
150
+ /**
151
+ * Handles key presses during the mini game. (Both keyboard and mobile)
152
+ * @returns {void} - Nothing
153
+ */
154
+ declare function KinkyDungeonKeyDown(): void;
155
+ /**
156
+ * Outputs a savegame
157
+ * @returns {KinkyDungeonSave} - Saved game object
158
+ */
159
+ declare function KinkyDungeonGenerateSaveData(): KinkyDungeonSave;
160
+ declare function KinkyDungeonSaveGame(ToString: any): string;
161
+ declare function KinkyDungeonCompressSave(save: any): string;
162
+ declare function KinkyDungeonLoadGame(String: any): boolean;
163
+ /**
164
+ *
165
+ * @param {boolean} Native Decides whether or not to use native KDRandom to randomize
166
+ */
167
+ declare function KDrandomizeSeed(Native: boolean): void;
168
+ declare function KDsetSeed(string: any): void;
169
+ /**
170
+ * It takes a string and returns a function that returns a random number
171
+ * @param str - The string to hash.
172
+ * @returns A function that returns a random number.
173
+ */
174
+ declare function xmur3(str: any): () => number;
175
+ /**
176
+ * It takes four 32-bit integers and returns a function that returns a random number between 0 and 1
177
+ * @param a - The first parameter.
178
+ * @param b - 0x9e3779b9
179
+ * @param c - 0x9e3779b9
180
+ * @param d - The seed.
181
+ * @returns A function that returns a random number between 0 and 1.
182
+ */
183
+ declare function sfc32(a: any, b: any, c: any, d: any): () => number;
184
+ declare function sfc32(a: number, b: number, c: number, d: number): () => number;
185
+ /**
186
+ *
187
+ * @param {string} Path
188
+ * @param {number} [volume]
189
+ */
190
+ declare function AudioPlayInstantSoundKD(Path: string, volume?: number): void;
191
+ /**
192
+ * From https://gist.github.com/hyamamoto/fd435505d29ebfa3d9716fd2be8d42f0
193
+ */
194
+ declare function hashCode(s: any): number;
195
+ declare function TextGetKD(Text: any): any;
196
+ declare function KinkyDungeonCheckPlayerRefresh(): void;
197
+ declare function CJKcheck(text: any, p?: number, o?: string): any;
198
+ /**
199
+ * @param {string} id
200
+ * @returns {HTMLCanvasElement}
201
+ */
202
+ declare function KinkyDungeonGetCanvas(id: string): HTMLCanvasElement;
203
+ declare let CanvasWidth: number;
204
+ declare let CanvasHeight: number;
205
+ declare let KDStartTime: number;
206
+ /** These languages have characters which are rendered bigger than English. */
207
+ declare let KDBigLanguages: string[];
208
+ declare let KDBigLanguages2: string[];
209
+ /** Language List */
210
+ declare let KDLanguages: string[];
211
+ declare let KinkyDungeonPlayerNeedsRefresh: boolean;
212
+ declare let KinkyDungeonNextRefreshCheck: number;
213
+ declare const pp: URLSearchParams;
214
+ declare let param_branch: string;
215
+ declare let param_test: string;
216
+ declare let param_localhost: string;
217
+ declare let TestMode: string | boolean;
218
+ declare let KDDebugMode: boolean;
219
+ declare let KDDebug: boolean;
220
+ declare let KDDebugPerks: boolean;
221
+ declare let KDDebugGold: boolean;
222
+ declare let KDAllModFiles: any[];
223
+ declare let KDModFiles: {};
224
+ declare let KinkyDungeonPerksConfig: string;
225
+ declare let KDUnlockedPerks: any[];
226
+ declare let KinkyDungeonBackground: string;
227
+ /**
228
+ * @type {Character}
229
+ */
230
+ declare let KinkyDungeonPlayer: Character;
231
+ declare let KinkyDungeonState: string;
232
+ declare let KinkyDungeonRep: number;
233
+ declare let KinkyDungeonKeybindings: any;
234
+ declare let KinkyDungeonKeybindingsTemp: any;
235
+ declare let KinkyDungeonKeybindingCurrentKey: string;
236
+ declare let KinkyDungeonKeybindingCurrentKeyRelease: string;
237
+ declare let KinkyDungeonNewGame: number;
238
+ declare let KinkyDungeonGameRunning: boolean;
239
+ declare let KDLose: boolean;
240
+ declare let KDLoadingFinished: boolean;
241
+ declare let KDLoadingDone: number;
242
+ declare let KDLoadingMax: number;
243
+ declare let KinkyDungeonKey: string[];
244
+ declare let KinkyDungeonKeySpell: string[];
245
+ declare let KinkyDungeonKeyWait: string[];
246
+ declare let KinkyDungeonKeySkip: string[];
247
+ declare let KinkyDungeonKeyEnter: string[];
248
+ declare let KinkyDungeonKeySprint: string[];
249
+ declare let KinkyDungeonKeyWeapon: string[];
250
+ declare let KinkyDungeonKeyUpcast: string[];
251
+ declare let KinkyDungeonKeyMenu: string[];
252
+ declare let KinkyDungeonKeyToggle: string[];
253
+ declare let KinkyDungeonKeySpellPage: string[];
254
+ declare let KinkyDungeonKeySwitchWeapon: string[];
255
+ declare let KDLoadingTextKeys: {};
256
+ declare let KinkyDungeonGraphicsQuality: boolean;
257
+ declare namespace KDToggles {
258
+ const VibeSounds: boolean;
259
+ const Music: boolean;
260
+ const Sound: boolean;
261
+ const Drool: boolean;
262
+ const DrawArmor: boolean;
263
+ const TurnCounter: boolean;
264
+ const ShowNPCStatuses: boolean;
265
+ const StunFlash: boolean;
266
+ const ArousalHearts: boolean;
267
+ const VibeHearts: boolean;
268
+ const FancyWalls: boolean;
269
+ }
270
+ declare namespace KDDefaultKB {
271
+ const Down: string;
272
+ const DownLeft: string;
273
+ const DownRight: string;
274
+ const Left: string;
275
+ const Right: string;
276
+ const Up: string;
277
+ const UpLeft: string;
278
+ const UpRight: string;
279
+ const Spell1: string;
280
+ const Spell2: string;
281
+ const Spell3: string;
282
+ const Spell4: string;
283
+ const Spell5: string;
284
+ const Spell6: string;
285
+ const Spell7: string;
286
+ const SpellWeapon: string;
287
+ const Wait: string;
288
+ const Skip: string;
289
+ const Enter: string;
290
+ const Sprint: string;
291
+ const SpellPage: string;
292
+ const SwitchWeapon: string;
293
+ const QInventory: string;
294
+ const Inventory: string;
295
+ const Reputation: string;
296
+ const Magic: string;
297
+ const Log: string;
298
+ const Upcast: string;
299
+ const UpcastCancel: string;
300
+ const MsgLog: string;
301
+ const Pass: string;
302
+ const Door: string;
303
+ const AStruggle: string;
304
+ const APathfind: string;
305
+ const AInspect: string;
306
+ }
307
+ declare let KinkyDungeonRootDirectory: string;
308
+ declare let KinkyDungeonPlayerCharacter: any;
309
+ declare let KinkyDungeonGameData: any;
310
+ declare let KinkyDungeonGameDataNullTimer: number;
311
+ declare let KinkyDungeonGameDataNullTimerTime: number;
312
+ declare let KinkyDungeonStreamingPlayers: any[];
313
+ declare let KinkyDungeonInitTime: number;
314
+ declare let KinkyDungeonSleepTime: number;
315
+ declare let KinkyDungeonFreezeTime: number;
316
+ declare let KinkyDungeonPlaySelfTime: number;
317
+ declare let KinkyDungeonOrgasmTime: number;
318
+ declare let KinkyDungeonAutoWait: boolean;
319
+ declare let KinkyDungeonAutoWaitStruggle: boolean;
320
+ declare let KinkyDungeonConfigAppearance: boolean;
321
+ declare const Consumable: "consumable";
322
+ declare const Restraint: "restraint";
323
+ declare const LooseRestraint: "looserestraint";
324
+ declare const Outfit: "outfit";
325
+ declare const Accessory: "accessory";
326
+ declare const Weapon: "weapon";
327
+ declare const Misc: "misc";
328
+ declare let KinkyDungeonStatsChoice: Map<any, any>;
329
+ declare let KDJourney: string;
330
+ declare let KDOptOut: boolean;
331
+ type KDGameDataBase = {
332
+ KeysNeeded: boolean;
333
+ PoolUses: number;
334
+ PoolUsesGrace: number;
335
+ JailRemoveRestraintsTimer: number;
336
+ KinkyDungeonSpawnJailers: number;
337
+ KinkyDungeonSpawnJailersMax: number;
338
+ KinkyDungeonLeashedPlayer: number;
339
+ KinkyDungeonLeashingEnemy: number;
340
+ KinkyDungeonJailGuard: number;
341
+ KinkyDungeonGuardTimer: number;
342
+ KinkyDungeonGuardTimerMax: number;
343
+ KinkyDungeonGuardSpawnTimer: number;
344
+ KinkyDungeonGuardSpawnTimerMax: number;
345
+ KinkyDungeonGuardSpawnTimerMin: number;
346
+ KinkyDungeonMaxPrisonReduction: number;
347
+ KinkyDungeonPrisonReduction: number;
348
+ KinkyDungeonPrisonExtraGhostRep: number;
349
+ PrisonGoodBehaviorFromLeash: number;
350
+ KinkyDungeonJailTourTimer: number;
351
+ KinkyDungeonJailTourTimerMin: number;
352
+ KinkyDungeonJailTourTimerMax: number;
353
+ KinkyDungeonPenanceCostCurrent: number;
354
+ KinkyDungeonAngel: number;
355
+ KDPenanceStage: number;
356
+ KDPenanceStageEnd: number;
357
+ AngelCurrentRep: string;
358
+ KDPenanceMode: string;
359
+ OrgasmStage: number;
360
+ OrgasmTurns: number;
361
+ OrgasmStamina: number;
362
+ SleepTurns: number;
363
+ PlaySelfTurns: number;
364
+ RescueFlag: boolean;
365
+ KinkyDungeonPenance: boolean;
366
+ GuardApplyTime: number;
367
+ WarningLevel: number;
368
+ AncientEnergyLevel: number;
369
+ OrigEnergyLevel: number;
370
+ LastMP: number;
371
+ LastAP: number;
372
+ LastSP: number;
373
+ LastWP: number;
374
+ Outfit: string;
375
+ Champion: string;
376
+ ChampionCurrent: number;
377
+ JailPoints: KDJailPoint[];
378
+ LastMapSeed: string;
379
+ AlreadyOpened: {
380
+ x: number;
381
+ y: number;
382
+ }[];
383
+ Journey: string;
384
+ CheckpointIndices: number[];
385
+ PrisonerState: string;
386
+ TimesJailed: number;
387
+ JailTurns: number;
388
+ JailKey: boolean;
389
+ CurrentDialog: string;
390
+ CurrentDialogStage: string;
391
+ OrgasmNextStageTimer: number;
392
+ DistractionCooldown: number;
393
+ ConfirmAttack: boolean;
394
+ CurrentDialogMsg: string;
395
+ CurrentDialogMsgSpeaker: string;
396
+ CurrentDialogMsgPersonality: string;
397
+ CurrentDialogMsgID: number;
398
+ CurrentDialogMsgData: Record<string, string>;
399
+ CurrentDialogMsgValue: Record<string, number>;
400
+ AlertTimer: number;
401
+ RespawnQueue: {
402
+ enemy: string;
403
+ faction: string;
404
+ }[];
405
+ HeartTaken: boolean;
406
+ CurrentVibration: KinkyVibration;
407
+ Edged: boolean;
408
+ TimeSinceLastVibeStart: Record<string, number>;
409
+ TimeSinceLastVibeEnd: Record<string, number>;
410
+ OfferFatigue: number;
411
+ Favors: Record<string, number>;
412
+ RoomType: string;
413
+ MapMod: string;
414
+ HunterTimer: number;
415
+ Hunters: number[];
416
+ Quests: string[];
417
+ MapFaction: string;
418
+ PriorJailbreaks: number;
419
+ PriorJailbreaksDecay: number;
420
+ PreviousWeapon: string;
421
+ StaminaPause: number;
422
+ StaminaSlow: number;
423
+ ManaSlow: number;
424
+ TempFlagFloorTicks: Record<string, number>;
425
+ KneelTurns: number;
426
+ HiddenSpellPages: Record<string, boolean>;
427
+ KeyringLocations: {
428
+ x: number;
429
+ y: number;
430
+ }[];
431
+ HiddenItems: Record<string, boolean>;
432
+ ItemPriority: Record<string, number>;
433
+ CagedTime: number;
434
+ ShopItems: shopItem[];
435
+ DelayedActions: KDDelayedAction[];
436
+ JailFaction: string[];
437
+ GuardFaction: string[];
438
+ OfferCount: number;
439
+ MainPath: string;
440
+ ShortcutPath: string;
441
+ ItemID: number;
442
+ ShopkeeperFee: number;
443
+ DollCount: number;
444
+ ChestsGenerated: string[];
445
+ DollRoomCount: number;
446
+ CollectedHearts: number;
447
+ CollectedOrbs: number;
448
+ otherPlaying: number;
449
+ Training: Record<string, KDTrainingRecord>;
450
+ QuickLoadout: KDPresetLoadout[];
451
+ };
452
+ declare namespace KDGameDataBase {
453
+ export const Training: {};
454
+ export const CollectedOrbs: number;
455
+ export const CollectedHearts: number;
456
+ export const DollRoomCount: number;
457
+ export const ChestsGenerated: any[];
458
+ export const MainPath: string;
459
+ export const ShortcutPath: string;
460
+ export const DollCount: number;
461
+ export const CagedTime: number;
462
+ export const HiddenItems: {};
463
+ export const ItemPriority: {};
464
+ export const KeyringLocations: any[];
465
+ export const HiddenSpellPages: {};
466
+ export const PriorJailbreaks: number;
467
+ export const PriorJailbreaksDecay: number;
468
+ export const MapFaction: string;
469
+ export const KeysNeeded: boolean;
470
+ export const RoomType: string;
471
+ const MapMod_1: string;
472
+ export { MapMod_1 as MapMod };
473
+ export const Quests: any[];
474
+ export const HunterTimer: number;
475
+ export const Hunters: any[];
476
+ export const AlertTimer: number;
477
+ export const OrgasmNextStageTimer: number;
478
+ export const DistractionCooldown: number;
479
+ export const PoolUses: number;
480
+ export const PoolUsesGrace: number;
481
+ export const JailRemoveRestraintsTimer: number;
482
+ export const KinkyDungeonSpawnJailers: number;
483
+ export const KinkyDungeonSpawnJailersMax: number;
484
+ export const KinkyDungeonLeashedPlayer: number;
485
+ export const KinkyDungeonLeashingEnemy: number;
486
+ export const KinkyDungeonJailGuard: number;
487
+ export const KinkyDungeonGuardTimer: number;
488
+ export const KinkyDungeonGuardTimerMax: number;
489
+ export const KinkyDungeonGuardSpawnTimer: number;
490
+ export const KinkyDungeonGuardSpawnTimerMax: number;
491
+ export const KinkyDungeonGuardSpawnTimerMin: number;
492
+ export const KinkyDungeonMaxPrisonReduction: number;
493
+ export const KinkyDungeonPrisonReduction: number;
494
+ export const KinkyDungeonPrisonExtraGhostRep: number;
495
+ export const PrisonGoodBehaviorFromLeash: number;
496
+ export const KinkyDungeonJailTourTimer: number;
497
+ export const KinkyDungeonJailTourTimerMin: number;
498
+ export const KinkyDungeonJailTourTimerMax: number;
499
+ export const KinkyDungeonPenanceCostCurrent: number;
500
+ export const KinkyDungeonAngel: number;
501
+ export const KDPenanceStage: number;
502
+ export const KDPenanceStageEnd: number;
503
+ export const AngelCurrentRep: string;
504
+ export const KDPenanceMode: string;
505
+ export const OrgasmStage: number;
506
+ export const OrgasmTurns: number;
507
+ export const OrgasmStamina: number;
508
+ export const KinkyDungeonPenance: boolean;
509
+ export const RescueFlag: boolean;
510
+ export const SleepTurns: number;
511
+ export const PlaySelfTurns: number;
512
+ export const GuardApplyTime: number;
513
+ export const AncientEnergyLevel: number;
514
+ export const OrigEnergyLevel: number;
515
+ export const LastAP: number;
516
+ export const LastSP: number;
517
+ export const LastMP: number;
518
+ export const LastWP: number;
519
+ export const Outfit: string;
520
+ export const Champion: string;
521
+ export const ChampionCurrent: number;
522
+ export const JailPoints: any[];
523
+ export const WarningLevel: number;
524
+ export const LastMapSeed: string;
525
+ export const AlreadyOpened: any[];
526
+ export const Journey: string;
527
+ export const CheckpointIndices: number[];
528
+ export const TempFlagFloorTicks: {};
529
+ export const PrisonerState: string;
530
+ export const TimesJailed: number;
531
+ export const JailTurns: number;
532
+ export const JailKey: boolean;
533
+ export const CurrentDialog: string;
534
+ export const CurrentDialogStage: string;
535
+ export const CurrentDialogMsg: string;
536
+ export const CurrentDialogMsgSpeaker: string;
537
+ export const CurrentDialogMsgPersonality: string;
538
+ export const CurrentDialogMsgData: {};
539
+ export const CurrentDialogMsgValue: {};
540
+ export const CurrentDialogMsgID: number;
541
+ export const ConfirmAttack: boolean;
542
+ export const RespawnQueue: any[];
543
+ export const HeartTaken: boolean;
544
+ export const CurrentVibration: any;
545
+ export const Edged: boolean;
546
+ export const TimeSinceLastVibeStart: {};
547
+ export const TimeSinceLastVibeEnd: {};
548
+ export const OfferFatigue: number;
549
+ export const Favors: {};
550
+ export const PreviousWeapon: any;
551
+ export const QuickLoadout: any[];
552
+ export const StaminaPause: number;
553
+ export const StaminaSlow: number;
554
+ export const ManaSlow: number;
555
+ export const KneelTurns: number;
556
+ export const ShopItems: any[];
557
+ export const DelayedActions: any[];
558
+ export const JailFaction: any[];
559
+ export const GuardFaction: any[];
560
+ export const OfferCount: number;
561
+ export const ItemID: number;
562
+ export const ShopkeeperFee: number;
563
+ export const otherPlaying: number;
564
+ }
565
+ /**
566
+ * @type {KDGameDataBase}
567
+ */
568
+ declare let KDGameData: KDGameDataBase;
569
+ declare let KDLeashingEnemy: any;
570
+ declare let KDJailGuard: any;
571
+ declare let KDAngel: any;
572
+ /**
573
+ * Runs the kinky dungeon game and draws its components on screen
574
+ * @returns {void} - Nothing
575
+ */
576
+ declare let KinkyDungeonCreditsPos: number;
577
+ declare let KDMaxPatronPerPage: number;
578
+ declare let KDMaxPatron: number;
579
+ declare let KinkyDungeonPatronPos: number;
580
+ declare let KinkyDungeonFastWait: boolean;
581
+ declare let KinkyDungeonTempWait: boolean;
582
+ declare let KinkyDungeonSexyMode: boolean;
583
+ declare let KinkyDungeonClassMode: string;
584
+ declare let KinkyDungeonRandomMode: boolean;
585
+ declare let KinkyDungeonEasyMode: number;
586
+ declare let KinkyDungeonSaveMode: boolean;
587
+ declare let KinkyDungeonSexyPiercing: boolean;
588
+ declare let KinkyDungeonSexyPlug: boolean;
589
+ declare let KDOldValue: string;
590
+ declare let KDOriginalValue: string;
591
+ declare let KDRestart: boolean;
592
+ declare let fpscounter: number;
593
+ declare let lastfps: number;
594
+ declare let dispfps: number;
595
+ declare let KDMarkAsCache: any[];
596
+ declare let lastGlobalRefresh: number;
597
+ declare let GlobalRefreshInterval: number;
598
+ declare let KDGlobalRefresh: boolean;
599
+ declare let KDDrawDelta: number;
600
+ declare let kdTrackGameBoard: boolean;
601
+ declare let kdTrackGameFog: boolean;
602
+ declare let kdTrackGameParticles: boolean;
603
+ /**
604
+ * @type {Record<string, {Left: number, Top: number, Width: number, Height: number, enabled: boolean, func?: (bdata: any) => boolean}>}
605
+ */
606
+ declare let KDButtonsCache: Record<string, {
607
+ Left: number;
608
+ Top: number;
609
+ Width: number;
610
+ Height: number;
611
+ enabled: boolean;
612
+ func?: (bdata: any) => boolean;
613
+ }>;
614
+ /**
615
+ * @type {Record<string, {Left: number, Top: number, Width: number, Height: number, enabled: boolean, func?: (bdata: any) => boolean}>}
616
+ */
617
+ declare let KDLastButtonsCache: Record<string, {
618
+ Left: number;
619
+ Top: number;
620
+ Width: number;
621
+ Height: number;
622
+ enabled: boolean;
623
+ func?: (bdata: any) => boolean;
624
+ }>;
625
+ declare let KinkyDungeonGameFlag: boolean;
626
+ declare let KDDefaultJourney: string[];
627
+ declare let KDDefaultAlt: string[];
628
+ declare let afterLoaded: boolean;
629
+ /**
630
+ * Dummy function. You can modify this function as part of your mod like so:
631
+ * function _KDModsAfterLoad = KDModsAfterLoad;
632
+ * KDModsAfterLoad = () => {
633
+ * [Your stuff here]
634
+ * _KDModsAfterLoad();
635
+ * }
636
+ * It is declared with `let` intentionally to allow the above, without suggesting a type error
637
+ */
638
+ declare function KDModsAfterLoad(): void;
639
+ declare let KDHardModeThresh: number;
640
+ declare let mouseDown: boolean;
641
+ declare let MouseClicked: boolean;
642
+ /**
643
+ * Game keyboard input handler object: Handles keyboard inputs.
644
+ * @constant
645
+ * @type {object} - The game keyboard input handler object. Contains the functions and properties required to handle key press events.
646
+ */
647
+ declare let KinkyDungeonGameKey: object;
648
+ declare let KinkyDungeonSeed: string;
649
+ declare let KDRandom: () => number;
650
+ /**
651
+ * @type {Map<string, HTMLAudioElement>}
652
+ */
653
+ declare let kdSoundCache: Map<string, HTMLAudioElement>;