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,766 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Returns the multiplier of a restraint based on the player's current restraint counts
|
|
3
|
+
* @param {entity} player
|
|
4
|
+
* @param {restraint} restraint
|
|
5
|
+
* @returns {number} - multiplier for apparent power
|
|
6
|
+
*/
|
|
7
|
+
declare function KDRestraintPowerMult(player: entity, restraint: restraint): number;
|
|
8
|
+
/**
|
|
9
|
+
*
|
|
10
|
+
* @returns {number}
|
|
11
|
+
*/
|
|
12
|
+
declare function KDGetWillPenalty(): number;
|
|
13
|
+
/**
|
|
14
|
+
* gets a restraint
|
|
15
|
+
* @param {Named} item
|
|
16
|
+
* @returns {restraint}
|
|
17
|
+
*/
|
|
18
|
+
declare function KDRestraint(item: Named): restraint;
|
|
19
|
+
/**
|
|
20
|
+
* gets a restraint
|
|
21
|
+
* @param {item} item
|
|
22
|
+
* @returns {boolean}
|
|
23
|
+
*/
|
|
24
|
+
declare function KDItemIsMagic(item: item): boolean;
|
|
25
|
+
/**
|
|
26
|
+
*
|
|
27
|
+
* @param {entity} Entity
|
|
28
|
+
* @param {number} CamX
|
|
29
|
+
* @param {number} CamY
|
|
30
|
+
* @returns {void}
|
|
31
|
+
*/
|
|
32
|
+
declare function KinkyDungeonDrawTethers(Entity: entity, CamX: number, CamY: number): void;
|
|
33
|
+
declare function KDIsPlayerTethered(player: any): boolean;
|
|
34
|
+
declare function KinkyDungeonAttachTetherToEntity(dist: any, entity: any): boolean;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @param {entity} player
|
|
38
|
+
* @param {number} x
|
|
39
|
+
* @param {number} y
|
|
40
|
+
* @param {entity} entity
|
|
41
|
+
*/
|
|
42
|
+
declare function KDIsPlayerTetheredToLocation(player: entity, x: number, y: number, entity: entity): boolean;
|
|
43
|
+
/**
|
|
44
|
+
*
|
|
45
|
+
* @param {entity} player
|
|
46
|
+
* @param {entity} entity
|
|
47
|
+
*/
|
|
48
|
+
declare function KDIsPlayerTetheredToEntity(player: entity, entity: entity): boolean;
|
|
49
|
+
declare function KDBreakTether(): void;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @param {boolean} Msg
|
|
53
|
+
* @param {entity} Entity
|
|
54
|
+
* @param {number} [xTo]
|
|
55
|
+
* @param {number} [yTo]
|
|
56
|
+
* @returns {boolean}
|
|
57
|
+
*/
|
|
58
|
+
declare function KinkyDungeonUpdateTether(Msg: boolean, Entity: entity, xTo?: number, yTo?: number): boolean;
|
|
59
|
+
/**
|
|
60
|
+
* Gets the length of the neck tether
|
|
61
|
+
* @returns {number}
|
|
62
|
+
*/
|
|
63
|
+
declare function KinkyDungeonTetherLength(): number;
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @param {number} [modifier]
|
|
67
|
+
* @returns {number}
|
|
68
|
+
*/
|
|
69
|
+
declare function KinkyDungeonKeyGetPickBreakChance(modifier?: number): number;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @param {number} [modifier]
|
|
73
|
+
* @returns {number}
|
|
74
|
+
*/
|
|
75
|
+
declare function KinkyDungeonGetKnifeBreakChance(modifier?: number): number;
|
|
76
|
+
/**
|
|
77
|
+
*
|
|
78
|
+
* @param {number} [modifier]
|
|
79
|
+
* @returns {number}
|
|
80
|
+
*/
|
|
81
|
+
declare function KinkyDungeonGetEnchKnifeBreakChance(modifier?: number): number;
|
|
82
|
+
declare function KinkyDungeonIsLockable(restraint: any): boolean;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
* @param {item} item
|
|
86
|
+
* @param {string} lock
|
|
87
|
+
*/
|
|
88
|
+
declare function KinkyDungeonLock(item: item, lock: string): void;
|
|
89
|
+
/**
|
|
90
|
+
* Gets the curse of an item, ither intrinsic or applied
|
|
91
|
+
* @param {item} item
|
|
92
|
+
* @returns {string}
|
|
93
|
+
*/
|
|
94
|
+
declare function KDGetCurse(item: item): string;
|
|
95
|
+
/**
|
|
96
|
+
*
|
|
97
|
+
* @param {string} shrine
|
|
98
|
+
* @returns {item[]}
|
|
99
|
+
*/
|
|
100
|
+
declare function KinkyDungeonGetRestraintsWithShrine(shrine: string, ignoreGold: any, recursive: any, ignoreNoShrine: any): item[];
|
|
101
|
+
/**
|
|
102
|
+
*
|
|
103
|
+
* @param {string} shrine
|
|
104
|
+
* @returns {number}
|
|
105
|
+
*/
|
|
106
|
+
declare function KinkyDungeonRemoveRestraintsWithShrine(shrine: string, maxCount: any, recursive: any, noPlayer: any, ignoreGold: any, ignoreNoShrine: any): number;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @param {string} name
|
|
110
|
+
* @returns {number}
|
|
111
|
+
*/
|
|
112
|
+
declare function KinkyDungeonRemoveRestraintsWithName(name: string): number;
|
|
113
|
+
/**
|
|
114
|
+
*
|
|
115
|
+
* @param {string} shrine
|
|
116
|
+
* @returns {number}
|
|
117
|
+
*/
|
|
118
|
+
declare function KinkyDungeonUnlockRestraintsWithShrine(shrine: string): number;
|
|
119
|
+
/**
|
|
120
|
+
*
|
|
121
|
+
* @returns {item[]}
|
|
122
|
+
*/
|
|
123
|
+
declare function KinkyDungeonPlayerGetLockableRestraints(): item[];
|
|
124
|
+
/**
|
|
125
|
+
* @param {string[]} Locks
|
|
126
|
+
* @returns {item[]}
|
|
127
|
+
*/
|
|
128
|
+
declare function KinkyDungeonPlayerGetRestraintsWithLocks(Locks: string[], recursive: any): item[];
|
|
129
|
+
/**
|
|
130
|
+
*
|
|
131
|
+
* @param {string} lock
|
|
132
|
+
*/
|
|
133
|
+
declare function KinkyDungeonRemoveKeysUnlock(lock: string): void;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
* @param {string} lock
|
|
137
|
+
* @returns {string}
|
|
138
|
+
*/
|
|
139
|
+
declare function KinkyDungeonGetKey(lock: string): string;
|
|
140
|
+
/**
|
|
141
|
+
*
|
|
142
|
+
* @returns {boolean}
|
|
143
|
+
*/
|
|
144
|
+
declare function KinkyDungeonHasGhostHelp(): boolean;
|
|
145
|
+
/**
|
|
146
|
+
*
|
|
147
|
+
* @returns {boolean}
|
|
148
|
+
*/
|
|
149
|
+
declare function KinkyDungeonHasAllyHelp(): boolean;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
* @returns {boolean}
|
|
153
|
+
*/
|
|
154
|
+
declare function KinkyDungeonHasAngelHelp(): boolean;
|
|
155
|
+
/**
|
|
156
|
+
*
|
|
157
|
+
* @returns {boolean}
|
|
158
|
+
*/
|
|
159
|
+
declare function KinkyDungeonIsWearingLeash(): boolean;
|
|
160
|
+
/**
|
|
161
|
+
*
|
|
162
|
+
* @param {boolean} Message - Show a message?
|
|
163
|
+
* @param {string} affinity
|
|
164
|
+
* @returns {boolean}
|
|
165
|
+
*/
|
|
166
|
+
declare function KinkyDungeonGetAffinity(Message: boolean, affinity: string, group: any): boolean;
|
|
167
|
+
declare function KinkyDungeonWallCrackAndKnife(Message: any): boolean;
|
|
168
|
+
/**
|
|
169
|
+
* Determines if the entire dynamic item tree has at least one inaccessable item
|
|
170
|
+
* @param {item} item
|
|
171
|
+
* @returns {boolean}
|
|
172
|
+
*/
|
|
173
|
+
declare function KDIsTreeAccessible(item: item): boolean;
|
|
174
|
+
/**
|
|
175
|
+
* Determines if the entire dynamic item tree has at least one chastity item
|
|
176
|
+
* @param {item} item
|
|
177
|
+
* @returns {boolean}
|
|
178
|
+
*/
|
|
179
|
+
declare function KDIsTreeChastity(item: item): boolean;
|
|
180
|
+
/**
|
|
181
|
+
* Determines if the entire dynamic item tree has at least one chastity bra item
|
|
182
|
+
* @param {item} item
|
|
183
|
+
* @returns {boolean}
|
|
184
|
+
*/
|
|
185
|
+
declare function KDIsTreeChastityBra(item: item): boolean;
|
|
186
|
+
/**
|
|
187
|
+
*
|
|
188
|
+
* @param {string} Group - Group
|
|
189
|
+
* @param {boolean} [External] - By enemies or by player?
|
|
190
|
+
* @returns {boolean}
|
|
191
|
+
*/
|
|
192
|
+
declare function KDGroupBlocked(Group: string, External?: boolean): boolean;
|
|
193
|
+
/**
|
|
194
|
+
* @param {string} Group
|
|
195
|
+
* @param {boolean} External
|
|
196
|
+
* @return {item[]}
|
|
197
|
+
* Gets a list of restraints blocking this group */
|
|
198
|
+
declare function KDGetBlockingRestraints(Group: string, External: boolean): item[];
|
|
199
|
+
/**
|
|
200
|
+
* @param {string} Group
|
|
201
|
+
* @param {boolean} External
|
|
202
|
+
* @return {item[]}
|
|
203
|
+
* Gets a list of restraints with Security that block this */
|
|
204
|
+
declare function KDGetBlockingSecurity(Group: string, External: boolean): item[];
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @param {boolean} Other - false = self, true = other prisoner door etc
|
|
208
|
+
* @returns {boolean} - Can you use keys on target
|
|
209
|
+
*/
|
|
210
|
+
declare function KinkyDungeonCanUseKey(Other?: boolean): boolean;
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
* @param {boolean} [ApplyGhost] - Can you receive help in this context?
|
|
214
|
+
* @param {boolean} [Other] - Is this on yourself or another?
|
|
215
|
+
* @param {number} Threshold - Threshold
|
|
216
|
+
* @returns {boolean}
|
|
217
|
+
*/
|
|
218
|
+
declare function KinkyDungeonIsHandsBound(ApplyGhost?: boolean, Other?: boolean, Threshold?: number): boolean;
|
|
219
|
+
/**
|
|
220
|
+
* Returns the total level of hands bondage, 1.0 or higher meaning unable to use hands
|
|
221
|
+
* @param {boolean} Other - on other or self
|
|
222
|
+
* @return {number} - The bindhands level, sum of all bindhands properties of worn restraints
|
|
223
|
+
*/
|
|
224
|
+
declare function KDHandBondageTotal(Other?: boolean): number;
|
|
225
|
+
/**
|
|
226
|
+
*
|
|
227
|
+
* @returns {boolean}
|
|
228
|
+
*/
|
|
229
|
+
declare function KinkyDungeonCanUseFeet(): boolean;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
* @param {boolean} [ApplyGhost]
|
|
233
|
+
* @param {boolean} [Other] - Is this on yourself or another?
|
|
234
|
+
* @returns {boolean}
|
|
235
|
+
*/
|
|
236
|
+
declare function KinkyDungeonIsArmsBound(ApplyGhost?: boolean, Other?: boolean): boolean;
|
|
237
|
+
/**
|
|
238
|
+
*
|
|
239
|
+
* @param {boolean} ApplyGhost
|
|
240
|
+
* @param {string} Group
|
|
241
|
+
* @param {item} [excludeItem]
|
|
242
|
+
* @returns {number}
|
|
243
|
+
*/
|
|
244
|
+
declare function KinkyDungeonStrictness(ApplyGhost: boolean, Group: string, excludeItem?: item): number;
|
|
245
|
+
/**
|
|
246
|
+
* Gets the list of restraint nammes affecting the Group
|
|
247
|
+
* @param {string} Group
|
|
248
|
+
* @param {item} excludeItem
|
|
249
|
+
* @returns {string[]}
|
|
250
|
+
*/
|
|
251
|
+
declare function KinkyDungeonGetStrictnessItems(Group: string, excludeItem: item): string[];
|
|
252
|
+
/**
|
|
253
|
+
*
|
|
254
|
+
* @returns {number}
|
|
255
|
+
*/
|
|
256
|
+
declare function KinkyDungeonGetPickBaseChance(): number;
|
|
257
|
+
/**
|
|
258
|
+
*
|
|
259
|
+
* @returns {number}
|
|
260
|
+
*/
|
|
261
|
+
declare function KinkyDungeonGetPickBonus(): number;
|
|
262
|
+
/**
|
|
263
|
+
*
|
|
264
|
+
* @returns {boolean}
|
|
265
|
+
*/
|
|
266
|
+
declare function KinkyDungeonPickAttempt(): boolean;
|
|
267
|
+
/**
|
|
268
|
+
*
|
|
269
|
+
* @param {string} lock
|
|
270
|
+
* @returns {boolean}
|
|
271
|
+
*/
|
|
272
|
+
declare function KinkyDungeonUnlockAttempt(lock: string): boolean;
|
|
273
|
+
/** Gets the affinity of a restraint */
|
|
274
|
+
declare function KDGetRestraintAffinity(item: any, data: any): any;
|
|
275
|
+
/**
|
|
276
|
+
*
|
|
277
|
+
*/
|
|
278
|
+
declare function KDGetEscapeChance(restraint: any, StruggleType: any, escapeChancePre: any, limitChancePre: any, ApplyGhost: any, ApplyPlayerBonus: any, Msg: any): {
|
|
279
|
+
escapeChance: any;
|
|
280
|
+
limitChance: any;
|
|
281
|
+
escapeChanceData: {
|
|
282
|
+
restraint: any;
|
|
283
|
+
escapeChance: any;
|
|
284
|
+
limitChance: any;
|
|
285
|
+
struggleType: any;
|
|
286
|
+
escapeChancePre: any;
|
|
287
|
+
limitChancePre: any;
|
|
288
|
+
ApplyGhost: any;
|
|
289
|
+
ApplyPlayerBonus: any;
|
|
290
|
+
GoddessBonus: number;
|
|
291
|
+
Msg: any;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
declare function KDGetDynamicItem(group: any, index: any): {
|
|
295
|
+
restraint: item;
|
|
296
|
+
host: item;
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
*
|
|
300
|
+
* @param {string} struggleGroup
|
|
301
|
+
* @param {string} StruggleType
|
|
302
|
+
* @returns {string}
|
|
303
|
+
*/
|
|
304
|
+
declare function KinkyDungeonStruggle(struggleGroup: string, StruggleType: string, index: any): string;
|
|
305
|
+
/**
|
|
306
|
+
* "Return the first restraint item in the game that belongs to the given group."
|
|
307
|
+
* @param {string} group - The group of the restraint item you want to get.
|
|
308
|
+
* @param {number} [index] - The index of the restraint item you want to get.
|
|
309
|
+
* @returns {item} The item that matches the group.
|
|
310
|
+
*/
|
|
311
|
+
declare function KinkyDungeonGetRestraintItem(group: string, index?: number): item;
|
|
312
|
+
/**
|
|
313
|
+
* Refreshes the restraints map
|
|
314
|
+
*/
|
|
315
|
+
declare function KinkyDungeonRefreshRestraintsCache(): void;
|
|
316
|
+
/**
|
|
317
|
+
*
|
|
318
|
+
* @param {string} Name
|
|
319
|
+
* @returns {restraint}
|
|
320
|
+
*/
|
|
321
|
+
declare function KinkyDungeonGetRestraintByName(Name: string): restraint;
|
|
322
|
+
/**
|
|
323
|
+
*
|
|
324
|
+
* @param {string} Lock
|
|
325
|
+
* @returns {number}
|
|
326
|
+
*/
|
|
327
|
+
declare function KinkyDungeonGetLockMult(Lock: string): number;
|
|
328
|
+
/**
|
|
329
|
+
*
|
|
330
|
+
* @param {KDHasTags} enemy
|
|
331
|
+
* @param {*} Level
|
|
332
|
+
* @param {*} Index
|
|
333
|
+
* @param {*} Bypass
|
|
334
|
+
* @param {*} Lock
|
|
335
|
+
* @param {*} RequireWill
|
|
336
|
+
* @param {*} LeashingOnly
|
|
337
|
+
* @param {*} NoStack
|
|
338
|
+
* @param {*} extraTags
|
|
339
|
+
* @param {*} agnostic - Determines if playertags and current bondage are ignored
|
|
340
|
+
* @param {entity} [securityEnemy] - Bypass is treated separately for these groups
|
|
341
|
+
* @param {{minPower?: number, maxPower?: number, onlyLimited?: boolean, noUnlimited?: boolean, noLimited?: boolean, onlyUnlimited?: boolean, ignore?: string[], require?: string[], looseLimit?: boolean, ignoreTags?: string[]}} [filter] - Filters for items
|
|
342
|
+
* @returns {{restraint: restraint, weight: number}[]}
|
|
343
|
+
*/
|
|
344
|
+
declare function KDGetRestraintsEligible(enemy: KDHasTags, Level: any, Index: any, Bypass: any, Lock: any, RequireWill: any, LeashingOnly: any, NoStack: any, extraTags: any, agnostic: any, filter?: {
|
|
345
|
+
minPower?: number;
|
|
346
|
+
maxPower?: number;
|
|
347
|
+
onlyLimited?: boolean;
|
|
348
|
+
noUnlimited?: boolean;
|
|
349
|
+
noLimited?: boolean;
|
|
350
|
+
onlyUnlimited?: boolean;
|
|
351
|
+
ignore?: string[];
|
|
352
|
+
require?: string[];
|
|
353
|
+
looseLimit?: boolean;
|
|
354
|
+
ignoreTags?: string[];
|
|
355
|
+
}, securityEnemy?: entity): {
|
|
356
|
+
restraint: restraint;
|
|
357
|
+
weight: number;
|
|
358
|
+
}[];
|
|
359
|
+
/**
|
|
360
|
+
*
|
|
361
|
+
* @param {KDHasTags} enemy
|
|
362
|
+
* @param {*} Level
|
|
363
|
+
* @param {*} Index
|
|
364
|
+
* @param {*} Bypass
|
|
365
|
+
* @param {*} Lock
|
|
366
|
+
* @param {*} RequireWill
|
|
367
|
+
* @param {*} LeashingOnly
|
|
368
|
+
* @param {*} NoStack
|
|
369
|
+
* @param {*} extraTags
|
|
370
|
+
* @param {*} agnostic - Determines if playertags and current bondage are ignored
|
|
371
|
+
* @param {entity} [securityEnemy] - Bypass is treated separately for these groups
|
|
372
|
+
* @param {{minPower?: number, maxPower?: number, onlyLimited?: boolean, noUnlimited?: boolean, noLimited?: boolean, onlyUnlimited?: boolean, ignore?: string[], require?: string[], looseLimit?: boolean, ignoreTags?: string[]}} [filter] - Filters for items
|
|
373
|
+
* @returns
|
|
374
|
+
*/
|
|
375
|
+
declare function KinkyDungeonGetRestraint(enemy: KDHasTags, Level: any, Index: any, Bypass: any, Lock: any, RequireWill: any, LeashingOnly: any, NoStack: any, extraTags: any, agnostic: any, filter?: {
|
|
376
|
+
minPower?: number;
|
|
377
|
+
maxPower?: number;
|
|
378
|
+
onlyLimited?: boolean;
|
|
379
|
+
noUnlimited?: boolean;
|
|
380
|
+
noLimited?: boolean;
|
|
381
|
+
onlyUnlimited?: boolean;
|
|
382
|
+
ignore?: string[];
|
|
383
|
+
require?: string[];
|
|
384
|
+
looseLimit?: boolean;
|
|
385
|
+
ignoreTags?: string[];
|
|
386
|
+
}, securityEnemy?: entity): restraint;
|
|
387
|
+
declare function KinkyDungeonUpdateRestraints(delta: any): Map<any, any>;
|
|
388
|
+
/**
|
|
389
|
+
*
|
|
390
|
+
* @param {item} item
|
|
391
|
+
* @param {boolean} [NoLink]
|
|
392
|
+
* @param {restraint} [toLink]
|
|
393
|
+
* @returns
|
|
394
|
+
*/
|
|
395
|
+
declare function KinkyDungeonRestraintPower(item: item, NoLink?: boolean, toLink?: restraint): number;
|
|
396
|
+
/**
|
|
397
|
+
* @param {restraint} oldRestraint
|
|
398
|
+
* @param {restraint} newRestraint
|
|
399
|
+
* @param {item} [item]
|
|
400
|
+
* @param {string} [newLock]
|
|
401
|
+
* @returns {boolean}
|
|
402
|
+
*/
|
|
403
|
+
declare function KinkyDungeonLinkableAndStricter(oldRestraint: restraint, newRestraint: restraint, item?: item, newLock?: string): boolean;
|
|
404
|
+
declare function KinkyDungeonGenerateRestraintTrap(): string;
|
|
405
|
+
declare function KDGetLockVisual(item: any): string;
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
* @param {restraint} restraint
|
|
409
|
+
* @param {boolean} Bypass
|
|
410
|
+
* @param {boolean} NoStack
|
|
411
|
+
* @param {string} Lock
|
|
412
|
+
* @param {item} [r]
|
|
413
|
+
* @param {boolean} [Deep]
|
|
414
|
+
* @param {boolean} [noOverpower]
|
|
415
|
+
* @param {entity} [securityEnemy] - Bypass is treated separately for these groups
|
|
416
|
+
* @param {boolean} [useAugmentedPower] - Bypass is treated separately for these groups
|
|
417
|
+
* @returns {boolean} - Restraint can be added
|
|
418
|
+
*/
|
|
419
|
+
declare function KDCanAddRestraint(restraint: restraint, Bypass: boolean, Lock: string, NoStack: boolean, r?: item, Deep?: boolean, noOverpower?: boolean, securityEnemy?: entity, useAugmentedPower?: boolean): boolean;
|
|
420
|
+
/**
|
|
421
|
+
*
|
|
422
|
+
* @param {string} Group
|
|
423
|
+
* @param {entity} enemy
|
|
424
|
+
* @returns {boolean}
|
|
425
|
+
*/
|
|
426
|
+
declare function KDEnemyPassesSecurity(Group: string, enemy: entity): boolean;
|
|
427
|
+
/**
|
|
428
|
+
* Returns the first restraint in the stack that can link the given restraint
|
|
429
|
+
* @param {item} currentRestraint
|
|
430
|
+
* @param {restraint} restraint
|
|
431
|
+
* @param {boolean} [bypass]
|
|
432
|
+
* @param {boolean} [NoStack]
|
|
433
|
+
* @param {boolean} [Deep] - Whether or not it can look deeper into the stack
|
|
434
|
+
* @param {entity} [securityEnemy] - Bypass is treated separately for these groups
|
|
435
|
+
* @returns {item}
|
|
436
|
+
*/
|
|
437
|
+
declare function KDGetLinkUnder(currentRestraint: item, restraint: restraint, bypass?: boolean, NoStack?: boolean, Deep?: boolean, securityEnemy?: entity): item;
|
|
438
|
+
/**
|
|
439
|
+
* Returns whether or not the restraint can go under the currentRestraint
|
|
440
|
+
* @param {item} currentRestraint
|
|
441
|
+
* @param {restraint} restraint
|
|
442
|
+
* @param {boolean} [bypass]
|
|
443
|
+
* @param {boolean} [NoStack]
|
|
444
|
+
* @param {entity} [securityEnemy] - Bypass is treated separately for these groups
|
|
445
|
+
* @returns {boolean}
|
|
446
|
+
*/
|
|
447
|
+
declare function KDCanLinkUnder(currentRestraint: item, restraint: restraint, bypass?: boolean, NoStack?: boolean, securityEnemy?: entity): boolean;
|
|
448
|
+
/**
|
|
449
|
+
*
|
|
450
|
+
* @param {item} currentRestraint
|
|
451
|
+
* @param {item} [ignoreItem] - Item to ignore
|
|
452
|
+
* @param {restraint} restraint
|
|
453
|
+
* @param {boolean} [bypass]
|
|
454
|
+
* @param {boolean} [NoStack]
|
|
455
|
+
* @param {entity} [securityEnemy] - Bypass is treated separately for these groups
|
|
456
|
+
* @returns {boolean}
|
|
457
|
+
*/
|
|
458
|
+
declare function KDCheckLinkSize(currentRestraint: item, restraint: restraint, bypass?: boolean, NoStack?: boolean, securityEnemy?: entity, ignoreItem?: item): boolean;
|
|
459
|
+
/**
|
|
460
|
+
* @param {restraint | string} restraint
|
|
461
|
+
* @param {number} [Tightness]
|
|
462
|
+
* @param {boolean} [Bypass]
|
|
463
|
+
* @param {string} [Lock]
|
|
464
|
+
* @param {boolean} [Keep]
|
|
465
|
+
* @param {boolean} [Trapped]
|
|
466
|
+
* @param {KinkyDungeonEvent[]} [events]
|
|
467
|
+
* @param {string} [faction]
|
|
468
|
+
* @param {boolean} [Deep] - whether or not it can go deeply in the stack
|
|
469
|
+
* @param {string} [Curse] - Curse to apply
|
|
470
|
+
* @param {entity} [securityEnemy] - Bypass is treated separately for these groups
|
|
471
|
+
* @param {boolean} [useAugmentedPower] - Augment power to keep consistency
|
|
472
|
+
* @returns {number}
|
|
473
|
+
*/
|
|
474
|
+
declare function KinkyDungeonAddRestraintIfWeaker(restraint: restraint | string, Tightness?: number, Bypass?: boolean, Lock?: string, Keep?: boolean, Trapped?: boolean, events?: KinkyDungeonEvent[], faction?: string, Deep?: boolean, Curse?: string, securityEnemy?: entity, useAugmentedPower?: boolean): number;
|
|
475
|
+
/**
|
|
476
|
+
*
|
|
477
|
+
* @param {restraint} oldRestraint
|
|
478
|
+
* @param {restraint} newRestraint
|
|
479
|
+
* @param {item} [item]
|
|
480
|
+
* @param {item} [ignoreItem] - Item to ignore for purpose of calculating size
|
|
481
|
+
* @param {item} [linkUnderItem] - Item to ignore for total link chain calculation
|
|
482
|
+
* @returns {boolean}
|
|
483
|
+
*/
|
|
484
|
+
declare function KinkyDungeonIsLinkable(oldRestraint: restraint, newRestraint: restraint, item?: item, ignoreItem?: item, linkUnderItem?: item): boolean;
|
|
485
|
+
/**
|
|
486
|
+
* Checks if all the items linked under allow this item
|
|
487
|
+
* @param {item} oldRestraint
|
|
488
|
+
* @param {restraint} newRestraint
|
|
489
|
+
* @param {item} [ignoreItem]
|
|
490
|
+
* @returns {boolean}
|
|
491
|
+
*/
|
|
492
|
+
declare function KDCheckLinkTotal(oldRestraint: item, newRestraint: restraint, ignoreItem?: item): boolean;
|
|
493
|
+
/**
|
|
494
|
+
* Gets the linkability cache
|
|
495
|
+
* @param {item} restraint
|
|
496
|
+
*/
|
|
497
|
+
declare function KDUpdateLinkCaches(restraint: item): void;
|
|
498
|
+
/**
|
|
499
|
+
* Gets the linkability cache
|
|
500
|
+
* @param {item} restraint
|
|
501
|
+
* @returns {string[]}
|
|
502
|
+
*/
|
|
503
|
+
declare function KDGetLinkCache(restraint: item): string[];
|
|
504
|
+
/**
|
|
505
|
+
* @param {restraint} restraint
|
|
506
|
+
* @param {number} Tightness
|
|
507
|
+
* @param {boolean} [Bypass]
|
|
508
|
+
* @param {string} [Lock]
|
|
509
|
+
* @param {boolean} [Keep]
|
|
510
|
+
* @param {boolean} [Link]
|
|
511
|
+
* @param {boolean} [SwitchItems]
|
|
512
|
+
* @param {KinkyDungeonEvent[]} [events]
|
|
513
|
+
* @param {boolean} [Unlink]
|
|
514
|
+
* @param {string} [faction]
|
|
515
|
+
* @param {item} [dynamicLink]
|
|
516
|
+
* @param {string} [Curse] - Curse to apply
|
|
517
|
+
* @param {boolean} [autoMessage] - Whether or not to automatically dispatch messages
|
|
518
|
+
* @param {entity} [securityEnemy] - Whether or not to automatically dispatch messages
|
|
519
|
+
* @returns
|
|
520
|
+
*/
|
|
521
|
+
declare function KinkyDungeonAddRestraint(restraint: restraint, Tightness: number, Bypass?: boolean, Lock?: string, Keep?: boolean, Link?: boolean, SwitchItems?: boolean, events?: KinkyDungeonEvent[], faction?: string, Unlink?: boolean, dynamicLink?: item, Curse?: string, autoMessage?: boolean, securityEnemy?: entity): number;
|
|
522
|
+
/**
|
|
523
|
+
* It removes a restraint from the player
|
|
524
|
+
* @param {string} Group - The group of the item to remove.
|
|
525
|
+
* @param {boolean} [Keep] - If true, the item will be kept in the player's inventory.
|
|
526
|
+
* @param {boolean} [Add] - If true, this is part of the process of adding another item and should not trigger infinite recursion
|
|
527
|
+
* @param {boolean} [NoEvent] - If true, the item will not trigger any events.
|
|
528
|
+
* @param {boolean} [Shrine] - If the item is being removed from a shrine, this is true.
|
|
529
|
+
* @param {boolean} [UnLink] - If the item is being removed as part of an unlinking process
|
|
530
|
+
* @param {entity} [Remover] - Who removes this
|
|
531
|
+
* @returns {boolean} true if the item was removed, false if it was not.
|
|
532
|
+
*/
|
|
533
|
+
declare function KinkyDungeonRemoveRestraint(Group: string, Keep?: boolean, Add?: boolean, NoEvent?: boolean, Shrine?: boolean, UnLink?: boolean, Remover?: entity): boolean;
|
|
534
|
+
declare function KDIInsertRestraintUnderneath(restraint: any): boolean;
|
|
535
|
+
/**
|
|
536
|
+
* It removes the item's dynamic link
|
|
537
|
+
* @param {item} hostItem - The group of the item to remove.
|
|
538
|
+
* @param {boolean} [Keep] - If true, the item will be kept in the player's inventory.
|
|
539
|
+
* @param {boolean} [NoEvent] - If true, the item will not trigger any events.
|
|
540
|
+
* @param {entity} [Remover] - Who removes this
|
|
541
|
+
* @returns {boolean} true if the item was removed, false if it was not.
|
|
542
|
+
*/
|
|
543
|
+
declare function KinkyDungeonRemoveDynamicRestraint(hostItem: item, Keep?: boolean, NoEvent?: boolean, Remover?: entity): boolean;
|
|
544
|
+
/**
|
|
545
|
+
* "Returns an array of all the shrine types that have at least one restraint item."
|
|
546
|
+
*
|
|
547
|
+
* The function takes one argument, `ShrineFilter`, which is an array of shrine types. If the argument is not provided, the
|
|
548
|
+
* function will return all shrine types. If the argument is provided, the function will only return shrine types that are
|
|
549
|
+
* in the argument
|
|
550
|
+
* @param ShrineFilter - An array of strings, each string being the name of a shrine.
|
|
551
|
+
* @returns An array of all the restraint types that can be used in the shrine.
|
|
552
|
+
*/
|
|
553
|
+
declare function KinkyDungeonRestraintTypes(ShrineFilter: any): string[];
|
|
554
|
+
/**
|
|
555
|
+
*
|
|
556
|
+
* @param {restraint} newRestraint
|
|
557
|
+
* @param {item} oldItem
|
|
558
|
+
* @param {number} tightness
|
|
559
|
+
* @param {string} [Lock]
|
|
560
|
+
* @param {boolean} [Keep]
|
|
561
|
+
* @param {string} [faction]
|
|
562
|
+
* @param {string} [Curse]
|
|
563
|
+
* @param {boolean} [autoMessage] - Whether or not to automatically dispatch a message
|
|
564
|
+
* @returns {boolean}
|
|
565
|
+
*/
|
|
566
|
+
declare function KinkyDungeonLinkItem(newRestraint: restraint, oldItem: item, tightness: number, Lock?: string, Keep?: boolean, faction?: string, Curse?: string, autoMessage?: boolean): boolean;
|
|
567
|
+
/**
|
|
568
|
+
*
|
|
569
|
+
* @param {item} item
|
|
570
|
+
* @param {boolean} Keep
|
|
571
|
+
* @returns
|
|
572
|
+
*/
|
|
573
|
+
declare function KinkyDungeonUnLinkItem(item: item, Keep: boolean, dynamic: any): boolean;
|
|
574
|
+
/**
|
|
575
|
+
*
|
|
576
|
+
* @param {number} x
|
|
577
|
+
* @param {number} y
|
|
578
|
+
* @param {{aoe: number, number: number, dist: number, kind: string, duration?: number, durationExtra?: number}} options
|
|
579
|
+
*/
|
|
580
|
+
declare function KDCreateDebris(x: number, y: number, options: {
|
|
581
|
+
aoe: number;
|
|
582
|
+
number: number;
|
|
583
|
+
dist: number;
|
|
584
|
+
kind: string;
|
|
585
|
+
duration?: number;
|
|
586
|
+
durationExtra?: number;
|
|
587
|
+
}): void;
|
|
588
|
+
/**
|
|
589
|
+
*
|
|
590
|
+
* @param {string} StruggleType
|
|
591
|
+
* @param {item} restraint
|
|
592
|
+
* @param {KDLockType} lockType
|
|
593
|
+
* @param {number} index
|
|
594
|
+
* @param {any} data
|
|
595
|
+
* @param {item} host
|
|
596
|
+
*/
|
|
597
|
+
declare function KDSuccessRemove(StruggleType: string, restraint: item, lockType: KDLockType, index: number, data: any, host: item): boolean;
|
|
598
|
+
declare function KDAddDelayedStruggle(amount: any, time: any, StruggleType: any, struggleGroup: any, index: any, data: any, progress?: number, limit?: number): void;
|
|
599
|
+
/**
|
|
600
|
+
* Gets the goddess bonus for this item
|
|
601
|
+
* @param {item} item
|
|
602
|
+
* @param {any} data - Escape chance data
|
|
603
|
+
*/
|
|
604
|
+
declare function KDGetItemGoddessBonus(item: item, data: any): number;
|
|
605
|
+
/**
|
|
606
|
+
* Gets string data from an item
|
|
607
|
+
* @param {item} item
|
|
608
|
+
* @param {string} key
|
|
609
|
+
* @returns {string | undefined}
|
|
610
|
+
*/
|
|
611
|
+
declare function getItemDataString(item: item, key: string): string | undefined;
|
|
612
|
+
/**
|
|
613
|
+
* Gets string data from an item
|
|
614
|
+
* @param {item} item
|
|
615
|
+
* @param {string} key
|
|
616
|
+
* @returns {number | undefined}
|
|
617
|
+
*/
|
|
618
|
+
declare function getItemDataNumber(item: item, key: string): number | undefined;
|
|
619
|
+
/**
|
|
620
|
+
* Sets string data for
|
|
621
|
+
* @param {item} item
|
|
622
|
+
* @param {string} key
|
|
623
|
+
* @param {string | undefined} value
|
|
624
|
+
*/
|
|
625
|
+
declare function setItemDataString(item: item, key: string, value: string | undefined): void;
|
|
626
|
+
/**
|
|
627
|
+
* Sets string data for
|
|
628
|
+
* @param {item} item
|
|
629
|
+
* @param {string} key
|
|
630
|
+
* @param {number | undefined} value
|
|
631
|
+
*/
|
|
632
|
+
declare function setItemDataNumber(item: item, key: string, value: number | undefined): void;
|
|
633
|
+
/**
|
|
634
|
+
* Gets a restraint from a list of eligible restraints and a group prioritization order
|
|
635
|
+
* @param {{restraint: restraint, weight: number}[]} RestraintList
|
|
636
|
+
* @param {string[]} GroupOrder
|
|
637
|
+
* @returns {restraint}
|
|
638
|
+
*/
|
|
639
|
+
declare function KDChooseRestraintFromListGroupPri(RestraintList: {
|
|
640
|
+
restraint: restraint;
|
|
641
|
+
weight: number;
|
|
642
|
+
}[], GroupOrder: string[]): restraint;
|
|
643
|
+
/**
|
|
644
|
+
*
|
|
645
|
+
* @param {string} CopyOf - The rope family to copy
|
|
646
|
+
* @param {string} idSuffix - The suffix to add to the rope family
|
|
647
|
+
* @param {string} ModelSuffix - The suffix for the rope model to use
|
|
648
|
+
* @param {string} tagBase - The base for the enemy tags
|
|
649
|
+
* @param {string[]} allTag - adds a tag to all of the ropes if specified
|
|
650
|
+
* @param {number} basePower - Base opower level
|
|
651
|
+
* @param {KDRestraintPropsBase} properties - Restraint properties to override
|
|
652
|
+
* @param {KinkyDungeonEvent[]} extraEvents - Extra events to add on
|
|
653
|
+
* @param {KDEscapeChanceList} baseStruggle - Increase to base struggle amounts
|
|
654
|
+
* @param {KDEscapeChanceList} multStruggle - Multiplier to base struggle amounts, AFTER baseStruggle
|
|
655
|
+
* @param {LayerFilter} [Filters] - Multiplier to base struggle amounts, AFTER baseStruggle
|
|
656
|
+
* param {{name: string, description: string}} strings - Generic strings for the rope type
|
|
657
|
+
*/
|
|
658
|
+
declare function KDAddRopeVariants(CopyOf: string, idSuffix: string, ModelSuffix: string, tagBase: string, allTag: string[], basePower: number, properties: KDRestraintPropsBase, extraEvents: KinkyDungeonEvent[], baseStruggle: KDEscapeChanceList, multStruggle: KDEscapeChanceList, Filters?: LayerFilter): void;
|
|
659
|
+
/**
|
|
660
|
+
* Converts restraint tags to a copy that is also a list (in case data structure changes)
|
|
661
|
+
* @param {restraint} restraint
|
|
662
|
+
* @returns {string[]}
|
|
663
|
+
*/
|
|
664
|
+
declare function KDGetRestraintTags(restraint: restraint): string[];
|
|
665
|
+
declare let KinkyDungeonRestraintsLocked: any[];
|
|
666
|
+
declare let KDWillEscapePenalty: number;
|
|
667
|
+
declare let KDWillEscapePenaltyArms: number;
|
|
668
|
+
declare let KDWillEscapePenaltyStart: number;
|
|
669
|
+
declare let KDWillEscapePenaltyStartArms: number;
|
|
670
|
+
declare let KDWillEscapePenaltyEnd: number;
|
|
671
|
+
declare let KDMinEscapeRate: number;
|
|
672
|
+
declare let KDMinPickRate: number;
|
|
673
|
+
declare let KDStruggleTime: number;
|
|
674
|
+
declare namespace StruggleTypeHandThresh {
|
|
675
|
+
const Struggle: number;
|
|
676
|
+
const Unlock: number;
|
|
677
|
+
const Pick: number;
|
|
678
|
+
const Cut: number;
|
|
679
|
+
const Remove: number;
|
|
680
|
+
}
|
|
681
|
+
declare let KDRestraintArchetypes: string[];
|
|
682
|
+
declare let KinkyDungeonCurrentEscapingItem: any;
|
|
683
|
+
declare let KinkyDungeonCurrentEscapingMethod: any;
|
|
684
|
+
declare let KinkyDungeonStruggleTime: number;
|
|
685
|
+
declare let KinkyDungeonMultiplayerInventoryFlag: boolean;
|
|
686
|
+
declare let KinkyDungeonItemDropChanceArmsBound: number;
|
|
687
|
+
declare let KinkyDungeonKeyJamChance: number;
|
|
688
|
+
declare let KinkyDungeonKeyPickBreakAmount: number;
|
|
689
|
+
declare let KinkyDungeonKeyPickBreakAmountBase: number;
|
|
690
|
+
declare let KinkyDungeonPickBreakProgress: number;
|
|
691
|
+
declare let KinkyDungeonKnifeBreakAmount: number;
|
|
692
|
+
declare let KinkyDungeonKnifeBreakAmountBase: number;
|
|
693
|
+
declare let KinkyDungeonKnifeBreakProgress: number;
|
|
694
|
+
declare let KinkyDungeonEnchKnifeBreakAmount: number;
|
|
695
|
+
declare let KinkyDungeonEnchKnifeBreakAmountBase: number;
|
|
696
|
+
declare let KinkyDungeonEnchKnifeBreakProgress: number;
|
|
697
|
+
declare let KinkyDungeonMaxImpossibleAttempts: number;
|
|
698
|
+
declare let KinkyDungeonEnchantedKnifeBonus: number;
|
|
699
|
+
declare let KDLocksmithPickBonus: number;
|
|
700
|
+
declare let KDLocksmithBonus: number;
|
|
701
|
+
declare let KDLocksmithSpeedBonus: number;
|
|
702
|
+
declare let KDCluelessPickBonus: number;
|
|
703
|
+
declare let KDCluelessBonus: number;
|
|
704
|
+
declare let KDCluelessSpeedBonus: number;
|
|
705
|
+
declare let KDFlexibleBonus: number;
|
|
706
|
+
declare let KDFlexibleSpeedBonus: number;
|
|
707
|
+
declare let KDInflexibleMult: number;
|
|
708
|
+
declare let KDInflexibleSpeedBonus: number;
|
|
709
|
+
declare let KDUnchainedBonus: number;
|
|
710
|
+
declare let KDDamselBonus: number;
|
|
711
|
+
declare let KDDamselPickAmount: number;
|
|
712
|
+
declare let KDArtistBonus: number;
|
|
713
|
+
declare let KDBunnyBonus: number;
|
|
714
|
+
declare let KDBunnyKnifeAmount: number;
|
|
715
|
+
declare let KDBunnyEnchKnifeAmount: number;
|
|
716
|
+
declare let KDSlipperyBonus: number;
|
|
717
|
+
declare let KDDollBonus: number;
|
|
718
|
+
declare let KDEscapeeBonus: number;
|
|
719
|
+
declare let KDDragonBonus: number;
|
|
720
|
+
declare let KDStrongBonus: number;
|
|
721
|
+
declare let KDWeakBonus: number;
|
|
722
|
+
declare let KDBondageLoverAmount: number;
|
|
723
|
+
/**
|
|
724
|
+
* @type {Map<string, restraint>}
|
|
725
|
+
*/
|
|
726
|
+
declare let KinkyDungeonRestraintsCache: Map<string, restraint>;
|
|
727
|
+
declare const KinkyDungeonStrictnessTable: Map<string, string[]>;
|
|
728
|
+
/** Enforces a sort of progression of restraining loosely based on strictness, useful for progressive stuff like applying curses to zones */
|
|
729
|
+
declare let KDRestraintGroupProgressiveOrderStrict: string[];
|
|
730
|
+
/** A funner restraining order, starting with non-impactful then locking down spells and finally sealing in helplessness */
|
|
731
|
+
declare let KDRestraintGroupProgressiveOrderFun: string[];
|
|
732
|
+
/**
|
|
733
|
+
* @type {Map<string, {r: restraint, w:number}[]>}
|
|
734
|
+
*/
|
|
735
|
+
declare let KDRestraintsCache: Map<string, {
|
|
736
|
+
r: restraint;
|
|
737
|
+
w: number;
|
|
738
|
+
}[]>;
|
|
739
|
+
declare let KDTetherGraphics: import("pixi.js").Graphics;
|
|
740
|
+
declare let KDGameBoardAddedTethers: boolean;
|
|
741
|
+
declare let KDLeashPullCost: number;
|
|
742
|
+
declare let KDLeashPullKneelTime: number;
|
|
743
|
+
declare let KDAffinityList: string[];
|
|
744
|
+
declare namespace KDUnboundAffinityOverride {
|
|
745
|
+
const Sticky: boolean;
|
|
746
|
+
const Edge: boolean;
|
|
747
|
+
const Hook: boolean;
|
|
748
|
+
}
|
|
749
|
+
/** Tags which the 'agnostic' option on KinkyDungeonGetRestraint does not override */
|
|
750
|
+
declare let KDNoOverrideTags: string[];
|
|
751
|
+
declare let KinkyDungeonRestraintAdded: boolean;
|
|
752
|
+
declare let KinkyDungeonCancelFlag: boolean;
|
|
753
|
+
declare namespace KDRopeParts {
|
|
754
|
+
const ArmsBoxtie: {};
|
|
755
|
+
const ArmsWrist: {};
|
|
756
|
+
const Cuffs: {};
|
|
757
|
+
const CuffsAdv: {};
|
|
758
|
+
namespace Hogtie {
|
|
759
|
+
const enemyTagSuffix: string;
|
|
760
|
+
}
|
|
761
|
+
const Feet: {};
|
|
762
|
+
const Legs: {};
|
|
763
|
+
const Belt: {};
|
|
764
|
+
const Harness: {};
|
|
765
|
+
const Crotch: {};
|
|
766
|
+
}
|