davidyell / FFBE-Helper

An application for managing units and parties for Final Fantasy Brave Exvius

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include limit breaks

davidyell opened this issue · comments

Need to add extra unit data to the database, such as

Description

Copied from the wiki into a text field

Limit breaks

Unit hasMany Limits, and Limits belongTo Rarity. So that a unit's various limits can be expressed properly.

Refactor rarities

The rarities need to be refactored so that Units.base_rarity belongsTo Rarity and Units.max_rarity belongsTo Rarity Completed in 506c280

Unit images

Need to upload an image for each unit

Acquired units

This should also include the trust of the unit

Completed the trust, and unit images.