From 2500f395e84ce33c739ec1374531d62faf45b15f Mon Sep 17 00:00:00 2001 From: aoae23 <42950339+aoae23@users.noreply.github.com> Date: Fri, 27 Nov 2020 01:22:18 -0800 Subject: [PATCH] Adds homeopathic pills (#45592) --- .../Drugs_Tobacco_Alcohol/drugs.json | 4 +- data/json/items/comestibles/med.json | 43 +++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) diff --git a/data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json b/data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json index b3ea435187218..12bc573956999 100644 --- a/data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json +++ b/data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json @@ -21,7 +21,8 @@ [ "medical_tape", 20 ], [ "pepto", 20 ], [ "saline", 10 ], - [ "weak_antibiotic", 30 ] + [ "weak_antibiotic", 30 ], + [ "homeopathic_pills", 10 ] ] }, { @@ -157,6 +158,7 @@ [ "nyquil", 70 ], [ "disinfectant", 35 ], [ "vaccine_shot", 10 ], + [ "homeopathic_pills", 10 ], { "item": "protein_powder", "prob": 12, diff --git a/data/json/items/comestibles/med.json b/data/json/items/comestibles/med.json index 568c5b8e7ba90..51c5934b0f417 100644 --- a/data/json/items/comestibles/med.json +++ b/data/json/items/comestibles/med.json @@ -1678,6 +1678,49 @@ "charges": 10, "stack_size": 10 }, + { + "id": "homeopathic_pills", + "type": "COMESTIBLE", + "comestible_type": "MED", + "name": "homeopathic pill", + "description": "Some homeopathic pills, prepared through the repeated dilution of an active ingredient with water. The label purports that these pills are able to maintain general wellness.", + "weight": "1 g", + "volume": "100 ml", + "price": 1000, + "price_postapoc": 1, + "fun": 1, + "charges": 20, + "stack_size": 20, + "symbol": "!", + "color": "white", + "use_action": { "type": "consume_drug", "activation_message": "You swallow the %s. You wait in anticipation of its effects." }, + "snippet_category": [ + { + "id": "pill1", + "text": "Some Oscillococcinum homeopathic pills, prepared through the dilution of one part duck offal with 10^400 parts water. The label purports that these pills are able to treat flu-like symptoms and maintain general wellness." + }, + { + "id": "pill2", + "text": "Some Arsenicum album homeopathic pills, prepared through the dilution of one part arsenic trioxide with 10^24 parts water. These pills are meant to treat anxiety, various digestive disorders, and arsenic poisoning." + }, + { + "id": "pill3", + "text": "Some Allium cepa homeopathic pills, prepared through the dilution of one part onion with 10^30 parts water. The label states that these pills can ameliorate symptoms of asthma, gastrointestinal disorders, and bronchitis. You briefly wonder if they may cure fungal infections." + }, + { + "id": "pill4", + "text": "Some Arum tryphillum homeopathic pills, prepared through the dilution of the jack-in-the-pulpit plant with 10^30 parts water. The label claims that the pills are able to treat voice loss." + }, + { + "id": "pill5", + "text": "Some Aesculus hippocastanum homeopathic pills, prepared through the dilution of horse chestnut with 10^30 parts water. These pills are meant to treat dysentry and hemorrhoids." + }, + { + "id": "pill6", + "text": "Some Lachesis mutus pills, prepared through the dilution of the venom of the bushmaster snake with 10^1000 parts water. These pills are claimed to be an effective treatment for sore throat." + } + ] + }, { "id": "inj_vitb", "type": "COMESTIBLE",