Editing Weapons

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 5: Line 5:
 
----
 
----
 
<!-- End of Nav -->
 
<!-- End of Nav -->
{{For|analysis of using each weapon|Weapon Guide}}
 
{{For|a way to compare the numbers of each weapon|Weapon comparison table}}
 
{{Imagemargin|[[File:weapons_preview.png|right]]|32px}}
 
'''Weapons''' are used by [[colonists]] and [[raiders]] alike to fight each other (and sometimes to put down enraged [[animals]]). Weapons have several characteristics that make them useful in different combat situations. They currently do not consume any ammunition, but instead take time to aim and additional cooldown time for subsequent shots.
 
 
{{TOCright}}
 
{{TOCright}}
If left exposed with no roof, a weapon on the ground will [[Deterioration|deteriorate]] until it disintegrates without a trace. Weapons stored in a [[shelf]] will not deteriorate, even if left outside.
 
  
Weapons of quality Excellent or higher have an engraving that can be read by clicking the Art tab from the inspect pane.
+
{{for|ways for both countering and using each kind of weapon|Weapon Guide}}
  
== Ranged weapons ==
+
'''Weapons''' are used by [[colonists]] and [[raiders]] alike to fight each other (and sometimes to put down enraged [[animals]]). Weapons have several characteristics that make them useful in different combat situations. They currently do not consume any ammunition, but instead take time to aim and additional cooldown time for subsequent shots.
Range weapons consist mostly of firearms, as well as explosives, other non-gunpowder weapons like [[Neolithic Weapons|bows and throwing spears]], and more advanced weapons like the charge rifle. A ranged weapon's accuracy and damage are also affected by its [[quality]] level.
 
  
=== Firing cycle ===
 
