Page 82 of 124 FirstFirst ... 32 72 80 81 82 83 84 92 ... LastLast
Results 811 to 820 of 1231
  1. #811
    Player
    Teiren's Avatar
    Join Date
    Aug 2013
    Posts
    331
    Character
    Haruna Astir
    World
    Leviathan
    Main Class
    Black Mage Lv 90
    On second thought, I take back saying to wait until 165 or 170 for Valerian gear. As long as you have at least a HQ Tinker's Calm, it should always be fine to desynthesize items whose ilvl is equal to your dlvl as of 3.1.
    (0)

  2. #812
    Player
    Nyalia's Avatar
    Join Date
    Jun 2014
    Location
    Gridania
    Posts
    1,683
    Character
    Neri Feralheart
    World
    Faerie
    Main Class
    Paladin Lv 90
    Quote Originally Posted by Teiren View Post
    On second thought, I take back saying to wait until 165 or 170 for Valerian gear. As long as you have at least a HQ Tinker's Calm, it should always be fine to desynthesize items whose ilvl is equal to your dlvl as of 3.1.
    From what I can tell, that depends on what level you're talking about. I'm still gathering the data, but it seems like the following might be true. I need more datapoints to verify, so please let me know if any of this is wrong:

    The old formula for success rate was:

    Code:
    Success Rate Formula:
    Let {dScore} = dSkill + 30 - rlvl
    Let {W} = 19 - min( ceiling( rlvl/5 ), 9)
    IF  0 <= {dScore} <= 20: Success Rate = ({W} * 0.15 * ({dScore}))
    IF 20 <= {dScore} <= 30: Success Rate = ({W} * 0.20 * ({dScore}-20)) + 3*{W}
    IF 30 <= {dScore} <= 40: Success Rate = ({W} * 0.20 * ({dScore}-30)) + 5*{W}
    IF 40 <= {dScore} <= 60: Success Rate = ({W} * 0.15 * ({dScore}-40)) + 7*{W}
    The new formula appears to be:

    Code:
    Success Rate Formula:
    Let {dScore} = dSkill + 50 - rlvl
    Let {W} = 19 - min( ceiling( rlvl/20 ), 9)
    IF 0 <= {dScore} <= 50: Success Rate = ({W} * 0.10 * ({dScore}))
    IF 50 <= {dScore} <= 60: Success Rate = ({W} * 0.20 * ({dScore}-50)) + 5*{W}
    IF 60 <= {dScore} <= 80: Success Rate = ({W} * 0.15 * ({dScore}-60)) + 7*{W}
    Or, if you want a single, unified formula:
    min((19-min(ceiling(rlvl/20),9))*((0.15*max(min(dSkill-rlvl-10,20),0))+(0.20*max(min(dSkill-rlvl,10),0))+(0.10*max(min(dSkill-rlvl+50,50),0))),100)

    The key differences are highlighted. To put it more simply:

    It used to be that items rlvl 1-40 had a higher success rate than later items, with the bonus dropping every 5 rlvls until rlvl 41. The bonus was 80% at the start, dropping by 10% every increment. Now, it seems like the same exact bonus exists, but it drops every 20 rlvls instead of every 5, stopping at rlvl 161. So, on top of the other new bonus, when desynthing an item that's r100, you have a 40% bonus compared to before. At dSkill 100, instead of having a 50% chance to desynth an r100 item, you have a 70% chance. At dSkill 110, instead of having a 70% chance, you have a 98% chance.

    In addition, the old chance of successfully desynthing an item 10-30 rlvls above your skill level is now the chance for an item 20-40 rlvls above. So, if you're desynthing an r180 item and your skill was 160 before, your chance would have been 15%. Now, if your skill is 150, your chance to desynth an r180 item should also be 15%. Before, your chance at dSkill 150 would have been exactly 0%, but now the point where it's exactly 0% should be dSkill 130. From the point where it's 0%, every point of dSkill increases your chance by 1% until 50%. In the past, each point would give 1.5% until 30%, and then 2% until 50%, but now it appears to be a flat 1% that starts much, much earlier. From the 50% point, just like before, each point gives you 2.0% until 70%, and then like before, each point gives 1.5% until 100%.

    The upshot of all this is that your chance to desynth an r170-r180 item with equal or higher dSkill has not changed. However, you now have a sizable boost to desynthing items higher than your skill, and you have a sizable boost to all desynths of items r160 and below.

    Here's a quick chart of where each common rlvl from 55 onward should now hit 100%:
    • rlvl 1-20: dSkill ({rlvl}+3)
    • rlvl 20-41: dSkill ({rlvl}+5)
    • rlvl 41-50: dSkill ({rlvl}+7)
    • rlvl 55: dSkill 62
    • rlvl 70: dSkill 85
    • rlvl 90: dSkill 101
    • rlvl 110: dSkill 125
    • rlvl 115: dSkill 130
    • rlvl 120: dSkill 135
    • rlvl 125: dSkill 144
    • rlvl 130: dSkill 149
    • rlvl 133: dSkill 152
    • rlvl 136: dSkill 155
    • rlvl 139: dSkill 158
    • rlvl 142: dSkill 166
    • rlvl 145: dSkill 169
    • rlvl 148: dSkill 172
    • rlvl 150: dSkill 174
    • rlvl 160: dSkill 184 <-- items r160 and above cannot be 100% desynthed yet without bonuses
    • rlvl 170: dSkill 200
    • rlvl 180: dSkill 210
    • rlvl 185: dSkill 215
    • rlvl 190: dSkill 220
    • rlvl 200: dSkill 230
    • rlvl 210: dSkill 240

    At max skill (180), without bonuses, these should be your new desynth chances:
    • r150 and below: 100%
    • r160: 93.5%
    • r170: 70%
    • r180: 50%
    • r185: 45%
    • r190: 40%
    • r200: 30%
    • r210: 20%


    And here are the charts for desynth success rate based on rlvl and dSkill at each rlvl tier:

    rlvl 1-20 (80% bonus)
    • dSkill = rlvl-20: 54.00
    • dSkill = rlvl-15: 63.00
    • dSkill = rlvl-10: 72.00
    • dSkill = rlvl- 5: 81.00
    • dSkill = rlvl+ 0: 90.00
    • dSkill = rlvl+ 3: 100.00

    rlvl 21-40 (70% bonus)
    • dSkill = rlvl-40: 17.00
    • dSkill = rlvl-35: 25.50
    • dSkill = rlvl-30: 34.00
    • dSkill = rlvl-25: 42.50
    • dSkill = rlvl-20: 51.00
    • dSkill = rlvl-15: 59.50
    • dSkill = rlvl-10: 68.00
    • dSkill = rlvl- 5: 76.50
    • dSkill = rlvl+ 0: 85.00
    • dSkill = rlvl+ 5: 100.00

    rlvl 41-60 (60% bonus)
    • dSkill = rlvl-50: 0.00
    • dSkill = rlvl-45: 8.00
    • dSkill = rlvl-40: 16.00
    • dSkill = rlvl-35: 24.00
    • dSkill = rlvl-30: 32.00
    • dSkill = rlvl-25: 40.00
    • dSkill = rlvl-20: 48.00
    • dSkill = rlvl-15: 56.00
    • dSkill = rlvl-10: 64.00
    • dSkill = rlvl- 5: 72.00
    • dSkill = rlvl+ 0: 80.00
    • dSkill = rlvl+ 5: 96.00
    • dSkill = rlvl+ 7: 100.00

    rlvl 61-80 (50% bonus)
    • dSkill = rlvl-50: 0.00
    • dSkill = rlvl-45: 7.50
    • dSkill = rlvl-40: 15.00
    • dSkill = rlvl-35: 22.50
    • dSkill = rlvl-30: 30.00
    • dSkill = rlvl-25: 37.50
    • dSkill = rlvl-20: 45.00
    • dSkill = rlvl-15: 52.50
    • dSkill = rlvl-10: 60.00
    • dSkill = rlvl- 5: 67.50
    • dSkill = rlvl+ 0: 75.00
    • dSkill = rlvl+ 5: 90.00
    • dSkill = rlvl+ 9: 100.00

    rlvl 81-100 (40% bonus)
    • dSkill = rlvl-50: 0.00
    • dSkill = rlvl-45: 7.00
    • dSkill = rlvl-40: 14.00
    • dSkill = rlvl-35: 21.00
    • dSkill = rlvl-30: 28.00
    • dSkill = rlvl-25: 35.00
    • dSkill = rlvl-20: 42.00
    • dSkill = rlvl-15: 49.00
    • dSkill = rlvl-10: 56.00
    • dSkill = rlvl- 5: 63.00
    • dSkill = rlvl+ 0: 70.00
    • dSkill = rlvl+ 5: 84.00
    • dSkill = rlvl+10: 98.00
    • dSkill = rlvl+11: 100.00

    rlvl 101-120 (30% bonus)
    • dSkill = rlvl-50: 0.00
    • dSkill = rlvl-45: 6.50
    • dSkill = rlvl-40: 13.00
    • dSkill = rlvl-35: 19.50
    • dSkill = rlvl-30: 26.00
    • dSkill = rlvl-25: 32.50
    • dSkill = rlvl-20: 39.00
    • dSkill = rlvl-15: 45.50
    • dSkill = rlvl-10: 52.00
    • dSkill = rlvl- 5: 58.50
    • dSkill = rlvl+ 0: 65.00
    • dSkill = rlvl+ 5: 78.00
    • dSkill = rlvl+10: 91.00
    • dSkill = rlvl+15: 100.00

    rlvl 121-140 (20% bonus)
    • dSkill = rlvl-50: 0.00
    • dSkill = rlvl-45: 6.00
    • dSkill = rlvl-40: 12.00
    • dSkill = rlvl-35: 18.00
    • dSkill = rlvl-30: 24.00
    • dSkill = rlvl-25: 30.00
    • dSkill = rlvl-20: 36.00
    • dSkill = rlvl-15: 42.00
    • dSkill = rlvl-10: 48.00
    • dSkill = rlvl- 5: 54.00
    • dSkill = rlvl+ 0: 60.00
    • dSkill = rlvl+ 5: 72.00
    • dSkill = rlvl+10: 84.00
    • dSkill = rlvl+15: 93.00
    • dSkill = rlvl+19: 100.00

    rlvl 141-160 (10% bonus)
    • dSkill = rlvl-50: 0.00
    • dSkill = rlvl-45: 5.50
    • dSkill = rlvl-40: 11.00
    • dSkill = rlvl-35: 16.50
    • dSkill = rlvl-30: 22.00
    • dSkill = rlvl-25: 27.50
    • dSkill = rlvl-20: 33.00
    • dSkill = rlvl-15: 38.50
    • dSkill = rlvl-10: 44.00
    • dSkill = rlvl- 5: 49.50
    • dSkill = rlvl+ 0: 55.00
    • dSkill = rlvl+ 5: 66.00
    • dSkill = rlvl+10: 77.00
    • dSkill = rlvl+15: 85.25
    • dSkill = rlvl+20: 93.50
    • dSkill = rlvl+24: 100.00

    rlvl 161+ (0% bonus)
    • dSkill = rlvl-50: 0.00
    • dSkill = rlvl-45: 5.00
    • dSkill = rlvl-40: 10.00
    • dSkill = rlvl-35: 15.00
    • dSkill = rlvl-30: 20.00
    • dSkill = rlvl-25: 25.00
    • dSkill = rlvl-20: 30.00
    • dSkill = rlvl-15: 35.00
    • dSkill = rlvl-10: 40.00
    • dSkill = rlvl- 5: 45.00
    • dSkill = rlvl+ 0: 50.00
    • dSkill = rlvl+ 5: 60.00
    • dSkill = rlvl+10: 70.00
    • dSkill = rlvl+15: 77.50
    • dSkill = rlvl+20: 85.00
    • dSkill = rlvl+25: 92.50
    • dSkill = rlvl+30: 100.00


    I don't have exp data yet. I'll have to look into that later. Also, please let me know if anything above here is incorrect.
    (3)
    Last edited by Nyalia; 12-11-2015 at 01:18 AM. Reason: New data suggests this pattern - please let me know where it's wrong! I need the formula before I can do anything else
    (The links below are sadly outdated. I hope to get around to updating things at some point.)
    Desynthesis Guide: http://tinyurl.com/ffxivdesynth

    Airship Guide: http://tinyurl.com/ffxivairshipguide (\v/) Airship Quick Reference: http://tinyurl.com/ffxivairshipqr
    Airship Logsheet: http://tinyurl.com/ffxivairshiplog (/|\) Airship Builder Tool: http://tinyurl.com/ffxivairshipbuilder

  3. #813
    Player
    kog985's Avatar
    Join Date
    Feb 2014
    Posts
    157
    Character
    Raih'a Dakwil
    World
    Tonberry
    Main Class
    White Mage Lv 70
    I forgot to take note the data, but for my BSM with currently stays at 88.16 dskill, back when pre-nerf, the success rate for Artisan's mainhand will stands around 60% right? Now they gave 100% when i have lower 88.16 dskill (around 83), and each desyn will gave around 0.30 to 1.00 dskill points.

    And also with my current BSM dskill level, the success rate for desyn Mythrite mainhands are 21.60%. Same goes for my LTW with 86.24 dskill level and get 20.80% success rate for Ironworks equipment that haven't upgrade to Augmented. (Dodore equipments will give 100% success rate when desyn)

    My GSM has 72.41 dskill at the moment, and when desyn Garuda/Titan/Ifrit accessroesi, it gave around 40% success rate and 1.50 to 2.00 dskill points if success desyn. (2.60% success rate for Ironworks equipments)

    I am really sorry for not taking the data note, I will do it the next time. And I hope these informations will help.
    (1)

  4. #814
    Player
    Nyalia's Avatar
    Join Date
    Jun 2014
    Location
    Gridania
    Posts
    1,683
    Character
    Neri Feralheart
    World
    Faerie
    Main Class
    Paladin Lv 90
    Quote Originally Posted by kog985 View Post
    I hope these informations will help.
    Artisan's mainhands are r70, so your old chance with dSkill 88 would have been 82%. Now, an r70 item hits 100% at dSkill 79 (if my maths are right).

    The mythrite main hands are different based on which one you're talking about. Could you please let me know which one? If, with 88.16 dSkill, your chance to desynth an r115, r120, or 125 item is 21.60%, my math is definitely off, but it's hard to know what parts is off from that.

    86.24 gives you a 20.80% chance on an r120 item? That means my math is definitely off. Honestly, I kinda guessed on some of the formula due to having too few datapoints.

    39% at -20, 20.80% at -34, 18.20/14 = 1.3/13 = 0.1. Hmm. Interesting. It seems like it doesn't go back up to a factor of 0.15 after 20 points, but stays at 0.1. I didn't expect that, it's far more generous than I'm used to from SE.

    Ooh, you gave me another data point to confirm it:
    20.80% at -34, 2.60% at -48, 18.20/14=1.3/13=0.1. Still 0.1 all the way down at -48.

    All of this means the 0% point is -50, not -40. Wow. Okay.

    And now to reapply it to the mythrite thing:
    21.6/(14,13,12,11) = (X,X,1.8,X), so {W}=12. If you get 1.2% per dSkill point, then you're 18 points above the 0 mark. This is weird. If the item is r120, {W} should be 13, not 12, but if your dSkill is 88.16, then that's looking like a {W}=12 r120 item, which I don't understand. It doesn't fit the math. If your dSkill was actually 93, and the item was an r125 item, then everything would make sense, but if you're saying that with 88 you have a 21.6% chance on an r120 item, I'm just confused.

    Maybe if you post the specific item you're using, or I had another datapoint, I could make sense of it? If your dSkill is really 88, then I wonder if it's ilvl and not rlvl that determines the {W}... or if HW items just have a lower bonus?


    Thanks for all the data!!
    (1)
    Last edited by Nyalia; 12-11-2015 at 12:53 AM.
    (The links below are sadly outdated. I hope to get around to updating things at some point.)
    Desynthesis Guide: http://tinyurl.com/ffxivdesynth

    Airship Guide: http://tinyurl.com/ffxivairshipguide (\v/) Airship Quick Reference: http://tinyurl.com/ffxivairshipqr
    Airship Logsheet: http://tinyurl.com/ffxivairshiplog (/|\) Airship Builder Tool: http://tinyurl.com/ffxivairshipbuilder

  5. #815
    Player
    kog985's Avatar
    Join Date
    Feb 2014
    Posts
    157
    Character
    Raih'a Dakwil
    World
    Tonberry
    Main Class
    White Mage Lv 70
    Quote Originally Posted by Nyalia View Post
    quote
    Sorry for the lack of information. The Mythrite I was talking about is Mythrite Hatchet, BTN mainhand, Lv 52, ilvl 85.

    EDIT: I got the picture here.

    (1)
    Last edited by kog985; 12-11-2015 at 01:01 AM.

  6. #816
    Player
    Nyalia's Avatar
    Join Date
    Jun 2014
    Location
    Gridania
    Posts
    1,683
    Character
    Neri Feralheart
    World
    Faerie
    Main Class
    Paladin Lv 90
    Quote Originally Posted by kog985 View Post
    Sorry for the lack of information. The Mythrite I was talking about is Mythrite Hatchet, BTN mainhand, Lv 52, ilvl 85.

    EDIT: I got the picture here.

    Hey, wait, there's materia in that! How many pieces?

    EDIT: Let me guess - 1 piece? That's definitely an r125 item, and if you have 88 dSkill and my math is right, your chance with no bonuses should be 15.6% ((50+88-125)*(12*0.1) = 15.6). At {W}=10, materia gives 5% per piece. If at {W}=12, materia gives 6%, then the math works out. That means the materia bonus is affected by the desynth bonus from items with "low" rlvl! I wonder if the bonus from Tinker's Bacon is also affected?
    (1)
    Last edited by Nyalia; 12-11-2015 at 01:26 AM.
    (The links below are sadly outdated. I hope to get around to updating things at some point.)
    Desynthesis Guide: http://tinyurl.com/ffxivdesynth

    Airship Guide: http://tinyurl.com/ffxivairshipguide (\v/) Airship Quick Reference: http://tinyurl.com/ffxivairshipqr
    Airship Logsheet: http://tinyurl.com/ffxivairshiplog (/|\) Airship Builder Tool: http://tinyurl.com/ffxivairshipbuilder

  7. #817
    Player
    kog985's Avatar
    Join Date
    Feb 2014
    Posts
    157
    Character
    Raih'a Dakwil
    World
    Tonberry
    Main Class
    White Mage Lv 70
    Quote Originally Posted by Nyalia View Post
    Hey, wait, there's materia in that! How many pieces?
    1 piece, Intelligent II.
    (1)

  8. #818
    Player
    Nyalia's Avatar
    Join Date
    Jun 2014
    Location
    Gridania
    Posts
    1,683
    Character
    Neri Feralheart
    World
    Faerie
    Main Class
    Paladin Lv 90
    Quote Originally Posted by kog985 View Post
    1 piece, Intelligent II.
    Okay, thanks! I has the math! And the math for the materia bonus! I can do the rest now, when I have the time. Thanks!

    Though, one question remains - what's the factor below 0%? It used to be -2.5% for each point below the 0% point, making it harder to boost items above 0% with bonuses. I wonder if that's still true, or if that's changed? It could mean that you can desynth r115 items with as low as dSkill 60! That's crazy!
    (0)
    (The links below are sadly outdated. I hope to get around to updating things at some point.)
    Desynthesis Guide: http://tinyurl.com/ffxivdesynth

    Airship Guide: http://tinyurl.com/ffxivairshipguide (\v/) Airship Quick Reference: http://tinyurl.com/ffxivairshipqr
    Airship Logsheet: http://tinyurl.com/ffxivairshiplog (/|\) Airship Builder Tool: http://tinyurl.com/ffxivairshipbuilder

  9. #819
    Player Iagainsti's Avatar
    Join Date
    Apr 2014
    Location
    Ultimecia's Castle
    Posts
    1,309
    Character
    Iagainsti Kilamanjiro
    World
    Zalera
    Main Class
    Marauder Lv 60
    Quote Originally Posted by Nyalia View Post
    Okay, thanks! I has the math! And the math for the materia bonus! I can do the rest now, when I have the time. Thanks!

    Though, one question remains - what's the factor below 0%? It used to be -2.5% for each point below the 0% point, making it harder to boost items above 0% with bonuses. I wonder if that's still true, or if that's changed? It could mean that you can desynth r115 items with as low as dSkill 60! That's crazy!
    I almost want to reset my lame Alchemy desynth(d171.8 currently) just to test this out on something quick like LTW. This would be great info to have handy for future players trying to get into this.
    (0)

  10. #820
    Player
    kog985's Avatar
    Join Date
    Feb 2014
    Posts
    157
    Character
    Raih'a Dakwil
    World
    Tonberry
    Main Class
    White Mage Lv 70
    This is my current desyn level. I don't really know much about the items, i just try anything that i have in my inventory, but i would love to contribute to the data. So if you guys want to test out any specific items, just give me a word.

    (0)

Page 82 of 124 FirstFirst ... 32 72 80 81 82 83 84 92 ... LastLast

Tags for this Thread