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

このアドオンはエストラのダメージを計算します。
初めてのアドオン作成なので、フィードバックを頂けると嬉しいです。
Since this is my first time creating an add-on, I would appreciate any feedback.
Instalation
DownloadPreview

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: