Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

Project generated with PyScaffold

Logo

This module lets you perform stat calculations for Fire Emblem units.

With this module, you can:

  • Create a virtual copy of a unit and their stats.
  • Level up that unit.
  • Promote that unit.
  • Compare one unit to another.
  • And much more!

Advice

Just use Triangle Attack.

Installation

To start, install aenir.

pip install aenir

Usage

Let's begin by starting up an interactive Python shell. We will start by importing the shortcut function get_morph.

from aenir import get_morph

To create a virtual copy of a unit (i.e. a 'Morph'), bear in mind the following:

  1. The name of the unit; this should have the SerenesForest.Net spelling.
  2. The number of the game the unit is from.

Let's say we want to get Roy's stats. Note that Roy is from FE6: The Sword of Seals.

roy = get_morph(6, "Roy")
print(roy)

As you can see, these stats suck. Let's fix that; let's level him up to level twenty.

num_levels = roy.max_level - roy.current_lv
roy.level_up(num_levels)
print(roy.current_stats.as_dict())

That's better. But it's still not enough. Let's promote him.

roy.promote()

For the fun of it, let's max him out.

num_levels = 19 # because he starts out at level one again.
roy.level_up(num_levels)
print(roy.current_stats.as_dict())

Note that when initializing certain characters, like Rutger, extra initialization parameters will be needed.

rutger = get_morph(6, "Rutger", hard_mode=True)
larcei = get_morph(4, "Lakche", father="Lex")
lyn = get_morph(7, "Lyn", lyn_mode=True)

Compare characters by using the greater-than operator.

stat_diff = roy.current_stats > lyn.current_stats
print(stat_diff.as_dict())

Limitations

Currently, this calculator works only for characters from:

  1. Genealogy of the Holy War
  2. Thracia 776
  3. Sword of Seals
  4. Blazing Blade
  5. The Sacred Stones
  6. Path of Radiance

COMING SOON!

Combat simulation Link Arena

Note

This project has been set up using PyScaffold 4.6. For details and usage information on PyScaffold see https://pyscaffold.org/.

Release files for aenir 0.0.post1.dev1348

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for aenir 0.0.post1.dev1348
File Size Uploaded
aenir-0.0.post1.dev1348.tar.gz 209.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for aenir 0.0.post1.dev1348
File Interpreter ABI Platform
aenir-0.0.post1.dev1348-py3-none-any.whl Python 3 none any Details

Total release size: 285.9 kB

Release files / aenir-0.0.post1.dev1348.tar.gz

Download URL aenir-0.0.post1.dev1348.tar.gz
Size 209.8 kB
Tags Source
SHA-256 checksum
How to use checksums
3c5d71ff530594b30e4ee29755c25af1c3d914a7c17efb38e1a2b25e67adf923
BLAKE2b-256 checksum
How to use checksums
ec2be6e84ecd1050fe6d77c72e4089d805a2c419840bf317aeb6a3f4f7915fd9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.3

Release files / aenir-0.0.post1.dev1348-py3-none-any.whl

Download URL aenir-0.0.post1.dev1348-py3-none-any.whl
Size 76.1 kB
Tags Python 3
SHA-256 checksum
How to use checksums
38207df2da4d3a5fce8fd946910c09d85f8975171e42e5fb4c10c1e5f7233341
BLAKE2b-256 checksum
How to use checksums
8b70fd0f786244cd96069e9b6546eb0ec804a9633a4d52a063dcc7ba9d059ae3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.12.3

Release history Release notifications | RSS feed

This release
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page