About Custom Medics
Customizable Healing/Food/Tea-drinkable Items
Custom Medics ( + custom food + custom teas) allows you to define and configure all med / food / tea items . Each item can have its own healing properties, including instant heal, healing over time, and the ability to counteract negative status effects such as bleeding, poison, and radiation.
Buff System:
You can add any tea effect to any healing/food/tea with custom value and custom duration .
UI:
Your players will appreciate the informative in-game tooltips. Whenever they select a custom medical item, a tooltip will provide details about the item's effects, making it easier for them to understand its functionality.
Permission System:
custommedics.use - players can use custom medics
custommedics.give - can use give command
Give Command:
Chat : /givemed <cmdgivename> [amount] [player name or ID] //// amount and player name are optional
Console : givemed <cmdgivename> [amount] <player name or ID> //// amount is optional
(that cmdgivename is name of med item what you will get ,you can change names)
Config Example :
{
"Stats Description": [
"You can add more medical/food/tea items",
"HealAmount : instant heal",
"HealOverTimeAmount : healing over time",
"Bleed , Poison , Radiation : + -",
"Calories , Hydration : + -",
"Stamina : + - (need my MetabolismSystem plugin to work)",
"Enabled Tea Effect : true/false (will be tea effect enabled for that item)",
"Tea Effect Duration : how much tea effect will lasts (seconds)",
"Tea Effects : 0.1 is +10 % ,1 is +100 % ,10 is +1000 %",
"You can have more tea effects per item",
"Category DisplayName in Tips : displayname in tips [ Custom Food ]",
"CmdGiveName - this name is for give command /givemed + (cmdgivename)",
"Enabled Stamina Effect : true/false",
"Stamina Effect Duration : how long stamina buff lasts",
"Stamina Effects : MaxStamina, DrainReduction, RefillBoost, RefillDelayReduction"
],
"Tea Buff list": [
"Wood_Yield",
"Ore_Yield",
"Radiation_Resistance",
"Radiation_Exposure_Resistance",
"Max_Health",
"Scrap_Yield",
"MoveSpeed",
"ObscureVision",
"Warming",
"Cooling",
"CoreTemperatureMinAdjustment",
"CoreTemperatureMaxAdjustment",
"Crafting_Quality",
"VisionCare",
"MetabolismBooster",
"Harvesting",
"DigestionBoost",
"FishingBoost",
"Collectible_DoubleYield",
"Farming_BetterGenes",
"HorseGallopSpeed",
"HorseDungProductionBoost",
"Comfort",
"Clotting",
"HunterVision",
"Radiation",
"DigestionBoostTimeMod"
],
"Items": [
{
"ItemDisplayName": "Test",
"ItemShortname": "mushroom",
"SkinID": 1234,
"Category DisplayName in Tips": "Custom Food Info",
"CmdGiveName": "ms1",
"Instant Heal": 10.0,
"Heal Over Time": 0.0,
"Bleed": 0.0,
"Poison": 0.0,
"Radiation": 0.0,
"Calories": 60.0,
"Hydration": 60.0,
"Stamina": 10.0, /////// STAMINA EFFECT ARE FOR ANOTHER PLUGIN WHAT WILL BE REALESED SOON !
"Enabled Tea Effect": true,
"Tea Effect Duration": 1800.0,
"Tea Effects": [
{
"EffectType": "Comfort",
"Amount": 0.25
},
{
"EffectType": "MoveSpeed",
"Amount": 0.1
}
],
"Enabled Stamina Effect": false, /////// STAMINA EFFECT ARE FOR ANOTHER PLUGIN WHAT WILL BE REALESED SOON !
"Stamina Effect Duration": 300.0,
"Stamina Effects": [
{
"EffectType": "MaxStamina",
"Amount": 0.5
},
{
"EffectType": "DrainReduction",
"Amount": 0.0
},
{
"EffectType": "RefillBoost",
"Amount": 0.0
},
{
"EffectType": "RefillDelayReduction",
"Amount": 0.0
}
]
},