BattleScribe / Release

Bug tracking for the release (live) version of BattleScribe
13 stars 2 forks source link

Request: Condition for Most/Least Expensive Unit #152

Open Fleafa opened 4 years ago

Fleafa commented 4 years ago

A condition which checks for most/least expensive unit selection in the roster. In my case, excluding upgrades. Relevant for Bushido. I can see a way to do it manually, checking for selection of more expensive units on each unit, but not practical, especially when new units are released.

amis92 commented 4 years ago

Can you provide a specific scenario/example?

Fleafa commented 4 years ago

In Bushido, some upgrades are only available to the most expensive unit in the roster, excluding any other upgrades they have. I would use this to Set Hidden to False a Selection Entry (upgrade) when the Parent is the unit worth the most points in the Roster. Upgrades in Bushido are largely available to all units, so I use a Shared Selection Entry Group, linking it to each Selection Entry model. Conditions are then used, together with heavy use of Categories, to make Hidden the upgrades a unit cannot take. Does that help?