Page 1 of 1
Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 9:00 am
by Stratego (dev)
any suggestions how else it should look as currently?
or simply use current look?
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 1:58 pm
by Endru1241
Current look is fine, but data displayed is a little lacking.
It is:
Unit name
indicators
HP: unit.hp / unit.hpMax
Power: unit.power
Range: (unit.rangeAttackMin ->) unit.rangeAttack
Armor: unit.armorNormal / unit.armorPierce
where blue text is replaced by proper values and what is inside round brackets is conditionally displayed (only if unit.rangeAttackMin > 0 )
Right?
Then I'd add info about type of attack, actions, power range.
Those are probably most used among those not displayed here.
So it could take shape as:
Unit name
indicators
HP: unit.hp / unit.hpMax
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
Range: (unit.rangeAttackMin ->) unit.rangeAttack (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )
Armor: unit.armorNormal / unit.armorPierce
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 3:33 pm
by Stratego (dev)
nice!
what about little attack-type icon on armor too?
Q1: also how u imagined that powerrange thing? can u write an example as it seems too scientific for me (to put into that little space), i mean this: (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )
would look like this?
range 3->8 + 2/20%-5%*
Q2: Also in
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
btw: what is that % on the end?
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 3:56 pm
by Stratego (dev)
btw i put in the Android version too this:
Power: unit.power little x unit.actionCount / unit.maxActionCount
in this form:
Power: 8 x 2/2
Power: 8 x 1/2
Power: 8 x 0/2
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 4:56 pm
by Endru1241
Stratego (dev) wrote: ↑Tue Sep 07, 2021 3:33 pm
nice!
what about little attack-type icon on armor too?
sure, it should still fit.
Q1: also how u imagined that powerrange thing? can u write an example as it seems too scientific for me (to put into that little space), i mean this: (+ unit.powerRange/ unit.powerRangePenaltyPercent -unit.powerRangePowerDrop* )
would look like this?
range 3->8 + 2/20%-5%*
Exactly.
Although I wonder if + here shouldn't be changed to some other character.
But I have no good idea, right now.
Anyone?
Q2: Also in
Power: unit.power little icon of attack type x unit.actionCount / unit.maxActionCount%
btw: what is that % on the end?
A mistake during copying.
Sorry - my bad.
Stratego (dev) wrote: ↑Tue Sep 07, 2021 3:56 pm
btw i put in the Android version too this:
Power: unit.power little x unit.actionCount / unit.maxActionCount
in this form:
Power: 8 x 2/2
Power: 8 x 1/2
Power: 8 x 0/2
Nice!
Already seen it.
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 5:42 pm
by Stratego (dev)
range 3->8 + 2/20%-5%*
Exactly.
Although I wonder if + here shouldn't be changed to some other character.
But I have no good idea, right now.
Anyone?
actually this one is looking too complex.
i think we need to figure out something else to show that.
eg. i would only put in the powerRange vvalue not the percentages - those can be still checked in normal statsheet
also separator ... yes... maybe a imageicon for that?
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 5:45 pm
by Stratego (dev)
also this
Power: 8 x 0/2
Nice!
Already seen it.
i think the Power: 8 x 0/2 seems too crowdy too maybe like this?
Power: 8 (x0/2)
still not good...
maybe this is looking good,
Power: 8 (x2)
but i can not put there the remaining ones to be nice, maybe simply showing the remaining one?
like a 3 action units as they shoot:
Power: 8 (x3)
Power: 8 (x2)
Power: 8
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 5:50 pm
by Stratego (dev)
Better idea on power combining the icon with the actions:
Eg. 3 action arrowed unit
Power: 8 arrow arrow arrow
After one shot
Power: 8 arrow arrow grayed-arrow
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 6:42 pm
by Endru1241
Stratego (dev) wrote: ↑Tue Sep 07, 2021 5:50 pm
Better idea on power combining the icon with the actions:
Eg. 3 action arrowed unit
Power: 8 arrow arrow arrow
After one shot
Power: 8 arrow arrow grayed-arrow
It seems great!
I only hope no variant have grey icons as regular ones.
Stratego (dev) wrote: ↑Tue Sep 07, 2021 5:42 pm
range 3->8 + 2/20%-5%*
Exactly.
Although I wonder if + here shouldn't be changed to some other character.
But I have no good idea, right now.
Anyone?
actually this one is looking too complex.
i think we need to figure out something else to show that.
eg. i would only put in the powerRange vvalue not the percentages - those can be still checked in normal statsheet
also separator ... yes... maybe a imageicon for that?
Something like attached?
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 6:44 pm
by Stratego (dev)
i ment not the percent - i think we can not show that so it will nto be complex
i thought the powerrange value itself - the + sign is not so intuitive.
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 7:18 pm
by Endru1241
I meant to construct something like attached file.
With 4 power range, 100% on powerRangePenaltyPercent and with drop of 0.29 it becomes: 50% on 2nd tile, 35% on 3rd, 25% on 4th.
So we take images if >=100% 100percent.png, >=75% 75percent.png, etc.
Of course values and images are only quick idea.
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 7:24 pm
by Stratego (dev)
i am notsure we can find a good intuitive one , the numner of images is good to symbolize area-range maybe but what image should show percentage... (?) maybe BARs? those show nicely the percent but but bars not a area-range looking thing...
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 7:51 pm
by Endru1241
Maybe transparency percent?
I know it's not super precise, but textual information can be checked in propsheet.
All it needs to give is some feel if this unit has strong or weak damage on power range (or almost non-existant).
Re: Unity version - bottom left mini unit statsheet
Posted: Tue Sep 07, 2021 9:34 pm
by Stratego (dev)
lol here are my dumb images
the number of circles are the range - the fading is the weakening
Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 5:12 am
by Endru1241
I'd opt for full one.
Only maybe color changed to red (more fit to represent attack).
Are circles code generated?
Or there is main image being copied and resized?
Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 5:31 am
by Stratego (dev)
Should be code generated imho.
This sample made by gimp.
Red, yes.
But i dont really like it but i hope it gives idea for a nicer solution

Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 9:44 am
by makazuwr32
Why won't we change this into full sized side in-game hud?
Like this one on the left:

