


Now, with wands, there is a difference: there are no specific data records for crafted wands, Larian used the records of drops for crafted wands. If drops had boosts between 0% and -30% from level 1 through 20, it is clear, that at some point, a crafted weapon has a bigger damage than a dropped one of the same item level. A dropped weapon has a fixed level and with that the damage boost of this level. So crafted weapons might be weaker than drops on low levels but stronger than drops with high level, because the boost of high level drops will go below that of crafted ones.įor example is a crafted weapon might have a boost of -10%, it has that boost for every level it's created with. When a weapon is crafted, the weapons level is adjusted to the caster's level, but the weapons base data stays constant, also the DamageBoost. Crafted weapons have their own data records which also have a DamageBoost. (The exact values are different, these are example to demonstrate the working principle.) A data record exists for every weapon type on every level. So they used an internal value "DamageBoost" to simulate a decreasing damage increase per level.įor example, a sword level 1 has a boost 0%, level 2 has -2%, level 3 has -4%, and so on, up to item level 20. But they did not want the damage increase per level to be linear but decreasing (like a logarithm function).

Larian has an internal formula to calculate weapon damage for a level, it's a pretty linear increase with increasing level. The thing with decreasing damage is correct.
