Android-Netrunner-OCTGN
Android-Netrunner-OCTGN copied to clipboard
Auto Arrange Runner Equipment Cards
When playing Hardware, Program and Resource cards, it would be great if their position was determined by how many cards of the same type were currently on the table as opposed to how many have been played since the game began. By necessity this would also mean that when one or more cards got trashed, any cards remaining to the outside of the trashed card(s) would have to be moved towards the center of the layout to fill in the gaps left over. If/when you implement the ability to install corp cards to specific servers I would like to see similar functionality there as well. I managed to implement this functionality in a project I was working on a while back, but it was far from elegantly executed. I'm sure a more experienced dev could do it much better.
This is really just a quality of life request to satisfy one of my few ocd quirks
So you mean that multiple cyberfeeders stack together rather than expand sideways?
I thought of this myself but it's quite tricky to achieve.
well that would be kind of neat too, although it wasn't what I originally intended. More like this:
This is what currently happens. Runner plays 3 programs, they set up like so: 1 2 3 Now lets say program number 2 gets trashed. the field looks like this: 1<>3 Now lets say another program is played: 1<>3 4 (had to insert <> for blank space as spaces weren't working properly)
With my suggestion, the field would look like this when program 2 is trashed: 1 3 And with another program played: 1 3 4
Like I said, not essential, it's just a request to satisfy my ocd, so I'd understand if you chose not to
Ah, I see what you mean. I do something like this for SW LCG Units, but it's not a perfect solution. But it should be easier with the way I go about it in ANR.