Difference between revisions of "Category:Stats - Surgical"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "{{Stat Category | def name = Surgery | label = Surgical | display order = 90 | show all by default = true }} Category:Stat")
 
m (From RecipeDef)
 
Line 5: Line 5:
 
| show all by default = true
 
| show all by default = true
 
}}
 
}}
 +
 +
{| {{STDT| c_01 sortable}}
 +
! Label !! Value String !! Report Text !! Display Priority In Category
 +
|-
 +
! Success rate multiplier
 +
| Can't fail
 +
| Performing this operation is safe for the patient.
 +
| 4102
 +
|-
 +
! Success rate multiplier
 +
| this.surgerySuccessChanceFactor.ToStringPercent()
 +
| A multiplier on the chance this operation will be a success. More difficult operations have lower multipliers.<br /><br />The actual chance of success of a surgery is also affected by the doctor, facilities, and medicine used.
 +
| 4102
 +
|-
 +
! Death chance on fail
 +
| 100%
 +
| The chance the patient will die upon failure of this surgery.
 +
| 4101
 +
|-
 +
! Death chance on fail
 +
| this.deathOnFailedSurgeryChance.ToStringPercent()
 +
| The chance the patient will die upon failure of this surgery.
 +
| 4101
 +
|}
 +
 
[[Category:Stat]]
 
[[Category:Stat]]

Latest revision as of 17:28, 25 September 2024

Def Name Label Display
Order
Show
All By
Default
Surgery Surgical 90 true
Label Value String Report Text Display Priority In Category
Success rate multiplier Can't fail Performing this operation is safe for the patient. 4102
Success rate multiplier this.surgerySuccessChanceFactor.ToStringPercent() A multiplier on the chance this operation will be a success. More difficult operations have lower multipliers.

The actual chance of success of a surgery is also affected by the doctor, facilities, and medicine used.
4102
Death chance on fail 100% The chance the patient will die upon failure of this surgery. 4101
Death chance on fail this.deathOnFailedSurgeryChance.ToStringPercent() The chance the patient will die upon failure of this surgery. 4101

This category currently contains no pages or media.