game formulas
Combat Stats
| Value | Formula | Constraints |
|---|---|---|
| Hit Points | [CON] * 10 + 50 | - |
| Minimum Damage | [Weapon's Minimum Damage] * ( [STR] + 100 ) / 100 | - |
| Maximum Damage | [Weapon's Maximum Damage] * ( [STR] + 100 ) / 100 | - |
| Attack Rating | [Attacker's DEX] * 2 - 8 | - |
| Defense Rating | [Defender's DEX] / 2 | - |
| Hit Chance | 100 * [Attack Rating] / ( [Attack Rating] + [Defense Rating] ) | Between 5 and 95 |
| Block Chance | 25 * ( [DEX] - 50 ) / ( [Level] * 2 ) + [Shield Block Chance] | Between 5 and 70 |
| Absorb | 2 * Square Root of [Defense] | - |
Experience - Against Training Bots
Beware that these formulas are kinda screwy. They are sometimes off by a factor of 2, 4, etc.
| Value | Formula | |
|---|---|---|
| Variable |
|
|
| ExpMod |
|
|
| BlockMod | 1 + [Total Blocks] / ( [Total Attempts] - [Total Blocks] ) | |
| Experience | [Training Bot Level] * [Damage Inflicted] * [INT] / [Variable] / 2 * [ExpMod] * [BlockMod] |
Experience - Against Players
| Value | Formula | |
|---|---|---|
| Variable |
|
|
| BlockMod | 1 + [Total Blocks] / ( [Total Attempts] - [Total Blocks] ) | |
| DiploMod |
|
|
| Experience | ( [Target's Level] * ( 1 + ( 5 * ( [Target's Level] - [Your Level] ) ) / [Your Level] ) * [Damage Inflicted] * [INT] * [Target's Ratio] ) / [Variable] * [BlockMod] * [DiploMod] |
Miscellaneous
| Value | Formula | Constraints | |
|---|---|---|---|
| Jans Index | [Clan's CS] + 100) * ( ( [Clan's Wins] + [Clan's Losses] / 2 ) / ( [Clan's Losses] + [Clan's Wins] / 2 + 1 ) ) * ( ( [Clan's Average Level] / 100 - 1 ) / 2 + 1 |
- | |
| ExpMod |
|
- | |
| Total Exp for Next Level | [Total Exp for Previous Level] * [ExpMod] | - | |
| Chance of Equipment Durability Loss |
(1 / (10 + [STR] - [Required STR])) * 100 | Between 2.5 and 10 | |
| Daily Clan Tax for Individual Bot |
[Level]^4 / 200,000 * (5 + abs(20 - [Clan's Size])) | - |
