Changes

121 bytes added ,  07:28, 1 November 2021
Line 68: Line 68:  
   
 
   
 
  Warrior Weapons (Esterk, Blade, Axe)
 
  Warrior Weapons (Esterk, Blade, Axe)
  Deals 1 damage for each 182 rep you have (caps out at +11 damage, so 2002 minimum rep needed to deal max damage)
+
  Deals 1 damage for each 182 rep you have (caps out at +11 damage, so 2002 minimum rep needed to deal max damage).
  Deals 1 damage for each 36 rep you have above target player (caps out at +11 damage, so 396 minimum rep above target player for max damage)
+
  Deals 1 damage for each 36 rep you have above target player (caps out at +11 damage, so 396 minimum rep above target player for max damage).
    
  Mage Weapons (MS10/20 Wand)
 
  Mage Weapons (MS10/20 Wand)
   
+
  Bonus damage is calculated as (attacker reputation - enemy reputation) / 18, with a maximum bonus of 16 damage.
      −
  auto dmg_bonus = (attacker_plr->_reputation - player->_reputation) / 25;
+
  auto dmg_bonus = attacking player's reputation - enemy player's reputation / 25;
 
  dmg_bonus = Min(16, dmg_bonus) / 2;
 
  dmg_bonus = Min(16, dmg_bonus) / 2;
 
  dmg += dmg_bonus + Random::DiceAvg(4, dmg_bonus/2);
 
  dmg += dmg_bonus + Random::DiceAvg(4, dmg_bonus/2);
Anonymous user
MediaWiki spam blocked by CleanTalk.