Once a target is selected, and the shooter is in [[#Range|range]], the firing cycle of ranged weapons can be broken down into three phases.
 
# '''Aiming time'''. Sometimes referred to as '''warm-up'''. During this period the shooter will remain stationary and aim at the target before firing. The time this takes depends on the aiming time of the weapon, multiplied by the [[aiming time]] stat of the shooter. The remaining time until firing is displayed by a translucent white wedge displayed in front of the shooter. The wedge slowly thins until it disappears and the shot or burst is fired. During this time, the firing action can be canceled.
 
# '''Firing'''. Once aiming has finished, the pawn will fire the weapon. Ranged weapons either fire a single shot or a number of shots in sequence called a burst. The number of shots in a burst is determined by the weapon type and cannot be changed. Once begun, firing can't be interrupted manually, however it can be interrupted, such as by stunning. A burst will also end early if the target dies or is destroyed. There is a short delay, called "burst [[tick]]s", after every shot in the burst but the last.
 
# '''Cooldown'''. Once firing is complete, a cooldown occurs. During this period the shooter will remain stationary. The time this takes depends on the cooldown time of the weapon, multiplied by the [[Ranged Cooldown Multiplier]] stat of the shooter.
 
Once this cycle is complete, the process repeats.
 
  
Thus optimum {{DPS}} is determined by the following equation:
+
If left exposed with no roof, a weapon on the ground will [[Deterioration|deteriorate]] until it disintegrates without a trace. Weapons stored in a [[shelf]] will not deteriorate, even if left outside.
  
'''<code>Max DPS = (Damage &times; Burst Shot Count) &divide; ((Ranged Cooldown ([[ticks]]) + Warm-up ([[ticks]]) + (Burst Time ([[ticks]]) * (Burst Count - 1)) &divide; 60)</code>'''
 
  
This optimum DPS is then affected by [[#Accuracy|accuracy]] to determine the actual DPS on target.
+
Weapons of quality Excellent or higher have an engraving that can be read by clicking the Art tab from the inspect pane.
 +
{{clr}}
  
=== Range ===
+
==Ranged Weapons==
The ranges are measured in tiles and correspond to:
 
* Touch = 3 tiles.
 
* Short = 12 tiles.
 
* Medium = 25 tiles.
 
* Long = 40 tiles.
 
  
Every ranged weapon has an [[#Accuracy|accuracy]] for each range point. Between those ranges, the accuracy of the weapon is linearly interpolated. A weapon will never fire past its range stat, even if it has an accuracy value listed for longer ranges. For example, a pump shotgun, with a maximum range of {{Q|Pump shotgun|Range}} tiles, a Short range accuracy of {{Q|Pump shotgun|Accuracy (Short) Base}}% and a Medium range accuracy of {{Q|Pump shotgun|Accuracy (Medium) Base}}%. It will never fire at a target {{#expr:{{Q|Pump shotgun|Range}} + 1 round 0}} tiles away, but at a range of 14 tiles, its accuracy will be 2/13 of the way between the Short and Medium range accuracy values, or {{#expr: {{Q|Pump shotgun|Accuracy (Short) Base}} + ((14-12)*({{Q|Pump shotgun|Accuracy (Medium) Base}}-{{Q|Pump shotgun|Accuracy (Short) Base}}))/(25-12) round 0}}%.
 
  
Ranged weapons wielders cannot fire at targets that are in melee range of themselves, but can target more distant enemies while engaged in melee. Note that NPCs will never target another pawn while engaged in melee.
+
Range weapons consist mostly of firearms, as well as other non-gunpowder weapons like [[Neolithic Weapons|bows and throwing spears]], and also the advanced [[Advanced Weapons|charge rifle and incendiary launcher]]. A ranged weapon's accuracy and damage are also affected by its [[quality]] level.  
  
=== Accuracy ===
+
Stats listed in the table below are for weapons that are of normal quality. The ranges are measured in tiles and correspond to:
{{Stub|section=1|reason=Needs to be double checked and what happens at ranges beyond 40 tiles for weapon accuracy? Where is body size of target applied? Also [[Ideoligion#Combat_in_darkness|Combat in Darkness]] precept effect needs info. Also [[Genes#Nearsighted]] info? Also ShootingAccuracyChildFactor (verify in game, not just xml)}}
+
*Touch = 3
Ranged weapon accuracy follows the following equation:
+
*Short = 12
 +
*Medium = 25
 +
*Long = 40.  
  
'''<code>Accuracy = ([[Shooting Accuracy]]<sup>Range</sup> &times; Weapon Accuracy &times; [[Weather]] &times; [[Smoke]] &times; [[Cover]]) + [[Ideoligion#Combat_in_darkness|Combat in Darkness]]</code>'''
+
Between those ranges, accuracy stats are interpolated. A weapon will never fire past its range stat, even if it has an accuracy value listed for longer ranges. E.g. a pump shotgun, with range 15.9 and acc. stats 80-87-77-64, will never fire at medium (25) or long (40) range, yet the medium stat does still bear relevance to its accuracy at 13-15 cells; you can think of its accuracy stats as 80-87-77-0 instead.
  
Where:
+
DPS (Optimal) refers to the theoretical DPS if every single shot were to hit the target. DPS for the various ranges takes into account the weapon's accuracy at the start of the defined range.
* [[Shooting Accuracy]]: Is the stat of the shooting pawn.
 
* Range: Is the distance in tiles between the shooter and the target.
 
* Weapon Accuracy: Is the weapon accuracy of the weapon at that range. If it is not one of the listed values at 3, 12, 25, or 40 tiles, it is linearly interpolated between the nearest point above and the nearest point below the current range.
 
* [[Weather]]: Is the accuracy modifier for a given weather ranging from 50% for Fog, to 100% on a clear day.
 
* [[Smoke]]: If smoke occupies any tile directly between the shooter and target, it applies a 30% modifier (otherwise 100%).
 
* [[Cover]]: Cover modifier for the target, based on cover objects and shooting angle.
 
* [[Body size]]: A modifier based on the body size of the target. 0.5x for body sizes of 0.5 or lower, equal to body size for body size between 0.5 and 2.0, and 2.0x for body sizes of 2.0x or higher.{{Check Tag|Detail/Verify|Verify bounds and check where the multiplier is applied in the order of pperations}}
 
* [[Ideoligion#Combat_in_darkness|Combat in Darkness]] Preferred Precept{{IdeologyIcon}}: If the shooter has the precept and the ''target'' is in darkness, +25% accuracy. If the shooter has the precept and target is not in darkness, -20% accuracy. Otherwise, 0%. For this precept, "darkness" is considered: 1. "Indoors" with 0% light level, 2. "Indoors" lit by only [[Darktorch#Summary|dark light]], or 3. Outdoors or Unroofed, only if the sun is at 0% light level.  
 
  
Related to accuracy, there are also [[friendly fire]] mechanics that prevent misses from hitting nearby allies within a certain radius.
+
Some ranged weapons fire in bursts with each shot having individual hit chances. Cooldown starts once all shots in a burst are fired.
  
=== Stopping power ===
+
Ranged weapons also can't fire in melee range unless the target is downed or not immediately hostile to the player's faction.
{{Stub|section=1|reason=Lacking detail. How does stagger proc, what are its exact effects and durations, etc}}
 
Stopping power is the ability of ranged weapons to cause stagger when hitting a target, slowing them down for a short{{Check Tag|How short?}} period. The size of the number relates directly to the body size of the pawn that can be staggered by the weapon - thus, to stagger [[human]]s a stopping power of {{Q|Human|Body Size}} or higher is required while to stagger an [[elephant]] a stopping power of {{Q|Elephant|Body Size}} would be needed.
 
 
 
A typical ranged weapon has a stopping power of 0.5, however the following weapons have higher stopping powers:
 
<div class="ul-column-width-200">
 
{{#ask: [[Stopping Power::>0.500001]]
 
| format = template
 
| template = Icon List
 
| link = none
 
| sort = From DLC
 
}}
 
</div>
 
{{Hover title|Version/1.4.3704|At the time of writing}}, all weapons with a stopping power above 0.5, have a stopping power of at least 1 and are able to stagger humans.{{#if: {{#ask: [[Stopping Power::>0.500001]] [[Stopping Power::<0.999999]]}}|{{Error|Wrong. Fix this}}}}
 
 
 
=== Ranged weapons comparison table ===
 
Stats listed in the table below are for weapons that are of normal quality; better/worse quality will raise/lower the % to hit as appropriate.
 
 
 
DPS (Optimal) refers to the theoretical DPS if every single shot were to hit the target. DPS for the various ranges takes into account the weapon's accuracy at the start of the defined range.
 
 
 
Technical limitations prevent the display of a more comprehensive table on this page. For a complete comparison table, see [[Weapon comparison table]].
 
  
 
{| {{STDT|sortable c_06 text-center}}
 
{| {{STDT|sortable c_06 text-center}}
! colspan='2'|Name !! Damage !! {{AP}} !! Stopping Power !! Warm-Up<br/>(ticks){{ref label|Time|A}} !! Cooldown<br/>(ticks){{ref label|Time|A}} !! Range<br/>(tiles) !! Burst Count !! Burst (ticks){{ref label|Time|A}} !! Bullet Speed !! Accuracy<br/>(Touch) !! Accuracy<br/>(Short) !! Accuracy<br/>(Medium) !! Accuracy<br/>(Long) !! Miss Radius !! Blast Radius !! DPS<br/>(Optimal){{ref label|DPS Targets|B}} !! data-sort-type="number"|DPS<br/>(Touch){{ref label|DPS Targets|B}} !! data-sort-type="number"|DPS<br/>(Short){{ref label|DPS Targets|B}} !! data-sort-type="number"|DPS<br/>(Medium){{ref label|DPS Targets|B}} !! data-sort-type="number"|DPS<br/>(Long){{ref label|DPS Targets|B}} !! Value {{icon Small|silver|}}
+
! colspan='2'|Name !! Damage !! Warm-Up<br/>(ticks*) !! Cooldown<br/>(ticks*) !! Range<br/>(tiles) !! Burst Count !! Burst (ticks*) !! Bullet Speed !! Accuracy<br/>(Touch) !! Accuracy<br/>(Short) !! Accuracy<br/>(Medium) !! Accuracy<br/>(Long) !! Miss Radius !! Blast Radius !! DPS<br/>(Optimal) !! DPS<br/>(Touch) !! DPS<br/>(Short) !! DPS<br/>(Medium) !! DPS<br/>(Long) !! Value {{icon|silver|}}
|-
+
{{#ask:[[Concept:Ranged Weapons]]
{{#ask:[[Concept:Ranged Weapons]] [[Class::!Mechanoid Weapons]] [[Name::!Uranium slug cannon]] [[Name::!Autocannon]] [[Name::!Mini-turret gun]]
 
 
  | named args=yes
 
  | named args=yes
 
  | ?Name=?Name
 
  | ?Name=?Name
 
  | format=template
 
  | format=template
  | template=Weapon/Row/Ranged
+
  | template=Weapon/Row/Ranged}}
| sort=From DLC, name}}
 
 
|}
 
|}
<sup>{{#if: {{#var:hasQuality}} | For the full effects of qualities, see [[Quality]].}} {{#if: {{#var:missRadius}} || Values shown in <span style="color:firebrick; font-weight:bold>Red</span> indicate the weapon is out of range at the reference point for this range band. The value is provided due to the [[Weapons#Range|interpolated nature]] of accuracy between range points.}}</sup>
 
:{{note|Time|A}} At normal game speed, there are 60 ticks to one real world second. See: [[Time]].
 
:{{note|DPS Targets|B}} This DPS assumes a single target - weapons with a blast radius may have higher effective DPS by virtue of hitting multiple targets.
 
  
=== Quality modifiers ===
+
A weapon stats spreadsheet for B19 with mods https://drive.google.com/open?id=1gdu8YTE9cwj9jcCsT1TrizsbbjkVZwco
 +
 
 +
&#42; ''At normal game speed, there are 60 ticks to one real world second.'' See: [[Time]].
 +
 
 +
=== Quality Modifiers ===
 +
 
 
{| {{STDT|sortable c_06 text-center}}
 
{| {{STDT|sortable c_06 text-center}}
 
! Quality !! Accuracy Modifier !! Base Damage Modifier !! Armor Penetration Modifier
 
! Quality !! Accuracy Modifier !! Base Damage Modifier !! Armor Penetration Modifier
 
|-
 
|-
! Awful
+
!Awful
| 0.80
+
|0.80
| 0.90
+
|0.90
| 0.90
+
|0.90
 +
|-
 +
!Poor
 +
|0.90
 +
|1.00
 +
|1.00
 
|-
 
|-
! Poor
+
!Normal
| 0.90
+
|1.00
| 1.00
+
|1.00
| 1.00
+
|1.00
 
|-
 
|-
! Normal
+
!Good
| 1.00
+
|1.10
| 1.00
+
|1.00
| 1.00
+
|1.00
 
|-
 
|-
! Good
+
!Excellent
| 1.10
+
|1.20
| 1.00
+
|1.00
| 1.00
+
|1.00
 
|-
 
|-
! Excellent
+
!Masterwork
| 1.20
+
|1.35
| 1.00
+
|1.25
| 1.00
+
|1.25
 
|-
 
|-
! Masterwork
+
!Legendary
| 1.35
+
|1.50
| 1.25
+
|1.50
| 1.25
+
|1.50
 
|-
 
|-
! Legendary
 
| 1.50
 
| 1.50
 
| 1.50
 
 
|}
 
|}
  
== Melee weapons ==
+
==Melee Weapons==
 +
 
 
These are touch-range weapons. Besides dedicated melee weapons, all ranged weapons can also be used as makeshift melee weapons.
 
These are touch-range weapons. Besides dedicated melee weapons, all ranged weapons can also be used as makeshift melee weapons.
  
Line 142: Line 100:
 
Note that melee accuracy is determined by a [[colonist]]'s [[Skills#Melee|melee skill]] and further modified by health stats of manipulation and sight, as well as the opponent's dodge chance.
 
Note that melee accuracy is determined by a [[colonist]]'s [[Skills#Melee|melee skill]] and further modified by health stats of manipulation and sight, as well as the opponent's dodge chance.
  
Weapons of quality Excellent or higher have an engraving that can be read by clicking the Art tab from the inspect pane.
+
Weapons of quality Excellent or higher have an engraving that can be read by clicking the Art tab from the inspect pane.  
 
 
=== Base melee stats ===
 
The following stats are for a baseline human wielding weapons that are of normal quality and made out of [[steel]] (the baseline material). Other materials may do more or less average damage per second (DPS), as will better/worse [[quality|qualities]].
 
  
{{Melee Weapons Table}}
+
===Base Melee Stats===
 +
The following stats are for weapons that are of normal quality and made out of [[steel]] (the baseline material).
  
=== Material / Quality modifiers ===
+
{| {{STDT|sortable c_06 text-center}}
<div><li style="display: inline-table;">
+
! colspan='2'|Name !!  Average cooldown !! Weakest attack damage !! Strongest attack damage !! Average DPS !! Damage type {{ref label|Blunt|A|A}} !! Average AP !! data-sort-type="number"| Value {{icon|silver|}}
{| {{STDT| sortable c_06 text-center}}{{#vardefine:formatterNumeratorVariable1|Melee Blunt Damage Factor}}{{#vardefine:formatterDenominatorVariable1|Melee Cooldown Factor}}{{#vardefine:formatterNumeratorVariable2|Melee Sharp Damage Factor}}{{#vardefine:formatterDenominatorVariable2|Melee Cooldown Factor}}
+
|-
! Material !! Cooldown speed factor !! Damage factor (Blunt) !! Damage factor (Sharp) !! Max HP factor !! DPS factor (Blunt) !! DPS factor (Sharp)
+
! style='text-align: left !important;'|
 +
! style='text-align: left !important;'| Unarmed human
 +
| 2 s || 5 || 8.2 || 2.29 || Blunt || - || -
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Axe|}}
 +
! style='text-align: left !important;'| [[Axe]] {{ref label|Royalty|E|E}}
 +
| 2 s || 9 || 15 || 6.71 || ? || 20% || 120
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Beer|}}
 +
! style='text-align: left !important;'| [[Beer]] {{ref label|Material|B|B}}
 +
| 2 s || 9 || 9 || 4.50 || Blunt || 13% || 12
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Bionic arm|}}
 +
! style='text-align: left !important;'| [[Bionic arm]] {{ref label|Material|B|B}}
 +
| 2 s || 12 || 12 || 6.00 || Blunt || 18% || 1 500
 
|-
 
|-
{{#ask: [[Melee Blunt Damage Factor::+]]
+
! style='text-align: left !important;'| {{Icon Small|club|}}
  | format = template
+
! style='text-align: left !important;'| [[Club]]
  | template = Ask Table Formatter
+
| 2 s || 9 || 14 || 6.27 || Blunt || 19% || 80
  | ?Melee Cooldown Factor
+
|-
  | ?Melee Blunt Damage Factor
+
! style='text-align: left !important;'| {{Icon Small|Elephant tusk|}}
  | ?Melee Sharp Damage Factor
+
! style='text-align: left !important;'| [[Elephant tusk]] {{ref label|Material|B|B}}
  | ?Max Hit Points Factor
+
| 2.48 s || 9 || 18.2 || 6.89 || Sharp || 27% || 80
  | sort = From DLC, Name
+
|-
  | link = none
+
! style='text-align: left !important;'| {{Icon Small|Gladius|}}
}}
+
! style='text-align: left !important;'| [[Gladius]]
|}
+
| 2 s || 9 || 15 || 7.52 || Sharp || 23% || 124
</li><div>
+
|-
 
+
! style='text-align: left !important;'| {{Icon Small|Ikwa|}}
{| {{STDT|sortable c_06 text-center}}
+
! style='text-align: left !important;'| [[Ikwa]]
! Quality !! Base Damage Modifier
+
| 1.91 s || 9 || 15 || 6.71 || | Sharp || 20% || 113
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Jade knife|}}
 +
! style='text-align: left !important;'| [[Jade knife]] {{ref label|Jade|C|C}}
 +
| 2.76 s || 12 || 13.5 || 5.35 || Sharp || ? || 159
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Knife|}}
 +
! style='text-align: left !important;'| [[Knife]]
 +
| 1.82 s || 9 || 13 || 6.50 || Sharp || 18% || 63
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Longsword|}}
 +
! style='text-align: left !important;'| [[Longsword]]
 +
| 2.5 s || 9 || 23 || 8.60 || Sharp || 33% || 255
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Mace|}}
 +
! style='text-align: left !important;'| [[Mace]]
 +
| 2 s || 9 || 15.7 || 7.02 || Blunt || 21% || 117
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Monosword|}}
 +
! style='text-align: left !important;'| [[Monosword]]{{ref label|Material|D|D}}  {{ref label|Royalty|E|E}}
 +
| 2 s || 12 || 28 || 13.33 || Sharp || 84% || 2000
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Monosword|}}
 +
! style='text-align: left !important;'| Link [[Monosword]] {{ref label|Material|D|D}}  {{ref label|Royalty|E|E}}
 +
| 1 s || 12 || 32 || 30.69 || Sharp ||  85% || ?
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Plasmasword|}}
 +
