0 of 0

File information

Last updated

Original upload

Created by

tmp64

Uploaded by

bombum

Virus scan

Safe to use

Tags for this mod

About this mod

Framework that allows other mods to add new traumas to the game

Permissions and credits
Warning! This mod is intended for other modders. It does not add any new content by itself.

"That's bone."

  • 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. Replace YourModName with 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 Class value, check Data\Libs\CustomTraumas\Prey.xmlof this mod. Those are the classes that Prey uses.

Github Link