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,1124 @@
1
+ declare function KDInitTileEditor(): void;
2
+ declare function KDGetTileIndexImg(index: any): {
3
+ u: any;
4
+ d: any;
5
+ l: any;
6
+ r: any;
7
+ };
8
+ declare function KDDrawTileEditor(): void;
9
+ declare function KDDrawEditorTagsUI(): void;
10
+ declare function KDDrawEditorUI(): void;
11
+ declare function KDTE_CustomUI(): void;
12
+ declare function KDTE_Clear(x: any, y: any, force?: boolean): void;
13
+ declare function KDHandleTileEditor(noSwap: any): void;
14
+ declare function KDTE_UpdateUI(Load: any): void;
15
+ declare function KDTESetIndexToTile(propTile: any): void;
16
+ declare function KDTE_CullIndex(tileKeys: any, brushKeys: any): void;
17
+ declare function KDTE_CloseUI(): void;
18
+ /**
19
+ *
20
+ * @param {number} w
21
+ * @param {number} h
22
+ * @param {string} chkpoint
23
+ */
24
+ declare function KDTE_Create(w: number, h: number, chkpoint?: string): void;
25
+ declare function KDTE_LoadTile(name: any, loadedTile: any): void;
26
+ /**
27
+ * @returns {KDMapTile}
28
+ */
29
+ declare function KDTE_ExportTile(): KDMapTile;
30
+ declare function KDTE_SaveTile(tile: any): void;
31
+ /**
32
+ * @returns {{indX1: number, indY1: number, dir1: string, indX2: number, indY2: number, dir2: string}[]}
33
+ */
34
+ declare function KDTEGetInaccessible(): {
35
+ indX1: number;
36
+ indY1: number;
37
+ dir1: string;
38
+ indX2: number;
39
+ indY2: number;
40
+ dir2: string;
41
+ }[];
42
+ declare function KDObjFromMapArray(array: any): any;
43
+ declare function KDReloadAllEditorTiles(): void;
44
+ declare function KDTE_GetField(field: any): string | number | string[];
45
+ declare let KDMapTilesListEditor: any;
46
+ declare let KDTileToTest: any;
47
+ declare let KDEditorTileIndex: string;
48
+ declare let KDEditorTileFlex: string;
49
+ declare let KDEditorTileFlexSuper: string;
50
+ declare let KDEditorTileIndexQuery: string;
51
+ /**
52
+ * @type {Record<string, string>}
53
+ */
54
+ declare let KDEditorTileIndexStore: Record<string, string>;
55
+ /**
56
+ * @type {Record<string, string>}
57
+ */
58
+ declare let KDEditorTileFlexStore: Record<string, string>;
59
+ /**
60
+ * @type {Record<string, string>}
61
+ */
62
+ declare let KDEditorTileFlexSuperStore: Record<string, string>;
63
+ declare let KDEditorCurrentMapTileName: string;
64
+ declare let KDEditorCurrentMapTile: any;
65
+ declare namespace KDTileIndices {
66
+ const udlr: boolean;
67
+ const u: boolean;
68
+ const d: boolean;
69
+ const l: boolean;
70
+ const r: boolean;
71
+ const ud: boolean;
72
+ const lr: boolean;
73
+ const ul: boolean;
74
+ const ur: boolean;
75
+ const dl: boolean;
76
+ const dr: boolean;
77
+ const udl: boolean;
78
+ const udr: boolean;
79
+ const dlr: boolean;
80
+ const ulr: boolean;
81
+ }
82
+ declare let KDEditorTileIndexHover: string;
83
+ declare let KDEditorTileNameIndex: number;
84
+ declare let KDEditorTileBrush: string;
85
+ declare let KDEditorTileBrushIndex: number;
86
+ declare let KDEditorTileBrushIndex2: number;
87
+ declare let KDTilePalette: {
88
+ Clear: {
89
+ type: string;
90
+ tile: string;
91
+ };
92
+ Wall: {
93
+ type: string;
94
+ tile: string;
95
+ };
96
+ '----Spawns----': {
97
+ type: string;
98
+ };
99
+ Spawn: {
100
+ type: string;
101
+ tile: string;
102
+ special: {
103
+ Type: string;
104
+ required: any[];
105
+ };
106
+ };
107
+ SpawnGuard: {
108
+ type: string;
109
+ tile: string;
110
+ special: {
111
+ Type: string;
112
+ required: any[];
113
+ AI: string;
114
+ };
115
+ };
116
+ Prisoner: {
117
+ type: string;
118
+ tile: string;
119
+ special: {
120
+ Type: string;
121
+ };
122
+ };
123
+ SpawnLooseGuard: {
124
+ type: string;
125
+ tile: string;
126
+ special: {
127
+ Type: string;
128
+ required: any[];
129
+ AI: string;
130
+ };
131
+ };
132
+ SpawnMiniboss: {
133
+ type: string;
134
+ tile: string;
135
+ special: {
136
+ Type: string;
137
+ required: string[];
138
+ AI: string;
139
+ };
140
+ };
141
+ SpawnBoss: {
142
+ type: string;
143
+ tile: string;
144
+ special: {
145
+ Type: string;
146
+ required: string[];
147
+ AI: string;
148
+ };
149
+ };
150
+ '----SpecifcSpawns----': {
151
+ type: string;
152
+ };
153
+ SpawnStatue: {
154
+ type: string;
155
+ tile: string;
156
+ special: {
157
+ Type: string;
158
+ required: string[];
159
+ Label: string;
160
+ };
161
+ };
162
+ SpawnObstacleDoor: {
163
+ type: string;
164
+ tile: string;
165
+ special: {
166
+ Type: string;
167
+ required: string[];
168
+ tags: string[];
169
+ Label: string;
170
+ };
171
+ };
172
+ SpawnSoulCrys: {
173
+ type: string;
174
+ tile: string;
175
+ special: {
176
+ Type: string;
177
+ required: string[];
178
+ tags: string[];
179
+ Label: string;
180
+ };
181
+ };
182
+ SpawnSoulCrysActive: {
183
+ type: string;
184
+ tile: string;
185
+ special: {
186
+ Type: string;
187
+ required: string[];
188
+ tags: string[];
189
+ Label: string;
190
+ };
191
+ };
192
+ SpawnChaosCrysRare: {
193
+ type: string;
194
+ tile: string;
195
+ special: {
196
+ Type: string;
197
+ required: string[];
198
+ tags: string[];
199
+ Label: string;
200
+ Chance: number;
201
+ };
202
+ };
203
+ SpawnChaosCrys: {
204
+ type: string;
205
+ tile: string;
206
+ special: {
207
+ Type: string;
208
+ required: string[];
209
+ tags: string[];
210
+ Label: string;
211
+ };
212
+ };
213
+ SpawnChaosCrysActive: {
214
+ type: string;
215
+ tile: string;
216
+ special: {
217
+ Type: string;
218
+ required: string[];
219
+ tags: string[];
220
+ Label: string;
221
+ };
222
+ };
223
+ SpawnMushroom: {
224
+ type: string;
225
+ tile: string;
226
+ special: {
227
+ Type: string;
228
+ required: string[];
229
+ tags: string[];
230
+ Label: string;
231
+ };
232
+ };
233
+ SpawnCustom: {
234
+ type: string;
235
+ tile: string;
236
+ special: {
237
+ Type: string;
238
+ required: any[];
239
+ Label: string;
240
+ };
241
+ customfields: {
242
+ required: {
243
+ type: string;
244
+ };
245
+ tags: {
246
+ type: string;
247
+ };
248
+ filterTags: {
249
+ type: string;
250
+ };
251
+ Label: {
252
+ type: string;
253
+ };
254
+ Chance: {
255
+ type: string;
256
+ };
257
+ AI: {
258
+ type: string;
259
+ };
260
+ force: {
261
+ type: string;
262
+ };
263
+ faction: {
264
+ type: string;
265
+ };
266
+ levelBoost: {
267
+ type: string;
268
+ };
269
+ forceIndex: {
270
+ type: string;
271
+ };
272
+ };
273
+ };
274
+ ForceSpawnCustom: {
275
+ type: string;
276
+ tile: string;
277
+ special: {
278
+ Type: string;
279
+ required: any[];
280
+ Label: string;
281
+ };
282
+ customfields: {
283
+ required: {
284
+ type: string;
285
+ };
286
+ tags: {
287
+ type: string;
288
+ };
289
+ filterTags: {
290
+ type: string;
291
+ };
292
+ Label: {
293
+ type: string;
294
+ };
295
+ Chance: {
296
+ type: string;
297
+ };
298
+ AI: {
299
+ type: string;
300
+ };
301
+ force: {
302
+ type: string;
303
+ };
304
+ faction: {
305
+ type: string;
306
+ };
307
+ levelBoost: {
308
+ type: string;
309
+ };
310
+ forceIndex: {
311
+ type: string;
312
+ };
313
+ };
314
+ };
315
+ '----Tiles----': {
316
+ type: string;
317
+ };
318
+ Brick: {
319
+ type: string;
320
+ tile: string;
321
+ };
322
+ Doodad: {
323
+ type: string;
324
+ tile: string;
325
+ };
326
+ Grate: {
327
+ type: string;
328
+ tile: string;
329
+ };
330
+ Bars: {
331
+ type: string;
332
+ tile: string;
333
+ };
334
+ Bed: {
335
+ type: string;
336
+ tile: string;
337
+ };
338
+ Crack: {
339
+ type: string;
340
+ tile: string;
341
+ };
342
+ Pipe: {
343
+ type: string;
344
+ tile: string;
345
+ special: {
346
+ Type: string;
347
+ Skin: string;
348
+ };
349
+ };
350
+ LatexPipe: {
351
+ type: string;
352
+ tile: string;
353
+ special: {
354
+ Type: string;
355
+ Skin: string;
356
+ };
357
+ };
358
+ LatexThin: {
359
+ type: string;
360
+ effectTile: string;
361
+ };
362
+ Latex: {
363
+ type: string;
364
+ effectTile: string;
365
+ };
366
+ WallHook: {
367
+ type: string;
368
+ tile: string;
369
+ };
370
+ CeilingHook: {
371
+ type: string;
372
+ tile: string;
373
+ };
374
+ InactiveTablet: {
375
+ type: string;
376
+ tile: string;
377
+ };
378
+ BrokenShrine: {
379
+ type: string;
380
+ tile: string;
381
+ };
382
+ BrokenOrb: {
383
+ type: string;
384
+ tile: string;
385
+ };
386
+ BrokenCharger: {
387
+ type: string;
388
+ tile: string;
389
+ };
390
+ '----Doors----': {
391
+ type: string;
392
+ };
393
+ Door: {
394
+ type: string;
395
+ tile: string;
396
+ special: {
397
+ Type: string;
398
+ };
399
+ };
400
+ DoorAlways: {
401
+ type: string;
402
+ tile: string;
403
+ special: {
404
+ Type: string;
405
+ Priority: boolean;
406
+ AlwaysClose: boolean;
407
+ };
408
+ };
409
+ Door_RedLock: {
410
+ type: string;
411
+ tile: string;
412
+ special: {
413
+ Type: string;
414
+ Priority: boolean;
415
+ AlwaysClose: boolean;
416
+ Lock: string;
417
+ };
418
+ };
419
+ Door_PurpleLock: {
420
+ type: string;
421
+ tile: string;
422
+ special: {
423
+ Type: string;
424
+ Priority: boolean;
425
+ AlwaysClose: boolean;
426
+ Lock: string;
427
+ };
428
+ };
429
+ Door_BlueLock: {
430
+ type: string;
431
+ tile: string;
432
+ special: {
433
+ Type: string;
434
+ Priority: boolean;
435
+ AlwaysClose: boolean;
436
+ Lock: string;
437
+ };
438
+ };
439
+ AutoDoorToggle: {
440
+ type: string;
441
+ tile: string;
442
+ special: {
443
+ Type: string;
444
+ wireType: string;
445
+ };
446
+ };
447
+ AutoDoorOpenToggle: {
448
+ type: string;
449
+ tile: string;
450
+ special: {
451
+ Type: string;
452
+ wireType: string;
453
+ };
454
+ };
455
+ AutoDoorHoldOpen: {
456
+ type: string;
457
+ tile: string;
458
+ special: {
459
+ Type: string;
460
+ wireType: string;
461
+ Label: string;
462
+ };
463
+ };
464
+ AutoDoorHoldClosed: {
465
+ type: string;
466
+ tile: string;
467
+ special: {
468
+ Type: string;
469
+ wireType: string;
470
+ Label: string;
471
+ };
472
+ };
473
+ AutoDoorOpen: {
474
+ type: string;
475
+ tile: string;
476
+ special: {
477
+ Type: string;
478
+ wireType: string;
479
+ Label: string;
480
+ };
481
+ };
482
+ AutoDoorClose: {
483
+ type: string;
484
+ tile: string;
485
+ special: {
486
+ Type: string;
487
+ wireType: string;
488
+ Label: string;
489
+ };
490
+ };
491
+ '----Furniture----': {
492
+ type: string;
493
+ };
494
+ Table: {
495
+ type: string;
496
+ tile: string;
497
+ special: {
498
+ Type: string;
499
+ };
500
+ };
501
+ TableFood: {
502
+ type: string;
503
+ tile: string;
504
+ special: {
505
+ Type: string;
506
+ Food: string;
507
+ };
508
+ };
509
+ Rubble: {
510
+ type: string;
511
+ tile: string;
512
+ special: {
513
+ Type: string;
514
+ };
515
+ };
516
+ Sharp: {
517
+ type: string;
518
+ tile: string;
519
+ special: {
520
+ Type: string;
521
+ };
522
+ };
523
+ SharpAlways: {
524
+ type: string;
525
+ tile: string;
526
+ special: {
527
+ Type: string;
528
+ Always: boolean;
529
+ };
530
+ };
531
+ Torch: {
532
+ type: string;
533
+ effectTile: string;
534
+ };
535
+ PotentialTorch: {
536
+ type: string;
537
+ effectTile: string;
538
+ };
539
+ Barrel: {
540
+ type: string;
541
+ tile: string;
542
+ special: {
543
+ Type: string;
544
+ };
545
+ };
546
+ BarrelAlways: {
547
+ type: string;
548
+ tile: string;
549
+ special: {
550
+ Type: string;
551
+ Always: boolean;
552
+ };
553
+ };
554
+ Cage: {
555
+ type: string;
556
+ tile: string;
557
+ special: {
558
+ Type: string;
559
+ Furniture: string;
560
+ };
561
+ jail: {
562
+ type: string;
563
+ radius: number;
564
+ };
565
+ };
566
+ DisplayStand: {
567
+ type: string;
568
+ tile: string;
569
+ special: {
570
+ Type: string;
571
+ Furniture: string;
572
+ };
573
+ jail: {
574
+ type: string;
575
+ radius: number;
576
+ };
577
+ };
578
+ DisplayEgyptian: {
579
+ type: string;
580
+ tile: string;
581
+ special: {
582
+ Type: string;
583
+ Furniture: string;
584
+ };
585
+ jail: {
586
+ type: string;
587
+ radius: number;
588
+ };
589
+ };
590
+ '----Chests----': {
591
+ type: string;
592
+ };
593
+ Chest: {
594
+ type: string;
595
+ tile: string;
596
+ special: {
597
+ Type: string;
598
+ };
599
+ };
600
+ ChestRed: {
601
+ type: string;
602
+ tile: string;
603
+ special: {
604
+ Type: string;
605
+ Lock: string;
606
+ };
607
+ };
608
+ ChestBlue: {
609
+ type: string;
610
+ tile: string;
611
+ special: {
612
+ Type: string;
613
+ Lock: string;
614
+ };
615
+ };
616
+ ChestOrShrine: {
617
+ type: string;
618
+ tile: string;
619
+ special: {
620
+ Type: string;
621
+ };
622
+ };
623
+ HighPriorityChest: {
624
+ type: string;
625
+ tile: string;
626
+ special: {
627
+ Priority: boolean;
628
+ };
629
+ };
630
+ SilverChest: {
631
+ type: string;
632
+ tile: string;
633
+ special: {
634
+ Type: string;
635
+ Loot: string;
636
+ Priority: boolean;
637
+ };
638
+ };
639
+ StorageChest: {
640
+ type: string;
641
+ tile: string;
642
+ special: {
643
+ Type: string;
644
+ Loot: string;
645
+ Chance: number;
646
+ };
647
+ };
648
+ ChestCustom: {
649
+ type: string;
650
+ tile: string;
651
+ special: {
652
+ Type: string;
653
+ Loot: string;
654
+ };
655
+ customfields: {
656
+ Loot: {
657
+ type: string;
658
+ };
659
+ Faction: {
660
+ type: string;
661
+ };
662
+ NoTrap: {
663
+ type: string;
664
+ };
665
+ lootTrap: {
666
+ type: string;
667
+ };
668
+ Lock: {
669
+ type: string;
670
+ };
671
+ Priority: {
672
+ type: string;
673
+ };
674
+ };
675
+ };
676
+ GuardedChest: {
677
+ type: string;
678
+ tile: string;
679
+ special: {
680
+ Type: string;
681
+ Label: string;
682
+ };
683
+ };
684
+ GuardedChestLocked: {
685
+ type: string;
686
+ tile: string;
687
+ special: {
688
+ Type: string;
689
+ Lock: string;
690
+ Label: string;
691
+ };
692
+ };
693
+ '----Shrines----': {
694
+ type: string;
695
+ };
696
+ Shrine: {
697
+ type: string;
698
+ tile: string;
699
+ special: {
700
+ Type: string;
701
+ Name: string;
702
+ };
703
+ };
704
+ HighPriorityShrine: {
705
+ type: string;
706
+ tile: string;
707
+ special: {
708
+ Type: string;
709
+ Name: string;
710
+ Priority: boolean;
711
+ };
712
+ };
713
+ '----Chargers----': {
714
+ type: string;
715
+ };
716
+ PriorityCharger: {
717
+ type: string;
718
+ tile: string;
719
+ special: {
720
+ Type: string;
721
+ Priority: boolean;
722
+ };
723
+ };
724
+ Charger: {
725
+ type: string;
726
+ tile: string;
727
+ special: {
728
+ Type: string;
729
+ };
730
+ };
731
+ UnlockedCharger: {
732
+ type: string;
733
+ tile: string;
734
+ special: {
735
+ Type: string;
736
+ NoRemove: boolean;
737
+ };
738
+ };
739
+ '----Hazards----': {
740
+ type: string;
741
+ };
742
+ Trap: {
743
+ type: string;
744
+ tile: string;
745
+ special: {
746
+ Type: string;
747
+ Always: boolean;
748
+ };
749
+ };
750
+ PotentialTrap: {
751
+ type: string;
752
+ tile: string;
753
+ special: {
754
+ Type: string;
755
+ };
756
+ };
757
+ '----Conveyors----': {
758
+ type: string;
759
+ };
760
+ ConveyorUp: {
761
+ type: string;
762
+ tile: string;
763
+ special: {
764
+ Type: string;
765
+ Sprite: string;
766
+ DX: number;
767
+ DY: number;
768
+ };
769
+ };
770
+ ConveyorDown: {
771
+ type: string;
772
+ tile: string;
773
+ special: {
774
+ Type: string;
775
+ Sprite: string;
776
+ DX: number;
777
+ DY: number;
778
+ };
779
+ };
780
+ ConveyorLeft: {
781
+ type: string;
782
+ tile: string;
783
+ special: {
784
+ Type: string;
785
+ Sprite: string;
786
+ DX: number;
787
+ DY: number;
788
+ };
789
+ };
790
+ ConveyorRight: {
791
+ type: string;
792
+ tile: string;
793
+ special: {
794
+ Type: string;
795
+ Sprite: string;
796
+ DX: number;
797
+ DY: number;
798
+ };
799
+ };
800
+ ConveyorUpOn: {
801
+ type: string;
802
+ tile: string;
803
+ special: {
804
+ Type: string;
805
+ Sprite: string;
806
+ DX: number;
807
+ DY: number;
808
+ wireType: string;
809
+ SwitchMode: string;
810
+ };
811
+ };
812
+ ConveyorDownOn: {
813
+ type: string;
814
+ tile: string;
815
+ special: {
816
+ Type: string;
817
+ Sprite: string;
818
+ DX: number;
819
+ DY: number;
820
+ wireType: string;
821
+ SwitchMode: string;
822
+ };
823
+ };
824
+ ConveyorLeftOn: {
825
+ type: string;
826
+ tile: string;
827
+ special: {
828
+ Type: string;
829
+ Sprite: string;
830
+ DX: number;
831
+ DY: number;
832
+ wireType: string;
833
+ SwitchMode: string;
834
+ };
835
+ };
836
+ ConveyorRightOn: {
837
+ type: string;
838
+ tile: string;
839
+ special: {
840
+ Type: string;
841
+ Sprite: string;
842
+ DX: number;
843
+ DY: number;
844
+ wireType: string;
845
+ SwitchMode: string;
846
+ };
847
+ };
848
+ ConveyorUpOff: {
849
+ type: string;
850
+ tile: string;
851
+ special: {
852
+ Type: string;
853
+ Sprite: string;
854
+ DX: number;
855
+ DY: number;
856
+ wireType: string;
857
+ SwitchMode: string;
858
+ };
859
+ };
860
+ ConveyorDownOff: {
861
+ type: string;
862
+ tile: string;
863
+ special: {
864
+ Type: string;
865
+ Sprite: string;
866
+ DX: number;
867
+ DY: number;
868
+ wireType: string;
869
+ SwitchMode: string;
870
+ };
871
+ };
872
+ ConveyorLeftOff: {
873
+ type: string;
874
+ tile: string;
875
+ special: {
876
+ Type: string;
877
+ Sprite: string;
878
+ DX: number;
879
+ DY: number;
880
+ wireType: string;
881
+ SwitchMode: string;
882
+ };
883
+ };
884
+ ConveyorRightOff: {
885
+ type: string;
886
+ tile: string;
887
+ special: {
888
+ Type: string;
889
+ Sprite: string;
890
+ DX: number;
891
+ DY: number;
892
+ wireType: string;
893
+ SwitchMode: string;
894
+ };
895
+ };
896
+ ConveyorUpSwitch: {
897
+ type: string;
898
+ tile: string;
899
+ special: {
900
+ Type: string;
901
+ Sprite: string;
902
+ DX: number;
903
+ DY: number;
904
+ wireType: string;
905
+ SwitchMode: string;
906
+ };
907
+ };
908
+ ConveyorDownSwitch: {
909
+ type: string;
910
+ tile: string;
911
+ special: {
912
+ Type: string;
913
+ Sprite: string;
914
+ DX: number;
915
+ DY: number;
916
+ wireType: string;
917
+ SwitchMode: string;
918
+ };
919
+ };
920
+ ConveyorLeftSwitch: {
921
+ type: string;
922
+ tile: string;
923
+ special: {
924
+ Type: string;
925
+ Sprite: string;
926
+ DX: number;
927
+ DY: number;
928
+ wireType: string;
929
+ SwitchMode: string;
930
+ };
931
+ };
932
+ ConveyorRightSwitch: {
933
+ type: string;
934
+ tile: string;
935
+ special: {
936
+ Type: string;
937
+ Sprite: string;
938
+ DX: number;
939
+ DY: number;
940
+ wireType: string;
941
+ SwitchMode: string;
942
+ };
943
+ };
944
+ '----Machines----': {
945
+ type: string;
946
+ };
947
+ DollSupply: {
948
+ type: string;
949
+ tile: string;
950
+ special: {
951
+ Type: string;
952
+ };
953
+ };
954
+ DollSupplyManual: {
955
+ type: string;
956
+ tile: string;
957
+ special: {
958
+ Type: string;
959
+ count: number;
960
+ wireType: string;
961
+ rate: number;
962
+ };
963
+ };
964
+ DollTerminal: {
965
+ type: string;
966
+ tile: string;
967
+ special: {
968
+ Type: string;
969
+ };
970
+ };
971
+ BondageMachineLatex: {
972
+ type: string;
973
+ tile: string;
974
+ special: {
975
+ Type: string;
976
+ Binding: string;
977
+ };
978
+ };
979
+ BondageMachinePlug: {
980
+ type: string;
981
+ tile: string;
982
+ special: {
983
+ Type: string;
984
+ Binding: string;
985
+ };
986
+ };
987
+ BondageMachineChastity: {
988
+ type: string;
989
+ tile: string;
990
+ special: {
991
+ Type: string;
992
+ Binding: string;
993
+ };
994
+ };
995
+ BondageMachineTape: {
996
+ type: string;
997
+ tile: string;
998
+ special: {
999
+ Type: string;
1000
+ Binding: string;
1001
+ };
1002
+ };
1003
+ BondageMachineMetal: {
1004
+ type: string;
1005
+ tile: string;
1006
+ special: {
1007
+ Type: string;
1008
+ Binding: string;
1009
+ };
1010
+ };
1011
+ DollDropoffU: {
1012
+ type: string;
1013
+ tile: string;
1014
+ special: {
1015
+ Type: string;
1016
+ Sprite: string;
1017
+ Overlay: string;
1018
+ direction: {
1019
+ x: number;
1020
+ y: number;
1021
+ };
1022
+ };
1023
+ };
1024
+ DollDropoffD: {
1025
+ type: string;
1026
+ tile: string;
1027
+ special: {
1028
+ Type: string;
1029
+ Sprite: string;
1030
+ Overlay: string;
1031
+ direction: {
1032
+ x: number;
1033
+ y: number;
1034
+ };
1035
+ };
1036
+ };
1037
+ DollDropoffR: {
1038
+ type: string;
1039
+ tile: string;
1040
+ special: {
1041
+ Type: string;
1042
+ Sprite: string;
1043
+ Overlay: string;
1044
+ direction: {
1045
+ x: number;
1046
+ y: number;
1047
+ };
1048
+ };
1049
+ };
1050
+ DollDropoffL: {
1051
+ type: string;
1052
+ tile: string;
1053
+ special: {
1054
+ Type: string;
1055
+ Sprite: string;
1056
+ Overlay: string;
1057
+ direction: {
1058
+ x: number;
1059
+ y: number;
1060
+ };
1061
+ };
1062
+ };
1063
+ '----Signals----': {
1064
+ type: string;
1065
+ };
1066
+ Button: {
1067
+ type: string;
1068
+ tile: string;
1069
+ };
1070
+ Wire: {
1071
+ type: string;
1072
+ effectTile: string;
1073
+ };
1074
+ PressurePlate: {
1075
+ type: string;
1076
+ effectTile: string;
1077
+ };
1078
+ PressurePlateHold: {
1079
+ type: string;
1080
+ effectTile: string;
1081
+ };
1082
+ PressurePlateOneUse: {
1083
+ type: string;
1084
+ effectTile: string;
1085
+ };
1086
+ '----Misc----': {
1087
+ type: string;
1088
+ };
1089
+ POI: {
1090
+ type: string;
1091
+ };
1092
+ OffLimits: {
1093
+ type: string;
1094
+ };
1095
+ Jail: {
1096
+ type: string;
1097
+ };
1098
+ Keyring: {
1099
+ type: string;
1100
+ };
1101
+ };
1102
+ declare let KDTE_State: string;
1103
+ declare let KDEditorTileBrushIndexVisual: number;
1104
+ declare let KDEditorTileBrushIndex2Visual: number;
1105
+ declare let KDEditorTileNameIndexVisual: number;
1106
+ declare let customfieldsElements: any[];
1107
+ declare let KDTE_lastMouse: number;
1108
+ declare let KDTEHoldDelay: number;
1109
+ declare let KDTEmode: number;
1110
+ declare let KDTE_Scale: number;
1111
+ declare let KDTE_MAXDIM: number;
1112
+ declare let KDTELoadConfirm: boolean;
1113
+ declare namespace KDTE_Brush {
1114
+ function clear(brush: any, curr: any, noSwap: any): void;
1115
+ function tile(brush: any, curr: any, noSwap: any): void;
1116
+ function offlimits(brush: any, curr: any, noSwap: any): void;
1117
+ function jail(brush: any, curr: any, noSwap: any): void;
1118
+ function Keyring(brush: any, curr: any, noSwap: any): void;
1119
+ function effect(brush: any, curr: any, noSwap: any): void;
1120
+ function POI(brush: any, curr: any, noSwap: any): void;
1121
+ }
1122
+ declare let KDTE_Inaccessible: boolean;
1123
+ declare let KDTE_confirmreset: boolean;
1124
+ declare let KDTE_confirmcommit: boolean;