边缘世界 RimWorld

边缘世界 RimWorld

121 个评价
Change Stuff Properties
2
2
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3, 1.4, 1.5, 1.6
文件大小
发表于
更新日期
350.057 KB
2022 年 4 月 2 日 上午 7:34
6 月 27 日 下午 12:11
14 项改动说明 ( 查看 )

订阅以下载
Change Stuff Properties

在 Mlie 的 1 个合集中
Developed by me
111 件物品
描述


I made this mostly as a companion mod to my other stuff-mod Stuff Mass Matters but when I got started I added other changeable properties as well.
You can currently modify the following properties on all stuff, vanilla and modded:

  • Commonality
  • Mass
  • Market value
  • Cleanliness offset
  • Beauty offset
  • Beauty multiplier
  • WorkToMake multiplier
  • WorkToBuild multiplier
  • Sharp damage multiplier
  • Blunt damage multiplier
  • Sharp armor power
  • Blunt armor power
  • Heat armor power
  • Heat insulation
  • Cold insulation
  • Flammability
  • Flammability multiplier
  • Max hitpoints multiplier

If you have suggestions of other properties that you would like to be able to change just leave a comment and I'll look into adding it.
If you want to change with more precision, try the Better Sliders mod

[discord.gg]
[github.com]



Since modding is just a hobby for me I expect no donations to keep modding. If you still want to show your support you can gift me anything from my Wishlist or buy me a cup of tea.

[ko-fi.com]


  • See if the the error persists if you just have this mod and its requirements active.
  • If not, try adding your other mods until it happens again.
  • Always post your log using the Log Uploader
  • For best support, please use the Discord-channel for error-reporting.
  • Do not report errors by making a discussion-thread, I get no notification of that.
  • If you have the solution for a problem, please post it to the GitHub repository.
  • Use RimSort[github.com] to sort your mods

| tags: modification, customization
89 条留言
Mlie  [作者] 5 小时以前 
@faenadia There should already exists mods that lets you change the stacksize for things afaik
faenadia 7 小时以前 
would it be possible to add an option for modifying number of stacks that a storage can hold?
Mlie  [作者] 10 月 28 日 下午 10:57 
@Babaloo321 Please see the Reporting Issues section described above
Babaloo321 10 月 28 日 下午 7:27 
Update: Removing this mod fixed the issue. Components now weigh 0.8 kg, which I think is not vanilla, but good enough.
Babaloo321 10 月 28 日 下午 6:37 
Whenever I open the config, under the "Mass" section, regular components keep increasing to an insane weight, like to 13400000 kg. Even after clicking the reset button it just ticks back to the crazy inflated weight automatically, as if I moved the slider myself with the mouse. I'm not 100% certain that this issue is caused by this mod, however. It could be just that I'm able to see the issue more clearly through this mod's config. What would make it more clear is if I should be able to change and keep the changes to stuff properties of vanilla/mod-added things that are also modified by other mods, and not having the above-mentioned issue with the slider ticking backwards automatically.
TakeoWolfe 9 月 20 日 上午 4:00 
this is an incredibly useful tool when putting together a modlist. have you considered doing one for managing clothe and armor or weapons stats? for the same reason putting together a modlist sometimes something really works to add for the theme of the playthrough you want but are really poorly balanced...
ヒトミ 7 月 6 日 下午 2:40 
After reviewing Milira Race's code, material commonality values are set as:
<commonality>0.000001</commonality>
Suspect rounding issues due to extremely low values.
ヒトミ 7 月 6 日 下午 2:16 
Not sure what the original values should be, but when these value set to 0,raiders(Milira Race) spawn with weapons but no armor.Resetting the mod config and avoiding the Commonality tab resolves the issue.
Mlie  [作者] 7 月 5 日 下午 10:32 
@かがみのり What are their original values?
ヒトミ 7 月 5 日 下午 8:56 
When opening the Commonality tab, it automatically sets values to 0 for Milira Race materials and RimFactory's Synthamide. Unsure if this is a bug or mod conflict. Auto-added content:

<keys>
<li>Milira_SunPlateSteel</li>
<li>Milira_Feather</li>
<li>Milira_BloodStainedFeather</li>
<li>Milira_FeatherThread</li>
<li>Synthamide</li>
<li>Milira_SplendidSteel</li>
</keys>
<values>
<li>0</li>
<li>0</li>
<li>0</li>
<li>0</li>
<li>0</li>
<li>0</li>
</values>