Skip to content

Commit

Permalink
manatouched serum now copies from iv_mutagen_flavor (CleverRaven#75952)
Browse files Browse the repository at this point in the history
  • Loading branch information
Knut-Aage-Hofseth committed Aug 29, 2024
1 parent 1c61501 commit 3e415e2
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions data/mods/Magiclysm/items/mutagen.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,17 @@
[
{
"type": "COMESTIBLE",
"id": "manatouched_serum",
"copy-from": "iv_mutagen_flavor",
"type": "COMESTIBLE",
"name": { "str_sp": "concentrated mana mutagenic primer" },
"weight": "250 g",
"color": "light_blue",
"addiction_type": "mutagen",
"stim": -20,
"container": "flask_glass",
"comestible_type": "DRINK",
"symbol": "~",
"healthy": -10,
"addiction_potential": 5,
"calories": 26,
"description": "A very concentrated form of mana potion.",
"price": "600 USD",
"volume": "500 ml",
"phase": "liquid",
"charges": 2,
"use_action": {
"type": "consume_drug",
"activation_message": "You inject the concentrated mana mutagenic primer.",
"tools_needed": { "syringe": -1 },
"vitamins": [ [ "mutagen_manatouched", 450, 550 ] ]
},
"flags": [ "EATEN_COLD", "NUTRIENT_OVERRIDE", "MUTAGEN_PRIMER" ],
"freezing_point": -30,
"fun": -15
}
},
{
"id": "manatouched_mutagen",
Expand Down

0 comments on commit 3e415e2

Please sign in to comment.