mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Funny Breathing Traits (#7056)
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
/datum/trait/negative/deep_sleeper
|
||||
custom_only = FALSE
|
||||
|
||||
/datum/trait/negative/deep_breather
|
||||
name ="Deep Breather"
|
||||
desc = "You need more air for your lungs to properly work.."
|
||||
cost = -1
|
||||
|
||||
custom_only = FALSE
|
||||
can_take = ORGANICS
|
||||
|
||||
var_changes = list("minimum_breath_pressure" = 22)
|
||||
excludes = list(/datum/trait/positive/light_breather)
|
||||
@@ -0,0 +1,8 @@
|
||||
/datum/trait/neutral/metabolism_up
|
||||
can_take = ORGANICS
|
||||
|
||||
/datum/trait/neutral/metabolism_down
|
||||
can_take = ORGANICS
|
||||
|
||||
/datum/trait/neutral/metabolism_apex
|
||||
can_take = ORGANICS
|
||||
@@ -6,3 +6,13 @@
|
||||
|
||||
/datum/trait/positive/toxin_gut
|
||||
custom_only = FALSE
|
||||
|
||||
/datum/trait/positive/light_breather
|
||||
name ="Light Breather"
|
||||
desc = "You need less air for your lungs to properly work.."
|
||||
cost = 1
|
||||
|
||||
custom_only = FALSE
|
||||
can_take = ORGANICS
|
||||
var_changes = list("minimum_breath_pressure" = 12)
|
||||
excludes = list(/datum/trait/negative/deep_breather)
|
||||
Reference in New Issue
Block a user