These models are mostly-unaltered armour pieces and weapons.

Specific notes:
* For sword 8 (the lightsabre), I'm fairly sure the blade material is supposed to have additive transparency. But I can't get Blender to respect that idea, so I set it to 0.5 alpha and 1.0 emit, it seems decent enough.
* Also, the lightsabre blade is actually a separate model in the files (it's an effect rather than a weapon). I figured that wasn't necessary here (there's so many other ways to control its visibility outside a game engine) so I made it part of the same model.

Model notes:
* Only one model is included for all palette swaps. Swapping out the relevant textures should be effortless.
* A lot of seams are left unwelded in case they're where the game cuts the model for mix-and-match purposes. For example, long sleeves on a shirt might cut off the top part of arms, while short sleeves do not. Another common case is a detailed cutscene face replacing a low-detail face, but also (depending on the character) parts of the neck. It might take some trial-and-error (and/or close in-game inspection) to make things look right.
* Similarly, some parts might be paritally duplicated. For example, the elbow brace of Shulk's default costume has a "full" group of meshes and a "top half only" group of meshes, depending on how bulky the gloves he's wearing are. Further trial-and-error will be necessary.
* Blender may produce (possibly hard-to-see) artifacts at pixels where opaque materials meet transparent ones if anti-aliasing is on. To fix this, enable Render > Anti-Aliasing > Full Sample.
* There might also be texture blending artifacts caused by alpha textures being lower-resolution than colour textures, or pixel interpolation. Just mess with settings I guess.
* Weapons (and some armour bits) may need texture tiling to be on mirror rather than repeat. (This setting doesn't appear to export/import.) I have attempted to make a convention where UVs entirely within image bounds are not mirrored, while those with bits outside image bounds are; unfortunately this can't be perfect, as sometimes something does stick out slightly when not mirrored.

Armature notes:
* All bones are included, even those that don't necessarily apply to this model, or are only reference points rather than animation controls (e.g. special effect markers, weapon attach points).
* Many manual edits had to be done to get things to function (e.g. most endpoint bones weren't facing the right way). Don't expect ripped animations to work.

[EOF]