RimWorld

RimWorld

Not enough ratings
Inheritable Things
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.6
File Size
Posted
Updated
48.082 KB
2 Jul @ 4:58am
17 Jul @ 2:50am
6 Change Notes ( view )

Subscribe to download
Inheritable Things

Description
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.