Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
TMI: binding any available ∞ relic to all Heroes is 2nd hardest part for me, 1st one is clearing level 15 Singularity, hopefully, in the next update, the Devs add these features, and not increase Singularity stages, Imagine binding relics ±((Total Hero ^ 2) x 2) times
Also, I'm realizing that another reason I do this is because I hate having to check both unbound relics and bound relics separately to pick ones for a character to equip. If I have all of them bound to a character, I can look through the list of relics I've bound to them and read their effects while comparing them to the relics they already have equipped. Otherwise, I have to check both the list of relics that I can bind and the relics that I've already bound when trying to decide the relic loadout because one list is missing the relics that haven't been bound yet and the other lists all of the relics but won't tell me the effects of the ones that have already been bound. So this is a reason that I try to move more relics into the bound list, because it lets me go through only the one list when deciding.
That seems to suggest some code that doesn't account for every character to have a large number of relics bound to them. I would guess that it keeps lists of what relics have been bound to each character and that these multiple long lists slow things down. I would honestly handle it by simple having a list of relics that the player has unlocked an infinite supply of that updates with each visit to the town, and have that list and the relics that have been specifically bound to the character (and are not infinite) combined into one list when selecting relics for them to equip. You'd just need to have a check to see if the character has been to town before or was rescued during this mission to see if they should have access to these relics, or you could just decide that infinite relics are exempt from binding restrictions and can be equipped even to a character you rescued during the current mission. Now instead of a long list of bound relics for each character, you'd have the list of infinite relics that gets shared between characters and each character's personal list of finite relics that have been bound to them.
Chronicle mode though, has those choices stick for much longer. There's more of a focus on build up and grind as you get more resources. With this, binding every relic to every character is going to be a sort of 100% completion challenge whether there is an achievement for it or not. However, having this as a possibility seems not be worth the hassle due to the tedium of binding the relics and apparently strain put upon the game to keep track of the full list what relics have been bound to each character. Perhaps it might be best to abandon the binding system for Chronicle mode and go more for a general "equip from inventory" system.
Now, if you kept the binding system but allowed players to bind relics mid-run, that would leave the inventory management system intact and remove the mechanical incentive to bind everything to every character. But in practice there's not really much actual incentive to bother--by the time you reach a high enough difficulty level that having optimal equipment matters really matters, you're probably beyond the point where you'd want to be experimenting randomly in the middle of a hard run. So the main difference here is that you would be able to immediately equip new characters as soon as you rescue them, which on balance I'm not sure is a good thing. Bringing a run to a halt while you spend 15 minutes digging through your inventory for the perfect relic loadout probably isn't great for the game's flow, and having a brief test drive period where you're just experiencing a character's basic mechanics without extra relics grafted on is a good way to get a feel for new characters.
If you really want to think outside the box, you could potentially go the other way and make it so you can't change relics at all during chronicle runs. Now you preserve the loot system, preserve the test period for new characters, and get rid of the incentive to bind every relic to every character: binding infinite relics would just be a way to shortlist favorite relics, nothing more. You also remove the incentive to micromanage relic swaps in and out mid-run, alleviating overhead. The downside is that the game would be a little more harsh if you get a couple fights in and realize you've left something silly equipped to one of your characters, since you'd no longer have the grace to change it without restarting the mission. I'm not even sure this would be that much downside, though. If you did something really stupid it would probably show up quickly enough that you wouldn't lose any real time restarting, and if you accidentally left on something experimental that's not bad enough to tank the mission... well, guess you have to do some thinking on your feet now!