! style='text-align: left !important;'| [[Plasmasword]]{{ref label|Material|D|D}}{{ref label|Royalty|E|E}}{{ref label|Plasma|F|F}}
 +
| 2.6 s || 12 || 26 || 7.49 || Sharp || 28% || 2000
 +
|-
 +
! style='text-align: left !important;'| {{Icon Small|Plasmasword|}}
 +
! style='text-align: left !important;'| Link [[Plasmasword]] {{ref label|Material|D|D}}{{ref label|Royalty|E|E}}{{ref label|Plasma|F|F}}
 +
| 1.3 s || 12 || 31.875 || ? || Sharp || ?% || ?
 
|-
 
|-
! Awful
+
! style='text-align: left !important;'| {{Icon Small|Eltex staff|}}
| 0.80
+
! style='text-align: left !important;'| [[Eltex staff]] {{ref label|Material|D|D}}{{ref label|Royalty|E|E}}
 +
| 2.6 s || 12 || 12 || 4.62 || Blunt || ?% || 1000
 
|-
 
|-
! Poor
+
! style='text-align: left !important;'| {{Icon Small|Spear|}}
| 0.90
+
! style='text-align: left !important;'| [[Spear]]
 +
| 2.5 s || 13 || 23 || 7.35 || Sharp || 38% || 186
 
