Files
CHOMPStation2/modular_chomp/code/modules/reagents/reagents/modapply.dm
2024-02-16 10:54:47 +01:00

49 lines
1.5 KiB
Plaintext

/datum/reagent/modapplying/energybooster
name = "Energy Booster"
id = "energybooster"
description = "A strange forumla that increases the energy of a consumer."
taste_description = "high voltage"
color = "#FFFF66"
modifier_to_add = /datum/modifier/eletricalsurge
modifier_duration = 3 SECONDS
/datum/reagent/modapplying/oceaniccure
name = "Oceanic Cure"
id = "oceaniccure"
description = "A strange liquid, altering the proprties of other chemicals."
taste_description = "sea breeze"
color = "#C8A5DC"
modifier_to_add = /datum/modifier/healingtide
modifier_duration = 3 SECONDS
/datum/reagent/modapplying/deathclawmutagen
name = "Deathclaw Mutagen"
id = "deathclawmutagen"
description = "An incredibly strange liquid that temporally changes a person's physical form."
taste_description = "buzzing radiation"
color = "#00A000"
modifier_to_add = /datum/modifier/radiationhide
modifier_duration = 3 SECONDS
/datum/reagent/modapplying/senseenhancer
name = "Sense Enhancer"
id = "senseenhancer"
description = "An incredibly strange liquid that allows consumers to see the world in a new light."
taste_description = "blood"
color = "#808080"
modifier_to_add = /datum/modifier/nervoushigh
modifier_duration = 3 SECONDS
/datum/reagent/modapplying/heatnullifer
name = "Heat Nullifer"
id = "heatnullifer"
description = "An incredibly strange liquid that let's consumer's body ignore the effects of tempature."
taste_description = "nothing"
color = "#561EC3"
modifier_to_add = /datum/modifier/protectivenumbing
modifier_duration = 3 SECONDS