边缘世界 RimWorld

边缘世界 RimWorld

48 个评价
Ultrasteel
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
374.406 KB
2022 年 8 月 13 日 上午 5:06
8 月 5 日 上午 6:38
8 项改动说明 ( 查看 )

订阅以下载
Ultrasteel

描述
A lightweight mod that adds a new metal, ultrasteel, that is better than plasteel.
Ultrasteel doesn't occur naturally and can only be obtained from exotic traders, rarely from quest rewards, etc.


Market Value
15
Blunt and Sharp Armour Factor
2.2
Heat Armour Factor
1
Cold Insulation
3
Sharp Damage Factor
1.8
Blunt Damage Factor
2
Max HP
2.8
Work to Make/Build
3



[ko-fi.com]
29 条留言
Xmaster 8 月 6 日 上午 6:08 
I made a little patch to add Ultrasteel to the Orbital Metal trader's stock.
Links
My Patch
Metal Trader for 1.6
Shame 2024 年 7 月 4 日 上午 10:35 
CE compatible?
Shadow Reaper 2024 年 4 月 26 日 下午 12:59 
is there a way you can make it so we can change how strong we want it like stronger walls mod :D
Dark 2022 年 11 月 3 日 下午 12:40 
For being stronger than plasteel, shouldn't it have more hitpoints?
Holgast  [作者] 2022 年 10 月 9 日 上午 4:07 
I've done a 1.4 update. Nothing has been changed, but I'll probably need to change around some things come full 1.4 and Biotech release.
The Creature 2022 年 9 月 22 日 下午 10:40 
mankind is warcrimes
blood is metal
hell is rimworld
ULTRASTEEL
Holgast  [作者] 2022 年 9 月 21 日 上午 5:09 
I've implemented the conditional patches suggested by @PaZakwan. Still not sure why you would be encountering the naked issue mentioned, as this mod only adds to the existing apparel filter for Ancients and doesn't add a new apparel filter, so your error log doesn't really make sense. If it's still happening, please let me know which DLCs, if any, you have installed
Leovigild 2022 年 9 月 21 日 上午 3:10 
@1Z Rison I'm having the same problem with most factions spawning naked. I just narrowed it down to this mod myself. I can confirm that commenting out that particular PatchOperationAdd fixed the issue. I tried looking some stuff up to suggest a solution but all this Rimworld modding stuff is going over my head haha. I'll definitely take "possible raiders with ultrasteel knives" over "everyone is running around in the nude" though.
1Z Rison 2022 年 9 月 19 日 上午 7:32 
I don't know why I have that Issue, as no one else seems to have it, but it happens even with no other mods, so it is this one in my case.

Sorry for the many comments but i wanted to display it somewhat readable.

If you need any other information or logs, please tell.
I'd like to help you help me help the factions of the world get dressed (properly).
1Z Rison 2022 年 9 月 19 日 上午 7:30 
<li Class="PatchOperationAdd">
<xpath>Defs/FactionDef[@Name="OutlanderFactionBase" or "PirateBandBase"]</xpath>
<value>
<apparelStuffFilter>
<disallowedThingDefs>
<li>Ultrasteel</li>
</disallowedThingDefs>
</apparelStuffFilter>
</value>
</li>

commenting this out fixed it (and presumably lets people spawn with stuff made from Ultrasteel, but thats a minor sacrifice to make compared to nudity planet and so on.)
And the error on startup mentions:
XML error: Duplicate XML node name apparelStuffFilter in this XML block: <FactionDef ParentName="FactionBase" Abstract="True" Name="AncientsBase"
Repeat for any playerFactions installed.