Methacola code:
“type” : “COMESTIBLE”,
“id” : “cola_meth”,
“name” : “methacola”,
“weight” : 61,
“color” : “brown”,
“addiction_type” : “amphetamine”,
“use_action” : “CAFF”,
“stim” : 20,
“container” : “bottle_glass”,
“comestible_type” : “DRINK”,
“symbol” : “~”,
“quench” : 15,
“healthy” : -8,
“addiction_potential” : 60,
“description” : “A potent cocktail of amphetamines, caffeine and corn syrup, this stuff puts a spring in your step, a fire in your eye, and a bad case of tachycardia tremors in your somersaulting heart.”,
“price” : 9000,
“material” : “junk”,
“volume” : 1,
“phase” : “liquid”,
“charges” : 4,
“flags” : [“EATEN_COLD”],
“fun” : 30
Meth code:
“id” : “meth”,
“type” : “COMESTIBLE”,
“comestible_type” : “MED”,
“name” : “low-grade methamphetamine”,
“name_plural” : “low-grade methamphetamine”,
“description” : “A profoundly addictive and powerful stimulant. While extremely effective at enhancing alertness, it is hazardous to health and the risk of an adverse reaction is great.”,
“weight” : 1,
“volume” : 1,
“price” : 15000,
“charges” : 6,
“stack_size” : 100,
“material” : “powder”,
“symbol” : “!”,
“color” : “light_cyan”,
“container” : “bag_plastic”,
“quench” : -2,
“stim” : 20,
“healthy” : -7,
“fun” : 30,
“addiction_potential” : 50,
“addiction_type” : “amphetamine”,
“use_action” : “METH”
If I’m reading this right, not only is it addictive, it’s even more so than straight meth.