Replaces the Rad Regeneration effect with a new scripted one, to allow its name to be shortened. This keeps it from wrapping off the edge of the screen, or over another effect.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
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 must get permission from me before you are allowed to use any of the assets in this file
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 must get permission to earn Donation Points for your mods if they use my assets
Author notes
I just rewrote the Rad Regen perk to be a script instead of a bunch of restoration functions, it's not that much. In fact, if I removed the master requirements, it'd probably work in vanilla FO3 as well as New Vegas. I'm not 100% certain if the 'Display Name Only' function is available in Fallout 3, though, so this might actually not work there.
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changes the way Fallout 3's Rad Regeneration effect is applied, allowing me to give it a short name instead of having it display 'Rad. Limb Healing: Left Arm +1, Right Arm +1, Chest +1' etc. Instead, it will simply display 'Rad Mutation: Limb Regeneration', allowing you to have a much cleaner effect list while under the healing influence of the perk.
If you're comfortable doing so, I recommend merging this mod in to another, to save on load order space.
If you're curious about the specifics, I removed the default effects from the perk and instead told it to apply a script effect, which is named 'Limb Regeneration' and set to 'Display Name Only', which as you could guess makes it only show the name of the effect. I wrote a very simple script that restores each limb the same amount as the default effect, and voilà. If you want to change what's displayed in the effect list, just change the name of that effect. 'All Limbs +1' or something might work nicely.