@Drakarum
Good luck with that; as far as I know the armors don't have a single part name like the weapons, they're made up of many parts.
You CAN, however, add everything to your ship's store (I added the bonus/dlc stuff to my Spectre store in the hangar)
In "bioui > sfxgamecontent > sfxguidata > store > [store_race] > storeitemarray" you can find the list of things being sold at any given store. The Spectre one is what I used, for convenience.
This is how a unique armor looks:
(ItemType=TYPE_UNIQUEARMOR,ArmorID=5,ItemClassName="SFXGameContent.SFXGameEffect_UniqueArmor_Terminus",BaseCost=50000,PlotUnlockConditionalID=1809,PlotPurchaseID[0]=20986,ChoiceEntry=(srChoiceName=349686,srChoiceDescription=349687),LargeImage="gui_codex_images.Store.CD_ARMTerminus_512x256",SmallImage="GUI_Icons.Notifications.NT_Armor_256x128" )
You can copy/paste these lines from one store to another, and remove every ",PlotUnlockConditionalID=####"; might also want to change the cost as well.
You may also find the different parts and stuff, as well as the "name" in "biogame > sfxgame > sfxplayercustomization". You'll need to find the description and name, as well as the purchase ID yourself.
The downside? they won't run out of stock... ever. So you might wanna buy them then just delete the lines from the coalesced file after saving.
As a bonus, here's 3 bonus items you might want to get:
KoA:Reckoning Armor:
(ItemType=TYPE_UNIQUEARMOR,ArmorID=5,ItemClassName="SFXGameContent.SFXGameEffect_UniqueArmor_Reckoning",BaseCost=90,PlotPurchaseID[0]=20989,ChoiceEntry=(srChoiceName=710944,srChoiceDescription=710945),LargeImage="gui_codex_images.Store.CD_ARMReckoning_512x256",SmallImage="GUI_Icons.Notifications.NT_Armor_256x128" )
The Chackram Launcher "assault rifle" is simply called Reckoning, so "giveitem self reckoning". Full set and all that~
______________________________________________
Blood Dragon Armor:
(ItemType=TYPE_UNIQUEARMOR,ArmorID=6,ItemClassName="SFXGameContent.SFXGameEffect_UniqueArmor_BloodDragon",BaseCost=90,PlotPurchaseID[0]=21417,ChoiceEntry=(srChoiceName=339335,srChoiceDescription=339336),LargeImage="gui_codex_images.Store.CD_ARMBlood_512x256",SmallImage="GUI_Icons.Notifications.NT_Armor_256x128" )
______________________________________________
N7 Defender Armor:
(ItemType=TYPE_UNIQUEARMOR,ArmorID=6,ItemClassName="SFXGameContent.SFXGameEffect_UniqueArmor_Tank",BaseCost=90,PlotPurchaseID[0]=20988,ChoiceEntry=(srChoiceName=711024,srChoiceDescription=711025),LargeImage="gui_codex_images.Store.CD_ARMGamestop_512x256",SmallImage="GUI_Icons.Notifications.NT_Armor_256x128" )
[Edited by aerion0p, 3/8/2012 7:33:32 AM]
[Edited by aerion0p, 3/8/2012 7:33:50 AM]