|-
 
|-
! Normal
+
! style='text-align: left !important;'| {{Icon Small|Thrumbo horn|}}
| 1.00
+
! style='text-align: left !important;'| [[Thrumbo horn]] {{ref label|Material|B|B}}
 +
| 1.85 s || 15 || 15 || 8.11 || Sharp || ? || 800
 
|-
 
|-
! Good
+
! style='text-align: left !important;'| {{Icon Small|Warhammer|}}
| 1.10
+
! style='text-align: left !important;'| [[Warhammer]] {{ref label|Royalty|E|E}}
 +
| 2.6 s || 11 || 20|| 6.89 || Blunt || 27% || ?
 
|-
 
|-
! Excellent
+
! style='text-align: left !important;'| {{Icon Small|Zeushammer|}}
| 1.20
+
! style='text-align: left !important;'| [[Zeushammer]] {{ref label|Material|D|D}}{{ref label|Royalty|E|E}}
 +
| ? || 15 || 31 + 9 EMP Damage|| 9.95 || Blunt + EMP || 42%  || 2000
 
|-
 
|-
! Masterwork
+
! style='text-align: left !important;'| {{Icon Small|Zeushammer|}}
| 1.45
+
! style='text-align: left !important;'| Link [[Zeushammer]]{{ref label|Material|D|D}}{{ref label|Royalty|E|E}}
 +
