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,650 @@
|
|
|
1
|
+
declare function KDFactionRelation(a: any, b: any): number;
|
|
2
|
+
declare function KDInitFactions(Reset: any): void;
|
|
3
|
+
/**
|
|
4
|
+
* Sets faction relation and refreshes the map
|
|
5
|
+
* @param {string} a
|
|
6
|
+
* @param {string} b
|
|
7
|
+
* @param {number} relation
|
|
8
|
+
*/
|
|
9
|
+
declare function KDSetFactionRelation(a: string, b: string, relation: number): void;
|
|
10
|
+
/**
|
|
11
|
+
* Changes faction relation and refreshes the map
|
|
12
|
+
* @param {string} a
|
|
13
|
+
* @param {string} b
|
|
14
|
+
* @param {number} amount
|
|
15
|
+
*/
|
|
16
|
+
declare function KDChangeFactionRelation(a: string, b: string, amount: number, AffectRivals: any): void;
|
|
17
|
+
declare namespace KinkyDungeonFactionColors {
|
|
18
|
+
const Jail: string[];
|
|
19
|
+
const Slime: string[];
|
|
20
|
+
const Latex: string[];
|
|
21
|
+
const Dressmaker: string[];
|
|
22
|
+
const Alchemist: string[];
|
|
23
|
+
const Elf: string[];
|
|
24
|
+
const Bountyhunter: string[];
|
|
25
|
+
const AncientRobot: string[];
|
|
26
|
+
const Dollsmith: string[];
|
|
27
|
+
const Mushy: string[];
|
|
28
|
+
const Apprentice: string[];
|
|
29
|
+
const Witch: string[];
|
|
30
|
+
}
|
|
31
|
+
/** Hidden factions do not auto-rep change when you attack them */
|
|
32
|
+
declare let KinkyDungeonHiddenFactions: string[];
|
|
33
|
+
declare namespace KDFactionSecurityMod {
|
|
34
|
+
export namespace Dressmaker_1 {
|
|
35
|
+
const level_magic: number;
|
|
36
|
+
const level_key: number;
|
|
37
|
+
}
|
|
38
|
+
export { Dressmaker_1 as Dressmaker };
|
|
39
|
+
export namespace Witch_1 {
|
|
40
|
+
const level_magic_1: number;
|
|
41
|
+
export { level_magic_1 as level_magic };
|
|
42
|
+
const level_key_1: number;
|
|
43
|
+
export { level_key_1 as level_key };
|
|
44
|
+
}
|
|
45
|
+
export { Witch_1 as Witch };
|
|
46
|
+
export namespace Elemental {
|
|
47
|
+
const level_magic_2: number;
|
|
48
|
+
export { level_magic_2 as level_magic };
|
|
49
|
+
}
|
|
50
|
+
export namespace Mushy_1 {
|
|
51
|
+
const level_magic_3: number;
|
|
52
|
+
export { level_magic_3 as level_magic };
|
|
53
|
+
export const level_tech: number;
|
|
54
|
+
}
|
|
55
|
+
export { Mushy_1 as Mushy };
|
|
56
|
+
export namespace Apprentice_1 {
|
|
57
|
+
const level_magic_4: number;
|
|
58
|
+
export { level_magic_4 as level_magic };
|
|
59
|
+
const level_key_2: number;
|
|
60
|
+
export { level_key_2 as level_key };
|
|
61
|
+
}
|
|
62
|
+
export { Apprentice_1 as Apprentice };
|
|
63
|
+
export namespace Elf_1 {
|
|
64
|
+
const level_magic_5: number;
|
|
65
|
+
export { level_magic_5 as level_magic };
|
|
66
|
+
const level_key_3: number;
|
|
67
|
+
export { level_key_3 as level_key };
|
|
68
|
+
}
|
|
69
|
+
export { Elf_1 as Elf };
|
|
70
|
+
export namespace Bast {
|
|
71
|
+
const level_magic_6: number;
|
|
72
|
+
export { level_magic_6 as level_magic };
|
|
73
|
+
}
|
|
74
|
+
export namespace AncientRobot_1 {
|
|
75
|
+
const level_tech_1: number;
|
|
76
|
+
export { level_tech_1 as level_tech };
|
|
77
|
+
const level_key_4: number;
|
|
78
|
+
export { level_key_4 as level_key };
|
|
79
|
+
}
|
|
80
|
+
export { AncientRobot_1 as AncientRobot };
|
|
81
|
+
export namespace Nevermere {
|
|
82
|
+
const level_tech_2: number;
|
|
83
|
+
export { level_tech_2 as level_tech };
|
|
84
|
+
const level_key_5: number;
|
|
85
|
+
export { level_key_5 as level_key };
|
|
86
|
+
}
|
|
87
|
+
export namespace Maidforce {
|
|
88
|
+
const level_tech_3: number;
|
|
89
|
+
export { level_tech_3 as level_tech };
|
|
90
|
+
const level_magic_7: number;
|
|
91
|
+
export { level_magic_7 as level_magic };
|
|
92
|
+
const level_key_6: number;
|
|
93
|
+
export { level_key_6 as level_key };
|
|
94
|
+
}
|
|
95
|
+
export namespace Alchemist_1 {
|
|
96
|
+
const level_tech_4: number;
|
|
97
|
+
export { level_tech_4 as level_tech };
|
|
98
|
+
const level_magic_8: number;
|
|
99
|
+
export { level_magic_8 as level_magic };
|
|
100
|
+
}
|
|
101
|
+
export { Alchemist_1 as Alchemist };
|
|
102
|
+
export namespace Bountyhunter_1 {
|
|
103
|
+
const level_tech_5: number;
|
|
104
|
+
export { level_tech_5 as level_tech };
|
|
105
|
+
const level_key_7: number;
|
|
106
|
+
export { level_key_7 as level_key };
|
|
107
|
+
}
|
|
108
|
+
export { Bountyhunter_1 as Bountyhunter };
|
|
109
|
+
}
|
|
110
|
+
declare namespace KDBaseSecurity {
|
|
111
|
+
const level_key_8: number;
|
|
112
|
+
export { level_key_8 as level_key };
|
|
113
|
+
}
|
|
114
|
+
declare namespace KDPiousFactions {
|
|
115
|
+
const Angel: number;
|
|
116
|
+
}
|
|
117
|
+
/** Shows tooltips for these factions even though they are hidden */
|
|
118
|
+
declare let KinkyDungeonTooltipFactions: string[];
|
|
119
|
+
declare namespace KinkyDungeonFactionTag {
|
|
120
|
+
const Bountyhunter_2: string;
|
|
121
|
+
export { Bountyhunter_2 as Bountyhunter };
|
|
122
|
+
export const Bandit: string;
|
|
123
|
+
const Alchemist_2: string;
|
|
124
|
+
export { Alchemist_2 as Alchemist };
|
|
125
|
+
const Nevermere_1: string;
|
|
126
|
+
export { Nevermere_1 as Nevermere };
|
|
127
|
+
const Apprentice_2: string;
|
|
128
|
+
export { Apprentice_2 as Apprentice };
|
|
129
|
+
const Dressmaker_2: string;
|
|
130
|
+
export { Dressmaker_2 as Dressmaker };
|
|
131
|
+
const Elemental_1: string;
|
|
132
|
+
export { Elemental_1 as Elemental };
|
|
133
|
+
export const Dragon: string;
|
|
134
|
+
const Maidforce_1: string;
|
|
135
|
+
export { Maidforce_1 as Maidforce };
|
|
136
|
+
const Bast_1: string;
|
|
137
|
+
export { Bast_1 as Bast };
|
|
138
|
+
const Elf_2: string;
|
|
139
|
+
export { Elf_2 as Elf };
|
|
140
|
+
const AncientRobot_2: string;
|
|
141
|
+
export { AncientRobot_2 as AncientRobot };
|
|
142
|
+
}
|
|
143
|
+
declare namespace KinkyDungeonFactionRelationsBase {
|
|
144
|
+
export namespace Player {
|
|
145
|
+
export const Enemy: number;
|
|
146
|
+
const Jail_1: number;
|
|
147
|
+
export { Jail_1 as Jail };
|
|
148
|
+
export const Prisoner: number;
|
|
149
|
+
export const KinkyConstruct: number;
|
|
150
|
+
export const Plant: number;
|
|
151
|
+
const Slime_1: number;
|
|
152
|
+
export { Slime_1 as Slime };
|
|
153
|
+
const Latex_1: number;
|
|
154
|
+
export { Latex_1 as Latex };
|
|
155
|
+
export const Mold: number;
|
|
156
|
+
export const Beast: number;
|
|
157
|
+
const Bountyhunter_3: number;
|
|
158
|
+
export { Bountyhunter_3 as Bountyhunter };
|
|
159
|
+
const Bandit_1: number;
|
|
160
|
+
export { Bandit_1 as Bandit };
|
|
161
|
+
const Alchemist_3: number;
|
|
162
|
+
export { Alchemist_3 as Alchemist };
|
|
163
|
+
const Nevermere_2: number;
|
|
164
|
+
export { Nevermere_2 as Nevermere };
|
|
165
|
+
const Apprentice_3: number;
|
|
166
|
+
export { Apprentice_3 as Apprentice };
|
|
167
|
+
const Dressmaker_3: number;
|
|
168
|
+
export { Dressmaker_3 as Dressmaker };
|
|
169
|
+
const Witch_2: number;
|
|
170
|
+
export { Witch_2 as Witch };
|
|
171
|
+
const Elemental_2: number;
|
|
172
|
+
export { Elemental_2 as Elemental };
|
|
173
|
+
const Dragon_1: number;
|
|
174
|
+
export { Dragon_1 as Dragon };
|
|
175
|
+
const Maidforce_2: number;
|
|
176
|
+
export { Maidforce_2 as Maidforce };
|
|
177
|
+
const Bast_2: number;
|
|
178
|
+
export { Bast_2 as Bast };
|
|
179
|
+
const Elf_3: number;
|
|
180
|
+
export { Elf_3 as Elf };
|
|
181
|
+
const Mushy_2: number;
|
|
182
|
+
export { Mushy_2 as Mushy };
|
|
183
|
+
const AncientRobot_3: number;
|
|
184
|
+
export { AncientRobot_3 as AncientRobot };
|
|
185
|
+
const Angel_1: number;
|
|
186
|
+
export { Angel_1 as Angel };
|
|
187
|
+
export const Demon: number;
|
|
188
|
+
}
|
|
189
|
+
export namespace Angel_2 {
|
|
190
|
+
const Demon_1: number;
|
|
191
|
+
export { Demon_1 as Demon };
|
|
192
|
+
export const Ghost: number;
|
|
193
|
+
const Elemental_3: number;
|
|
194
|
+
export { Elemental_3 as Elemental };
|
|
195
|
+
const Dragon_2: number;
|
|
196
|
+
export { Dragon_2 as Dragon };
|
|
197
|
+
const AncientRobot_4: number;
|
|
198
|
+
export { AncientRobot_4 as AncientRobot };
|
|
199
|
+
const Nevermere_3: number;
|
|
200
|
+
export { Nevermere_3 as Nevermere };
|
|
201
|
+
const Enemy_1: number;
|
|
202
|
+
export { Enemy_1 as Enemy };
|
|
203
|
+
}
|
|
204
|
+
export { Angel_2 as Angel };
|
|
205
|
+
export namespace Natural {
|
|
206
|
+
const Player_1: number;
|
|
207
|
+
export { Player_1 as Player };
|
|
208
|
+
const Jail_2: number;
|
|
209
|
+
export { Jail_2 as Jail };
|
|
210
|
+
}
|
|
211
|
+
export namespace Ghost_1 {
|
|
212
|
+
const Player_2: number;
|
|
213
|
+
export { Player_2 as Player };
|
|
214
|
+
const Jail_3: number;
|
|
215
|
+
export { Jail_3 as Jail };
|
|
216
|
+
}
|
|
217
|
+
export { Ghost_1 as Ghost };
|
|
218
|
+
export namespace Rock {
|
|
219
|
+
const Player_3: number;
|
|
220
|
+
export { Player_3 as Player };
|
|
221
|
+
}
|
|
222
|
+
export namespace Rebel {
|
|
223
|
+
const Jail_4: number;
|
|
224
|
+
export { Jail_4 as Jail };
|
|
225
|
+
}
|
|
226
|
+
export namespace Demon_2 {
|
|
227
|
+
const Elf_4: number;
|
|
228
|
+
export { Elf_4 as Elf };
|
|
229
|
+
const Bast_3: number;
|
|
230
|
+
export { Bast_3 as Bast };
|
|
231
|
+
const Witch_3: number;
|
|
232
|
+
export { Witch_3 as Witch };
|
|
233
|
+
const Bountyhunter_4: number;
|
|
234
|
+
export { Bountyhunter_4 as Bountyhunter };
|
|
235
|
+
const Bandit_2: number;
|
|
236
|
+
export { Bandit_2 as Bandit };
|
|
237
|
+
const Alchemist_4: number;
|
|
238
|
+
export { Alchemist_4 as Alchemist };
|
|
239
|
+
const Nevermere_4: number;
|
|
240
|
+
export { Nevermere_4 as Nevermere };
|
|
241
|
+
const Apprentice_4: number;
|
|
242
|
+
export { Apprentice_4 as Apprentice };
|
|
243
|
+
const Dressmaker_4: number;
|
|
244
|
+
export { Dressmaker_4 as Dressmaker };
|
|
245
|
+
const Elemental_4: number;
|
|
246
|
+
export { Elemental_4 as Elemental };
|
|
247
|
+
const Dragon_3: number;
|
|
248
|
+
export { Dragon_3 as Dragon };
|
|
249
|
+
const Maidforce_3: number;
|
|
250
|
+
export { Maidforce_3 as Maidforce };
|
|
251
|
+
const Mushy_3: number;
|
|
252
|
+
export { Mushy_3 as Mushy };
|
|
253
|
+
const AncientRobot_5: number;
|
|
254
|
+
export { AncientRobot_5 as AncientRobot };
|
|
255
|
+
}
|
|
256
|
+
export { Demon_2 as Demon };
|
|
257
|
+
export namespace Enemy_2 {
|
|
258
|
+
const KinkyConstruct_1: number;
|
|
259
|
+
export { KinkyConstruct_1 as KinkyConstruct };
|
|
260
|
+
const Dragon_4: number;
|
|
261
|
+
export { Dragon_4 as Dragon };
|
|
262
|
+
const Bountyhunter_5: number;
|
|
263
|
+
export { Bountyhunter_5 as Bountyhunter };
|
|
264
|
+
const Bandit_3: number;
|
|
265
|
+
export { Bandit_3 as Bandit };
|
|
266
|
+
const Alchemist_5: number;
|
|
267
|
+
export { Alchemist_5 as Alchemist };
|
|
268
|
+
const Nevermere_5: number;
|
|
269
|
+
export { Nevermere_5 as Nevermere };
|
|
270
|
+
const Apprentice_5: number;
|
|
271
|
+
export { Apprentice_5 as Apprentice };
|
|
272
|
+
const Dressmaker_5: number;
|
|
273
|
+
export { Dressmaker_5 as Dressmaker };
|
|
274
|
+
const Witch_4: number;
|
|
275
|
+
export { Witch_4 as Witch };
|
|
276
|
+
const Elemental_5: number;
|
|
277
|
+
export { Elemental_5 as Elemental };
|
|
278
|
+
const Maidforce_4: number;
|
|
279
|
+
export { Maidforce_4 as Maidforce };
|
|
280
|
+
const Bast_4: number;
|
|
281
|
+
export { Bast_4 as Bast };
|
|
282
|
+
const Elf_5: number;
|
|
283
|
+
export { Elf_5 as Elf };
|
|
284
|
+
const Mushy_4: number;
|
|
285
|
+
export { Mushy_4 as Mushy };
|
|
286
|
+
const AncientRobot_6: number;
|
|
287
|
+
export { AncientRobot_6 as AncientRobot };
|
|
288
|
+
}
|
|
289
|
+
export { Enemy_2 as Enemy };
|
|
290
|
+
export namespace Delinquent {
|
|
291
|
+
const Player_4: number;
|
|
292
|
+
export { Player_4 as Player };
|
|
293
|
+
const Maidforce_5: number;
|
|
294
|
+
export { Maidforce_5 as Maidforce };
|
|
295
|
+
export const Chase: number;
|
|
296
|
+
}
|
|
297
|
+
export namespace Wolfhunter {
|
|
298
|
+
const Player_5: number;
|
|
299
|
+
export { Player_5 as Player };
|
|
300
|
+
const Nevermere_6: number;
|
|
301
|
+
export { Nevermere_6 as Nevermere };
|
|
302
|
+
const Chase_1: number;
|
|
303
|
+
export { Chase_1 as Chase };
|
|
304
|
+
}
|
|
305
|
+
export namespace Trap {
|
|
306
|
+
const Enemy_3: number;
|
|
307
|
+
export { Enemy_3 as Enemy };
|
|
308
|
+
const Jail_5: number;
|
|
309
|
+
export { Jail_5 as Jail };
|
|
310
|
+
const Prisoner_1: number;
|
|
311
|
+
export { Prisoner_1 as Prisoner };
|
|
312
|
+
const KinkyConstruct_2: number;
|
|
313
|
+
export { KinkyConstruct_2 as KinkyConstruct };
|
|
314
|
+
const Plant_1: number;
|
|
315
|
+
export { Plant_1 as Plant };
|
|
316
|
+
const Slime_2: number;
|
|
317
|
+
export { Slime_2 as Slime };
|
|
318
|
+
const Mold_1: number;
|
|
319
|
+
export { Mold_1 as Mold };
|
|
320
|
+
const Beast_1: number;
|
|
321
|
+
export { Beast_1 as Beast };
|
|
322
|
+
const Bountyhunter_6: number;
|
|
323
|
+
export { Bountyhunter_6 as Bountyhunter };
|
|
324
|
+
const Bandit_4: number;
|
|
325
|
+
export { Bandit_4 as Bandit };
|
|
326
|
+
const Alchemist_6: number;
|
|
327
|
+
export { Alchemist_6 as Alchemist };
|
|
328
|
+
const Nevermere_7: number;
|
|
329
|
+
export { Nevermere_7 as Nevermere };
|
|
330
|
+
const Apprentice_6: number;
|
|
331
|
+
export { Apprentice_6 as Apprentice };
|
|
332
|
+
const Dressmaker_6: number;
|
|
333
|
+
export { Dressmaker_6 as Dressmaker };
|
|
334
|
+
const Witch_5: number;
|
|
335
|
+
export { Witch_5 as Witch };
|
|
336
|
+
const Elemental_6: number;
|
|
337
|
+
export { Elemental_6 as Elemental };
|
|
338
|
+
const Dragon_5: number;
|
|
339
|
+
export { Dragon_5 as Dragon };
|
|
340
|
+
const Maidforce_6: number;
|
|
341
|
+
export { Maidforce_6 as Maidforce };
|
|
342
|
+
const Bast_5: number;
|
|
343
|
+
export { Bast_5 as Bast };
|
|
344
|
+
const Elf_6: number;
|
|
345
|
+
export { Elf_6 as Elf };
|
|
346
|
+
const Mushy_5: number;
|
|
347
|
+
export { Mushy_5 as Mushy };
|
|
348
|
+
const AncientRobot_7: number;
|
|
349
|
+
export { AncientRobot_7 as AncientRobot };
|
|
350
|
+
const Angel_3: number;
|
|
351
|
+
export { Angel_3 as Angel };
|
|
352
|
+
const Demon_3: number;
|
|
353
|
+
export { Demon_3 as Demon };
|
|
354
|
+
const Chase_2: number;
|
|
355
|
+
export { Chase_2 as Chase };
|
|
356
|
+
}
|
|
357
|
+
export namespace Boss {
|
|
358
|
+
const Chase_3: number;
|
|
359
|
+
export { Chase_3 as Chase };
|
|
360
|
+
}
|
|
361
|
+
const Chase_4: {};
|
|
362
|
+
export { Chase_4 as Chase };
|
|
363
|
+
export namespace Ambush {
|
|
364
|
+
const Player_6: number;
|
|
365
|
+
export { Player_6 as Player };
|
|
366
|
+
const Jail_6: number;
|
|
367
|
+
export { Jail_6 as Jail };
|
|
368
|
+
const Chase_5: number;
|
|
369
|
+
export { Chase_5 as Chase };
|
|
370
|
+
}
|
|
371
|
+
const Prisoner_2: {};
|
|
372
|
+
export { Prisoner_2 as Prisoner };
|
|
373
|
+
const Jail_7: {};
|
|
374
|
+
export { Jail_7 as Jail };
|
|
375
|
+
export namespace Slime_3 {
|
|
376
|
+
const Jail_8: number;
|
|
377
|
+
export { Jail_8 as Jail };
|
|
378
|
+
const Bountyhunter_7: number;
|
|
379
|
+
export { Bountyhunter_7 as Bountyhunter };
|
|
380
|
+
const Bandit_5: number;
|
|
381
|
+
export { Bandit_5 as Bandit };
|
|
382
|
+
const Alchemist_7: number;
|
|
383
|
+
export { Alchemist_7 as Alchemist };
|
|
384
|
+
const Nevermere_8: number;
|
|
385
|
+
export { Nevermere_8 as Nevermere };
|
|
386
|
+
const Apprentice_7: number;
|
|
387
|
+
export { Apprentice_7 as Apprentice };
|
|
388
|
+
const Dressmaker_7: number;
|
|
389
|
+
export { Dressmaker_7 as Dressmaker };
|
|
390
|
+
const Witch_6: number;
|
|
391
|
+
export { Witch_6 as Witch };
|
|
392
|
+
const Elemental_7: number;
|
|
393
|
+
export { Elemental_7 as Elemental };
|
|
394
|
+
const Dragon_6: number;
|
|
395
|
+
export { Dragon_6 as Dragon };
|
|
396
|
+
const Maidforce_7: number;
|
|
397
|
+
export { Maidforce_7 as Maidforce };
|
|
398
|
+
const Bast_6: number;
|
|
399
|
+
export { Bast_6 as Bast };
|
|
400
|
+
const Elf_7: number;
|
|
401
|
+
export { Elf_7 as Elf };
|
|
402
|
+
const Mushy_6: number;
|
|
403
|
+
export { Mushy_6 as Mushy };
|
|
404
|
+
}
|
|
405
|
+
export { Slime_3 as Slime };
|
|
406
|
+
export namespace Latex_2 {
|
|
407
|
+
const Jail_9: number;
|
|
408
|
+
export { Jail_9 as Jail };
|
|
409
|
+
const Maidforce_8: number;
|
|
410
|
+
export { Maidforce_8 as Maidforce };
|
|
411
|
+
}
|
|
412
|
+
export { Latex_2 as Latex };
|
|
413
|
+
export namespace Mold_2 {
|
|
414
|
+
const Jail_10: number;
|
|
415
|
+
export { Jail_10 as Jail };
|
|
416
|
+
const Enemy_4: number;
|
|
417
|
+
export { Enemy_4 as Enemy };
|
|
418
|
+
const Bountyhunter_8: number;
|
|
419
|
+
export { Bountyhunter_8 as Bountyhunter };
|
|
420
|
+
const Bandit_6: number;
|
|
421
|
+
export { Bandit_6 as Bandit };
|
|
422
|
+
const Alchemist_8: number;
|
|
423
|
+
export { Alchemist_8 as Alchemist };
|
|
424
|
+
const Nevermere_9: number;
|
|
425
|
+
export { Nevermere_9 as Nevermere };
|
|
426
|
+
const Apprentice_8: number;
|
|
427
|
+
export { Apprentice_8 as Apprentice };
|
|
428
|
+
const Dressmaker_8: number;
|
|
429
|
+
export { Dressmaker_8 as Dressmaker };
|
|
430
|
+
const Witch_7: number;
|
|
431
|
+
export { Witch_7 as Witch };
|
|
432
|
+
const Elemental_8: number;
|
|
433
|
+
export { Elemental_8 as Elemental };
|
|
434
|
+
const Dragon_7: number;
|
|
435
|
+
export { Dragon_7 as Dragon };
|
|
436
|
+
const Maidforce_9: number;
|
|
437
|
+
export { Maidforce_9 as Maidforce };
|
|
438
|
+
const Bast_7: number;
|
|
439
|
+
export { Bast_7 as Bast };
|
|
440
|
+
const Elf_8: number;
|
|
441
|
+
export { Elf_8 as Elf };
|
|
442
|
+
const Mushy_7: number;
|
|
443
|
+
export { Mushy_7 as Mushy };
|
|
444
|
+
const AncientRobot_8: number;
|
|
445
|
+
export { AncientRobot_8 as AncientRobot };
|
|
446
|
+
}
|
|
447
|
+
export { Mold_2 as Mold };
|
|
448
|
+
export namespace Beast_2 {
|
|
449
|
+
const Jail_11: number;
|
|
450
|
+
export { Jail_11 as Jail };
|
|
451
|
+
const Bountyhunter_9: number;
|
|
452
|
+
export { Bountyhunter_9 as Bountyhunter };
|
|
453
|
+
const Bandit_7: number;
|
|
454
|
+
export { Bandit_7 as Bandit };
|
|
455
|
+
const Alchemist_9: number;
|
|
456
|
+
export { Alchemist_9 as Alchemist };
|
|
457
|
+
const Nevermere_10: number;
|
|
458
|
+
export { Nevermere_10 as Nevermere };
|
|
459
|
+
const Apprentice_9: number;
|
|
460
|
+
export { Apprentice_9 as Apprentice };
|
|
461
|
+
const Dressmaker_9: number;
|
|
462
|
+
export { Dressmaker_9 as Dressmaker };
|
|
463
|
+
const Witch_8: number;
|
|
464
|
+
export { Witch_8 as Witch };
|
|
465
|
+
const Elemental_9: number;
|
|
466
|
+
export { Elemental_9 as Elemental };
|
|
467
|
+
const Dragon_8: number;
|
|
468
|
+
export { Dragon_8 as Dragon };
|
|
469
|
+
const Maidforce_10: number;
|
|
470
|
+
export { Maidforce_10 as Maidforce };
|
|
471
|
+
const Mushy_8: number;
|
|
472
|
+
export { Mushy_8 as Mushy };
|
|
473
|
+
const AncientRobot_9: number;
|
|
474
|
+
export { AncientRobot_9 as AncientRobot };
|
|
475
|
+
}
|
|
476
|
+
export { Beast_2 as Beast };
|
|
477
|
+
export namespace KinkyConstruct_3 {
|
|
478
|
+
const Jail_12: number;
|
|
479
|
+
export { Jail_12 as Jail };
|
|
480
|
+
const Apprentice_10: number;
|
|
481
|
+
export { Apprentice_10 as Apprentice };
|
|
482
|
+
const Witch_9: number;
|
|
483
|
+
export { Witch_9 as Witch };
|
|
484
|
+
const Dressmaker_10: number;
|
|
485
|
+
export { Dressmaker_10 as Dressmaker };
|
|
486
|
+
const Dragon_9: number;
|
|
487
|
+
export { Dragon_9 as Dragon };
|
|
488
|
+
}
|
|
489
|
+
export { KinkyConstruct_3 as KinkyConstruct };
|
|
490
|
+
export namespace Plant_2 {
|
|
491
|
+
const Jail_13: number;
|
|
492
|
+
export { Jail_13 as Jail };
|
|
493
|
+
}
|
|
494
|
+
export { Plant_2 as Plant };
|
|
495
|
+
export namespace Nevermere_11 {
|
|
496
|
+
const Alchemist_10: number;
|
|
497
|
+
export { Alchemist_10 as Alchemist };
|
|
498
|
+
const Bast_8: number;
|
|
499
|
+
export { Bast_8 as Bast };
|
|
500
|
+
const Mushy_9: number;
|
|
501
|
+
export { Mushy_9 as Mushy };
|
|
502
|
+
const Bandit_8: number;
|
|
503
|
+
export { Bandit_8 as Bandit };
|
|
504
|
+
const Apprentice_11: number;
|
|
505
|
+
export { Apprentice_11 as Apprentice };
|
|
506
|
+
const AncientRobot_10: number;
|
|
507
|
+
export { AncientRobot_10 as AncientRobot };
|
|
508
|
+
}
|
|
509
|
+
export { Nevermere_11 as Nevermere };
|
|
510
|
+
export namespace Alchemist_11 {
|
|
511
|
+
const Bandit_9: number;
|
|
512
|
+
export { Bandit_9 as Bandit };
|
|
513
|
+
const AncientRobot_11: number;
|
|
514
|
+
export { AncientRobot_11 as AncientRobot };
|
|
515
|
+
const Dressmaker_11: number;
|
|
516
|
+
export { Dressmaker_11 as Dressmaker };
|
|
517
|
+
}
|
|
518
|
+
export { Alchemist_11 as Alchemist };
|
|
519
|
+
export namespace Bountyhunter_10 {
|
|
520
|
+
const Jail_14: number;
|
|
521
|
+
export { Jail_14 as Jail };
|
|
522
|
+
const Dragon_10: number;
|
|
523
|
+
export { Dragon_10 as Dragon };
|
|
524
|
+
const Bandit_10: number;
|
|
525
|
+
export { Bandit_10 as Bandit };
|
|
526
|
+
const Maidforce_11: number;
|
|
527
|
+
export { Maidforce_11 as Maidforce };
|
|
528
|
+
const Witch_10: number;
|
|
529
|
+
export { Witch_10 as Witch };
|
|
530
|
+
const Dressmaker_12: number;
|
|
531
|
+
export { Dressmaker_12 as Dressmaker };
|
|
532
|
+
const Nevermere_12: number;
|
|
533
|
+
export { Nevermere_12 as Nevermere };
|
|
534
|
+
}
|
|
535
|
+
export { Bountyhunter_10 as Bountyhunter };
|
|
536
|
+
export namespace Elf_9 {
|
|
537
|
+
const Mushy_10: number;
|
|
538
|
+
export { Mushy_10 as Mushy };
|
|
539
|
+
const Beast_3: number;
|
|
540
|
+
export { Beast_3 as Beast };
|
|
541
|
+
const Plant_3: number;
|
|
542
|
+
export { Plant_3 as Plant };
|
|
543
|
+
}
|
|
544
|
+
export { Elf_9 as Elf };
|
|
545
|
+
export namespace Bast_9 {
|
|
546
|
+
const Elf_10: number;
|
|
547
|
+
export { Elf_10 as Elf };
|
|
548
|
+
const Witch_11: number;
|
|
549
|
+
export { Witch_11 as Witch };
|
|
550
|
+
const Beast_4: number;
|
|
551
|
+
export { Beast_4 as Beast };
|
|
552
|
+
}
|
|
553
|
+
export { Bast_9 as Bast };
|
|
554
|
+
export namespace Bandit_11 {
|
|
555
|
+
const Mushy_11: number;
|
|
556
|
+
export { Mushy_11 as Mushy };
|
|
557
|
+
}
|
|
558
|
+
export { Bandit_11 as Bandit };
|
|
559
|
+
export namespace Elemental_10 {
|
|
560
|
+
const KinkyConstruct_4: number;
|
|
561
|
+
export { KinkyConstruct_4 as KinkyConstruct };
|
|
562
|
+
const Dressmaker_13: number;
|
|
563
|
+
export { Dressmaker_13 as Dressmaker };
|
|
564
|
+
const Bandit_12: number;
|
|
565
|
+
export { Bandit_12 as Bandit };
|
|
566
|
+
const Elf_11: number;
|
|
567
|
+
export { Elf_11 as Elf };
|
|
568
|
+
const Bast_10: number;
|
|
569
|
+
export { Bast_10 as Bast };
|
|
570
|
+
const Dragon_11: number;
|
|
571
|
+
export { Dragon_11 as Dragon };
|
|
572
|
+
const AncientRobot_12: number;
|
|
573
|
+
export { AncientRobot_12 as AncientRobot };
|
|
574
|
+
}
|
|
575
|
+
export { Elemental_10 as Elemental };
|
|
576
|
+
export namespace AncientRobot_13 {
|
|
577
|
+
const Bast_11: number;
|
|
578
|
+
export { Bast_11 as Bast };
|
|
579
|
+
const Elf_12: number;
|
|
580
|
+
export { Elf_12 as Elf };
|
|
581
|
+
}
|
|
582
|
+
export { AncientRobot_13 as AncientRobot };
|
|
583
|
+
export namespace Dragon_12 {
|
|
584
|
+
const Jail_15: number;
|
|
585
|
+
export { Jail_15 as Jail };
|
|
586
|
+
const Apprentice_12: number;
|
|
587
|
+
export { Apprentice_12 as Apprentice };
|
|
588
|
+
const Bandit_13: number;
|
|
589
|
+
export { Bandit_13 as Bandit };
|
|
590
|
+
const Witch_12: number;
|
|
591
|
+
export { Witch_12 as Witch };
|
|
592
|
+
const Alchemist_12: number;
|
|
593
|
+
export { Alchemist_12 as Alchemist };
|
|
594
|
+
const Beast_5: number;
|
|
595
|
+
export { Beast_5 as Beast };
|
|
596
|
+
const Mushy_12: number;
|
|
597
|
+
export { Mushy_12 as Mushy };
|
|
598
|
+
}
|
|
599
|
+
export { Dragon_12 as Dragon };
|
|
600
|
+
export namespace Mushy_13 {
|
|
601
|
+
const Alchemist_13: number;
|
|
602
|
+
export { Alchemist_13 as Alchemist };
|
|
603
|
+
const Elemental_11: number;
|
|
604
|
+
export { Elemental_11 as Elemental };
|
|
605
|
+
}
|
|
606
|
+
export { Mushy_13 as Mushy };
|
|
607
|
+
export namespace Witch_13 {
|
|
608
|
+
const Elf_13: number;
|
|
609
|
+
export { Elf_13 as Elf };
|
|
610
|
+
}
|
|
611
|
+
export { Witch_13 as Witch };
|
|
612
|
+
export namespace Dressmaker_14 {
|
|
613
|
+
const Witch_14: number;
|
|
614
|
+
export { Witch_14 as Witch };
|
|
615
|
+
const Nevermere_13: number;
|
|
616
|
+
export { Nevermere_13 as Nevermere };
|
|
617
|
+
const Bandit_14: number;
|
|
618
|
+
export { Bandit_14 as Bandit };
|
|
619
|
+
const Dragon_13: number;
|
|
620
|
+
export { Dragon_13 as Dragon };
|
|
621
|
+
}
|
|
622
|
+
export { Dressmaker_14 as Dressmaker };
|
|
623
|
+
export namespace Apprentice_13 {
|
|
624
|
+
const Jail_16: number;
|
|
625
|
+
export { Jail_16 as Jail };
|
|
626
|
+
const Elf_14: number;
|
|
627
|
+
export { Elf_14 as Elf };
|
|
628
|
+
}
|
|
629
|
+
export { Apprentice_13 as Apprentice };
|
|
630
|
+
export namespace Maidforce_12 {
|
|
631
|
+
const Alchemist_14: number;
|
|
632
|
+
export { Alchemist_14 as Alchemist };
|
|
633
|
+
const Jail_17: number;
|
|
634
|
+
export { Jail_17 as Jail };
|
|
635
|
+
const Dragon_14: number;
|
|
636
|
+
export { Dragon_14 as Dragon };
|
|
637
|
+
const Apprentice_14: number;
|
|
638
|
+
export { Apprentice_14 as Apprentice };
|
|
639
|
+
const Bandit_15: number;
|
|
640
|
+
export { Bandit_15 as Bandit };
|
|
641
|
+
const Witch_15: number;
|
|
642
|
+
export { Witch_15 as Witch };
|
|
643
|
+
}
|
|
644
|
+
export { Maidforce_12 as Maidforce };
|
|
645
|
+
}
|
|
646
|
+
declare namespace KinkyDungeonFactionRelations { }
|
|
647
|
+
/**
|
|
648
|
+
* @type {Map<string, Map<string, number>>};
|
|
649
|
+
*/
|
|
650
|
+
declare let KDFactionRelations: Map<string, Map<string, number>>;
|