magiclysm-bn/items/mutagen.json
histoire b96862c9d7 initial commit
FossilOrigin-Name: 8d766a175beea27236b2d3fd3761f97321e6db3872743c5d12023a64af5930bc
2023-03-28 03:56:15 +00:00

27 lines
738 B
JSON

[
{
"type": "COMESTIBLE",
"id": "manatouched_serum",
"name": "concentrated mana serum",
"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. You aren't quite sure of the effects this will have…",
"price": 1000,
"volume": "500 ml",
"phase": "liquid",
"charges": 2,
"use_action": { "type": "mutagen_iv", "mutation_category": "MANATOUCHED" },
"flags": [ "EATEN_COLD", "NUTRIENT_OVERRIDE" ],
"freezing_point": -22,
"fun": -15
}
]