边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
Inheritable Things
   
奖励
收藏
已收藏
取消收藏
Mod, 1.6
文件大小
发表于
更新日期
48.082 KB
7 月 2 日 上午 4:58
7 月 17 日 上午 2:50
6 项改动说明 ( 查看 )

订阅以下载
Inheritable Things

描述
What it does.
Makes many Vanilla ThingDefs inheritable.


Have you ever wanted to just tweak the base Vanilla ThingDefs to reuse them in your own mods?
Creating more flammable wool, or more expensive neutroamine, without having to create a whole new ThingDef?

This mod allows you to do just that! It adds the Name attribute to many Vanilla ThingDefs, so you can inherit them in your own mods.


Example
<ThingDef ParentName="sheep_wool">
<defName>WoolSheepFlammable</defName>
<name>Flammable Sheep Wool</name>
<statBases Inherit=False>
<Flammability>0.5</Flammability>
</statBases>
<description>A more flammable version of sheep wool.</description>
</ThingDef>


Save Compatible
~Freely add and remove it whenever you need to.
[This needs testing for Save Compatibility.




General Notes
Current Vanilla ThingDefs that are made inheritable:
  • Silver (silver)
  • Gold (gold)
  • Steel (steel)
  • Plasteel (plasteel)
  • WoodLog (woodLog)
  • Uranium (uranium)
  • Chemfuel (chemfuel)
  • Jade (jade)
  • Cloth (cloth)
  • Synthread (synthread)
  • Hyperweave (hyperweave)
  • DevilstrandCloth (devilstrandcloth)
  • WoolSheep (sheep_wool)
  • WoolMuffalo (muffalo_wool)
  • WoolAlpaca (alpaca_wool)
  • WoolMegasloth (megasloth_wool)
  • WoolBison (bison_wool)



Note: This mod does not add any new ThingDefs.
Note: This mod is meant to be used by modders, and does not change any gameplay mechanics or balance.








If you have any questions please let me know, or raise an Issue on GitHub or my public Discord Server[discord.gg]

[github.com]

[ko-fi.com]

[discord.gg]


I will delete comments that are just complaints, without a Hugslib Log or Save file to replicate the issue.