安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													






All I see are options to (1) disable any possibility of event-related deaths, (2) disable any possibility of event-related injuries, (3) not allow any event death/injury rolls to result in death until after [x] number of days have passed (with all rolls being injuries, instead) or (4) INJURY_CHANCE_BASE, which is just the minimum percentage of the random dice rolls that are allowed to be an injury instead of death (has to be either or, with the consequence being that it is otherwise counted as a death).
The actual line in this mod which affects it is:
INJURY_CHANCE_BASE = 0.30, 0.15, 0.05, 0.01, 0
However, the base (vanilla config_template.ini) value is:
; Any roll for injury vs death has at minimum this chance to be injury
INJURY_CHANCE_BASE = 0.50, 0.25, 0.25, 0.25, 0.10
I understand that the usual thing to do is lower a numer to lower the chance of something happening. However, aren't these percent values (i.e., 0.50 = 50%)? Unless I'm misreading, reducing the number is just reducing the % that it will be an injury, which INCREASES the chance it will be death, instead.
Also, consider that these comma-separated values are for difficulty settings in increasing order:
; Difficulty settings
; EASY, NORMAL, CHALLENGING, HARD, IMPOSSIBLE
So, if I'm wrong and you're right - you believing smaller values makes it less likely to have an injury - then why are the smallest values for the hardest difficulties?