nickdhondt / dungeons-and-dragons

Real time digital statistics and game extension
GNU General Public License v2.0
0 stars 0 forks source link

Display maximum data in the basic tab - section 1 #56

Closed thecodewizard closed 9 years ago

thecodewizard commented 9 years ago

In issue #55 , I will fetch the maximum values for the 5 first basic values. Should this be a valuable addition to the program if those 5 values are displayed next to the basic data.

That data could be added to the "basic" section of the array. Note: this is only available for the first 5 basics. All the others don't have a basic value.

nickdhondt commented 9 years ago

@thecodewizard come si come si come ça? http://prntscr.com/6zn3z0

nickdhondt commented 9 years ago

@thecodewizard you could add an extra element in the basic_data array (you already have: name, value, etc.) called max.

thecodewizard commented 9 years ago

indeed, just like that. I'll add those values to the "basic_data" array. This will be the best solution. They will be called "max" and will be included in the same array as the basic_data "name", "value".