Talk:Enchanting potion

The official GemStone IV encyclopedia.
Revision as of 19:07, 12 October 2017 by DOUG (talk | contribs) (Adding the beastlier minus sign to the equation)
Jump to navigation Jump to search

For consideration, two different methods of displaying formulas.

The first, not sensitive to screen size / viewing area assigned (it's a graphic and it shows as a graphic (presently) without resizing / scaling capabilities). This is the current method.

The second, sensitive to viewing area assigned (it's HTML text output and will honor margins and size limits).

Modifiers = MIUBonus + LOGBonus + INTBonus + trunc

  



AURbonus + WISbonus/2  

+ Potionbonus - Item Enchantbonus - Encumbrancepenalty   Armorpenalty

To see the difference most visually demonstrated, grab the side of your browser window and move it in (reduce the viewable space in your browser.)

You might also note that option two shows up faster than option one. That's because option one actually goes to a third-party system to render the graphic, while the second option builds the string as part of the page presentation. Benefit: we're not tied to whether the third party system is available.

CON: Very complex mathematical formulas (of which we have few, I believe - please correct if wrong) are a pain in the kiester to get well represented outside of a very graphical depiction. So this might not work for all of our game formulas. Just most of them.

Happy to hear thoughts on this. DOUG (talk) 12:46, 12 October 2017 (CDT)