So I'm trying to implement this system where you can buy a limited amount of units from a gateway. So I want them to be able to train up to 20 zealots or 2 dark templar. (i.e. I want dark templar to cost 10x the number of charges that zealots cost). So to do this I made it so that these units share charges in the train ability. I set both of them to have 20 max and starting charges, but zealots use only 1 while dark templar use 10. This works fine. BUT in-game, the command card displays the number of charges left for each unit (which in this case is the same for both the zealot and dark templar since they share) instead of displaying the number of charges left divided by the amount that the unit uses.
In other words, functionally, everything works the way I want it to, but it's a little confusing because the command card implies that there are 20 dark templars you can build, when in reality you can only build 2 since they cost 10 charges each. It should display 20 on the zealot icon and a 2 on the dark templar icon to accurately reflect how many you can afford.
So I'm trying to implement this system where you can buy a limited amount of units from a gateway. So I want them to be able to train up to 20 zealots or 2 dark templar. (i.e. I want dark templar to cost 10x the number of charges that zealots cost). So to do this I made it so that these units share charges in the train ability. I set both of them to have 20 max and starting charges, but zealots use only 1 while dark templar use 10. This works fine. BUT in-game, the command card displays the number of charges left for each unit (which in this case is the same for both the zealot and dark templar since they share) instead of displaying the number of charges left divided by the amount that the unit uses.
In other words, functionally, everything works the way I want it to, but it's a little confusing because the command card implies that there are 20 dark templars you can build, when in reality you can only build 2 since they cost 10 charges each. It should display 20 on the zealot icon and a 2 on the dark templar icon to accurately reflect how many you can afford.
Is there any work around for this?
@peranzormal: Go
Nope. Just specify in the tooltip that it costs 10 charges.