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,429 @@
1
+ /**
2
+ *
3
+ * @param {string} location
4
+ * @param {Record<string, effectTile>} value
5
+ */
6
+ declare function KinkyDungeonEffectTilesSet(location: string, value: Record<string, effectTile>): void;
7
+ /**
8
+ *
9
+ * @param {string} location
10
+ * @returns {Record<string, effectTile>}
11
+ */
12
+ declare function KinkyDungeonEffectTilesGet(location: string): Record<string, effectTile>;
13
+ /**
14
+ *
15
+ * @param {string} location
16
+ * @param {any} value
17
+ */
18
+ declare function KinkyDungeonTilesSet(location: string, value: any): void;
19
+ /**
20
+ *
21
+ * @param {string} location
22
+ * @returns {any}
23
+ */
24
+ declare function KinkyDungeonTilesGet(location: string): any;
25
+ /**
26
+ *
27
+ * @param {string} location
28
+ */
29
+ declare function KinkyDungeonTilesDelete(location: string): void;
30
+ /**
31
+ *
32
+ * @param {string} location
33
+ * @param {any} value
34
+ */
35
+ declare function KinkyDungeonSkinSet(location: string, value: any): void;
36
+ /**
37
+ *
38
+ * @param {string} location
39
+ * @returns {any}
40
+ */
41
+ declare function KinkyDungeonSkinGet(location: string): any;
42
+ /**
43
+ *
44
+ * @param {string} location
45
+ */
46
+ declare function KinkyDungeonSkinDelete(location: string): void;
47
+ declare function KDAlreadyOpened(x: any, y: any): boolean;
48
+ declare function KinkyDungeonPlaySound(src: any, entity: any): void;
49
+ declare function KinkyDungeonSetCheckPoint(Checkpoint: any, AutoSave: any, suppressCheckPoint: any): void;
50
+ declare function KinkyDungeonNewGamePlus(): void;
51
+ declare function KDResetData(Data: any): void;
52
+ declare function KDResetEventData(Data: any): void;
53
+ declare function KinkyDungeonInitialize(Level: any, Load: any): void;
54
+ declare function KDInitCanvas(): void;
55
+ declare function KDCreateBoringness(noBoring: any): void;
56
+ /**
57
+ * @returns {number}
58
+ */
59
+ declare function KDGetMapSize(): number;
60
+ /**
61
+ *
62
+ * @param {floorParams} MapParams
63
+ * @param {number} Floor
64
+ * @param {boolean} [testPlacement]
65
+ * @param {boolean} [seed]
66
+ */
67
+ declare function KinkyDungeonCreateMap(MapParams: floorParams, Floor: number, testPlacement?: boolean, seed?: boolean): void;
68
+ /**
69
+ * Creates a list of all tiles accessible and not hidden by doors
70
+ */
71
+ declare function KinkyDungeonGenNavMap(): void;
72
+ declare function KinkyDungeonGetAccessible(startX: any, startY: any, testX: any, testY: any): {};
73
+ declare function KinkyDungeonGetAccessibleRoom(startX: any, startY: any): string[];
74
+ declare function KinkyDungeonIsAccessible(testX: any, testY: any): boolean;
75
+ declare function KinkyDungeonIsReachable(testX: any, testY: any, testLockX: any, testLockY: any): boolean;
76
+ declare function KinkyDungeonGetAllies(): entity[];
77
+ declare function KinkyDungeonPlaceEnemies(spawnPoints: any, InJail: any, Tags: any, BonusTags: any, Floor: any, width: any, height: any, altRoom: any, factionList: any): void;
78
+ declare function KinkyDungeonGetClosestSpecialAreaDist(x: any, y: any): number;
79
+ declare function KinkyDungeonCreateRectangle(Left: any, Top: any, Width: any, Height: any, Border: any, Fill: any, Padding: any, OffLimits: any, NoWander: any, flexCorner: any, Jail: any): void;
80
+ declare function KinkyDungeonPlaceStairs(checkpoint: any, startpos: any, width: any, height: any, noStairs: any, nostartstairs: any): void;
81
+ declare function KinkyDungeonSkinArea(skin: any, X: any, Y: any, Radius: any, NoStairs: any): void;
82
+ declare function KinkyDungeonGetMainPath(level: any, altType: any): string;
83
+ declare function KinkyDungeonGetShortcut(level: any, altType: any): string;
84
+ declare function KinkyDungeonPlaceShortcut(checkpoint: any, width: any, height: any): void;
85
+ declare function KinkyDungeonPlaceChests(chestlist: any, shrinelist: any, treasurechance: any, treasurecount: any, rubblechance: any, Floor: any, width: any, height: any): void;
86
+ declare function KinkyDungeonPlaceLore(width: any, height: any): number;
87
+ declare function KinkyDungeonPlaceHeart(width: any, height: any, Floor: any): boolean;
88
+ declare function KinkyDungeonPlaceShrines(chestlist: any, shrinelist: any, shrinechance: any, shrineTypes: any, shrinecount: any, shrinefilter: any, ghostchance: any, manaChance: any, orbcount: any, filterTypes: any, Floor: any, width: any, height: any): void;
89
+ declare function KinkyDungeonPlaceChargers(chargerlist: any, chargerchance: any, litchargerchance: any, chargercount: any, Floor: any, width: any, height: any): void;
90
+ /**
91
+ *
92
+ * @param {number} Floor
93
+ * @param {number} manaChance
94
+ * @param {string[]} filterTypes
95
+ * @returns
96
+ */
97
+ declare function KinkyDungeonGenerateShrine(Floor: number, filterTypes: string[], manaChance: number): {
98
+ type: string;
99
+ drunk: boolean;
100
+ } | {
101
+ type: string;
102
+ drunk?: undefined;
103
+ };
104
+ declare function KinkyDungeonPlaceSpecialTiles(gaschance: any, gasType: any, Floor: any, width: any, height: any): void;
105
+ declare function KinkyDungeonPlaceBrickwork(brickchance: any, Floor: any, width: any, height: any): void;
106
+ declare function KinkyDungeonPlaceTraps(traps: any, traptypes: any, trapchance: any, doorlocktrapchance: any, Floor: any, width: any, height: any): void;
107
+ declare function KinkyDungeonPlacePatrols(Count: any, width: any, height: any): void;
108
+ /**
109
+ *
110
+ * @returns {number}
111
+ */
112
+ declare function KDGetEffLevel(): number;
113
+ /**
114
+ * @returns {string}
115
+ */
116
+ declare function KDRandomizeRedLock(): string;
117
+ /**
118
+ * Generates a lock
119
+ * @param {boolean} [Guaranteed]
120
+ * @param {number} [Floor]
121
+ * @param {boolean} [AllowGold]
122
+ * @param {string} [Type] - Used to customize the type
123
+ * @returns {string}
124
+ */
125
+ declare function KinkyDungeonGenerateLock(Guaranteed?: boolean, Floor?: number, AllowGold?: boolean, Type?: string): string;
126
+ declare function KinkyDungeonPlaceDoors(doorchance: any, nodoorchance: any, doorlockchance: any, trapChance: any, grateChance: any, Floor: any, width: any, height: any): {
127
+ x: number;
128
+ y: number;
129
+ }[];
130
+ declare function KinkyDungeonReplaceDoodads(Chance: any, barchance: any, wallRubblechance: any, wallhookchance: any, ceilinghookchance: any, width: any, height: any, altType: any): void;
131
+ declare function KinkyDungeonPlaceFurniture(barrelChance: any, cageChance: any, width: any, height: any, altType: any): void;
132
+ declare function KinkyDungeonPlaceFood(foodChance: any, width: any, height: any, altType: any): void;
133
+ declare function KinkyDungeonPlaceTorches(torchchance: any, torchlitchance: any, torchchanceboring: any, width: any, height: any, altType: any, torchreplace: any): void;
134
+ /**
135
+ * Replace vertical wall '1' with '|'
136
+ * @param {number} width
137
+ * @param {number} height
138
+ */
139
+ declare function KinkyDungeonReplaceVert(width: number, height: number): void;
140
+ declare function KinkyDungeonMazeWalls(Cell: any, Walls: any, WallsList: any): void;
141
+ declare function KinkyDungeonMapSet(X: any, Y: any, SetTo: any, VisitedRooms: any): boolean;
142
+ declare function KinkyDungeonMapSetForce(X: any, Y: any, SetTo: any, VisitedRooms: any): boolean;
143
+ declare function KinkyDungeonBoringGet(X: any, Y: any): number;
144
+ declare function KinkyDungeonBoringSet(X: any, Y: any, SetTo: any): boolean;
145
+ declare function KinkyDungeonMapGet(X: any, Y: any): string;
146
+ declare function KinkyDungeonVisionSet(X: any, Y: any, SetTo: any): boolean;
147
+ declare function KinkyDungeonBrightnessSet(X: any, Y: any, SetTo: any, monotonic: any): boolean;
148
+ declare function KinkyDungeonColorSet(X: any, Y: any, SetTo: any, monotonic: any): boolean;
149
+ declare function KinkyDungeonShadowSet(X: any, Y: any, SetTo: any, monotonic: any): boolean;
150
+ declare function KinkyDungeonVisionGet(X: any, Y: any): any;
151
+ declare function KinkyDungeonBrightnessGet(X: any, Y: any): any;
152
+ declare function KinkyDungeonColorGet(X: any, Y: any): any;
153
+ declare function KinkyDungeonShadowGet(X: any, Y: any): any;
154
+ declare function KinkyDungeonFogGet(X: any, Y: any): any;
155
+ declare function KinkyDungeonGetDirection(dx: any, dy: any): {
156
+ x: number;
157
+ y: number;
158
+ delta: number;
159
+ };
160
+ declare function KinkyDungeonGetDirectionRandom(dx: any, dy: any): {
161
+ x: number;
162
+ y: number;
163
+ delta: number;
164
+ };
165
+ declare function KinkyDungeonControlsEnabled(): boolean;
166
+ declare function KDStartSpellcast(tx: any, ty: any, SpellToCast: any, enemy: any, player: any, bullet: any, data: any): string;
167
+ declare function KinkyDungeonClickGame(Level: any): boolean;
168
+ declare function KinkyDungeonGetMovable(): string;
169
+ declare function KinkyDungeonListenKeyMove(): void;
170
+ declare function KinkyDungeonGameKeyDown(): boolean;
171
+ declare function KinkyDungeonGameKeyUp(lastPress: any): boolean;
172
+ declare function KinkyDungeonSendTextMessage(priority: any, text: any, color: any, time: any, noPush: any, noDupe: any, entity: any): boolean;
173
+ declare function KinkyDungeonSendActionMessage(priority: any, text: any, color: any, time: any, noPush: any, noDupe: any, entity: any): boolean;
174
+ declare function KDAttackCost(): number;
175
+ declare function KinkyDungeonLaunchAttack(Enemy: any, skip: any): void;
176
+ declare function KinkyDungeonMove(moveDirection: any, delta: any, AllowInteract: any, SuppressSprint: any): boolean;
177
+ declare function KinkyDungeonWaitMessage(NoTime: any): void;
178
+ declare function KinkyDungeonMoveTo(moveX: any, moveY: any, SuppressSprint: any): number;
179
+ declare function KDCanSprint(): boolean;
180
+ declare function KinkyDungeonAdvanceTime(delta: any, NoUpdate: any, NoMsgTick: any): void;
181
+ declare function KinkyDungeonTargetTileMsg(): void;
182
+ /**
183
+ * Sets an item in the character appearance
184
+ * @param {Character} C - The character whose appearance should be changed
185
+ * @param {string} Group - The name of the corresponding groupr for the item
186
+ * @param {Asset|null} ItemAsset - The asset collection of the item to be changed
187
+ * @param {ItemColor} NewColor - The new color (as "#xxyyzz" hex value) for that item
188
+ * @param {number} [DifficultyFactor=0] - The difficulty, on top of the base asset difficulty, that should be assigned
189
+ * to the item
190
+ * @param {number} [ItemMemberNumber=-1] - The member number of the player adding the item - defaults to -1
191
+ * @param {boolean} [Refresh=true] - Determines, wether the character should be redrawn after the item change
192
+ * @param {item} [item] - The item, to pass to the event
193
+ * @returns {Item} - the item itself
194
+ */
195
+ declare function KDAddAppearance(C: Character, Group: string, ItemAsset: Asset | null, NewColor: ItemColor, DifficultyFactor?: number, ItemMemberNumber?: number, Refresh?: boolean, item?: item): Item;
196
+ /**
197
+ * Sets an item in the character appearance
198
+ * @param {Character} C - The character whose appearance should be changed
199
+ * @param {string} Group - The name of the corresponding groupr for the item
200
+ * @param {Model} ItemModel - The asset collection of the item to be changed
201
+ * @param {ItemColor} NewColor - The new color (as "#xxyyzz" hex value) for that item
202
+ * @param {item} [item] - The item, to pass to the event
203
+ * @param {Record<string, LayerFilter>} filters - The item, to pass to the event
204
+ * @returns {Item} - the item itself
205
+ */
206
+ declare function KDAddModel(C: Character, Group: string, ItemModel: Model, NewColor: ItemColor, filters: Record<string, LayerFilter>, item?: item): Item;
207
+ declare function KinkyDungeonCloseDoor(data: any): void;
208
+ declare function KDGetEnemyCache(): Map<string, entity>;
209
+ /**
210
+ *
211
+ * @param {number} [x]
212
+ * @param {number} [y]
213
+ */
214
+ declare function KDTile(x?: number, y?: number): any;
215
+ /**
216
+ *
217
+ * @param {number} [x]
218
+ * @param {number} [y]
219
+ */
220
+ declare function KDTileDelete(x?: number, y?: number): void;
221
+ /**
222
+ * Stuns the player for [turns] turns
223
+ * @param {number} turns
224
+ * @param {boolean} [noFlag] - Doesn't add the 'stun' flag which makes the game think you are in trouble
225
+ */
226
+ declare function KDStunTurns(turns: number, noFlag?: boolean): void;
227
+ /**
228
+ * Kneels the player for [turns] turns
229
+ * @param {number} turns
230
+ */
231
+ declare function KDKneelTurns(turns: number): void;
232
+ /**
233
+ * Picks a string based on weights
234
+ * @param {Record<string, number>} list - a list of weights with string keys
235
+ * @returns {string} - the key that was selected
236
+ */
237
+ declare function KDGetByWeight(list: Record<string, number>): string;
238
+ declare function KDGetAltType(Floor: any): any;
239
+ declare function KDCanPassEnemy(player: any, Enemy: any): any;
240
+ declare let KinkyDungeonGagMumbleChance: number;
241
+ declare let KinkyDungeonGagMumbleChancePerRestraint: number;
242
+ declare let MiniGameKinkyDungeonCheckpoint: string;
243
+ declare let MiniGameKinkyDungeonLevel: number;
244
+ /**
245
+ * @type Record<string, string>
246
+ */
247
+ declare let KinkyDungeonMapIndex: Record<string, string>;
248
+ /**
249
+ * @type {number[]}
250
+ */
251
+ declare let KinkyDungeonBoringness: number[];
252
+ declare let KinkyDungeonVisionGrid: any[];
253
+ declare let KinkyDungeonColorGrid: any[];
254
+ declare let KinkyDungeonShadowGrid: any[];
255
+ declare let KinkyDungeonBrightnessGrid: any[];
256
+ declare let KinkyDungeonFogGrid: any[];
257
+ declare let KinkyDungeonUpdateLightGrid: boolean;
258
+ declare let KinkyDungeonGrid: string;
259
+ declare let KinkyDungeonGrid_Last: string;
260
+ declare let KinkyDungeonGridSize: number;
261
+ declare let KinkyDungeonGridWidth: number;
262
+ declare let KinkyDungeonGridHeight: number;
263
+ declare let KinkyDungeonGridSizeDisplay: number;
264
+ declare let KinkyDungeonGridWidthDisplay: number;
265
+ declare let KinkyDungeonGridHeightDisplay: number;
266
+ declare namespace KinkyDungeonMoveDirection {
267
+ const x: number;
268
+ const y: number;
269
+ const delta: number;
270
+ }
271
+ declare let KinkyDungeonTextMessagePriority: number;
272
+ declare let KinkyDungeonTextMessage: string;
273
+ declare let KinkyDungeonTextMessageNoPush: boolean;
274
+ declare let KinkyDungeonTextMessageTime: number;
275
+ declare let KinkyDungeonTextMessageColor: string;
276
+ declare let KinkyDungeonActionMessagePriority: number;
277
+ declare let KinkyDungeonActionMessage: string;
278
+ declare let KinkyDungeonActionMessageNoPush: boolean;
279
+ declare let KinkyDungeonActionMessageTime: number;
280
+ declare let KinkyDungeonActionMessageColor: string;
281
+ declare let KinkyDungeonSpriteSize: number;
282
+ declare let KinkyDungeonCanvas: HTMLCanvasElement;
283
+ declare let KinkyDungeonContext: any;
284
+ declare let KinkyDungeonCanvasFow: HTMLCanvasElement;
285
+ declare let KinkyDungeonContextFow: any;
286
+ declare let KinkyDungeonCanvasPlayer: HTMLCanvasElement;
287
+ declare let KinkyDungeonContextPlayer: any;
288
+ /** @type {entity[]} */
289
+ declare let KinkyDungeonEntities: entity[];
290
+ declare let KinkyDungeonTerrain: any[];
291
+ declare let KinkyDungeonPOI: any[];
292
+ declare let KinkyDungeonMapBrightness: number;
293
+ declare let KDDefaultAvoidTiles: string;
294
+ declare let KinkyDungeonGroundTiles: string;
295
+ declare let KinkyDungeonWallTiles: string;
296
+ declare let KinkyDungeonMovableTilesEnemy: string;
297
+ declare let KinkyDungeonMovableTilesSmartEnemy: string;
298
+ declare let KinkyDungeonMovableTiles: string;
299
+ declare let KDRandomDisallowedNeighbors: string;
300
+ declare let KDTrappableNeighbors: string;
301
+ declare let KDTrappableNeighborsLikely: string;
302
+ declare let KinkyDungeonTransparentObjects: string;
303
+ declare let KinkyDungeonTransparentMovableObjects: string;
304
+ declare let KDOpenDoorTiles: string[];
305
+ /**
306
+ * @type {Record<string, {x: number, y: number, tags?:string[]}>}
307
+ */
308
+ declare let KinkyDungeonRandomPathablePoints: Record<string, {
309
+ x: number;
310
+ y: number;
311
+ tags?: string[];
312
+ }>;
313
+ /** @type {Record<string, any>} */
314
+ declare let KinkyDungeonTiles: Record<string, any>;
315
+ /** @type {Record<string, Record<string, effectTile>>} */
316
+ declare let KinkyDungeonEffectTiles: Record<string, Record<string, effectTile>>;
317
+ /** @type {Record<string, any>} */
318
+ declare let KinkyDungeonTilesMemory: Record<string, any>;
319
+ /** @type {Record<string, any>} */
320
+ declare let KinkyDungeonTilesSkin: Record<string, any>;
321
+ declare let KinkyDungeonTargetTile: any;
322
+ declare let KinkyDungeonTargetTileLocation: string;
323
+ declare const KinkyDungeonBaseLockChance: 0.1;
324
+ declare const KinkyDungeonScalingLockChance: 0.1;
325
+ declare const KinkyDungeonBlueLockChance: -0.1;
326
+ declare const KinkyDungeonBlueLockChanceScaling: 0.015;
327
+ declare const KinkyDungeonBlueLockChanceScalingMax: 0.4;
328
+ declare const KinkyDungeonGoldLockChance: -0.25;
329
+ declare const KinkyDungeonGoldLockChanceScaling: 0.015;
330
+ declare const KinkyDungeonGoldLockChanceScalingMax: 0.25;
331
+ declare const KinkyDungeonPurpleLockChance: 0;
332
+ declare const KinkyDungeonPurpleLockChanceScaling: 0.02;
333
+ declare const KinkyDungeonPurpleLockChanceScalingMax: 0.6;
334
+ declare let KinkyDungeonCurrentMaxEnemies: number;
335
+ declare let KinkyDungeonNextDataSendTime: number;
336
+ declare const KinkyDungeonNextDataSendTimeDelay: 500;
337
+ declare let KinkyDungeonNextDataSendTimeDelayPing: number;
338
+ declare let KinkyDungeonNextDataSendStatsTimeDelay: number;
339
+ declare let KinkyDungeonNextDataSendStatsTime: number;
340
+ declare let KinkyDungeonNextDataLastTimeReceived: number;
341
+ declare let KinkyDungeonNextDataLastTimeReceivedTimeout: number;
342
+ declare let KinkyDungeonLastMoveDirection: any;
343
+ /** @type {spell} */
344
+ declare let KinkyDungeonTargetingSpell: spell;
345
+ /**
346
+ * Item to decrement by 1 when spell is cast
347
+ */
348
+ declare let KinkyDungeonTargetingSpellItem: any;
349
+ declare let KinkyDungeonTargetingSpellWeapon: any;
350
+ /**
351
+ * Game stops when you reach this level
352
+ */
353
+ declare let KinkyDungeonMaxLevel: number;
354
+ declare let KinkyDungeonLastMoveTimer: number;
355
+ declare let KinkyDungeonLastMoveTimerStart: number;
356
+ declare let KinkyDungeonLastMoveTimerCooldown: number;
357
+ declare let KinkyDungeonLastMoveTimerCooldownStart: number;
358
+ declare let KinkyDungeonPatrolPoints: any[];
359
+ declare namespace KinkyDungeonStartPosition {
360
+ const x_1: number;
361
+ export { x_1 as x };
362
+ const y_1: number;
363
+ export { y_1 as y };
364
+ }
365
+ declare namespace KinkyDungeonEndPosition {
366
+ const x_2: number;
367
+ export { x_2 as x };
368
+ const y_2: number;
369
+ export { y_2 as y };
370
+ }
371
+ declare namespace KinkyDungeonShortcutPosition {
372
+ const x_3: number;
373
+ export { x_3 as x };
374
+ const y_3: number;
375
+ export { y_3 as y };
376
+ }
377
+ declare let KinkyDungeonJailLeash: number;
378
+ declare let KinkyDungeonJailLeashX: number;
379
+ declare let KinkyDungeonSaveInterval: number;
380
+ declare let KinkyDungeonSFX: any[];
381
+ declare let KDStageBossGenerated: boolean;
382
+ declare let KinkyDungeonSpecialAreas: any[];
383
+ declare let KDMinBoringness: number;
384
+ declare let KinkyDungeonCommercePlaced: number;
385
+ declare let KDFood: {
386
+ "": {
387
+ Food: string;
388
+ Weight: number;
389
+ };
390
+ Plate: {
391
+ Food: string;
392
+ Weight: number;
393
+ };
394
+ Cookies: {
395
+ Food: string;
396
+ Theft: string;
397
+ Weight: number;
398
+ };
399
+ Pizza: {
400
+ Food: string;
401
+ Weight: number;
402
+ };
403
+ };
404
+ declare let canvasOffsetX: number;
405
+ declare let canvasOffsetY: number;
406
+ declare const canvasOffsetX_ui: 500;
407
+ declare const canvasOffsetY_ui: 164;
408
+ declare let KinkyDungeonAutoWaitSuppress: boolean;
409
+ declare let KDShopBuyConfirm: boolean;
410
+ declare let KinkyDungeonNoMoveFlag: boolean;
411
+ declare let KinkyDungeonLastAction: string;
412
+ declare let KinkyDungeonLastTurnAction: string;
413
+ declare let KDDrawUpdate: number;
414
+ declare let KDVisionUpdate: number;
415
+ declare let KDLastTick: number;
416
+ declare let KDAllowDialogue: boolean;
417
+ declare let lastFloaterRefresh: number;
418
+ /**
419
+ * @type {Map<string, entity>}
420
+ */
421
+ declare let KDEnemyCache: Map<string, entity>;
422
+ declare let KDUpdateEnemyCache: boolean;
423
+ declare let KDTileQuery: string;
424
+ declare let KDTileLast: any;
425
+ declare namespace KDKeyCheckers {
426
+ function Toggles(): boolean;
427
+ function Shop(): boolean;
428
+ function Dialogue(): boolean;
429
+ }
@@ -0,0 +1,134 @@
1
+ /**
2
+ *
3
+ * @param {item} item
4
+ * @param {boolean} [includeItem]
5
+ * @returns {item[]}
6
+ */
7
+ declare function KDDynamicLinkList(item: item, includeItem?: boolean): item[];
8
+ /**
9
+ * Returns a list of items on the 'surface' of a dynamic link, i.e items that can be accessed
10
+ * @param {item} item
11
+ * @returns {item[]}
12
+ */
13
+ declare function KDDynamicLinkListSurface(item: item): item[];
14
+ /**
15
+ *
16
+ * @param {restraint} restraint
17
+ * @returns {number}
18
+ */
19
+ declare function KDLinkSize(restraint: restraint): number;
20
+ /**
21
+ *
22
+ * @param {item} item
23
+ * @param {string} linkCategory
24
+ * @param {item} [ignoreItem]
25
+ * @returns {number}
26
+ */
27
+ declare function KDLinkCategorySize(item: item, linkCategory: string, ignoreItem?: item): number;
28
+ declare function KinkyDungeonDrawInputs(): void;
29
+ declare function KDCycleSpellPage(reverse: any): void;
30
+ declare function KinkyDungeonCanSleep(): boolean;
31
+ declare function KDLinspace(min: any, max: any, steps: any): any[];
32
+ declare function KDSteps(max: any, step: any, maxStep?: number): any[];
33
+ declare function KinkyDungeonDrawStats(x: any, y: any, width: any, heightPerBar: any): void;
34
+ declare function KDAutoStruggleClick(): void;
35
+ declare function KinkyDungeonActivateWeaponSpell(instant: any): boolean;
36
+ declare function KinkyDungeonRangedAttack(): boolean;
37
+ declare function KinkyDungeonHandleHUD(): boolean;
38
+ declare function KinkyDungeonUpdateStruggleGroups(): void;
39
+ declare let KinkyDungeonStruggleGroups: any[];
40
+ declare let KinkyDungeonStruggleGroupsBase: string[];
41
+ declare let KinkyDungeonDrawStruggle: number;
42
+ declare let KDPlayerSetPose: boolean;
43
+ declare let KinkyDungeonDrawStruggleHover: boolean;
44
+ declare let KinkyDungeonDrawState: string;
45
+ declare let KinkyDungeonDrawStatesModal: string[];
46
+ declare let KinkyDungeonSpellValid: boolean;
47
+ declare let KinkyDungeonCamX: number;
48
+ declare let KinkyDungeonCamY: number;
49
+ declare let KinkyDungeonTargetX: number;
50
+ declare let KinkyDungeonTargetY: number;
51
+ declare let KinkyDungeonLastDraw: number;
52
+ declare let KinkyDungeonLastDraw2: number;
53
+ declare let KinkyDungeonDrawDelta: number;
54
+ declare let KD_HUD_RESTRAINTINFOFONTSIZE: number;
55
+ declare let KD_HUD_RESTRAINTINFOLINESIZE: number;
56
+ declare const KinkyDungeonLastChatTimeout: 10000;
57
+ declare let KinkyDungeonStatBarHeight: number;
58
+ declare let KinkyDungeonToggleAutoDoor: boolean;
59
+ declare let KinkyDungeonToggleAutoPass: boolean;
60
+ declare let KinkyDungeonToggleAutoSprint: boolean;
61
+ declare let KinkyDungeonInspect: boolean;
62
+ declare let KinkyDungeonFastMove: boolean;
63
+ declare let KinkyDungeonFastMovePath: any[];
64
+ declare let KinkyDungeonFastStruggle: boolean;
65
+ declare let KinkyDungeonFastStruggleType: string;
66
+ declare let KinkyDungeonFastStruggleGroup: string;
67
+ declare namespace KDBuffSprites {
68
+ const Camo: boolean;
69
+ const Drenched: boolean;
70
+ const StoneSkin: boolean;
71
+ const Conduction: boolean;
72
+ const Ignite: boolean;
73
+ const Burning: boolean;
74
+ const Unsteady: boolean;
75
+ const Unsteady2: boolean;
76
+ const Chilled: boolean;
77
+ const ChillWalk: boolean;
78
+ const Slimed: boolean;
79
+ const LightningRod: boolean;
80
+ const PoisonDagger: boolean;
81
+ const Cutting: boolean;
82
+ const Slippery: boolean;
83
+ const ScrollVerbal: boolean;
84
+ const ScrollArms: boolean;
85
+ const ScrollLegs: boolean;
86
+ const Empower: boolean;
87
+ const SlimeMimic: boolean;
88
+ const DisenchantSelf: boolean;
89
+ const LeatherBurst: boolean;
90
+ const TabletElements: boolean;
91
+ const TabletConjure: boolean;
92
+ const TabletIllusion: boolean;
93
+ const TabletRope: boolean;
94
+ const TabletWill: boolean;
95
+ const TabletMetal: boolean;
96
+ const TabletLatex: boolean;
97
+ const TabletLeather: boolean;
98
+ const AvatarFire: boolean;
99
+ const AvatarWater: boolean;
100
+ const AvatarEarth: boolean;
101
+ const AvatarAir: boolean;
102
+ const DistractionCast: boolean;
103
+ const BoundByFate: boolean;
104
+ const GreaterInvisibility: boolean;
105
+ const Invisibility: boolean;
106
+ const Haunted: boolean;
107
+ }
108
+ declare namespace KDStatsSkipLine {
109
+ const info: number;
110
+ const status: number;
111
+ const dmg: number;
112
+ }
113
+ declare namespace KDStatsSkipLineBefore {
114
+ const kinky: number;
115
+ }
116
+ declare namespace KDStatsOrder {
117
+ const info_1: number;
118
+ export { info_1 as info };
119
+ export const help: number;
120
+ const status_1: number;
121
+ export { status_1 as status };
122
+ export const buffs: number;
123
+ const dmg_1: number;
124
+ export { dmg_1 as dmg };
125
+ const kinky_1: number;
126
+ export { kinky_1 as kinky };
127
+ }
128
+ declare let KDModalArea_x: number;
129
+ declare let KDModalArea_y: number;
130
+ declare let KDModalArea_width: number;
131
+ declare let KDModalArea_height: number;
132
+ declare let KDModalArea: boolean;
133
+ declare let KDConfirmDeleteSave: boolean;
134
+ declare let KDStruggleGroupLinkIndex: {};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * @returns {string}
3
+ * Delegate to KDProcessInputs */
4
+ declare function KDProcessInput(type: any, data: any): string;
5
+ /**
6
+ *
7
+ * @param {string} type
8
+ * @param {any} data
9
+ * @returns {string}
10
+ */
11
+ declare function KDSendInput(type: string, data: any, frame: any, noUpdate: any): string;
12
+ /**
13
+ * Handles inputs once per frame
14
+ * @returns {string}
15
+ */
16
+ declare function KDProcessInputs(ReturnResult: any): string;
17
+ /**
18
+ * @type {{type: string, data: any}[]}
19
+ */
20
+ declare let KinkyDungeonInputQueue: {
21
+ type: string;
22
+ data: any;
23
+ }[];