Изменения

Перейти к навигации Перейти к поиску
20 байт добавлено ,  18:40, 4 ноября 2021
м
Замена текста — «tt>» на «samp>»
Строка 662: Строка 662:  
The type of ammunition used determines the damage dealt, according to the following formulas:
 
The type of ammunition used determines the damage dealt, according to the following formulas:
 
:'''Slingshot:'''
 
:'''Slingshot:'''
:<tt>Damage = AmmoMultiplier + random number between [-(AmmoMultiplier / 2), AmmoMultiplier + 1]</tt>
+
:<samp>Damage = AmmoMultiplier + random number between [-(AmmoMultiplier / 2), AmmoMultiplier + 1]</samp>
 
:'''Master Slingshot:'''  
 
:'''Master Slingshot:'''  
:<tt>Damage = 2 * (AmmoMultiplier + random number between [-(AmmoMultiplier / 2), AmmoMultiplier + 1])</tt>
+
:<samp>Damage = 2 * (AmmoMultiplier + random number between [-(AmmoMultiplier / 2), AmmoMultiplier + 1])</samp>
    
With the worst ammo (''i.e.'', [[Fruits]], [[Vegetables]], or Eggs), a Slingshot can deal 1-3 and a Master Slingshot can deal 2-6 damage. With the best ammo, [[Iridium Ore]], a Slingshot can deal 25-101 damage while a Master Slingshot can deal 50-202 damage.
 
With the worst ammo (''i.e.'', [[Fruits]], [[Vegetables]], or Eggs), a Slingshot can deal 1-3 and a Master Slingshot can deal 2-6 damage. With the best ammo, [[Iridium Ore]], a Slingshot can deal 25-101 damage while a Master Slingshot can deal 50-202 damage.
Строка 847: Строка 847:  
==References==
 
==References==
 
<references>
 
<references>
<ref name="itemlevel">See <tt>MeleeWeapon::getItemLevel</tt> in the game code.</ref>
+
<ref name="itemlevel">See <samp>MeleeWeapon::getItemLevel</samp> in the game code.</ref>
<ref name="saleprice">See <tt>MeleeWeapon::salePrice</tt> and <tt>ShopMenu:receiveRightClick</tt> in the game code.</ref>
+
<ref name="saleprice">See <samp>MeleeWeapon::salePrice</samp> and <samp>ShopMenu:receiveRightClick</samp> in the game code.</ref>
 
</references>
 
</references>
  

Навигация