Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
Not being a .Net programmer and being my first mod ever, I looked at how the mods from Sheepy were done to make a starting point.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 2.2
Includes handling of bionics for blood and titanium
Version 2.1
Updated the mod for Leviathan 1.0.56049
Version 1.0
Initial Version
pp-full-mutations
Current Phoenix Point release is limited to 2 body parts only allowed for augmentations and the impossibility to go from one to the other. This "mod" allows all three body parts to receive an augmentation.
Code change The code contains a constant "MAX_AUGMENTATIONS" set to 2. Unfortunately it is impossible to only change the value of a constant because it is "inlined" in the code (not used at runtime). So I had to settle to modify the method where it matters (fortunately a single one per augment).
This also means that if they ever change the code for this method, the "mod" will fail. Keep that in mind and remove the mod if you have problems in the mutation screen.