RimWorld

RimWorld

53 betyg
Quality And Durability
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Mod, 1.2
Filstorlek
Lades upp
Uppdaterades
6.559 MB
21 mar, 2021 @ 11:49
21 mar, 2021 @ 12:00
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Quality And Durability

Beskrivning
Quality affects max hit points for weapons and armour.
15 kommentarer
Mlie 11 aug, 2021 @ 5:58 
무적 21 jul, 2021 @ 6:19 
1.3기다립니다
bjmin328 3 jul, 2021 @ 9:19 
모드 충돌인지는 모르겠지만 게임을 나갔다가 들어오면 내구도가 하락해있습니다. 내구도 100이 기본인 아이템을 전설로 만들어서 내구도가 500이 되었는데 나갔다 들어오면 최대 내구도는 500 그대로이지만 현재 내구도가 100으로 바뀌어 있네요.
Psyche 22 jun, 2021 @ 2:46 
Great idea. Thanks!
김야요 11 jun, 2021 @ 11:47 
바닐라 무기 말고 모드로 추가된 무기들에도 똑같이 적용되나요?
bones 3 maj, 2021 @ 21:20 
How can I change the quality health multipliers in my game? I find that five times is too much for me.
ЯEБAЛ 25 mar, 2021 @ 8:30 
actually it seem that way, i had no issues after this one time
amnabi  [skapare] 24 mar, 2021 @ 1:45 
ЯEБAЛ by any chance was the reward/quest generated before you enabled this mod? current hp of items generated before enabling this mod wont change
ЯEБAЛ 24 mar, 2021 @ 1:25 
well i can say that on my current game the legendary weapon appeared as reward. it spawned with 100/250 hp, i believe this mod extended hp but things still spawn with 100. i got it WITH CE enabled
Miguel V-DF 23 mar, 2021 @ 6:28 
Looking at the code
case 0:
result = 0.5f;
break;
case 1:
result = 0.75f;
break;
case 2:
result = 1f;
break;
case 3:
result = 1.25f;
break;
case 4:
result = 1.5f;
break;
case 5:
result = 2.5f;
break;
case 6:
result = 5f;
break;
default:
result = 1f;
break;
what does it mean? I presume that the defaul is vanilla of normal hitpoints, with the quality going from Awful at 0.5 hp to Legendary at 5 x HP