The following warnings occurred:
Warning [2] Undefined variable $awaitingusers - Line: 46 - File: global.php(816) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/global.php(816) : eval()'d code 46 errorHandler->error
/global.php 816 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 874 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 874 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5014 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 5014 errorHandler->error
/global.php 874 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions.php 5041 is_member
/global.php 874 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 6953 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 6953 errorHandler->error
/inc/functions.php 5041 is_member
/global.php 874 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1399 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 1399 errorHandler->error
/inc/functions.php 1354 fetch_forum_permissions
/printthread.php 83 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 174 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 174 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 179 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 179 errorHandler->error



FEPlanet Community
Let it be known [counter/aurora formulas] - Printable Version

+- FEPlanet Community (http://forums.feplanet.net)
+-- Forum: Fire Emblem (http://forums.feplanet.net/forum-7.html)
+--- Forum: Fire Emblem Tactics Online (http://forums.feplanet.net/forum-23.html)
+--- Thread: Let it be known [counter/aurora formulas] (/thread-376.html)



Let it be known [counter/aurora formulas] - leaf - 07-04-2014

So, we did a little testing today in the FETO skype chat, and found that contrary to what's listed in the mechanics section, the counter/aurora damage formula is actually:

Counter/Aurora damage = floor([Enemy's Atk (before effectiveness or your defense, but after pursuit or impale)]*0.6 - [Enemy's Def + Enemy's Res]*0.3)

The mechanics page lists it as multiplying def and res by 0.5 instead.

I also thought it important to note where the rounding occurs here. It rounds after everything is done, rather than at each step.