Changes

75 bytes added ,  20:15, 4 October 2019
Undo revision 86453 by Pathoschild (talk) This is a lot less readable, imo
Line 483: Line 483:  
To equip a slingshot with ammunition, select the ammunition, then {{key|Right-Click}} on the slingshot.
 
To equip a slingshot with ammunition, select the ammunition, then {{key|Right-Click}} on the slingshot.
   −
The damage dealt is determined by the type of ammunition used: <code>damage = ammo multiplier + random number between [-(ammo multiplier / 2), ammo multiplier + 1]</code>. The damage is multiplied by two for the Master Slingshot, or four for the Galaxy Slingshot (which isn't obtainable without mods).
+
The type of ammunition used determines the damage dealt, according to the following formulas:
 +
:'''Slingshot:'''
 +
:<tt>Damage = AmmoMultiplier + random number between [-(AmmoMultiplier / 2), AmmoMultiplier + 1]</tt>
 +
:'''Master Slingshot:'''
 +
:<tt>Damage = 2 * (AmmoMultiplier + random number between [-(AmmoMultiplier / 2), AmmoMultiplier + 1])</tt>
 +
 
 +
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.
 +
 
 +
The following items can be used as ammunition:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
! Item
 
! Item
! Ammo multiplier
+
! AmmoMultiplier
 
|-
 
|-
| All [[Fruits]] • All [[Vegetables]] • [[Duck Egg]] • [[Egg]] • [[Large Egg]] • [[Void Egg]]
+
|All [[Fruits]] • All [[Vegetables]] • [[Duck Egg]] • [[Egg]] • [[Large Egg]] • [[Void Egg]]
| 1
+
|1
 
|-
 
|-
| [[Coal]]
+
|[[Coal]]
| 15
+
|15
 
|-
 
|-
| [[Copper Ore]]
+
|[[Copper Ore]]
| 10
+
|10
 
|-
 
|-
| [[Explosive Ammo]]
+
|[[Explosive Ammo]]
| 20
+
|20
 
|-
 
|-
| [[Gold Ore]]
+
|[[Gold Ore]]
| 30
+
|30
 
|-
 
|-
| [[Iridium Ore]]
+
|[[Iridium Ore]]
| 50
+
|50
 
|-
 
|-
| [[Iron Ore]]
+
|[[Iron Ore]]
| 20
+
|20
 
|-
 
|-
| [[Stone]]
+
|[[Stone]]
| 5
+
|5
 
|-
 
|-
| [[Wood]]
+
|[[Wood]]
| 2
+
|2
 
|}
 
|}
  −
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.
      
==Unobtainable Weapons==
 
==Unobtainable Weapons==
106,467

edits