Renames the Hellfire power armor pieces to have "X-03" before "Hellfire".
Requirements
DLC requirements
DLC name
Creation Club Content
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 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
Console modding permissionThe author uploaded this mod to Bethesda.net and it is available for console users
Author notes
This author has not provided any additional notes regarding file permissions
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
Renames the Hellfire power armor pieces to have "X-03" before "Hellfire".
Requires the official "Hellfire Power Armor" Creation.
APPENDIX
Adds to Vanilla Instance Naming Rules Names of instances of base equipment items that spawn in the world are based on the Instance Naming Rules (INNR) named dn_PowerArmor, and so changing the names of the equippable power armor pieces would be done through said INNR, but edits to the same INNR form from more than one plugin does not merge and instead only take changes from the latest plugin to load--as is the case with Leveled List.
The relevant changes to naming are then done via a new INNR named dn_PowerArmor_X03Hellfire, which is merged to dn_PowerArmor via MergeWith at game start in the Quest X03HellfireMergeNamingRules.
This is also done in lieu of not being able to assign custom INNR form directly to the base items.