rcalimlim / bns2021

BNS installment for 2021
0 stars 0 forks source link

Inventory System/UI #14

Open olimay opened 3 years ago

olimay commented 3 years ago

The inventory menu takes the form of a checklist, a display pane, and an expendable items pane.

It displays the list of the player's current equipment as filled-in/checked items in the checklist.

Unchecked items in the checklist (with either blank or ???) indicate equipment the player has not yet obtained.

The menu allows the player to scroll through the current equipment and view a picture and description of equipment.

Each piece of equipment has a picture, description, type, rating, and special event cards.

The inventory system allows the player to upgrade the rating of any piece of equipment (up to a maximum of *) by using expendable upgrade items.

Anzle commented 3 years ago

@olimay do we want to do * over S ? or maybe AA ranking if we don't want to confuse S with a straight weapon?

olimay commented 3 years ago

Yes, in the UI it should actually be asterisk (*). S is a typo; just how I represented it internally.

On Sat, Mar 20, 2021 at 1:24 AM Rob @.***> wrote:

@olimay https://github.com/olimay do we want to do * over S ? or maybe AA ranking if we don't want to confuse S with a straight weapon?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/rcalimlim/bns2021/issues/14#issuecomment-803252677, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAY4EMZGRPYXVO3P542SYDTEQWP3ANCNFSM4YYCIDTQ .

Anzle commented 3 years ago

This is 95% done. The ??? for items not obtained is not present