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.
- package/LICENSE +21 -0
- package/README.md +2 -0
- package/bc/Assets/Female3DCG/Female3DCG.d.ts +41 -0
- package/bc/Assets/Female3DCG/Female3DCGExtended.d.ts +29 -0
- package/bc/Backgrounds/Backgrounds.d.ts +37 -0
- package/bc/Female3DCG_Types.d.ts +875 -0
- package/bc/Screens/Character/Appearance/Appearance.d.ts +392 -0
- package/bc/Screens/Character/BackgroundSelection/BackgroundSelection.d.ts +98 -0
- package/bc/Screens/Character/Cheat/Cheat.d.ts +54 -0
- package/bc/Screens/Character/Creation/Creation.d.ts +40 -0
- package/bc/Screens/Character/Disclaimer/Disclaimer.d.ts +21 -0
- package/bc/Screens/Character/FriendList/FriendList.d.ts +102 -0
- package/bc/Screens/Character/InformationSheet/InformationSheet.d.ts +46 -0
- package/bc/Screens/Character/ItemColor/ItemColor.d.ts +232 -0
- package/bc/Screens/Character/Login/Login.d.ts +194 -0
- package/bc/Screens/Character/OnlineProfile/OnlineProfile.d.ts +27 -0
- package/bc/Screens/Character/PasswordReset/PasswordReset.d.ts +28 -0
- package/bc/Screens/Character/Preference/Preference.d.ts +658 -0
- package/bc/Screens/Character/Relog/Relog.d.ts +36 -0
- package/bc/Screens/Character/Title/Title.d.ts +68 -0
- package/bc/Screens/Character/Wardrobe/Wardrobe.d.ts +93 -0
- package/bc/Screens/Cutscene/NPCCollaring/NPCCollaring.d.ts +26 -0
- package/bc/Screens/Cutscene/NPCSlaveAuction/NPCSlaveAuction.d.ts +27 -0
- package/bc/Screens/Cutscene/NPCWedding/NPCWedding.d.ts +35 -0
- package/bc/Screens/Cutscene/PlayerCollaring/PlayerCollaring.d.ts +26 -0
- package/bc/Screens/Cutscene/PlayerMistress/PlayerMistress.d.ts +24 -0
- package/bc/Screens/Cutscene/SarahIntro/SarahIntro.d.ts +22 -0
- package/bc/Screens/Inventory/Cloth/CheerleaderTop/CheerleaderTop.d.ts +33 -0
- package/bc/Screens/Inventory/Cloth/FrilledShirt/FrilledShirt.d.ts +10 -0
- package/bc/Screens/Inventory/ClothAccessory/Bib/Bib.d.ts +2 -0
- package/bc/Screens/Inventory/EyeShadow/EyeShadow.d.ts +60 -0
- package/bc/Screens/Inventory/Futuristic/Futuristic.d.ts +60 -0
- package/bc/Screens/Inventory/ItemArms/FullLatexSuit/FullLatexSuit.d.ts +6 -0
- package/bc/Screens/Inventory/ItemArms/HempRope/HempRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemArms/NylonRope/NylonRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemArms/PrisonLockdownSuit/PrisonLockdownSuit.d.ts +4 -0
- package/bc/Screens/Inventory/ItemArms/TransportJacket/TransportJacket.d.ts +10 -0
- package/bc/Screens/Inventory/ItemBreast/ForbiddenChastityBra/ForbiddenChastityBra.d.ts +32 -0
- package/bc/Screens/Inventory/ItemBreast/FuturisticBra/FuturisticBra.d.ts +24 -0
- package/bc/Screens/Inventory/ItemButt/AnalBeads2/AnalBeads2.d.ts +2 -0
- package/bc/Screens/Inventory/ItemButt/InflVibeButtPlug/InflVibeButtPlug.d.ts +2 -0
- package/bc/Screens/Inventory/ItemDevices/DollBox/DollBox.d.ts +2 -0
- package/bc/Screens/Inventory/ItemDevices/FuckMachine/FuckMachine.d.ts +16 -0
- package/bc/Screens/Inventory/ItemDevices/FuturisticCrate/FuturisticCrate.d.ts +8 -0
- package/bc/Screens/Inventory/ItemDevices/KabeshiriWall/KabeshiriWall.d.ts +13 -0
- package/bc/Screens/Inventory/ItemDevices/Kennel/Kennel.d.ts +18 -0
- package/bc/Screens/Inventory/ItemDevices/LuckyWheel/LuckyWheel.d.ts +48 -0
- package/bc/Screens/Inventory/ItemDevices/PetBowl/PetBowl.d.ts +6 -0
- package/bc/Screens/Inventory/ItemDevices/VacBedDeluxe/VacBedDeluxe.d.ts +2 -0
- package/bc/Screens/Inventory/ItemDevices/WheelFortune/WheelFortune.d.ts +10 -0
- package/bc/Screens/Inventory/ItemDevices/WoodenBox/WoodenBox.d.ts +13 -0
- package/bc/Screens/Inventory/ItemFeet/HempRope/HempRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemFeet/NylonRope/NylonRope.d.ts +2 -0
- package/bc/Screens/Inventory/ItemHandhelds/PortalTablet/PortalTablet.d.ts +10 -0
- package/bc/Screens/Inventory/ItemHead/DroneMask/DroneMask.d.ts +2 -0
- package/bc/Screens/Inventory/ItemHood/CanvasHood/CanvasHood.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/CombinationPadlock/CombinationPadlock.d.ts +16 -0
- package/bc/Screens/Inventory/ItemMisc/ExclusivePadlock/ExclusivePadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/FamilyPadlock/FamilyPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/HighSecurityPadlock/HighSecurityPadlock.d.ts +15 -0
- package/bc/Screens/Inventory/ItemMisc/IntricatePadlock/IntricatePadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/LoversPadlock/LoversPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/LoversTimerPadlock/LoversTimerPadlock.d.ts +17 -0
- package/bc/Screens/Inventory/ItemMisc/MetalPadlock/MetalPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/MistressPadlock/MistressPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/MistressTimerPadlock/MistressTimerPadlock.d.ts +13 -0
- package/bc/Screens/Inventory/ItemMisc/OwnerPadlock/OwnerPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/OwnerTimerPadlock/OwnerTimerPadlock.d.ts +22 -0
- package/bc/Screens/Inventory/ItemMisc/PandoraPadlock/PandoraPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/PasswordPadlock/PasswordPadlock.d.ts +17 -0
- package/bc/Screens/Inventory/ItemMisc/PortalLinkPadlock/PortalLinkPadlock.d.ts +6 -0
- package/bc/Screens/Inventory/ItemMisc/SafewordPadlock/SafewordPadlock.d.ts +12 -0
- package/bc/Screens/Inventory/ItemMisc/TimerPadlock/TimerPadlock.d.ts +13 -0
- package/bc/Screens/Inventory/ItemMisc/TimerPasswordPadlock/TimerPasswordPadlock.d.ts +13 -0
- package/bc/Screens/Inventory/ItemMisc/WoodenSign/WoodenSign.d.ts +2 -0
- package/bc/Screens/Inventory/ItemMouth/FuturisticPanelGag/FuturisticPanelGag.d.ts +49 -0
- package/bc/Screens/Inventory/ItemNeck/AutoShockCollar/AutoShockCollar.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeck/FuturisticCollar/FuturisticCollar.d.ts +59 -0
- package/bc/Screens/Inventory/ItemNeck/PetSuitShockCollar/PetSuitShockCollar.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeck/ShockCollar/ShockCollar.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeck/SlaveCollar/SlaveCollar.d.ts +25 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CollarAutoShockUnit/CollarAutoShockUnit.d.ts +15 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CollarNameTag/CollarNameTag.d.ts +8 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CollarShockUnit/CollarShockUnit.d.ts +17 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/CustomCollarTag/CustomCollarTag.d.ts +2 -0
- package/bc/Screens/Inventory/ItemNeckAccessories/ElectronicTag/ElectronicTag.d.ts +2 -0
- package/bc/Screens/Inventory/ItemNeckRestraints/CollarLeash/CollarLeash.d.ts +4 -0
- package/bc/Screens/Inventory/ItemNeckRestraints/PetPost/PetPost.d.ts +2 -0
- package/bc/Screens/Inventory/ItemNipples/LactationPump/LactationPump.d.ts +2 -0
- package/bc/Screens/Inventory/ItemPelvis/ForbiddenChastityBelt/ForbiddenChastityBelt.d.ts +32 -0
- package/bc/Screens/Inventory/ItemPelvis/FuturisticChastityBelt/FuturisticChastityBelt.d.ts +28 -0
- package/bc/Screens/Inventory/ItemPelvis/FuturisticTrainingBelt/FuturisticTrainingBelt.d.ts +103 -0
- package/bc/Screens/Inventory/ItemPelvis/LoveChastityBelt/LoveChastityBelt.d.ts +8 -0
- package/bc/Screens/Inventory/ItemPelvis/ObedienceBelt/ObedienceBelt.d.ts +29 -0
- package/bc/Screens/Inventory/ItemPelvis/PortalPanties/PortalPanties.d.ts +10 -0
- package/bc/Screens/Inventory/ItemPelvis/SciFiPleasurePanties/SciFiPleasurePanties.d.ts +6 -0
- package/bc/Screens/Inventory/ItemTorso/FuturisticHarness/FuturisticHarness.d.ts +8 -0
- package/bc/Screens/Inventory/ItemVulva/ClitAndDildoVibratorbelt/ClitAndDildoVibratorbelt.d.ts +4 -0
- package/bc/Screens/Inventory/ItemVulva/FuturisticVibrator/FuturisticVibrator.d.ts +65 -0
- package/bc/Screens/Inventory/ItemVulva/LoversVibrator/LoversVibrator.d.ts +2 -0
- package/bc/Screens/Inventory/Wings/SteampunkWings/SteampunkWings.d.ts +16 -0
- package/bc/Screens/MiniGame/Chess/BondageChess.d.ts +30 -0
- package/bc/Screens/MiniGame/Chess/chess.d.ts +7 -0
- package/bc/Screens/MiniGame/ChestLockpick/ChestLockpick.d.ts +27 -0
- package/bc/Screens/MiniGame/ClubCard/ClubCard.d.ts +373 -0
- package/bc/Screens/MiniGame/ClubCardBuilder/ClubCardBuilder.d.ts +66 -0
- package/bc/Screens/MiniGame/DojoStruggle/DojoStruggle.d.ts +25 -0
- package/bc/Screens/MiniGame/GetUp/GetUp.d.ts +31 -0
- package/bc/Screens/MiniGame/HorseWalk/HorseWalk.d.ts +85 -0
- package/bc/Screens/MiniGame/Kidnap/Kidnap.d.ts +165 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDAutoStruggle.d.ts +99 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDClasses.d.ts +11 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDDelayedActions.d.ts +17 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDFixForBC.d.ts +11 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDModUtils.d.ts +93 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDParticles.d.ts +37 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDTypeDefs.d.ts +2161 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KDWardrobe.d.ts +84 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeon.d.ts +653 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonAlt.d.ts +481 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBones.d.ts +16 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBoss.d.ts +119 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffs.d.ts +33 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonBuffsList.d.ts +865 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumables.d.ts +36 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonConsumablesList.d.ts +66 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonCurse.d.ts +44 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogue.d.ts +171 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueList.d.ts +45 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDialogueTriggers.d.ts +48 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDraw.d.ts +738 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDress.d.ts +62 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonDressList.d.ts +33 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditor.d.ts +1124 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorGen.d.ts +113 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEditorTiles.d.ts +4 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEffectTiles.d.ts +6 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemies.d.ts +544 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemiesList.d.ts +22 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEnemyEventList.d.ts +18 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonErrors.d.ts +59 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonEvents.d.ts +151 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactions.d.ts +53 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFactionsList.d.ts +650 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFight.d.ts +453 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonFurniture.d.ts +28 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonGame.d.ts +429 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonHUD.d.ts +134 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInput.d.ts +23 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonInventory.d.ts +178 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonItem.d.ts +33 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJail.d.ts +142 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonJailList.d.ts +105 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLoot.d.ts +66 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLootList.d.ts +866 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonLore.d.ts +37 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagic.d.ts +113 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicCode.d.ts +23 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMagicList.d.ts +62 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMapMods.d.ts +5 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMistress.d.ts +10 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMultiplayer.d.ts +26 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonMusic.d.ts +28 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonObject.d.ts +42 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonParams.d.ts +4 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPathfinding.d.ts +36 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPerks.d.ts +147 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPersonality.d.ts +83 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonPlayerEffects.d.ts +35 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonQuest.d.ts +10 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonReputation.d.ts +229 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraints.d.ts +766 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonRestraintsList.d.ts +55 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSetpiece.d.ts +91 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonShrine.d.ts +89 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonSpawns.d.ts +49 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonStats.d.ts +282 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTests.d.ts +5 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTiles.d.ts +160 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTilesList.d.ts +72 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonTraps.d.ts +34 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVibe.d.ts +98 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonVision.d.ts +24 -0
- package/bc/Screens/MiniGame/KinkyDungeon/KinkyDungeonWeaponList.d.ts +5 -0
- package/bc/Screens/MiniGame/MagicBattle/MagicBattle.d.ts +73 -0
- package/bc/Screens/MiniGame/MagicPuzzle/MagicPuzzle.d.ts +75 -0
- package/bc/Screens/MiniGame/MaidCleaning/MaidCleaning.d.ts +51 -0
- package/bc/Screens/MiniGame/MaidDrinks/MaidDrinks.d.ts +82 -0
- package/bc/Screens/MiniGame/PlayerAuction/PlayerAuction.d.ts +36 -0
- package/bc/Screens/MiniGame/PuppyWalker/PuppyWalker.d.ts +39 -0
- package/bc/Screens/MiniGame/RhythmGame/RhythmGame.d.ts +76 -0
- package/bc/Screens/MiniGame/SlaveAuction/SlaveAuction.d.ts +39 -0
- package/bc/Screens/MiniGame/Tennis/Tennis.d.ts +52 -0
- package/bc/Screens/MiniGame/Therapy/Therapy.d.ts +39 -0
- package/bc/Screens/MiniGame/WheelFortune/WheelFortune.d.ts +105 -0
- package/bc/Screens/Online/AdvancedRule/AdvancedRule.d.ts +32 -0
- package/bc/Screens/Online/ChatAdmin/ChatAdmin.d.ts +59 -0
- package/bc/Screens/Online/ChatBlockItem/ChatBlockItem.d.ts +30 -0
- package/bc/Screens/Online/ChatCreate/ChatCreate.d.ts +66 -0
- package/bc/Screens/Online/ChatRoom/ChatRoom.d.ts +1342 -0
- package/bc/Screens/Online/ChatRoom/Commands.d.ts +66 -0
- package/bc/Screens/Online/ChatSearch/ChatSearch.d.ts +241 -0
- package/bc/Screens/Online/ChatSelect/ChatSelect.d.ts +33 -0
- package/bc/Screens/Online/ForbiddenWords/ForbiddenWords.d.ts +33 -0
- package/bc/Screens/Online/Game/OnlineGame.d.ts +69 -0
- package/bc/Screens/Online/GameClubCard/GameClubCard.d.ts +131 -0
- package/bc/Screens/Online/GameLARP/GameLARP.d.ts +279 -0
- package/bc/Screens/Online/GameMagicBattle/GameMagicBattle.d.ts +159 -0
- package/bc/Screens/Online/WheelFortuneCustomize/WheelFortuneCustomize.d.ts +24 -0
- package/bc/Screens/Room/Arcade/Arcade.d.ts +94 -0
- package/bc/Screens/Room/AsylumBedroom/AsylumBedroom.d.ts +16 -0
- package/bc/Screens/Room/AsylumEntrance/AsylumEntrance.d.ts +265 -0
- package/bc/Screens/Room/AsylumGGTS/AsylumGGTS.d.ts +330 -0
- package/bc/Screens/Room/AsylumMeeting/AsylumMeeting.d.ts +110 -0
- package/bc/Screens/Room/AsylumTherapy/AsylumTherapy.d.ts +117 -0
- package/bc/Screens/Room/Cafe/Cafe.d.ts +144 -0
- package/bc/Screens/Room/Cell/Cell.d.ts +32 -0
- package/bc/Screens/Room/ClubCardLounge/ClubCardLounge.d.ts +28 -0
- package/bc/Screens/Room/CollegeCafeteria/CollegeCafeteria.d.ts +57 -0
- package/bc/Screens/Room/CollegeChess/CollegeChess.d.ts +75 -0
- package/bc/Screens/Room/CollegeDetention/CollegeDetention.d.ts +98 -0
- package/bc/Screens/Room/CollegeEntrance/CollegeEntrance.d.ts +54 -0
- package/bc/Screens/Room/CollegeTeacher/CollegeTeacher.d.ts +71 -0
- package/bc/Screens/Room/CollegeTennis/CollegeTennis.d.ts +47 -0
- package/bc/Screens/Room/CollegeTheater/CollegeTheater.d.ts +100 -0
- package/bc/Screens/Room/Crafting/Crafting.d.ts +213 -0
- package/bc/Screens/Room/DailyJob/DailyJob.d.ts +111 -0
- package/bc/Screens/Room/Empty/Empty.d.ts +84 -0
- package/bc/Screens/Room/Gambling/Gambling.d.ts +269 -0
- package/bc/Screens/Room/Infiltration/Infiltration.d.ts +223 -0
- package/bc/Screens/Room/InfiltrationPerks/InfiltrationPerks.d.ts +42 -0
- package/bc/Screens/Room/Introduction/Introduction.d.ts +195 -0
- package/bc/Screens/Room/KidnapLeague/KidnapLeague.d.ts +253 -0
- package/bc/Screens/Room/LARP/LARP.d.ts +39 -0
- package/bc/Screens/Room/Magic/Magic.d.ts +199 -0
- package/bc/Screens/Room/MagicSchoolEscape/MagicSchoolEscape.d.ts +36 -0
- package/bc/Screens/Room/MagicSchoolLaboratory/MagicSchoolLaboratory.d.ts +170 -0
- package/bc/Screens/Room/MaidQuarters/MaidQuarters.d.ts +305 -0
- package/bc/Screens/Room/MainHall/MainHall.d.ts +255 -0
- package/bc/Screens/Room/Management/Management.d.ts +544 -0
- package/bc/Screens/Room/MovieStudio/MovieStudio.d.ts +178 -0
- package/bc/Screens/Room/Nursery/Nursery.d.ts +85 -0
- package/bc/Screens/Room/Pandora/Pandora.d.ts +348 -0
- package/bc/Screens/Room/PandoraPrison/PandoraPrison.d.ts +180 -0
- package/bc/Screens/Room/Photographic/Photographic.d.ts +53 -0
- package/bc/Screens/Room/Platform/Platform.d.ts +1730 -0
- package/bc/Screens/Room/PlatformDialog/PlatformDialog.d.ts +3966 -0
- package/bc/Screens/Room/PlatformIntro/PlatformIntro.d.ts +21 -0
- package/bc/Screens/Room/PlatformProfile/PlatformProfile.d.ts +62 -0
- package/bc/Screens/Room/Poker/Poker.d.ts +141 -0
- package/bc/Screens/Room/Poker/PokerHandValue.d.ts +65 -0
- package/bc/Screens/Room/Prison/Prison.d.ts +118 -0
- package/bc/Screens/Room/Private/Private.d.ts +781 -0
- package/bc/Screens/Room/PrivateBed/PrivateBed.d.ts +78 -0
- package/bc/Screens/Room/PrivateRansom/PrivateRansom.d.ts +28 -0
- package/bc/Screens/Room/Sarah/Sarah.d.ts +162 -0
- package/bc/Screens/Room/Shibari/Shibari.d.ts +162 -0
- package/bc/Screens/Room/Shop/Shop.d.ts +162 -0
- package/bc/Screens/Room/SlaveMarket/SlaveMarket.d.ts +90 -0
- package/bc/Screens/Room/Stable/Stable.d.ts +236 -0
- package/bc/Scripts/Activity.d.ts +270 -0
- package/bc/Scripts/AfkTimer.d.ts +43 -0
- package/bc/Scripts/Animation.d.ts +81 -0
- package/bc/Scripts/Asset.d.ts +216 -0
- package/bc/Scripts/Audio.d.ts +105 -0
- package/bc/Scripts/Character.d.ts +495 -0
- package/bc/Scripts/CharacterName.d.ts +1 -0
- package/bc/Scripts/ColorPicker.d.ts +155 -0
- package/bc/Scripts/Common.d.ts +499 -0
- package/bc/Scripts/CommonDraw.d.ts +34 -0
- package/bc/Scripts/ControllerSupport.d.ts +107 -0
- package/bc/Scripts/Dialog.d.ts +970 -0
- package/bc/Scripts/DictionaryBuilder.d.ts +210 -0
- package/bc/Scripts/Drawing.d.ts +581 -0
- package/bc/Scripts/Drawing3D.d.ts +21 -0
- package/bc/Scripts/DynamicDraw.d.ts +310 -0
- package/bc/Scripts/Element.d.ts +154 -0
- package/bc/Scripts/ExtendedItem.d.ts +339 -0
- package/bc/Scripts/GLDraw.d.ts +223 -0
- package/bc/Scripts/Game.d.ts +61 -0
- package/bc/Scripts/GameLog.d.ts +87 -0
- package/bc/Scripts/Graph.d.ts +46 -0
- package/bc/Scripts/Import.d.ts +7 -0
- package/bc/Scripts/Inventory.d.ts +509 -0
- package/bc/Scripts/MiniGame.d.ts +30 -0
- package/bc/Scripts/ModularItem.d.ts +286 -0
- package/bc/Scripts/Mouse.d.ts +34 -0
- package/bc/Scripts/NPC.d.ts +105 -0
- package/bc/Scripts/Notification.d.ts +120 -0
- package/bc/Scripts/PortalLink.d.ts +159 -0
- package/bc/Scripts/Property.d.ts +98 -0
- package/bc/Scripts/Reputation.d.ts +36 -0
- package/bc/Scripts/Server.d.ts +239 -0
- package/bc/Scripts/Skill.d.ts +107 -0
- package/bc/Scripts/Speech.d.ts +145 -0
- package/bc/Scripts/Struggle.d.ts +357 -0
- package/bc/Scripts/Testing.d.ts +30 -0
- package/bc/Scripts/Text.d.ts +92 -0
- package/bc/Scripts/TextItem.d.ts +65 -0
- package/bc/Scripts/TightenLoosenItem.d.ts +31 -0
- package/bc/Scripts/Timer.d.ts +62 -0
- package/bc/Scripts/Translation.d.ts +101 -0
- package/bc/Scripts/TypedItem.d.ts +242 -0
- package/bc/Scripts/Validation.d.ts +324 -0
- package/bc/Scripts/VariableHeight.d.ts +108 -0
- package/bc/Scripts/VibratorMode.d.ts +209 -0
- package/bc/Scripts/lib/LZString.d.ts +12 -0
- package/bc/Scripts/lib/three/FBXLoader.d.ts +0 -0
- package/bc/Scripts/lib/three/GLTFLoader.d.ts +0 -0
- package/bc/Scripts/lib/webgl/resources/m4.d.ts +0 -0
- package/bc/Typedef.d.ts +3933 -0
- package/package.json +19 -0
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
declare function KDCloseQuickInv(): void;
|
|
2
|
+
declare function KDSwitchWeapon(): void;
|
|
3
|
+
declare function KinkyDungeonHandleInventory(): boolean;
|
|
4
|
+
declare function KinkyDungeonInventoryAddWeapon(Name: any): void;
|
|
5
|
+
declare function KinkyDungeonInventoryAddLoose(Name: any, UnlockCurse: any): void;
|
|
6
|
+
declare function KinkyDungeonInventoryAddOutfit(Name: any): void;
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @param item {item}
|
|
10
|
+
* @return {string}
|
|
11
|
+
*/
|
|
12
|
+
declare function KDInventoryType(item: item): string;
|
|
13
|
+
declare function KinkyDungeonFullInventory(): any[];
|
|
14
|
+
declare function KinkyDungeonInventoryLength(): number;
|
|
15
|
+
/**
|
|
16
|
+
*
|
|
17
|
+
* @param item {item}
|
|
18
|
+
*/
|
|
19
|
+
declare function KinkyDungeonInventoryAdd(item: item): void;
|
|
20
|
+
/**
|
|
21
|
+
*
|
|
22
|
+
* @param item {item}
|
|
23
|
+
*/
|
|
24
|
+
declare function KinkyDungeonInventoryRemove(item: item): void;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @param Name
|
|
28
|
+
* @return {null|item}
|
|
29
|
+
*/
|
|
30
|
+
declare function KinkyDungeonInventoryGet(Name: any): null | item;
|
|
31
|
+
/**
|
|
32
|
+
*
|
|
33
|
+
* @param Name
|
|
34
|
+
* @return {null|item}
|
|
35
|
+
*/
|
|
36
|
+
declare function KinkyDungeonInventoryGetLoose(Name: any): null | item;
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @param Name
|
|
40
|
+
* @return {null|item}
|
|
41
|
+
*/
|
|
42
|
+
declare function KinkyDungeonInventoryGetConsumable(Name: any): null | item;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @param Name
|
|
46
|
+
* @return {null|item}
|
|
47
|
+
*/
|
|
48
|
+
declare function KinkyDungeonInventoryGetWeapon(Name: any): null | item;
|
|
49
|
+
/**
|
|
50
|
+
*
|
|
51
|
+
* @param Name
|
|
52
|
+
* @return {null|item}
|
|
53
|
+
*/
|
|
54
|
+
declare function KinkyDungeonInventoryGetOutfit(Name: any): null | item;
|
|
55
|
+
/**
|
|
56
|
+
* Returns list
|
|
57
|
+
* @return {item[]}
|
|
58
|
+
*/
|
|
59
|
+
declare function KinkyDungeonAllRestraint(): item[];
|
|
60
|
+
/**
|
|
61
|
+
* Returns list of tuples of restraints, including dynamics and their hosts
|
|
62
|
+
* @return {{item: item, host: item}[]}
|
|
63
|
+
*/
|
|
64
|
+
declare function KinkyDungeonAllRestraintDynamic(): {
|
|
65
|
+
item: item;
|
|
66
|
+
host: item;
|
|
67
|
+
}[];
|
|
68
|
+
/**
|
|
69
|
+
* Returns list
|
|
70
|
+
* @return {item[]}
|
|
71
|
+
*/
|
|
72
|
+
declare function KinkyDungeonAllLooseRestraint(): item[];
|
|
73
|
+
/**
|
|
74
|
+
* Returns list
|
|
75
|
+
* @return {item[]}
|
|
76
|
+
*/
|
|
77
|
+
declare function KinkyDungeonAllConsumable(): item[];
|
|
78
|
+
/**
|
|
79
|
+
* Returns list
|
|
80
|
+
* @return {item[]}
|
|
81
|
+
*/
|
|
82
|
+
declare function KinkyDungeonAllOutfit(): item[];
|
|
83
|
+
/**
|
|
84
|
+
* Returns list
|
|
85
|
+
* @return {item[]}
|
|
86
|
+
*/
|
|
87
|
+
declare function KinkyDungeonAllWeapon(): item[];
|
|
88
|
+
/**
|
|
89
|
+
*
|
|
90
|
+
* @param {item} item
|
|
91
|
+
* @returns {{name: any; item: any; preview: string;}}
|
|
92
|
+
*/
|
|
93
|
+
declare function KDGetItemPreview(item: item): {
|
|
94
|
+
name: any;
|
|
95
|
+
item: any;
|
|
96
|
+
preview: string;
|
|
97
|
+
};
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
* @param {string} Filter
|
|
101
|
+
* @param {boolean} [enchanted]
|
|
102
|
+
* @param {boolean} [ignoreHidden]
|
|
103
|
+
* @param {boolean} [ignoreFilters]
|
|
104
|
+
* @returns {{name: any; item: any; preview: string;}[]}
|
|
105
|
+
*/
|
|
106
|
+
declare function KinkyDungeonFilterInventory(Filter: string, enchanted?: boolean, ignoreHidden?: boolean, ignoreFilters?: boolean): {
|
|
107
|
+
name: any;
|
|
108
|
+
item: any;
|
|
109
|
+
preview: string;
|
|
110
|
+
}[];
|
|
111
|
+
/**
|
|
112
|
+
*
|
|
113
|
+
* @param {{name: any, item: item, preview: string}} item
|
|
114
|
+
* @param {boolean} [noscroll]
|
|
115
|
+
* @param {boolean} [treatAsHover]
|
|
116
|
+
* @param {number} xOffset
|
|
117
|
+
* @returns {boolean}
|
|
118
|
+
*/
|
|
119
|
+
declare function KinkyDungeonDrawInventorySelected(item: {
|
|
120
|
+
name: any;
|
|
121
|
+
item: item;
|
|
122
|
+
preview: string;
|
|
123
|
+
}, noscroll?: boolean, treatAsHover?: boolean, xOffset?: number): boolean;
|
|
124
|
+
declare function KinkyDungeonDrawInventory(): void;
|
|
125
|
+
declare function KinkyDungeonSendInventoryEvent(Event: any, data: any): void;
|
|
126
|
+
declare function KinkyDungeonQuickGrid(I: any, Width: any, Height: any, Xcount: any): {
|
|
127
|
+
x: number;
|
|
128
|
+
y: number;
|
|
129
|
+
};
|
|
130
|
+
declare function KinkyDungeonDrawQuickInv(): void;
|
|
131
|
+
declare function KinkyDungeonhandleQuickInv(NoUse: any): boolean;
|
|
132
|
+
/**
|
|
133
|
+
*
|
|
134
|
+
* @param {string} name
|
|
135
|
+
* @param {entity} [player]
|
|
136
|
+
* @param {boolean} playerDropped
|
|
137
|
+
*/
|
|
138
|
+
declare function KDDropItemInv(name: string, player?: entity, playerDropped?: boolean): void;
|
|
139
|
+
/**
|
|
140
|
+
*
|
|
141
|
+
* @param {entity} player
|
|
142
|
+
*/
|
|
143
|
+
declare function KDSortInventory(player: entity): void;
|
|
144
|
+
declare let KinkyDungeonFilters: string[];
|
|
145
|
+
/**
|
|
146
|
+
* @type {Record<string, boolean>}
|
|
147
|
+
*/
|
|
148
|
+
declare let KDInventoryUseIconConfig: Record<string, boolean>;
|
|
149
|
+
/** List of current filters for each filter type */
|
|
150
|
+
/**
|
|
151
|
+
* @type {Record<string, Record<string, boolean>>}
|
|
152
|
+
*/
|
|
153
|
+
declare let KDFilterFilters: Record<string, Record<string, boolean>>;
|
|
154
|
+
declare let KinkyDungeonCurrentFilter: string;
|
|
155
|
+
declare let KinkyDungeonCurrentPageInventory: number;
|
|
156
|
+
declare let KinkyDungeonShowInventory: boolean;
|
|
157
|
+
declare let KinkyDungeonInventoryOffset: number;
|
|
158
|
+
declare let KinkyDungeonInvDraw: any[];
|
|
159
|
+
declare namespace KDScrollOffset {
|
|
160
|
+
const Consumable: number;
|
|
161
|
+
const Restraint: number;
|
|
162
|
+
const Weapon: number;
|
|
163
|
+
}
|
|
164
|
+
declare namespace KDItemsPerScreen {
|
|
165
|
+
const Consumable_1: number;
|
|
166
|
+
export { Consumable_1 as Consumable };
|
|
167
|
+
const Restraint_1: number;
|
|
168
|
+
export { Restraint_1 as Restraint };
|
|
169
|
+
const Weapon_1: number;
|
|
170
|
+
export { Weapon_1 as Weapon };
|
|
171
|
+
}
|
|
172
|
+
declare let KDScrollAmount: number;
|
|
173
|
+
declare namespace KDInventoryStatus {
|
|
174
|
+
const HideQuickInv: boolean;
|
|
175
|
+
const DropQuickInv: boolean;
|
|
176
|
+
const SortQuickInv: boolean;
|
|
177
|
+
const FilterQuickInv: boolean;
|
|
178
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
declare function KinkyDungeonItemDrop(x: any, y: any, dropTable: any, summoned: any): false | {
|
|
2
|
+
x: any;
|
|
3
|
+
y: any;
|
|
4
|
+
name: any;
|
|
5
|
+
amount: any;
|
|
6
|
+
};
|
|
7
|
+
declare function KinkyDungeonDropItem(Item: any, Origin: any, AllowOrigin: any, noMsg: any, allowEnemies: any): boolean;
|
|
8
|
+
declare function KinkyDungeonItemEvent(Item: any): boolean;
|
|
9
|
+
declare function KinkyDungeonItemCheck(x: any, y: any, Index: any): void;
|
|
10
|
+
declare function KDCanSeeDroppedItem(item: any): boolean;
|
|
11
|
+
declare function KinkyDungeonDrawItems(canvasOffsetX: any, canvasOffsetY: any, CamX: any, CamY: any): void;
|
|
12
|
+
declare function KinkyDungeonDrawHeart(): void;
|
|
13
|
+
declare function KinkyDungeonHandleHeart(): boolean;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @param {any[]} items
|
|
17
|
+
* @param {number} offset
|
|
18
|
+
* @returns {number}
|
|
19
|
+
*/
|
|
20
|
+
declare function KDDrawItemsTooltip(items: any[], offset: number): number;
|
|
21
|
+
declare let KinkyDungeonGroundItems: any[];
|
|
22
|
+
/** Certain items, when dropped, have specific properties
|
|
23
|
+
* @type {Record<string, KDDroppedItemProp>}
|
|
24
|
+
*/
|
|
25
|
+
declare let KDDroppedItemProperties: Record<string, KDDroppedItemProp>;
|
|
26
|
+
declare namespace KDCustomItems {
|
|
27
|
+
function LeylineMap(): {
|
|
28
|
+
sfx: any;
|
|
29
|
+
replace: any;
|
|
30
|
+
priority: any;
|
|
31
|
+
color: any;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
declare function KDAssignGuardAction(guard: any, xx: any, yy: any): void;
|
|
2
|
+
declare function KDGetJailEvent(guard: any, xx: any, yy: any): (g: any, x: any, y: any) => void;
|
|
3
|
+
declare function KinkyDungeonLoseJailKeys(Taken: any, boss: any, enemy: any): void;
|
|
4
|
+
declare function KinkyDungeonUpdateJailKeys(): void;
|
|
5
|
+
declare function KinkyDungeonAggroFaction(faction: any, noAllyRepPenalty: any): boolean;
|
|
6
|
+
declare function KinkyDungeonPlayerIsVisibleToJailers(): entity;
|
|
7
|
+
/**
|
|
8
|
+
*
|
|
9
|
+
* @param {entity} enemy
|
|
10
|
+
* @returns {boolean}
|
|
11
|
+
*/
|
|
12
|
+
declare function KinkyDungeonCanPlay(enemy: entity): boolean;
|
|
13
|
+
declare function KinkyDungeonCheckRelease(): number;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
* @param {string} action
|
|
17
|
+
* @param {{enemy?: entity, x?: number, y?: number, faction?: string}} data
|
|
18
|
+
*/
|
|
19
|
+
declare function KinkyDungeonAggroAction(action: string, data: {
|
|
20
|
+
enemy?: entity;
|
|
21
|
+
x?: number;
|
|
22
|
+
y?: number;
|
|
23
|
+
faction?: string;
|
|
24
|
+
}): void;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @param {entity} enemy
|
|
28
|
+
* @param {string} Type
|
|
29
|
+
* @param {string} [faction]
|
|
30
|
+
* @param {boolean} [force]
|
|
31
|
+
*/
|
|
32
|
+
declare function KinkyDungeonStartChase(enemy: entity, Type: string, faction?: string, force?: boolean): void;
|
|
33
|
+
/**
|
|
34
|
+
*
|
|
35
|
+
* @param {entity} enemy
|
|
36
|
+
* @param {string} Type
|
|
37
|
+
*/
|
|
38
|
+
declare function KinkyDungeonPlayExcuse(enemy: entity, Type: string): void;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @param {entity} enemy
|
|
42
|
+
* @param {number} mult
|
|
43
|
+
* @param {number} base
|
|
44
|
+
*/
|
|
45
|
+
declare function KDSetPlayCD(enemy: entity, mult: number, base?: number): void;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
* @param {string} Group
|
|
49
|
+
* @returns {restraint}
|
|
50
|
+
*/
|
|
51
|
+
declare function KinkyDungeonGetJailRestraintForGroup(Group: string): restraint;
|
|
52
|
+
declare function KinkyDungeonGetJailRestraintLevelFor(Name: any): number;
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @param {string[]} [filter] - Have to be in a jail, not a dropoff
|
|
56
|
+
* @returns {boolean}
|
|
57
|
+
*/
|
|
58
|
+
declare function KinkyDungeonInJail(filter?: string[]): boolean;
|
|
59
|
+
declare function KinkyDungeonPlaceJailKeys(): boolean;
|
|
60
|
+
declare function KinkyDungeonHandleJailSpawns(delta: any): void;
|
|
61
|
+
declare function KinkyDungeonLockableItems(): string[];
|
|
62
|
+
declare function KinkyDungeonMissingJailUniform(): string[];
|
|
63
|
+
declare function KinkyDungeonTooMuchRestraint(): string[];
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @param {number} xx
|
|
67
|
+
* @param {number} yy
|
|
68
|
+
* @param {string} type
|
|
69
|
+
*/
|
|
70
|
+
declare function KinkyDungeonHandleLeashTour(xx: number, yy: number, type: string): void;
|
|
71
|
+
/**
|
|
72
|
+
*
|
|
73
|
+
* @param {number} xx
|
|
74
|
+
* @param {number} yy
|
|
75
|
+
* @param {string} type
|
|
76
|
+
*/
|
|
77
|
+
declare function KinkyDungeonJailGuardGetLeashWaypoint(xx: number, yy: number, type: string): void;
|
|
78
|
+
declare function KinkyDungeonJailGetLeashPoint(xx: any, yy: any, enemy: any): {
|
|
79
|
+
x: any;
|
|
80
|
+
y: any;
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* @param {boolean} [any]
|
|
84
|
+
* @param {boolean} [qualified] - Makes sure the player is qualified
|
|
85
|
+
* @param {string[]} [filter]
|
|
86
|
+
* @returns {boolean} - Returns if the player is inside the nearest jail cell
|
|
87
|
+
*/
|
|
88
|
+
declare function KinkyDungeonPlayerInCell(any?: boolean, qualified?: boolean, filter?: string[]): boolean;
|
|
89
|
+
declare function KinkyDungeonPointInCell(x: any, y: any): boolean;
|
|
90
|
+
declare function KinkyDungeonPassOut(noteleport: any): void;
|
|
91
|
+
declare function KDGetJailDoor(x: any, y: any): {
|
|
92
|
+
tile: any;
|
|
93
|
+
x: any;
|
|
94
|
+
y: any;
|
|
95
|
+
};
|
|
96
|
+
declare function KDDefeatedPlayerTick(): void;
|
|
97
|
+
declare function KDEnterDollTerminal(willing: any, cancelDialogue?: boolean): void;
|
|
98
|
+
declare function KinkyDungeonDefeat(PutInJail: any): void;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @param {entity} enemy
|
|
102
|
+
* @returns {boolean}
|
|
103
|
+
*/
|
|
104
|
+
declare function KDEnemyIsTemporary(enemy: entity): boolean;
|
|
105
|
+
/** Kicks enemies away, and also out of offlimits zones if they are aware */
|
|
106
|
+
declare function KDKickEnemies(nearestJail: any): void;
|
|
107
|
+
declare function KDResetAllIntents(): void;
|
|
108
|
+
declare function KDResetAllAggro(): void;
|
|
109
|
+
/**
|
|
110
|
+
* Moves an enemy to a random position on the map
|
|
111
|
+
* @param {entity} e
|
|
112
|
+
*/
|
|
113
|
+
declare function KDKickEnemy(e: entity): void;
|
|
114
|
+
/**
|
|
115
|
+
* Moves an enemy to a random position on the map
|
|
116
|
+
* @param {entity} e
|
|
117
|
+
*/
|
|
118
|
+
declare function KDKickEnemyLocal(e: entity): void;
|
|
119
|
+
declare function KinkyDungeonStripInventory(KeepPicks: any): void;
|
|
120
|
+
declare function KDExpireFlags(enemy: any): void;
|
|
121
|
+
/**
|
|
122
|
+
* Gets the jail outfit of the guard, or using overrideTags instead of the guard's taggs
|
|
123
|
+
* @param {string[]} [overrideTags]
|
|
124
|
+
* @param {boolean} [requireJail]
|
|
125
|
+
* @param {boolean} [requireParole]
|
|
126
|
+
* @returns {{Name: string, Level: number}[]}
|
|
127
|
+
*/
|
|
128
|
+
declare function KDGetJailRestraints(overrideTags?: string[], requireJail?: boolean, requireParole?: boolean): {
|
|
129
|
+
Name: string;
|
|
130
|
+
Level: number;
|
|
131
|
+
}[];
|
|
132
|
+
/** Time spent in cage before guards start getting teleported */
|
|
133
|
+
declare let KDMaxCageTime: number;
|
|
134
|
+
/** Only these have jail events */
|
|
135
|
+
declare let KDJailFilters: string[];
|
|
136
|
+
/** Max turns for the alert timer until the whole map becomes hostile */
|
|
137
|
+
declare let KDMaxAlertTimer: number;
|
|
138
|
+
declare let KDMaxAlertTimerAggro: number;
|
|
139
|
+
/**
|
|
140
|
+
* @type {string[]}
|
|
141
|
+
*/
|
|
142
|
+
declare let KDLocalChaseTypes: string[];
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* @param {boolean} [override] - Override jailing requirement
|
|
4
|
+
* @returns {boolean}
|
|
5
|
+
*/
|
|
6
|
+
declare function KDCanSpawnShopkeeper(override?: boolean): boolean;
|
|
7
|
+
/**
|
|
8
|
+
* @type {Record<string, {weight: (guard: any, xx: any, yy: any) => number, trigger: (guard: any, xx: any, yy: any) => void}>}
|
|
9
|
+
*/
|
|
10
|
+
declare let KDJailEvents: Record<string, {
|
|
11
|
+
weight: (guard: any, xx: any, yy: any) => number;
|
|
12
|
+
trigger: (guard: any, xx: any, yy: any) => void;
|
|
13
|
+
}>;
|
|
14
|
+
declare namespace KDGuardActions {
|
|
15
|
+
namespace jailWander {
|
|
16
|
+
function weight(guard: any, xx: any, yy: any): number;
|
|
17
|
+
function assignable(guard: any, xx: any, yy: any): boolean;
|
|
18
|
+
function assign(guard: any, xx: any, yy: any): void;
|
|
19
|
+
function handle(guard: any, xx: any, yy: any): void;
|
|
20
|
+
}
|
|
21
|
+
namespace release {
|
|
22
|
+
export function weight_1(guard: any, xx: any, yy: any): 0 | 1000;
|
|
23
|
+
export { weight_1 as weight };
|
|
24
|
+
export function assign_1(guard: any, xx: any, yy: any): void;
|
|
25
|
+
export { assign_1 as assign };
|
|
26
|
+
export function handle_1(guard: any, xx: any, yy: any): void;
|
|
27
|
+
export { handle_1 as handle };
|
|
28
|
+
}
|
|
29
|
+
namespace jailTease {
|
|
30
|
+
export function weight_2(guard: any, xx: any, yy: any): number;
|
|
31
|
+
export { weight_2 as weight };
|
|
32
|
+
export function assign_2(guard: any, xx: any, yy: any): void;
|
|
33
|
+
export { assign_2 as assign };
|
|
34
|
+
export function handle_2(guard: any, xx: any, yy: any, delta: any): void;
|
|
35
|
+
export { handle_2 as handle };
|
|
36
|
+
}
|
|
37
|
+
namespace bindings {
|
|
38
|
+
export function weight_3(guard: any, xx: any, yy: any): number;
|
|
39
|
+
export { weight_3 as weight };
|
|
40
|
+
export function assign_3(guard: any, xx: any, yy: any): void;
|
|
41
|
+
export { assign_3 as assign };
|
|
42
|
+
export function handle_3(guard: any, xx: any, yy: any, delta: any): void;
|
|
43
|
+
export { handle_3 as handle };
|
|
44
|
+
}
|
|
45
|
+
namespace jailRemoveRestraints {
|
|
46
|
+
export function weight_4(guard: any, xx: any, yy: any): number;
|
|
47
|
+
export { weight_4 as weight };
|
|
48
|
+
export function assign_4(guard: any, xx: any, yy: any): void;
|
|
49
|
+
export { assign_4 as assign };
|
|
50
|
+
export function handle_4(guard: any, xx: any, yy: any, delta: any): void;
|
|
51
|
+
export { handle_4 as handle };
|
|
52
|
+
}
|
|
53
|
+
namespace jailAddRestraints {
|
|
54
|
+
export function weight_5(guard: any, xx: any, yy: any): number;
|
|
55
|
+
export { weight_5 as weight };
|
|
56
|
+
export function assign_5(guard: any, xx: any, yy: any): void;
|
|
57
|
+
export { assign_5 as assign };
|
|
58
|
+
export function handle_5(guard: any, xx: any, yy: any, delta: any): void;
|
|
59
|
+
export { handle_5 as handle };
|
|
60
|
+
}
|
|
61
|
+
namespace jailLockRestraints {
|
|
62
|
+
export function weight_6(guard: any, xx: any, yy: any): number;
|
|
63
|
+
export { weight_6 as weight };
|
|
64
|
+
export function assign_6(guard: any, xx: any, yy: any): void;
|
|
65
|
+
export { assign_6 as assign };
|
|
66
|
+
export function handle_6(guard: any, xx: any, yy: any, delta: any): void;
|
|
67
|
+
export { handle_6 as handle };
|
|
68
|
+
}
|
|
69
|
+
namespace jailLeashTour {
|
|
70
|
+
export function weight_7(guard: any, xx: any, yy: any): number;
|
|
71
|
+
export { weight_7 as weight };
|
|
72
|
+
export function assign_7(guard: any, xx: any, yy: any): void;
|
|
73
|
+
export { assign_7 as assign };
|
|
74
|
+
export function handle_7(guard: any, xx: any, yy: any, delta: any): void;
|
|
75
|
+
export { handle_7 as handle };
|
|
76
|
+
}
|
|
77
|
+
namespace jailLeashTransfer {
|
|
78
|
+
export function weight_8(guard: any, xx: any, yy: any): 0 | 5;
|
|
79
|
+
export { weight_8 as weight };
|
|
80
|
+
export function assign_8(guard: any, xx: any, yy: any): void;
|
|
81
|
+
export { assign_8 as assign };
|
|
82
|
+
export function handle_8(guard: any, xx: any, yy: any, delta: any): void;
|
|
83
|
+
export { handle_8 as handle };
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
declare let KinkyDungeonJailRemoveRestraintsTimerMin: number;
|
|
87
|
+
declare let KinkyDungeonJailedOnce: boolean;
|
|
88
|
+
declare let KDJailReleaseTurns: {
|
|
89
|
+
minSub: number;
|
|
90
|
+
releaseTurns: number;
|
|
91
|
+
}[];
|
|
92
|
+
declare let KDSecurityLevelHiSec: number;
|
|
93
|
+
/**
|
|
94
|
+
* @type {Record<string, {overridelowerpriority: boolean, priority: number, jail: boolean, parole: boolean, restraints: {Name: string, Level: number}[]}>}
|
|
95
|
+
*/
|
|
96
|
+
declare let KDJailOutfits: Record<string, {
|
|
97
|
+
overridelowerpriority: boolean;
|
|
98
|
+
priority: number;
|
|
99
|
+
jail: boolean;
|
|
100
|
+
parole: boolean;
|
|
101
|
+
restraints: {
|
|
102
|
+
Name: string;
|
|
103
|
+
Level: number;
|
|
104
|
+
}[];
|
|
105
|
+
}>;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @param {item[]} list
|
|
3
|
+
* @param {boolean} excludeBound - bound weapons, i.e. magic knives and weapons
|
|
4
|
+
*/
|
|
5
|
+
declare function KinkyDungeonAddLostItems(list: item[], excludeBound: boolean): void;
|
|
6
|
+
declare function KinkyDungeonLoot(Level: any, Index: any, Type: any, roll: any, tile: any, returnOnly: any, noTrap: any): any;
|
|
7
|
+
declare function KinkyDungeonGetUnlearnedSpells(minlevel: any, maxlevel: any, SpellList: any): any[];
|
|
8
|
+
declare function KinkyDungeonLootEvent(Loot: any, Floor: any, Replacemsg: any, Lock: any): any;
|
|
9
|
+
declare function KinkyDungeonAddGold(value: any): void;
|
|
10
|
+
declare function KDSpawnLootTrap(x: any, y: any, trap: any, mult: any, duration: any): void;
|
|
11
|
+
declare function KDGenChestTrap(guaranteed: any, x: any, y: any, chestType: any, lock: any, noTrap: any): any;
|
|
12
|
+
declare function KDTriggerLoot(Loot: any, Type: any): void;
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @param {Record<string, object>} WeightList - contains values that have a weight param
|
|
16
|
+
*/
|
|
17
|
+
declare function KDGetWeightedString(WeightList: Record<string, object>, params: any): string;
|
|
18
|
+
/** @type {item[]} */
|
|
19
|
+
declare let KinkyDungeonLostItems: item[];
|
|
20
|
+
declare let KDTightRestraintsMod: number;
|
|
21
|
+
declare let KDTightRestraintsMult: number;
|
|
22
|
+
declare let cursedRestraintCache: {};
|
|
23
|
+
declare let KinkyDungeonSpecialLoot: boolean;
|
|
24
|
+
declare let KinkyDungeonLockedLoot: boolean;
|
|
25
|
+
declare namespace KDChestTrapWeights {
|
|
26
|
+
namespace metalTrap {
|
|
27
|
+
function weight(): number;
|
|
28
|
+
const mult: number;
|
|
29
|
+
}
|
|
30
|
+
namespace leatherTrap {
|
|
31
|
+
export function weight_1(): number;
|
|
32
|
+
export { weight_1 as weight };
|
|
33
|
+
const mult_1: number;
|
|
34
|
+
export { mult_1 as mult };
|
|
35
|
+
}
|
|
36
|
+
namespace latexTrap {
|
|
37
|
+
export function weight_2(): number;
|
|
38
|
+
export { weight_2 as weight };
|
|
39
|
+
const mult_2: number;
|
|
40
|
+
export { mult_2 as mult };
|
|
41
|
+
}
|
|
42
|
+
namespace ropeTrap {
|
|
43
|
+
export function weight_3(): number;
|
|
44
|
+
export { weight_3 as weight };
|
|
45
|
+
const mult_3: number;
|
|
46
|
+
export { mult_3 as mult };
|
|
47
|
+
}
|
|
48
|
+
namespace illusionTrap {
|
|
49
|
+
export function weight_4(): number;
|
|
50
|
+
export { weight_4 as weight };
|
|
51
|
+
const mult_4: number;
|
|
52
|
+
export { mult_4 as mult };
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
declare namespace KDTrapChestType {
|
|
56
|
+
function _default(guaranteed: any, x: any, y: any, chestType: any, lock: any, noTrap: any): {
|
|
57
|
+
trap: string;
|
|
58
|
+
mult: any;
|
|
59
|
+
};
|
|
60
|
+
export { _default as default };
|
|
61
|
+
export function shadow(guaranteed: any, x: any, y: any, chestType: any, lock: any, noTrap: any): {
|
|
62
|
+
trap: string;
|
|
63
|
+
mult: number;
|
|
64
|
+
duration: number;
|
|
65
|
+
};
|
|
66
|
+
}
|