Difference between revisions of "Category:Stats - Drug"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "{{Stat Category | def name = Drug | label = Drug | display order = 30 | show all by default = false }} Category:Stat")
 
m (DrugStatsUtility of Drug Category)
Line 5: Line 5:
 
| show all by default = false
 
| show all by default = false
 
}}
 
}}
 +
 +
{| {{STDT| c_08 sortable}}
 +
! Label !! Value String !! Report Text !! Display Priority In Category
 +
|-
 +
! High gain per dose
 +
| highGiver.severity
 +
| The intensity of high gained per dose of this drug.
 +
| 2480
 +
|-
 +
! High fall rate
 +
| {0} / day
 +
| How much this drug's high will decay each day.
 +
| 2470
 +
|-
 +
! High duration per dose
 +
| {0} days ((highGiver.severity / highFall).ToString("F1"))
 +
| How long this drug's high will last per dose.\n\nThis is calculated from the high gained per dose and the high fall rate.
 +
| 2460
 +
|-
 +
! Tolerance gain per dose
 +
| toleranceGain
 +
| How much a user's tolerance to the chemical will increase for each dose of this drug.\n\nThis can be different for different forms of the same chemical.
 +
| 2450
 +
|-
 +
! Tolerance fall rate
 +
| {0} / day
 +
| How much a user's tolerance to the chemical will fall per day.
 +
| 2440
 +
|-
 +
! Chemical
 +
| drugComp.chemical.LabelCap
 +
| The active chemical in this.\n\nIn some cases, the same chemical is present in multiple different drugs. These different drugs will satisfy the same addiction in different ways.
 +
| 2490
 +
|-
 +
! Random overdose chance
 +
| drugComp.largeOverdoseChance
 +
| The chance of a random overdose when taking this drug. Random overdoses can happen on any dose, whether it's a new user's first try or an experienced addict's hundredth hit.
 +
| 2380
 +
|-
 +
! Safe dose interval for adults
 +
| DrugStatsUtility.GetSafeDoseIntervalReadout(def)
 +
| text
 +
| 2435
 +
|}
 +
 
[[Category:Stat]]
 
[[Category:Stat]]

Revision as of 03:56, 25 September 2024

Def Name Label Display
Order
Show
All By
Default
Drug Drug 30 false
Label Value String Report Text Display Priority In Category
High gain per dose highGiver.severity The intensity of high gained per dose of this drug. 2480
High fall rate {0} / day How much this drug's high will decay each day. 2470
High duration per dose {0} days ((highGiver.severity / highFall).ToString("F1")) How long this drug's high will last per dose.\n\nThis is calculated from the high gained per dose and the high fall rate. 2460
Tolerance gain per dose toleranceGain How much a user's tolerance to the chemical will increase for each dose of this drug.\n\nThis can be different for different forms of the same chemical. 2450
Tolerance fall rate {0} / day How much a user's tolerance to the chemical will fall per day. 2440
Chemical drugComp.chemical.LabelCap The active chemical in this.\n\nIn some cases, the same chemical is present in multiple different drugs. These different drugs will satisfy the same addiction in different ways. 2490
Random overdose chance drugComp.largeOverdoseChance The chance of a random overdose when taking this drug. Random overdoses can happen on any dose, whether it's a new user's first try or an experienced addict's hundredth hit. 2380
Safe dose interval for adults DrugStatsUtility.GetSafeDoseIntervalReadout(def) text 2435

This category currently contains no pages or media.