All Jobs Damage Simulator And Gear Sets |
||
All Jobs Damage Simulator and Gear Sets
Bahamut.Kaius
Offline
This could be a silly question, but I was looking through the code to see how you handle Overwhelm, and found the set_stats.py, with the "# Master Level 20 Samurai stats.", and the 'Weaponskill Damage':8+19'. The 19 seems to represent Overwhelm, but what is the 8 coming from? Same question for the other jobs with a value initialized here in this file.. 8 for war, 8 for drk, 5 for nin, maybe others. Thanks again for all your work on this great project!
Offline
Posts: 9077
Bahamut.Kaius said: » This could be a silly question, but I was looking through the code to see how you handle Overwhelm, and found the set_stats.py, with the "# Master Level 20 Samurai stats.", and the 'Weaponskill Damage':8+19'. The 19 seems to represent Overwhelm, but what is the 8 coming from? Same question for the other jobs with a value initialized here in this file.. 8 for war, 8 for drk, 5 for nin, maybe others. Thanks again for all your work on this great project! It's WSD/merits from gifts Or maybe not, becuase it doesnt match for WAR. Or it is, but value for WAR is incorrect. 8% on DRK are gifts 5% on NIN is gift 8% on WAR is ??? WAR only has 3%WSD gift. 8% on SAM is ??? Carbuncle.Maletaru said: » If you need the extra ~29 acc, Marcato your HMarch, if you don't, the optimal thing is to Marcato the Minuet. Do note, 29 acc/racc could seem a small amount, but it's up to a 14.5% difference in hit rate if you're in the right numerical range. It can be significant. Carbuncle.Maletaru said: » KujahFoxfire said: » The difference is so small its almost always better to take the extra haste and accuracy from HM. Except we're talking about scenarios with HMarch+VMarch, so the haste difference is 0, unless you're slowed I guess? So ultimately it comes down to: Gilgamesh.Maletaru said: » Depending whether you need extra acc, could be better to Marcato Minuet V than HMarch. If you need the extra ~29 acc, Marcato your HMarch, if you don't, the optimal thing is to Marcato the Minuet. See also: if you're buffing RNG/COR who are shooting. It may not make a big difference either way (8 attack, as you said), but it's still a bigger number with no drawbacks. At least in the scenario being described. But you're pointing out a very specific scenario. For one if a DD is using a TPbonus off hand that extra acc might be very important for them. second, There is a chance you could be atk capped also meaning the extra attack is pointless so you would be better off Marcato a Stat boost song then (Herculean Etude) would be the better choice. I've used Marcato on different songs before when I'm doing something very specific. Like on Mambo's for extra evasion when I want to be evade tanking. Or on INT song for mage setups. But when it comes down for general use. You get your best bang for your buck with Honor March. as the difference between attack is quite minor. You might get randomly slowed so the extra haste helps a lot there. The acc difference as already stated could be anywhere in the range of 0%~14.5% hit rate difference which is huge if it's needed. SMN when?!
Bahamut.Kaius
Offline
SimonSes said: » Bahamut.Kaius said: » This could be a silly question, but I was looking through the code to see how you handle Overwhelm, and found the set_stats.py, with the "# Master Level 20 Samurai stats.", and the 'Weaponskill Damage':8+19'. The 19 seems to represent Overwhelm, but what is the 8 coming from? Same question for the other jobs with a value initialized here in this file.. 8 for war, 8 for drk, 5 for nin, maybe others. Thanks again for all your work on this great project! It's WSD/merits from gifts Or maybe not, becuase it doesnt match for WAR. Or it is, but value for WAR is incorrect. 8% on DRK are gifts 5% on NIN is gift 8% on WAR is ??? WAR only has 3%WSD gift. 8% on SAM is ??? Yea this is I think why I was confused. Some of them made sense, but not all, and mostly SAM I am not sure about. Could be useful to add Seething Bomblet +1 for Thiefs. See it being used in some sets in guides, and may be a choice for Aeolian Edge (not sure how close it is to Oshasha's Treatise).
I'd also add Beyla Earring for Corsair as a high ranged accuracy option. Asura.Clintbeastwood
Offline
Just started getting around to playing with this tool (it's awesome). Thanks to Izanami for developing it and to the community for the constructive feedback.
I read through every page and didn't see this addressed. It looks like fencer WAR is starting with Tier 4 Fencer trait (450 TP Bonus) instead of Tier 5 (500 TP Bonus). The T5 TP Bonus trait + the 230 TP Bonus from job gifts should come out to 730, but I'm only seeing 680 on the sim. Am I missing something? Along with those other two equipment suggestions above, could we also get Empyrean +2s added please? Some are competitive with AF/Relic +3s and others in some sets, and for those who are just getting in to doing Sortie, this would be a very welcome addition to the program. Cheers.
Offline
Bahamut.Kaius said: » and mostly SAM I am not sure about. AFAIK Sam only gets a 9% WSD bonus when Overwhelm is active and at 5/5 merits. Other than that, Sam only gets skillchain dmg bonuses through gifts, not WSD. If overwhelm is what the code is adjusting for, it should be 9% not 8. Offline
Posts: 9077
Dodik said: » Bahamut.Kaius said: » and mostly SAM I am not sure about. AFAIK Sam only gets a 9% WSD bonus when Overwhelm is active and at 5/5 merits. Other than that, Sam only gets skillchain dmg bonuses through gifts, not WSD. If overwhelm is what the code is adjusting for, it should be 9% not 8. I think you are reading it wrong. It's +5%,+5%,+5%,+2%,+2% for total of +19%. Offline
SimonSes said: » I think you are reading it wrong. It's +5%,+5%,+5%,+2%,+2% for total of +19%. Is it really? Makes me want to test it now. Siren.Kyte
Offline
You can take his word for it lol- it's only setup that way because the cap for merit points was originally lower and they realized it would be too OP when they raised the cap to 5/5
Offline
Cool, idk what the 8% is from then.
Offline
Posts: 308
Izanami said: » Lili said: » However, compatibility settings to disable scaling don't seem to be helping... at this point I'll gladly wait for your next version. I'll probably work on this over the weekend. This is one of those GUI101 things that I should probably learn how to do anyway. Katyl said: » Edit: After checking in game it does say granted like Minne, but on the BG Job page it says under the effects of. No idea if this was ninja patched or why BG has different wording. Live Laugh FFXI Bahamut.Kaius said: » This could be a silly question, but I was looking through the code to see how you handle Overwhelm, and found the set_stats.py, with the "# Master Level 20 Samurai stats.", and the 'Weaponskill Damage':8+19'. The 19 seems to represent Overwhelm, but what is the 8 coming from? Same question for the other jobs with a value initialized here in this file.. 8 for war, 8 for drk, 5 for nin, maybe others. Ramuh.Austar said: » probably copy/pasted I've added a checkbox for Overwhelm in the beta GUI so it can be disabled. You'll have to disable it for ranged weapon skills for now, otherwise they'll get the +19% WSD while SAM main job with Overwhelm enabled. I'll update this for ranged weapon skills later. Asura.Frod said: » SMN when?! Cerberus.Kylos said: » Could be useful to add Seething Bomblet +1 for Thiefs. See it being used in some sets in guides, and may be a choice for Aeolian Edge (not sure how close it is to Oshasha's Treatise). I'd also add Beyla Earring for Corsair as a high ranged accuracy option. Asura.Clintbeastwood said: » Just started getting around to playing with this tool (it's awesome). Thanks to Izanami for developing it and to the community for the constructive feedback. I read through every page and didn't see this addressed. It looks like fencer WAR is starting with Tier 4 Fencer trait (450 TP Bonus) instead of Tier 5 (500 TP Bonus). The T5 TP Bonus trait + the 230 TP Bonus from job gifts should come out to 730, but I'm only seeing 680 on the sim. Am I missing something? I also recommend swapping to the updated beta GUI since it has a lot of extra features, as long as you don't run into any weird GUI layout issues. Cerberus.Kylos said: » Along with those other two equipment suggestions above, could we also get Empyrean +2s added please? Some are competitive with AF/Relic +3s and others in some sets, and for those who are just getting in to doing Sortie, this would be a very welcome addition to the program. Cheers. Dodik said: » Cool, idk what the 8% is from then. I'm surprised that we still don't know details for nearly any of the prime weapon skills. I was expecting to have to added their FTP and WSC to the code by now, but there appears to be almost no complete testing on any weapon yet. Offline
Posts: 9077
Izanami said: » I'm surprised that we still don't know details for nearly any of the prime weapon skills. I was expecting to have to added their FTP and WSC to the code by now, but there appears to be almost no complete testing on any weapon yet. I mean I tried. I used 2KIs for Origin and got pretty accurate 3000TP fTP and 60%STR and 60%INT WSC. I also used 4 or 5 KIs to test Ruthless stroke but without success. Couldn't get enough data, so I only know it's around 20fTP at 3000TP and around 25%DEX and VIT wsc, but no exact numbers. Looks like I'm the only person interested in doing some detailed testing. Unagihito also trying to test axe and sends me some data, but also not enough still to make accurate calculations. I would test, but I haven't played in years and have no interest in playing. I'd test for anyone that has a stage 4 so I can do it properly without worrying about having buffs and can control everything easily.
I'm expecting there will be a lot of stage 4's by next months update as I'm sure there are a lot like myself that put off upgrading to continue farming Muffins. So probably be people available to test them more reliably then.
Also any chance of including Temper I and II for RDM and RUN while being able to manually add in your enhancing skill? Was wanting to see what it would recommend for RDM TP set but realised it would be flawed if it wasn't taking into account the roughly 40% TA I'm getting. Thank you Asura.Clintbeastwood said: » I legit had no idea we had damage simulating programs like this. That's amazing! Just noticed Coiste Bodhar is not listed for BRD, is that meant to be for some purpose or am I missing something? Using august 06a version.
I'm guessing it's because swapping from instrument -> Coiste loses TP, so nobody would use it?
I dunno, doesn't make much sense. There's plenty of ammo options in there but no Coiste bodhar.
Going by your logic -which does indeed make sense to a certain degree- if that were the reason then the Ammo section should've been completely empty, no? Offline
Posts: 308
Asura.Sechs said: » Just noticed Coiste Bodhar is not listed for BRD, is that meant to be for some purpose or am I missing something? Using august 06a version. Back when the code was new, I originally only added Ninja gear to the code since it only supported Ninja. As I added more jobs, I occasionally forgot to update job availability for specific gear. This might be one of those situations. Thief missing from Seething Bomblet earlier is another example. Shiva.Mewtwo said: » I'm expecting there will be a lot of stage 4's by next months update as I'm sure there are a lot like myself that put off upgrading to continue farming Muffins. So probably be people available to test them more reliably then. I hope so. I was starting to think that most players stopped bothering with Sortie after seeing the grind. Shiva.Mewtwo said: » Also any chance of including Temper I and II for RDM and RUN while being able to manually add in your enhancing skill? Was wanting to see what it would recommend for RDM TP set but realised it would be flawed if it wasn't taking into account the roughly 40% TA I'm getting. Thank you I'll try to find a place for Dark, Divine, and Enhancing magic skill entries later, since these affect buffs like Endark and Temper. The code currently assumes a full-time +35% TA from Temper2 on RDM and +27% DA from Temper1 on RUN (the beta version of the code uses +17% DA due to a typo for now). Prime would be Stage3 Stage4 Stage5? Usecase: When does Opashoro pass bunzi on kaustra. Edit: manually added them to gear.py Stage 3 Opo loses and Stage 4(with AM) passes Bunzi Hi Izanami, probably this has already been discussed, but do you plan to add some RDM stuff in the future? I'm thinking mostly about Temper and Temper II, with a selector for Enha skill that would be necessary to calculate how much DA or TA the spells would generate.
Once these calculations are enabled you could allow them for RUN too since it gets access to Temper. Likewise maybe you could add the "gain-stat" category of spells, aware that with the Relic+3 hands they go from +25 stat to +55 stat. (+45 with Relic+2 hands) Also last but not least, has the "triple attack DAMAGE" stat on heitaroi ring been implemented in the calculations? Offline
Posts: 69
Asura.Sechs said: » Hi Izanami, probably this has already been discussed, but do you plan to add some RDM stuff in the future? I'm thinking mostly about Temper and Temper II, with a selector for Enha skill that would be necessary to calculate how much DA or TA the spells would generate. Once these calculations are enabled you could allow them for RUN too since it gets access to Temper. Likewise maybe you could add the "gain-stat" category of spells, aware that with the Relic+3 hands they go from +25 stat to +55 stat. (+45 with Relic+2 hands) Also last but not least, has the "triple attack DAMAGE" stat on heitaroi ring been implemented in the calculations? Two posts up. Offline
Posts: 308
I've updated the beta version of the code (actions page). See below for the changes. Let me know if you see any errors or issues.
Asura.Toralin said: » Asura.Sechs said: » Hi Izanami, probably this has already been discussed, but do you plan to add some RDM stuff in the future? I'm thinking mostly about Temper and Temper II, with a selector for Enha skill that would be necessary to calculate how much DA or TA the spells would generate. Once these calculations are enabled you could allow them for RUN too since it gets access to Temper. I've just added a new "Enhancing Skill" text entry under all the WHM buffs to allow the player to adjust specific spell potencies. It currently defaults to the equivalent value used previously (650 RDM, 570 RUN, 600 DRK & PLD, 500 otherwise) and resets to these defaults when changing main job. This new entry affects the potency Gain/Boost spells, Temper1, Temper2, and Enlight2. Gain-STAT spells assume +30 from RDM Relic+3 hands for a minimum value of +35 STAT. This should also affect Endark2, but I'm not exactly sure how Dark Magic skill contributes to Attack. I assume a static +151 Attack for now (which is reduced to 80% potency since it decays with each melee attack). It appears to be +2.5 attack for every +20 Dark Magic levels, but I don't have enough Dark Magic gear to determine the true formula. Temper and Temper II can now be toggled, but are still automatically enabled when swapping to RUN or RDM. Asura.Sechs said: » Likewise maybe you could add the "gain-stat" category of spells, aware that with the Relic+3 hands they go from +25 stat to +55 stat. (+45 with Relic+2 hands) Asura.Sechs said: » Also last but not least, has the "triple attack DAMAGE" stat on heitaroi ring been implemented in the calculations? Also: I've adjusted the "Player stats" tab in the beta GUI. For now it just shows stat names and does not update with the actual stats. I'll complete/fix this later. I've added SMN stats, but I haven't added any new SMN gear or added SMN to existing gear that doesn't already have SMN listed. I still have "Def. Down WSs and DNC steps" on my list of things to add. Cerberus.Shadowmeld
Offline
Izanami said: » Asura.Sechs said: » Also last but not least, has the "triple attack DAMAGE" stat on heitaroi ring been implemented in the calculations? This is already in the code for TP sets. Does it also apply to weapon skills? I recall reading that DA damage does not apply (i.e. Sakpata's Helm), so I did not apply "TA damage" to WSs either. It does not apply to WS. |
||
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|