More Titan Projects > Suggestions and Discussion

CIT - Suggestion: view characters by powerset / archetype / origin

(1/1)

BitLoadR:
A nice addition would be the ability to look up characters by selecting a powerset / archetype / origin from the Account Overview page.
This way when you see that Energy Blast is set on 4 characters, clicking on the powerset would show which characters have this power and allow you to edit their profiles.

Something like:

--- Code: ---SELECT * FROM characters WHERE primary_power = "energy blast" OR secondary_power = "energy blast" ORDER BY name ASC

--- End code ---

The query will probably be much more complex and contain other variables, but I hope you understand the idea behind it.

Sekoia:
Thanks for the suggestion! Unfortunately, we don't have anybody actively developing CIT any longer. It's pretty much in a "maintenance mode"; I'm fixing bugs but that's about it.

If we start developing CIT actively again in the future, we'll consider adding some filtering options to the Account Overview and/or My Characters pages.

Navigation

[0] Message Index

Go to full version