Added the function of displaying "Unique Skill" on the unit stats screen

I added the ability to display "Unique Skill" on the status screen of some units.

This is a clarification of unit-specific processes that were previously masked data, and does not increase what each unit can do.

Units with Unique Skill

Currently, the following units have Unique Skill:

  • Anna: Admission Free
  • Shannam: Bargain
  • Leif: Critical
  • Althena: Critical
  • Phee: Critical
  • Sety: Critical
  • Julia: Return
  • Augusto: Return
  • Eliu in Chapter 1: Return
  • Vampa in Chapter 3: Return
  • Ishtore in Chapter 5-7: Return
  • Fetra in Chapter 6-7: Return
Please do not mind that several units have the same skills while saying "Unique". (I couldn't think of a better way to say it.)
Unique Skills are not shown in the unit list.

How it works

I prepared a table of skill IDs that are tied to unit IDs, separate from conventional skills, and refer to that table. The icon area is also prepared separately from the conventional item and skill areas. (The design allows for the display of different skills for all of allied units, as the case since FE14.)

This only means that the display can now be shown, but it goes without saying that to actually implement it as a skill, processing must be built into the areas affected by that skill.

Existing processes such as Admission Free directly determine the unit ID, so there is no effect if the same skill is applied to someone else. Eventually I would like to fix it so that it looks at the table of skill IDs implemented this time, but even if I don't fix it, there is no real harm done, so I am leaving it alone for now.

Screenshots