边缘世界 RimWorld

边缘世界 RimWorld

49 个评价
Biotech Robust Gene Expansion
   
奖励
收藏
已收藏
取消收藏
Mod, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
601.451 KB
2023 年 7 月 19 日 上午 5:19
7 月 13 日 上午 1:28
5 项改动说明 ( 查看 )

订阅以下载
Biotech Robust Gene Expansion

描述
This mod contains Robust category genes that i found missing in this game. Thanks to Sovereign for fixing my art.
28 条留言
nex 2024 年 4 月 10 日 上午 12:06 
seems to work in 1.5
Rince  [作者] 2023 年 9 月 27 日 上午 6:50 
@SariusSkelrets thanks for the effort, will do when i get struck with a next "fixing me old mods" inspiration xd
SariusSkelrets 2023 年 9 月 26 日 上午 8:22 
You could also do a patch in a patch file and set this mod to be loaded after WVC, if you want:

<Operation Class="PatchOperationReplace">
<xpath>/Defs/StatDef[defName="IncomingDamageFactor"]/minValue</xpath>
<success>Always</success>
<value>
<minValue>0</minValue>
</value>
</Operation>

and add: <li>wvc.sergkart.races.biotech</li> in your loadafter in your about file
SariusSkelrets 2023 年 9 月 26 日 上午 8:16 
Found the mod responsible for setting a minimal value to that stat (since vanilla doesn't have a minimum): It's WVC - xenotypes and genes

The user only needs to delete that bit in patches_genecompatibility and they won't have any limit to that stat:

<Operation Class="PatchOperationReplace">
<xpath>/Defs/StatDef[defName="IncomingDamageFactor"]/minValue</xpath>
<success>Always</success>
<value>
<minValue>0.1</minValue>
</value>
</Operation>
SariusSkelrets 2023 年 9 月 24 日 下午 7:40 
Will do. I'll also tell you what the issue was when I'll know what it is
Rince  [作者] 2023 年 9 月 24 日 下午 7:35 
@SariusSkelrets Totaly wierd mod interaction. Try to pester some smart guys in Rimworld Discord, they totally gonna solve the mystery
SariusSkelrets 2023 年 9 月 24 日 下午 7:23 
To be clear the genes all apply their values as intended. There's just something that forces the minimal final value to be x10% no matter how strong the genes are
SariusSkelrets 2023 年 9 月 24 日 下午 7:21 
Yes, it's x10% incoming damage. I've seen it happen before adding this mod where I would stack damage reduction (like tough + robust + more stuff) and no matter how many of these I added it did not drop below ten

Also tested with heroic robust and another pawn. They still cannot go lower than x10% incoming damage

None of my mods intent to cap that value. Here's my modlist: https://github.com/SariusSkelrets/Shared_Error_Logs/blob/main/robust%20gene%20modlist.xml
Rince  [作者] 2023 年 9 月 24 日 下午 6:34 
@SariusSkelrets never saw this, it's 10% Incoming Damage Multiplier? Mb you have mod that overrites how it works? Cause im totaly sure i made it to 0%, but what you tell me is worse then Heroic Robust gene. It's a flat math change, it's should multiply it to 0. If math don't work, i have no authority
SariusSkelrets 2023 年 9 月 24 日 下午 6:05 
My pawn with the godlike robust gene won't get full physical immunity, being struck at x10% despite oonly having that one. Is there something I need to do to fix that?