Add new comment
Reply
You are not authorized to post comments.
|
On Twitter @MrSkimpole
Will eventually (permanently) move to: loopingworld.com |
NavigationCategories -press
Reading progressThe Curse of the Mistwraith Midnight Tides Before They Are Hanged Infinite Jest Recent comments
LinksForums » Quarter To Three Book Blogs » DaveBrendon's Fantasy Writers Syndicate |
Re: No math in games, thanks
Well, and here is the catch. What you describe is nearly exact copy of one of the models in the original blog you criticize for "math overuse". The diffrence is merely in the way implementation was written down -- in the P&P game you have it translated into mechanical process of random roll vs sliding scale difficulty that goes up with skill level. In the blog, this very same process is written as:
chance = (max_skill_level - current_skill_level) / max_skill_level + floor
... that's all there is to it. I don't think there's much merit in the complaint about the particular way implementation is written down, when the player is never going to see it in the first place ... but they'll rather receive concise "90% chance to improve on next use" tooltip when they mouse over the skill, with the value calculated for them behind the scenes. (on top of mentioned earlier general explanation how this particular piece of mechanics works)