About This File
**Â Version 2.0.13 tested with XCL 0.20, no issues found, this version is compatible with XCL 0.19 and 0.20.
Â
Drug Framework 2: A revision of UsagiTripleSix's original Drug Framework
This framework provides a user-friendly system for modders to create and manage custom drugs.
Â
Key Features of the Framework:
- Supports non-transformable drugs.
- Allows simultaneous use of multiple drugs, each with a distinct expiration timer.
- Usable by both male and female characters.
Â
Included Files:
-
Drug_Framework 2.x.x.twee: This is the main framework file.
-
Drug_Starter_Pack 2.x.x.twee: (optional) This file provides sample drugs and showcases how to use the framework effectively.
Â
Drug_Framework_SAMPLE_ChillPill:
- ChillPill: Decreases arousal every time block when active and negates the effects of the Caliente drug. Effectiveness is reduced after 30 days of use.
Â
Usage Guide: For a detailed implementation guide, refer to the instructions at the beginning of the "Drug_Framework_SAMPLE_ChillPill" twee file.
Â
Known incompatibilities:
The original "Drug Framework" - both frameworks share some passage names and variables making them incompatible.
Â
Any mods that overwrite the passage:Â inventory separate buttons
- this adds a "Drugs" button to the inventory.
Edited by Flip_
.20 tag added.
What's New in Version 2.0.11 Â Â See changelog
Released
Drug_Framework_2.0.11.twee
- added a $drugs_installed object listing all drugs that that are installed and compatible with the framework. If your mod relies on a drug from someone else's mod, you can use this to confirm that the other mod is installed.
- added "passages" array to the "drugs taken" datamap, this should improve overall performance of the mod as this eliminates checking the global passage list each time a drug event is triggered.
- fixed issue where known/unknow status was not displaying correctly when multiple drugs were active.
Â
Â
Drug_Framework_SAMPLE_ChillPill_1.0.1
- reduced the effectiveness of the chill pill, but increased duration to a range of 3 to 5 days.
- added "drug tolerance" - the drug becomes less effective after 30 days of use. Â
With version 2.0.11:- Download