Jump to content

Search the Community

Showing results for tags 'Crusader scrolls'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Important Links
    • Serenes Forest Code of Conduct
    • Mistakes or Errors on the Site
  • Important Forums
    • Announcements
    • Member Feedback
    • Site Content
  • General Forums
    • Introductions
    • General
    • Far from the Forest...
    • Creative
    • Fan Projects
    • General Gaming
  • Fire Emblem Forums
    • General Fire Emblem
    • NES and SNES Era
    • GameBoy Advance Era
    • GameCube and Wii Era
    • Nintendo DS Era
    • Nintendo 3DS Era
    • Fire Emblem: Three Houses
    • Fire Emblem: Engage
    • Fire Emblem Heroes
    • Related Games
  • Miscellaneous
    • Forum Graveyard

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Jabber


Skype


Yahoo


ICQ


Website URL


MSN


AIM


Interests


Location

Found 1 result

  1. Hey guys! As many of you know, a very important mechanic in FE5 and FE3 Book 2 is the ability to actively influence the growth rates of units by having them carry crusader scrolls (or star shards in FE3's case). If exploited, this mechanic can turn units with moderate or even bad growth rates to actually useful units. However, whenever I find myself playing either FE5 or FE3, I tend to forget the exact base growths of most of my units and/or the exact bonuses granted by items (especially some that influence multiple stat growths), therefore having to look them up. This is more evident in FE5's case where the inventory has 7 available slots, therefore allowing for more complex combinations of scrolls. Furthermore, the way that crusader scrolls function may not be immediately obvious to those new to the game. So this gave me the idea of building a tool that would automate these computations and would also allow any user to keep track of these computations easily, without having to lookup or even remember anything. It's nothing too fancy really, just some html, css and a bit of javascript coding that gets the job done. Please allow me to demonstrate. Let's pick Marty (the man whom Dagda loved) as our test subject: Upon selection, the calculator displays an output that consists of three parts: the character's modified growths, the character's chances to cap each stat and his average stats (many thanks to Sara. for suggesting this addition). Modified Growths: The first part details the unit's modified growth rates under the specified set of crusader scrolls. Of course, if you select no scrolls, what you'll see is simply the unit's base growths. Regarding the displayed data, the unit's starting class is also shown along with his growth rates, in case someone wants to compare between units of the same class. Now, as it becomes instantly obvious, his Str, Skl and Spd are downright horrible and should be tampered if we want him to have a fighting chance. Let's load his inventory with a bunch of scrolls: Whenever a new scroll is added or removed, the output table changes appropriately to reflect his current growth rates. In order to be able to instantly tell which growths have been modified and in what way, growth rates that have been increased are colored green, while growth rates that have been decreased are colored red. Additionally, you are able to view the bonus modifiers granted by each individual scroll by simply having your mouse cursor hover above it. That way, there's no need to remember the exact bonuses granted by each scroll when planning your strategy. If the user wishes to view a summary of the exact bonuses on any particular stat, he can again hover his mouse over the corresponding cell of the output table. Finally, if a growth rate becomes negative due to the effect of crusader scrolls, the calculator treats it as zero (please see: http://old.serenesforest.net/general/growth.html for details). This is shown below for Marty's Mag when he's equipped with the Noba scroll. Chances to Cap: The second part of the output details the character's likelihood to cap each of his respective stats. This is similar to the "Chance to Cap" data listed in the Path of Radiance section of serenesforest (see: http://serenesforest.net/path-of-radiance/characters/chance-to-cap/). Furthermore, as far as I'm aware, no such data are currently listed for Thracia 776, so this calculator might as well provide you with a fast way for computing those. What's more, these chances will automatically change as you change the equipped scrolls. Notice that since we're capable of instantly tracking how the "chances to cap" change for each stat, it is somewhat easier to determine which combination will benefit your units most (based on what scrolls you possess and what you aim to do). Average stats: The last part of the output consists of a series of tables containing estimates for the character's average stats, for a specified set of crusader scrolls. Of course, the very first row contains the selected character's base stats. Stats that have reached their respective caps, will be distinguished by flashing like this: Similarly to the previous tables, the average stats tables are also updated everytime you either select a different character or change scrolls in the inventory. For a different set of scrolls, Marty's predicted average stats become: Promotion gains can also be viewed instantly by hovering your mouse above a cell containing a stat name for each promotion (starting class is excluded). The next image shows this for Marty's Str when promoting to a Warrior. Of course, if the inventory doesn't contain any scrolls, the average stats displayed will be identical to the ones found here: http://serenesforest.net/thracia-776/characters/average-stats/ Here's an example of this using Evayle: What do you guys think? Would it be of any interest/use to the community? Any suggestions are welcome. The application can be downloaded from GitHub: https://github.com/Sharpshooter23/FE5-Growth-Rate-Calculator Feel free to play around with it or to read through its source code.
×
×
  • Create New...