Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Probably he would have felt better if the bite was a laceration, and he got the zombi virus cuz of the lacerations 25% chance?
If you are taking wounds fighting zombies then you have bit off more than you can chew in most cases.
Can you still take a bite? Yes. Have you studied how probabilities work? Most probably yes, but you're just mad.
Just today I took a laceration after hearing a Bite Sound. I had the Thick Skin trait. I'm sure it saved my life, that Laceration could have been a Bite pretty easily.
That stands for the present version of the game IWBUMS 41.50 - as for the other idk.
doesnt it literally say when you get hit, it reduces the chance of that hit becoming a bite/scratch/lac?
public void generateZombieInfection(int paramInt) {
if (this.ParentChar.Traits.ThickSkinned.isSet()) {
if (Rand.Next(100) < paramInt / 1.8D)
this.IsInfected = true;
} else if (this.ParentChar.Traits.ThinSkinned.isSet()) {
if (Rand.Next(100) < paramInt * 1.7D)
this.IsInfected = true;
} else if (Rand.Next(100) < paramInt) {
this.IsInfected = true;
}
This is the way.
Also, if they are getting bitten they need to use cars more.