Ingame hud as i see:
1. Top: 4 current middle top buttons + menu — full stat sheet of unit, stop unit, waypoint, delete and menu
2. Below them: Mini map. We do not need for now some specific icons for various units, just differentiate ground, enemies and allies. May add icon to change minimap colors into: Blue — own units, Red — enemies, Green — allies, Yellow — neutrals (and ofc back to normal one).
3. Below is Unit Hud divided into 2 parts:
3.1. Unit stat sheet
Endru1241 wrote: ↑Tue Sep 07, 2021 1:58 pm
Unit name
indicators
HP:
unit.hp /
unit.hpMax
Power:
unit.power little icon of attack type x
unit.actionCount /
unit.maxActionCount%
Range: (
unit.rangeAttackMin ->)
unit.rangeAttack (+
unit.powerRange/
unit.powerRangePenaltyPercent -
unit.powerRangePowerDrop* )
Armor:
unit.armorNormal /
unit.armorPierce
3.2. Unit abilities
Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 10:37 am
by Hyuhjhih
Goodlooking and compact. But, its more sophisticated and would be an annoyance for the gameplay imho.
And even if we could follow such a scheme, it should be made optional by using a pop up button or drag (or something like our current three dots) to not interrupt the gameplay.
Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 11:09 am
by Stratego (dev)
makazuwr32 wrote: ↑Wed Sep 08, 2021 9:44 am
Why won't we change this into full sized side in-game hud?
Like this one on the left:

Ingame hud as i see:
1. Top: 4 current middle top buttons + menu — full stat sheet of unit, stop unit, waypoint, delete and menu
2. Below them: Mini map. We do not need for now some specific icons for various units, just differentiate ground, enemies and allies. May add icon to change minimap colors into: Blue — own units, Red — enemies, Green — allies, Yellow — neutrals (and ofc back to normal one).
3. Below is Unit Hud divided into 2 parts:
3.1. Unit stat sheet
Endru1241 wrote: ↑Tue Sep 07, 2021 1:58 pm
Unit name
indicators
HP:
unit.hp /
unit.hpMax
Power:
unit.power little icon of attack type x
unit.actionCount /
unit.maxActionCount%
Range: (
unit.rangeAttackMin ->)
unit.rangeAttack (+
unit.powerRange/
unit.powerRangePenaltyPercent -
unit.powerRangePowerDrop* )
Armor:
unit.armorNormal /
unit.armorPierce
3.2. Unit abilities
i think took too much space on mobile devices - it can be good on PC version though.
Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 11:10 am
by Stratego (dev)
Stratego (dev) wrote: ↑Tue Sep 07, 2021 5:50 pm
Better idea on power combining the icon with the actions:
Eg. 3 action arrowed unit
Power: 8 arrow arrow arrow
After one shot
Power: 8 arrow arrow grayed-arrow
this one is ready in Android version already.
if u like i will port this to unity version this way.
Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 1:30 pm
by makazuwr32
Stratego (dev) wrote: ↑Wed Sep 08, 2021 11:09 am
i think took too much space on mobile devices - it can be good on PC version though.
But we can decide by ourselves amount of space for this variant of hud.
Re: Unity version - bottom left mini unit statsheet
Posted: Wed Sep 08, 2021 1:53 pm
by makazuwr32
Here is my idea size-wise:
Here is basic current hud
And here is hud when you select unit and my idea for this hud placement (base).
If you want i can show you also a bit more detailed hud idea on last screenshot later.
Re: Unity version - bottom left mini unit statsheet
Posted: Thu Sep 09, 2021 9:56 pm
by L4cus
shouldnt ability power added into ui? at least some variants will find it very usefull...and after the gunpowder units change (gun attack as ability instead of normal attack) even aos would se benefits from it...