Skip to content

Commit

Permalink
Merge pull request #34679 from Malkeus/patch-3
Browse files Browse the repository at this point in the history
Add strong antibiotic: destragon.
  • Loading branch information
Rivet-the-Zombie authored Oct 14, 2019
2 parents 7d0cf3e + 97bd0b9 commit f66b63b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/json/itemgroups/drugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"items": [
[ "adderall", 100 ],
[ "antibiotics", 100 ],
[ "strong_antibiotic", 45 ],
[ "antifungal", 100 ],
[ "antiparasitic", 100 ],
[ "diazepam", 100 ],
Expand Down
3 changes: 3 additions & 0 deletions data/json/itemgroups/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1763,6 +1763,7 @@
[ "thorazine", 7 ],
[ "prozac", 10 ],
[ "antibiotics", 25 ],
[ "strong_antibiotic", 5 ],
[ "antifungal", 2 ],
[ "antiparasitic", 3 ],
[ "survnote", 1 ],
Expand Down Expand Up @@ -3571,6 +3572,8 @@
[ "jar_3l_glass", 15 ],
[ "magnifying_glass", 5 ],
[ "chem_hydrogen_peroxide", 5 ],
[ "strong_antibiotic", 1 ],
[ "antibiotics", 5 ],
[ "weak_antibiotic", 15 ]
]
},
Expand Down
19 changes: 18 additions & 1 deletion data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"comestible_type": "MED",
"name": "antibiotics",
"name_plural": "antibiotics",
"description": "A prescription-strength antibacterial medication designed to prevent or stop the spread of infection. It's the quickest and most reliable way to cure any infections you might have. One dose lasts twelve hours.",
"description": "A strong antibacterial medication designed to prevent or stop the spread of infection. It's the safest way to cure any infections you might have. One dose lasts twelve hours.",
"weight": "1 g",
"volume": "250 ml",
"price": 9000,
Expand Down Expand Up @@ -1437,5 +1437,22 @@
"move_cost": 100,
"effects": [ { "id": "pkill1", "duration": 720 } ]
}
},
{
"id": "strong_antibiotic",
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": "destragon",
"description": "A prescription-strength antibacterial medication designed to prevent or stop the spread of infection. It contains nearly toxic levels of antibiotics, but can treat any bacterial infections you may encounter. One dose lasts twelve hours.",
"weight": "1 g",
"volume": "250 ml",
"price": 15000,
"charges": 5,
"stack_size": 200,
"symbol": "!",
"color": "white",
"healthy": -10,
"flags": "NPC_SAFE",
"use_action": { "type": "STRONG_ANTIBIOTIC" }
}
]

0 comments on commit f66b63b

Please sign in to comment.