Add logic for showing Lucifer uncap and 250 art
This commit is contained in:
parent
3db7af93b8
commit
3bd5cdd198
1 changed files with 8 additions and 1 deletions
|
|
@ -141,7 +141,14 @@ const SummonUnit = ({
|
|||
|
||||
let suffix = ''
|
||||
if (gridSummon.object.uncap.xlb && gridSummon.uncap_level == 6) {
|
||||
suffix = '_03'
|
||||
if (
|
||||
gridSummon.transcendence_step >= 1 &&
|
||||
gridSummon.transcendence_step < 5
|
||||
) {
|
||||
suffix = '_03'
|
||||
} else if (gridSummon.transcendence_step === 5) {
|
||||
suffix = '_04'
|
||||
}
|
||||
} else if (
|
||||
upgradedSummons.indexOf(summon.granblue_id.toString()) != -1 &&
|
||||
gridSummon.uncap_level == 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue