Sharp: Difference between revisions

1,339 bytes added ,  14:57, 5 October 2021
add list of eligible items
imported>Teamtotobot
m (Bot: Adding {{Mod Navbox}})
(add list of eligible items)
Line 9: Line 9:
|desc      =&CSharp: +1 penetration
|desc      =&CSharp: +1 penetration
}}
}}
Grants a +1 bonus to [[penetration]] rolls for the modded weapon.{{Code Reference|class=ModSharp}}
== Eligible Items ==
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
=== Axes ===
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
  | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Axe'
  | order by = GD.PlainName
  | format = ul
}}
</div>
<div style="margin-right: 2.5em;">
=== Long Blades ===
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
  | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Long Blade'
  | order by = GD.PlainName
  | format = ul
}}
</div>
<div style="margin-right: 2.5em;">
=== Short Blades ===
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}', M.ObjectID, '{{)}}') = Item,
  | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Short Blade'
  | order by = GD.PlainName
  | format = ul
}}
</div>
</div>
{{references|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}