This utility mod for Prey (2017) allows other mods to add new traumas to the game.
Warning! This mod is intended for other modders. It does not add any new content by itself.
-
In your mod, add a new trauma in
Ark\Player\Traumas.xml. Make sure to use a new ID and a unique name. -
In your mod, create a new file
Libs\CustomTraumas\YourModName.xml. ReplaceYourModNamewith your mod's name. -
Add new traumas like this:
<?xml version="1.0"?> <TraumaList> <Trauma ID="10641886185824515142" Name="SpeedBoost" Class="ArkStatusWellFed" /> </TraumaList>
To select the
Classvalue, checkData\Libs\CustomTraumas\Prey.xmlof this mod. Those are the classes that Prey uses.