A Scholar's Education (Guide) |
||
|
A Scholar's Education (Guide)
Awesome was that with +2 or +3 feet? or both head and feet?
Head and Feet+2
79FC and 21 grimoire cast- Offline
Posts: 635
Before my sets are finalized and implemented I want to make sure I understand Sublimation gear correctly. "Sublimation +" works similarly to "Refresh +" gear in that it must be equipped during a tick interval to take effect as opposed to needing it equipped only when the spell is cast?
tyalangan said: » Before my sets are finalized and implemented I want to make sure I understand Sublimation gear correctly. "Sublimation +" works similarly to "Refresh +" gear in that it must be equipped during a tick interval to take effect as opposed to needing it equipped only when the spell is cast? It changes whenever you equip it and unequip it each tic. You can refer to https://www.bg-wiki.com/bg/Sublimation to see how much it hp converted to mp from the effect and from gear. At 95 SCH base sublimation hp is converted at 2hp for 8 mp. Sublimation gear adds on top of base I think Offline
Posts: 635
Great. Just wanted to make sure before I built the gearsets.
Bismarck.Zuidar said: » tyalangan said: » Before my sets are finalized and implemented I want to make sure I understand Sublimation gear correctly. "Sublimation +" works similarly to "Refresh +" gear in that it must be equipped during a tick interval to take effect as opposed to needing it equipped only when the spell is cast? It changes whenever you equip it and unequip it each tic. You can refer to https://www.bg-wiki.com/bg/Sublimation to see how much it hp converted to mp from the effect and from gear. At 95 SCH base sublimation hp is converted at 2hp for 8 mp. Sublimation gear adds on top of base I think The armor increases both the MP Refresh as well as the HP drain. does anyone know how to have it so GS equips Academic's Gown when in dark arts for midcast enfeeble/dark magic?
Also trying to figure out how to make Academic's Loafer's +2 work in the right arts while otherwise equips a different fast cast feet casting in opposite arts Offline
Posts: 1
Bear in mind I don't use mote stuff, here's how I work in a dark arts set:
I have a function that calls the right set: function get_arts_set(spell) arts_set = {} if (buffactive['Light Arts'] or buffactive['Addendum: White']) and spell.type == "WhiteMagic" then arts_set = sets.light_arts elseif (buffactive['Dark Arts'] or buffactive['Addendum: Black']) and spell.skill == "Dark Magic" then arts_set = sets.dark_arts end return arts_set end and then I call the function in midcast in my enfeeb rule, with the base set being my main enfeeb set: elseif spell.skill == "Enfeebling Magic" then equip(sets.midcast.enfeeb,get_arts_set(spell)) edit: I also call it for dark magic and for healing magic, and I deal with the fastcast vs. grimoire in a similar way: - have function for returning the correct grimoire: function get_grimoire_set(spell) grim_set = {} if ((buffactive['Light Arts'] or buffactive['Addendum: White']) and spell.type == "WhiteMagic") or ((buffactive['Dark Arts'] or buffactive['Addendum: Black']) and spell.type == "BlackMagic") then grim_set = sets.fastgrimoire end return grim_set end then call it in precast rule like: if spell.skill == "Enhancing Magic" then equip(sets.precast.enhancing,get_grimoire_set(spell)) Got the Omen shield and was loading it into my gearswap and for whatever reason the +10 enhancing duration on it is giving me longer spells than a Griovolr with +10 enhancing duration
Asura.Toralin said: » Got the Omen shield and was loading it into my gearswap and for whatever reason the +10 enhancing duration on it is giving me longer spells than a Griovolr with +10 enhancing duration Haste with +31 Enhancing duration + Shield Expected duration if additive: 253.8 seconds Expected duration if multiplicative: 259.38 seconds Haste duration: 260 seconds so shield is equal to Oranyan basically then?
Get a Gada with Enhancing duration on it too and you will always win with new shield 15/16 duration is really nice
Asura.Toralin said: » so shield is equal to Oranyan basically then? As far as I'm aware of, there's two separate enhancing magic duration groupings, augment ones (grio/telchine/gada) and built in ones (rdm empy boots, dynasty mitts, etc...).
In the japanese, the text is different for each type, but in english they don't seem to be as consistent, hehe. Asura.Toralin said: » so shield is equal to Oranyan basically then? He claims he's getting the same exact numbers with Grio+10 and Oranyan. /shrugs Not sure if he tested thoroughfully with and without Perpetuance, but he's usually a pretty reliable guy so I'm kinda leaning to think he's right and the previous tests reporting Oranyan to be Multiplicative were wrong? I don't have a +10 Grio anymore so I can't do the test myself. If someone can check I would be grateful so we can finally clear this up once and for all and update Wiki. Odin.Llewelyn said: » Yes, I'm getting equal duration enhancing magic with either Oranyan or Ammurapi Shield. If you are then this means Grio's +10 was also multiplicative and not addittive like reported by pretty much everybody else so far? Asura.Sechs said: » If you are then this means Grio's +10 was also multiplicative and not addittive like reported by pretty much everybody else so far? Casting Haste using 49% Telchine enhancing duration gear + Grio/Oranyan Expected duration if weapon is additive: 286 Expected duration if weapon is multiplicative: 295 Duration with +10 Grioavolr: 287 Duration with Oranyan: 295 Top is with Oranyan. Bottom is with +10 Grio. Odin.Llewelyn said: » Er, no. You know it could be that the person saying Oranyan isn't multiplicative is wrong, right? But then again I'm not a very "precise" type of person with this sort of things, and Twigberry usually is way more accurate than me. Which is why his statement struck me. If it came from anybody else I would've assumed he was just wrong. I've asked for more testing exactely because I trust him, just like I trust you and other people over these boards. I don't have a +10 Grio anymore, but given your screenshot I'm of course leaning to think Twig just unawaringly messed up something and that things are exactely as I always assumed them to be (Grio's addittive, Ora is multiplicative) Anyway, Dunna+Ammurapi (16) was already better than Ora even if Ammurapi were addittive, now that we know Ammurapi is multiplicative, this makes such a combination of items even better. Question: when in the formula is the Perpetuance bonus added? We have Base Duration, Addittive Bonus from Telchine/Othersources, then Multiplicative bonus from Oranyan/Ammurapi/othersources. When is the 2.55 bonus from Perpetuance applied in this flow? So I can finally park Coeues into Storage
Gada/Ammurapi out performs it on duration set Bole/Ammurapi gets a nice bump on duration for a potency set So far managed +5 on Gada 55/56 possible enhancing duration augments +15 duration from Lugh +10 from Ammurapi Asura.Toralin said: » So I can finally park Coeues into Storage Asura.Sechs said: » Asura.Toralin said: » So I can finally park Coeues into Storage Pretty WEAK attempt to rub it in that I do not have Oranyan!!!! Anyone confirm +6 enhancing duration on Gada? Rolled about 700 stones, saw +5 3 times and +4 8 or 9 times. Kinda wondering if BGWiki is right on the +6 Enhancing duration
Yes. Have it on multiple chars.
I wonder what the cap on Enhancing Magic Duration is usin Dark Matter.
Asura.Sechs said: » Question: when in the formula is the Perpetuance bonus added? We have Base Duration, Addittive Bonus from Telchine/Othersources, then Multiplicative bonus from Oranyan/Ammurapi/othersources. When is the 2.55 bonus from Perpetuance applied in this flow? Pretty sure it goes (Base + Additive) x (Sum of Augmented Armor) x (Sum of Armor that naturally has it) x Perpetuance x Naturalist's I just don't know if Armor Received and Naturalists are the same term or separate terms. |
|
All FFXI content and images © 2002-2024 SQUARE ENIX CO., LTD. FINAL
FANTASY is a registered trademark of Square Enix Co., Ltd.
|