Home
Random
Recent changes
Special pages
Community portal
Preferences
About Sundering
Disclaimers
Sundering
Search
User menu
Talk
Contributions
Create account
Log in
Patches
|
Items
|
Quests
|
Creatures
|
Dungeons
|
NPCs
Attributes
|
Skills
|
Titles
|
XP Augmentation
|
Luminance Augmentation
|
Tailoring
Character Creation
β’
New Player Guide
β’
User Interface
β’
Glossary
Editing
Skill Check
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Success = 1 - 1 / (1 + exp(0.03 * (Attack - Defense)) where "exp" returns e raised to the power of the number that follows, the constant e equals 2.71828182845904, the base of the natural logarithm. EXP is a standard function for both Microsoft Excel and LibreOffice. From http://www.calloffate.com/forum/forum_posts.asp?TID=191&PID=29738 : Answer: srand - Casting spells uses a slightly different skill check curve than that used for all other skill checks. It has the same midpoint, but is steeper through the middle. So once you are over the 50/50 point, your casting gets reliable much faster than with a normal skill check curve. But conversely, under the 50/50 point your casting is much less reliable than with the normal skill check curve. I just found this out tonight, myself. == Example == Using this formula for a skill check of 500 generates the following chances of success: {{SkillCheck|500}} You can easily generate success %s for any specific skill level using a spreadsheet by putting the skill level into cell A1, the difficulty in cell A2, and inserting the following formula into cell A3: <pre> =1 - 1 / (1 + EXP(0.03 * (A1 - A2))) </pre> [[Category:Game Mechanic]]
Summary:
Please note that all contributions to Sundering may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Sundering:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
If you're new to the wiki, please take a moment to review our
Naming Conventions
and
Page Templates
. Using proper article names and image formats/sizes keep the wiki clean and helps avoid duplicate entries. Thanks!
Template used on this page:
Template:SkillCheck
(
edit
)