| ? || 16 || 36 + 12 EMP Damage|| 23.07 || Blunt + EMP || 49% || ?
 
|-
 
|-
! Legendary
 
| 1.65
 
 
|}
 
|}
  
Do note that stone blocks can only be used with clubs.
+
:{{note label|Blunt|A|A}} All sharp melee weapons come also with (weak) blunt attacks.
 +
:{{note label|Material|B|B}} Material cannot be changed for these. They also do not come in varying quality levels. The average DPS is always the final value and no formulas are needed for them.
 +
:{{note label|Jade|C|C}} Jade knifes can only be obtained via the Lost tribe scenario; they cannot be crafted nor purchased.
 +
:{{note label|Monoswords|D|D}} These weapons cannot be created by the player, they are able to be obtained through quests and purchasing them from Merchants. Both of these are also able to come in 'linked' variants so make sure you choose a good and unlikely to die pawn to use them.
 +
:{{note label|Royalty|E|E}} These weapons were added by [[Royalty (DLC)]]
 +
:{{note label|Plasma|F|F}} These weapons also have a 75% chance to set a pawn on fire. This damage is included in the DPS.
  
=== Melee formulas ===
+
=== Material / Quality Modifiers ===
{{Rewrite|reason=Expand into explanation of Melee verb system and true DPS vs displayed DPS. Consider consulting with [[User:Jiquera]] on the wiki and [https://www.reddit.com/r/RimWorld/comments/lcjgil/the_melee_verb_system_why_it_didnt_fix_what_it/ Khitrir] on the unofficial RW discord}}
 
==== General formulas ====
 
'''Damage''' for any melee weapon is '''Base Damage x Material Modifier x Quality Modifier'''
 
  
'''Cooldown''' is calculated as '''Weapon melee cooldown / Material melee cooldown'''
 
  
'''DPS''' (damage per second) is calculated as '''Damage / Cooldown'''. Note that you must use Cooldown (seconds) to get DPS, otherwise if you use Cooldown (Ticks) you'll calculate DPT (Damage Per Tick) which you probably don't want.
+
{| {{STDT|sortable c_06 text-center}}
 
+
! Material !! Cooldown speed factor !! Damage factor (Blunt) !! DPS factor (Blunt) !! Damage factor (Sharp) !! DPS factor (Sharp) !! Max HP factor
'''AP''' (armor piercing) defaults to 0.015 x '''Damage''' if no value is specified
+
|-
 
+
![[Sandstone Blocks|Sandstone]]
'''Chance Factor''' defaults to 1 if no value is specified
+
|1.30|| | 1.00 || 0.77 || | 0.50 || 0.38 || 1.4
 
+
|-
==== Listed DPS on weapons ====
+
![[Granite Blocks|Granite]]
The DPS listed on the info tab for weapons is deceiving as '''it is no longer used''' when a pawn equips the item (see below). Regardless this is how it is computed based on the melee attack options the weapon has:
+
|1.30|| | 1.00 || 0.77 || | 0.65 || 0.50 || 1.7
# For each attack option compute the '''Selection Weight''' = '''Damage''' x '''Damage'''
+
|-
# For each attack option compute the '''Selection Chance''' = '''Selection Weight''' / SumOfAll('''Selection Weights''')
+
![[Limestone Blocks|Limestone]]
# Compute the '''Average Damage''' = SumOfAll('''Damage''' x '''Selection Chance''')
+
|1.30|| | 1.00 || 0.77 || | 0.60 || 0.46 || 1.55
# Compute the '''Average Cooldown''' = SumOfAll('''Cooldown''' x '''Selection Chance''')
+
|-
# Compute the '''Average DPS''' = '''Average Damage''' / '''Average Cooldown'''
+
![[Slate Blocks|Slate]]
 
+
|1.30|| | 1.00 || 0.77 || | 0.60 || 0.46 || 1.3
Note that this is mathematically incorrect (see below for more details). Below is an example with a Normal Persona Zeus Hammer:
+
|-
 
+
![[Marble Blocks|Marble]]
{| class="wikitable"
+
|1.30|| | 1.00 || 0.77 || | 0.60 || 0.46 || 1.2
! Attack !! Damage !! Cooldown !! Selection Weight !! Selection Chance
+
|-
 +
![[Silver]]
 +
|1.00 || | 1.00 || 1.00 || | 0.85 || 0.85 || 0.7
 +
|-
 +
![[Gold]]
 +
|1.00|| | 1.00 || 1.00 || | 0.75 || 0.75 || 0.6
 +
|-
 +
![[Steel]]
 +
|1.00 || | 1.00 || 1.00 || | 1.00 || 1.00 || 1.0
 +
|-
 +
![[Plasteel]]
 +
|0.80|| | 0.90 || 1.13 || | 1.10 || 1.38 || 2.8
 +
|-
 +
![[Wood]]
 +
|1.00|| | 0.90 || 0.90 || | 0.45 || 0.45 || 0.65
 +
|-
 +
![[Uranium]]
 +
|1.10|| | 1.50 || 1.36 || | 1.10 || 1.00 || 2.5
 
|-
 
|-
| head || 31 || 2.2 || 961 || 81%
+
![[Jade]]
 +
|1.30|| | 1.50 || 1.15 || | 1.00 || 0.77 || 0.5
 
|-
 
|-
| handle || 15 || 1.6 || 225 || 19%
 
 
|}
 
|}
  
'''Average Damage''' = 31 x 81% + 15 x 19% = 27.965
 
  
'''Average Cooldown''' = 2.2 x 81% + 1.6 x 19% = 2.086
+
{| {{STDT|sortable c_06 text-center}}
 
+
! Quality !! Base Damage Modifier
'''Average DPS''' = 27.965 / 2.086 = 13.40
+
|-
 
+
!Awful
You can find more of these values in Dev mode >> Logging Menu >> Tools. There are also values listed for pawns and these are computed the same as above except that in step 1 you also multiply by 0.3 and the '''Chance Factor''' if one is specified. Note that just like the item values these are not actually used in the game anymore (see below).
+
|0.80
 
+
|-
==== Listed DPS on pawns ====
+
!Poor
This is a system used since version [[Version/1.1.2610|1.1.2610]] and it is based on a category system. It is based on the attack options available however now we take both the options from the weapon as well as the options from the pawn (eg. fists) into account:
+
|0.90
 
 
# For each attack option compute the '''Initial Selection Weight''' = '''Damage''' x (1 + '''AP''') x '''Chance Factor''' / '''Cooldown'''
 
# For each attack option determine the '''Category''' based on the highest weight value we just computed:
 
#* ''Best'' if '''Initial Selection Weight''' >= 0.95 x MAX('''Initial Selection Weight''')
 
#* ''Worst'' if '''Initial Selection Weight''' < 0.25 x MAX('''Initial Selection Weight''')
 
#* ''Mid'' Otherwise
 
# For each attack option compute the '''Final Selection Weight''' based on the categories:
 
#* 0.75 / NumberOfOptionsIn(''Best'') if the option is in the ''Best'' category
 
#* 0.25 / NumberOfOptionsIn(''Mid'') if the option is in the ''Mid'' category
 
#* 0.0 if the option is in the ''Worst'' category
 
# For each attack option compute the '''Selection Chance''' = '''Final Selection Weight''' / SumOfAll('''Final Selection Weights''')
 
# Compute the '''Average Damage''' = SumOfAll('''Damage''' x '''Selection Chance''')
 
# Compute the '''Average Cooldown''' = SumOfAll('''Cooldown''' x '''Selection Chance''')
 
# Compute the '''Average DPS''' = '''Average Damage''' / '''Average Cooldown'''
 
 
 
Below is an example with a pawn carrying a Normal Persona Zeus Hammer (note that AP is not specified and therefore is defined as '''Damage''' x 0.015):
 
 
 
{| class="wikitable"
 
! Attack !! Damage !! Cooldown !! Armor Piercing !! Chance Factor !! Initial Selection Weight !! Category !! Final Selection Weight !! Selection Chance
 
 
|-
 
|-
| head || 31 || 2.2 ||  ||  || 20.64 || Best || 0.75 || 75.0%
+
!Normal
 +
|1.00
 
|-
 
|-
| handle || 15 || 1.6 ||  ||  || 11.48 || Mid || 0.125 || 12.5%
+
!Good
 +
|1.10
 
|-
 
|-
| left fist (archotech arm) || 14 || 2 ||  ||  || 8.47 || Mid || 0.125 || 12.5%
+
!Excellent
 +
|1.20
 
|-
 
|-
| right fist || 8.2 || 2 ||  ||  || 4.60 || Worst || 0.00 || 0.0%
+
!Masterwork
 +
|1.45
 
|-
 
|-
| teeth || 8.2 || 2 ||  || 0.07 || 0.32 || Worst || 0.00 || 0.0%
+
!Legendary
 +
|1.65
 
|-
 
|-
| head || 5 || 2 ||  || 0.2 || 0.54 || Worst || 0.00 || 0.0%
 
 
|}
 
|}
  
'''Average Damage''' = 31 x 75% + 15 x 12.5% + 14 x 12.5% = 26.875
+
Do note that stone blocks can only be used with clubs.
  
'''Average Cooldown''' = 2.2 x 75% + 1.6 x 12.5% + 2 x 12.5% = 2.100
+
=== Melee Formulas ===
  
'''Average DPS''' = 26.875 / 2.100 = 12.80
+
'''Damage''' for any melee weapon is '''Base Damage x Material Modifier x Quality Modifier'''
  
Note that in this case upgrading the left arm actually decreased the average DPS (from 13.17 to 12.80) by moving an inferior attack option from ''Worst'' to ''Mid''.
+
'''Cooldown''' is calculated as '''Weapon melee cooldown / Material melee cooldown'''
  
There is a peculiarity in the description above as it seems that the AccuracyTouch properties of ranged weapons is not used. This may be a bug as it seems intended that it should have been used.
+
'''DPS''' (damage per second) is calculated as '''Damage / Cooldown'''. Note that you must use Cooldown (seconds) to get DPS, otherwise if you use Cooldown (Ticks) you'll calculate DPT (Damage Per Tick) which you probably don't want.
  
 
== Biocoding ==
 
== Biocoding ==
{{See also|Persona weapons}}
+
Weapons can be biocoded. These weapons are found on raiders, guests and other pawns and are only usable by the specific pawn that the weapon is biocoded to. They can be [[Electric smelter|smelted]] and have a specific option in the bill menu to allow their sorting.
Any weapons carried by non-colonists can arrive on the map "biocoded", meaning that weapon is ''only'' usable by the specific pawn that the weapon is biocoded to. Biocoding on weapons cannot be changed or erased, but pawns recruited as colonists will still be able to use weapons biocoded to them. These weapons are occasionally found on raiders, guests and other pawns, and cannot be sold. They can be [[Electric smelter|smelted]] and have a specific option in both the bill menu and in [[stockpile]]s to allow their sorting.
 
 
 
== Unobtainable weapons ==
 
{{Main|Unobtainable items}}
 
Certain weapons are equipped exclusively by [[mechanoid]]s or [[turret]]s. These cannot be obtained independently from their regular users without the use of [[dev mode]]. When a normal pawn equips a debug-spawned weapon and then drops it, the weapon will disappear.
 
 
 
== Gallery ==
 
<gallery>
 
UnfinishedWeapon.png|Unfinished melee weapon
 
UnfinishedGun.png|Unfinished gun
 
</gallery>
 
  
== Version history ==
+
== Version History ==
* [[Version/0.0.245|0.0.245]] - Shooting accuracy split into into misses due to equipment and misses due to skill.
+
* [[Version/0.8.657|0.8.657]] - melee weapons have a [[quality]]. Can now craft any kind of melee weapon from appropriate materials.
* [[Version/0.0.250|0.0.250]] - Melee attacks incap more than guns and explosives. '''N.b. That this change may or may not be represented in the current version. It was only added in this previous version.'''
+
* [[Version/0.9.722|0.9.722]] - High-quality weapons have art engraved into them. All weapons now have quality levels, including guns and bows.
* [[Version/0.8.657|0.8.657]] - Melee weapons have a [[quality]]. Can now craft any kind of melee weapon from appropriate materials.
 
* [[Version/0.9.722|0.9.722]] - High-quality weapons have art engraved into them. All weapons now have quality levels, including guns and bows. Quality affects accuracy.
 
* Beta 19/1.0 - Debuffed ranged weapon melee attacks to be in line with fists in terms of DPS. Serious melee weapons ([[knife]] on upward) across the board 5%-10% DPS buff. Pawns hit by ranged attacks now stagger the same way as pawns hit by melee attacks. This effect only happens if the weapon's stopping power stat is equal or greater than the target's body size. Missed shots now have a 50% extra chance of hitting nothing; this will make missed shots less likely to hit random things (but doesn’t change the chance of missing).
 
 
* [[Version/1.1.0|1.1.0]] - Biocoding added
 
* [[Version/1.1.0|1.1.0]] - Biocoding added
  
 
{{nav|weapon|wide}}
 
{{nav|weapon|wide}}
[[Category:Equipment|#Weapons]]
+
[[Category:Weapons]]
 +
[[Category:Equipment]]

Please note that all contributions to RimWorld Wiki are considered to be released under the CC BY-SA 3.0 (see RimWorld Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

This page is a member of 1 hidden category: