I have a morph ability that is supposed to turn one unit into another. For some reason, however, the resource cost for the ability shows as some random negative value when hovering over button in command card. (ex: -200 minerals, -150 gas). The ability cost is supposed to be 0.
Ability: (Basic) Cost: Cost + (0|0|0|0):(Disabled|Disabled|Disabled|Disabled|Disabled|Disabled|Disabled):(0|0|0):(0|0|0):0:0:0:Disabled:Abil/ReverttoDrone:Ability:0.0000:0.0000:(Disabled|Disabled):Abil/ReverttoDrone:Ability:0.0000:Add If Not In Cooldown:0.0000
The unit type you are morphing into costs 200 minerals and 150 gas less than the unit type you are morphing from.
Morphs conserve a unit's value, costing the difference in value between the two unit types. In your case the resulting unit type is cheaper than what you are morphing from so it is refunding you some resources.
I'm assuming one or both of the units are duplicated units, it would leave some fields unchanged. Have a look at these fields:
Unit: Leader Alias
Unit: Select Alias
Unit: Subgroup Alias
UI: Hotkey Alias
I came across another forum telling the costs display of morph abilities are glitched. Calculating its display costs based of the unit alias, but the actual cost be correct.
It has to do with any of these fields, not sure which one did the trick, I just changed them all. So change the fields of the units to its respective unit. Linking it to itself.
I have a morph ability that is supposed to turn one unit into another. For some reason, however, the resource cost for the ability shows as some random negative value when hovering over button in command card. (ex: -200 minerals, -150 gas). The ability cost is supposed to be 0.
Ability:
(Basic) Cost: Cost + (0|0|0|0):(Disabled|Disabled|Disabled|Disabled|Disabled|Disabled|Disabled):(0|0|0):(0|0|0):0:0:0:Disabled:Abil/ReverttoDrone:Ability:0.0000:0.0000:(Disabled|Disabled):Abil/ReverttoDrone:Ability:0.0000:Add If Not In Cooldown:0.0000
Source Unit:
(Basic) Cost: Cost^ + (0|0|0|0)
Unit to morph to:
(Basic) Cost: Cost^ + (0|0|0|0)
Any ideas what could be causing this?
I had the same problem solved a few days ago.
I'm assuming one or both of the units are duplicated units, it would leave some fields unchanged. Have a look at these fields:
Unit: Leader Alias
Unit: Select Alias
Unit: Subgroup Alias
UI: Hotkey Alias
I came across another forum telling the costs display of morph abilities are glitched. Calculating its display costs based of the unit alias, but the actual cost be correct.
It has to do with any of these fields, not sure which one did the trick, I just changed them all. So change the fields of the units to its respective unit. Linking it to itself.
W_Master that was exactly the problem.
Thanks!