All Jobs Damage Simulator And Gear Sets

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » FFXI » General » All Jobs Damage Simulator and Gear Sets
All Jobs Damage Simulator and Gear Sets
First Page 2 3 ... 15 16
Offline
By Dodik 2024-12-20 09:17:56
Link | Quote | Reply
 
Izanami said: »
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.
 Shiva.Myamoto
Offline
Server: Shiva
Game: FFXI
user: Myamoto
By Shiva.Myamoto 2024-12-20 11:39:47
Link | Quote | Reply
 
Minaras84 said: »
Nariont said: »
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.
[+]
Offline
Posts: 316
By Izanami 2024-12-20 13:57:14
Link | Quote | Reply
 
Asura.Dexprozius said: »
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.


Dodik said: »
Izanami said: »
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
Offline
Server: Phoenix
Game: FFXI
user: androwe
Posts: 1718
By Phoenix.Iocus 2024-12-20 14:37:39
Link | Quote | Reply
 
Izanami said: »
Asura.Dexprozius said: »
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.
Offline
Posts: 2697
By Nariont 2024-12-20 14:47:56
Link | Quote | Reply
 
Phoenix.Iocus said: »
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
[+]
 Shiva.Myamoto
Offline
Server: Shiva
Game: FFXI
user: Myamoto
By Shiva.Myamoto 2024-12-20 18:09:20
Link | Quote | Reply
 
Nariont said: »
Phoenix.Iocus said: »
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.
[+]
Offline
Posts: 9091
By SimonSes 2025-01-14 09:29:32
Link | Quote | Reply
 
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)
[+]
Offline
Posts: 316
By Izanami 2025-01-14 15:31:23
Link | Quote | Reply
 
SimonSes said: »
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.
[+]
Offline
Posts: 2491
By eliroo 2025-01-14 16:30:30
Link | Quote | Reply
 
Horos Toe Shoes may need to be updated, I don't think their STP value reflects 5/5 Closed Position merits.
[+]
 Shiva.Myamoto
Offline
Server: Shiva
Game: FFXI
user: Myamoto
By Shiva.Myamoto 2025-01-14 17:01:40
Link | Quote | Reply
 
eliroo said: »
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.
Offline
Posts: 2491
By eliroo 2025-01-14 17:06:17
Link | Quote | Reply
 
Well I assume you would just uncheck them when simming DNC attacks from the rear or flank.
Offline
Posts: 316
By Izanami 2025-01-14 17:29:07
Link | Quote | Reply
 
Shiva.Myamoto said: »
eliroo said: »
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
Offline
Server: Cerberus
Game: FFXI
user: Kylos
Posts: 4520
By Cerberus.Kylos 2025-01-21 21:48:15
Link | Quote | Reply
 
Izanami said: »
Shiva.Myamoto said: »
eliroo said: »
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.
Offline
Posts: 2491
By eliroo 2025-01-21 22:02:23
Link | Quote | Reply
 
Cerberus.Kylos said: »
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
Offline
Server: Cerberus
Game: FFXI
user: Kylos
Posts: 4520
By Cerberus.Kylos 2025-01-21 22:08:43
Link | Quote | Reply
 
eliroo said: »
Cerberus.Kylos said: »
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.
First Page 2 3 ... 15 16