xivapi / vue-xivtooltips

A set of vue components to fetch and display data from xivapi
Apache License 2.0
16 stars 8 forks source link

MP Values are incorrect on Actions #10

Closed ghost closed 4 years ago

ghost commented 4 years ago

This is because we'll need to fetch PrimaryCostType from xivapi. If this value is != 0, then hide the MP value because this means that it's consuming something other than MP to do it's thing.

Depends on #1, so we don't interrupt production.

ghost commented 4 years ago

Fixed as part of PR #15