Estlla Damage Calculator Addon

Ruel

Member
Guildcard
42094831

Estlla Damage Calculator Addon​


This feature calculates Estlla's damage.
Since this is my first time creating an add-on, I would appreciate any feedback.

Instalation​

Download

Preview​

1783832492318.png

Features​

  • Player Status : Displays the character's and mag's stats.
  • Caluculation : Displays the amount of damage based on the number of chains and donations entered, as well as the selected enemy.
  • Requirements : Displays the number of chains and donations required to defeat the selected enemy.

Notes​

If you want to add more target enemies, please add them to "options.lua".
Code:
    enemies = {
        { name = "SaintMilion", hp = 6598, elt = 30 },
        { name = "Kondrieu", hp = 7859, elt = 30 },
        { name = "Shambertin", hp = 6986, elt = 30 },
    },



このアドオンはエストラのダメージを計算します。
初めてのアドオン作成なので、フィードバックを頂けると嬉しいです。

機能​

  • プレイヤーステータス:キャラクター(回避力と精神力)とマグ(シンクロとIQ)のステータスを表示します。
  • 計算機能:入力したチェイン数とディバイド数をもとに選択したエネミーに与えるダメージを計算します。
  • 必要量:選択したエネミーを倒すのに必要なチェイン数とディバイド数を自動計算して表示します。

メモ​

対象エネミーを追加したい場合は"options.lua"ファイルに追記してください。
 
Last edited:
Suggestion is do Pilla too because Hucast, RAmar, and Racast does more damage with Galatine/RR equipped then what they can achieve with a MAX evp build.
Hucast ATP anything above +3385 (Level 10 SD)
Ramar ATP anything above +3143 (Level 21 SD)
Racast ATP anything above +3069 (Level 10 SD)
 
Last edited:

Ticket Viwer Addon (bata)​


Instalation​

Download

Preview​

1784382920239.png

Features​

Records the number of MA4 tickets and Lucky Coins for each character.

Notes​

Since the Addon uses the character name, section ID, and class as keys for recording, it cannot properly record data for the same character.


機能​

キャラクターごとのMA4チケットとラッキーコインの所持数を記録します。

メモ​

キャラクター名、セクションID、クラスの組み合わせをキーにしてデータを保存しているため、これらが完全に同一のキャラクターでは上手く動作しません。
 
Last edited:
Back
Top