Talk:Enchanting potion: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (Adding a bit.)
m (Spelling)
Line 13: Line 13:
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.
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 keister 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.
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. [[User:DOUG|DOUG]] ([[User talk:DOUG|talk]]) 12:46, 12 October 2017 (CDT)
Happy to hear thoughts on this. [[User:DOUG|DOUG]] ([[User talk:DOUG|talk]]) 12:46, 12 October 2017 (CDT)

Revision as of 12:56, 12 October 2017

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 +

  



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)