Serrated: Difference between revisions

Jump to navigation Jump to search
823 bytes added ,  14:52, 5 October 2021
add list of eligible items
(add list of eligible items)
Line 11: Line 11:
}}
}}
{{name}} is a weapon mod that only applies to [[:Category:Long Blades|Long blades]] and [[:Category:Axes|Axes]]. When a weapon modded with {{name}} strikes an opponent, there is a 3% chance to [[dismember]], or [[decapitate]] if the user has the associated skill learned. The weapon does not need to penetrate to dismember.
{{name}} is a weapon mod that only applies to [[:Category:Long Blades|Long blades]] and [[:Category:Axes|Axes]]. When a weapon modded with {{name}} strikes an opponent, there is a 3% chance to [[dismember]], or [[decapitate]] if the user has the associated skill learned. The weapon does not need to penetrate to dismember.
== Eligible Items ==
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
=== Axes ===
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,MissileWeaponData=MWD
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=MWD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
  | where = M.SupportedMods HOLDS 'AxeMods'
  | order by = MWD.Accuracy,GD.PlainName
  | format = ul
}}
</div>
<div style="margin-right: 2.5em;">
=== Long Blades ===
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,MissileWeaponData=MWD
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=MWD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
  | where = M.SupportedMods HOLDS 'LongBladeMods'
  | order by = MWD.Accuracy,GD.PlainName
  | format = ul
}}
</div>
</div>


== Tips ==
== Tips ==

Navigation menu