Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synergies #5

Open
BurkusCat opened this issue Dec 23, 2018 · 3 comments
Open

Synergies #5

BurkusCat opened this issue Dec 23, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@BurkusCat
Copy link
Owner

BurkusCat commented Dec 23, 2018

  • Add a toggle between a "Counters" view and a "Synergies" view
    • Add filters for "Strong synergy", "Light Synergy" and "Weak synergy", the same as the "Counters" view
  • Add relationships between all the operators for "Synergies"
  • This is a big task requiring lots of tech and game knowledge
  • The Rainbow Six wiki has good synergy sections on each operator to use as a guide https://rainbowsix.fandom.com/wiki/Operator
@BurkusCat BurkusCat added the enhancement New feature or request label Dec 23, 2018
@BurkusCat BurkusCat added the help wanted Extra attention is needed label Dec 29, 2018
@Mr-Martinez
Copy link
Collaborator

Huh now this seems interesting...

I was looking through the wiki for the 4 new operators as well and saw that some operators don't really counter, but add a benefit of helping others. Such as Doc and Oryx, or finka and buck.

Adding synergies to the operator factory is not an issue, but how would you propose the UI to look, considering that there are three levels of synergies?

In my opinion, 6 buttons just doesn't look nice, but of course may be the easiest

I need to look at how the code works and see how the js files work with the D3.js on presenting the lines.

My assumption is that, counter types determine what "relationship nodes" should show up on the screen based on some css rules?

@BurkusCat
Copy link
Owner Author

BurkusCat commented Mar 14, 2020

In my opinion, 6 buttons just doesn't look nice, but of course may be the easiest

I would see this working a mode you could toggle between. Something like this?
image
That way, you've only got the 3 filter checkboxes in each view and the graph will be much easier to follow. We may only want the "Strong Synergy" and "Light Synergy" checkboxes if there aren't that many synergies in the game (there are a lot of counters so it makes sense to divide it up into 3). I will be working on issue #117 soon which should reduce the clutter on smaller screens.

The counters that get shown are determined by the filterDataByCounterLevel method. Currently, it takes in hard, soft, and minor...then filters the JSON data.

I think it would be quite cool to see all of the attackers linking together and a separate group of all the defenders linking together. 😁

@Mr-Martinez
Copy link
Collaborator

Yes that would be cool indeed!
I like the three synergy toggle switch idea. Lots of synergies to consider.

There are a lot of synergies to consider outside of powers as well.
Such as Glaz having synergies with operators that can equip smoke grenades.
Flanking operators synergizing with operators that can equip bulletproof cameras along with Valkyrie, Maestro, Mozzie.

I will assign this to myself. It may be a while though.

@Mr-Martinez Mr-Martinez self-assigned this Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants