Deijin27 / RanseiLink

Pokemon Conquest Rom Editor
GNU General Public License v3.0
49 stars 1 forks source link

Max Link Table Enhancements #29

Closed Deijin27 closed 1 year ago

Deijin27 commented 1 year ago

Suggestions for the Max Link Table

  1. Add another module that has the inverse and shows every Warrior for a Pokémon.
  2. Have an option that allows you to copy changes to other Pokemon in the evolution line.
  3. Add a filter option that allows you to show/hide different levels of links. For example, you click hide then input 70% into a text box and it’ll hide any Warrior/Pokémon that is 69% or lower.

Originally posted by @WhatAUsernameIHave in https://github.com/Deijin27/RanseiLink/discussions/27#discussioncomment-5082458

Deijin27 commented 1 year ago

Absolutely. The first two options sound good. The last, perhaps could be better done with sorting methods. I've already thought that its a bit hard to know where in the order a pokemon is based on their ids, maybe it could have multiple sort options like name, value. I've also been going all out with including pokemon and warrior icons everywhere in the scenario-warrior-workspace. I will definitely add them here too.

https://github.com/Deijin27/RanseiLink/discussions/27#discussioncomment-5103566

Deijin27 commented 1 year ago

Closing as done.

Dropped the "copy to evolutions" suggestion as it feels too specific and requires a distinct view for the warrior->pokemon variant, while atm the view can be shared easily.