Skip to content

Commit

Permalink
Adds homeopathic pills (#45592)
Browse files Browse the repository at this point in the history
  • Loading branch information
aoae23 authored Nov 27, 2020
1 parent 382f872 commit 2500f39
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/json/itemgroups/Drugs_Tobacco_Alcohol/drugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
[ "medical_tape", 20 ],
[ "pepto", 20 ],
[ "saline", 10 ],
[ "weak_antibiotic", 30 ]
[ "weak_antibiotic", 30 ],
[ "homeopathic_pills", 10 ]
]
},
{
Expand Down Expand Up @@ -157,6 +158,7 @@
[ "nyquil", 70 ],
[ "disinfectant", 35 ],
[ "vaccine_shot", 10 ],
[ "homeopathic_pills", 10 ],
{
"item": "protein_powder",
"prob": 12,
Expand Down
43 changes: 43 additions & 0 deletions data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2500f39

Please sign in to comment.