|
All Jobs Damage Simulator and Gear Sets
By Dodik 2024-12-20 09:17:56
I think most content these days would heavily favor Acuity +1 R15 for its high Magic Accuracy and INT+.
Weather bonuses heavily outweigh acuity belt even at highest content level, eg Sortie basement.
Exception is when spells are not landing at all without the extra macc+15, which is unlikely unless at ML0 or something.
By Shiva.Myamoto 2024-12-20 11:39:47
1% more wsd, 3 more atk, 6 less str, 11 less dex(for those few dex based axe skills) on nyame r30 vs ankusa +3
I understand that purely for ws purpose it is slightly better, but is ignoring the SC bonus entirely a thing?
Usually, one doesn't wear just one piece of Nyame, which means more SC bonus.
I don't know, just a thought
It's not even necessarily SC bonus(that is a factor if intentionally closing skillchains sure, but sc damage also simply increases from the actual wsd caused).
It's more about how Ankusa helm and Nukumi body work together and will always win likely provided you have the correct killer trait. The combination at a minimum is always 7.5%(rounded down likely but still) increase to wsd but this damage increase is also applied to all hits(as best I can tell anyways) So even in multi hit ws's its likely to be best. Add Killer Instinct to this or a circle effect and its damage increase is even further from Nukumi Body. I have been hard pressed to find any situation that even Nyame body r30 outweighs Empy body.
[+]
By Izanami 2024-12-20 13:57:14
Is there a reason why the "All jobs gear sets" cant include TP sets for the jobs? It'd be nice to see a one stop shop for starting points for new jobs you pick up along the way. Maybe Max TP / Hybrid DT as 2 options for people to reference. Or is that not easy to plug into a calculator? This is very easy to do. I tried including TP sets when I first posted this thread, but it turns out that players are very particular about their TP sets, especially since the automatic set finder does not consider Magic Evasion. I'm now on holiday for ~2 weeks, but I'll add 50% DT and glass cannon sets for all jobs in January.
I think most content these days would heavily favor Acuity +1 R15 for its high Magic Accuracy and INT+.
Weather bonuses heavily outweigh acuity belt even at highest content level, eg Sortie basement. You may have misunderstood that part of my post. The discussion was comparing Skrymir, Acuity, and Sacro for situations when you have no weather or day bonus. I imagine that most end-game players use gearswap (or similar) and include automated checks for weather, day, distance from target, and even time of day for deciding special swaps for their sets. In the case of no weather/day, I think Acuity Belt +1 would be the best general nuking waist option in most situations.
Phoenix.Iocus
Server: Phoenix
Game: FFXI
Posts: 1718
By Phoenix.Iocus 2024-12-20 14:37:39
Is there a reason why the "All jobs gear sets" cant include TP sets for the jobs? It'd be nice to see a one stop shop for starting points for new jobs you pick up along the way. Maybe Max TP / Hybrid DT as 2 options for people to reference. Or is that not easy to plug into a calculator? This is very easy to do. I tried including TP sets when I first posted this thread, but it turns out that players are very particular about their TP sets, especially since the automatic set finder does not consider Magic Evasion. I'm now on holiday for ~2 weeks, but I'll add 50% DT and glass cannon sets for all jobs in January.
It's a terrible suggestion, but you might want to include a set that is 50DT, doesn't have a subjob, and includes warder's charm and shadow ring for odyssey.
By Nariont 2024-12-20 14:47:56
It's a terrible suggestion, but you might want to include a set that is 50DT, doesn't have a subjob, and includes warder's charm and shadow ring for odyssey.
maybe put in all caps "ODY BIS TP SET" too, might have less DDs dying to v20/25s
By Shiva.Myamoto 2024-12-20 18:09:20
It's a terrible suggestion, but you might want to include a set that is 50DT, doesn't have a subjob, and includes warder's charm and shadow ring for odyssey.
maybe put in all caps "ODY BIS TP SET" too, might have less DDs dying to v20/25s
but bro.... that's just a bad browhm who obviously isn't bro enough to keep up with the brodeeps.
By SimonSes 2025-01-14 09:29:32
There is an "error" with code for Zanhasso not adding the Ikishoten bonus. Function is invoked without True for zanshin parameter, which is False by default.
actions.py
lines 620 and 631:
Code tp_return += get_tp(1, mdelay/2 if (main_skill_type == "Hand-to-Hand") else mdelay, stp)
requires change to:
Code tp_return += get_tp(1, mdelay/2 if (main_skill_type == "Hand-to-Hand") else mdelay, stp, True)
[+]
By Izanami 2025-01-14 15:31:23
There is an "error" with code for Zanhasso not adding the Ikishoten bonus. Function is invoked without True for zanshin parameter, which is False by default. Thanks for catching this. It looks like this only affected the DPS simulation part of the code such that each successful Zanshin hit was returning 150 less TP than it should.
This has been fixed, but the fix is to use player.main_job=="sam" instead of "True", since only SAM main job can benefit from Ikishoten merits.
You may have an outdated or modified version of the code. The affected lines were 868 and 887. Lines 620 and 631 are both inside of a main-hand OA3 check in the most up to date version of the actions.py file.
[+]
By eliroo 2025-01-14 16:30:30
Horos Toe Shoes may need to be updated, I don't think their STP value reflects 5/5 Closed Position merits.
[+]
By Shiva.Myamoto 2025-01-14 17:01:40
Horos Toe Shoes may need to be updated, I don't think their STP value reflects 5/5 Closed Position merits.
The prerequisite is situational though, not sure how that would be coded in because it's not simply +15 STP. But regardless, +15STP would likely win if you can 1. Safely face the mob, 2. Afford the defensive loss.
By eliroo 2025-01-14 17:06:17
Well I assume you would just uncheck them when simming DNC attacks from the rear or flank.
By Izanami 2025-01-14 17:29:07
Horos Toe Shoes may need to be updated, I don't think their STP value reflects 5/5 Closed Position merits.
The prerequisite is situational though, not sure how that would be coded in because it's not simply +15 STP. But regardless, +15STP would likely win if you can 1. Safely face the mob, 2. Afford the defensive loss.
I simply added a new checkbox for "Closed Position", similar to Overwhelm. This new checkbox adds Accuracy+15 and Evasion+15 by default. Selecting the "Closed Position" checkbox with "Horos Toe Shoes +3" equipped additionally provides "Store TP"+15.
This was not a change to the gear.py file, so you'll need to update the main code (version 2025 January 14b) from the GitHub page to see the changes.
Cerberus.Kylos
Server: Cerberus
Game: FFXI
Posts: 4520
By Cerberus.Kylos 2025-01-21 21:48:15
Horos Toe Shoes may need to be updated, I don't think their STP value reflects 5/5 Closed Position merits.
The prerequisite is situational though, not sure how that would be coded in because it's not simply +15 STP. But regardless, +15STP would likely win if you can 1. Safely face the mob, 2. Afford the defensive loss.
I simply added a new checkbox for "Closed Position", similar to Overwhelm. This new checkbox adds Accuracy+15 and Evasion+15 by default. Selecting the "Closed Position" checkbox with "Horos Toe Shoes +3" equipped additionally provides "Store TP"+15.
This was not a change to the gear.py file, so you'll need to update the main code (version 2025 January 14b) from the GitHub page to see the changes.
Hi man. I was wondering if you can add the new Null equipment to this, especially the Null Shawl? I am struggling to add it manually, given that the cape section of the gear file is made entirely for Ambuscade. Also, I noticed an issue with Sanctity Necklace not having any accuracy. Thank you.
By eliroo 2025-01-21 22:02:23
Hi man. I was wondering if you can add the new Null equipment to this, especially the Null Shawl? I am struggling to add it manually, given that the cape section of the gear file is made entirely for Ambuscade. Also, I noticed an issue with Sanctity Necklace not having any accuracy. Thank you.
It is added in the latest version.
[+]
Cerberus.Kylos
Server: Cerberus
Game: FFXI
Posts: 4520
By Cerberus.Kylos 2025-01-21 22:08:43
Hi man. I was wondering if you can add the new Null equipment to this, especially the Null Shawl? I am struggling to add it manually, given that the cape section of the gear file is made entirely for Ambuscade. Also, I noticed an issue with Sanctity Necklace not having any accuracy. Thank you.
It is added in the latest version.
Thanks for this! Updating now.
|
|