Sharp: Difference between revisions

1,601 bytes added ,  18:23, 3 May 2022
m
no edit summary
imported>Lemonlich
(Created page with "{{Mod |title = |type =Weapon |id = |rarity = |tinkerable =yes |tinkertier =1 |value =1.1 |desc = }}")
 
mNo edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Mod
{{Mod
|title     =
| title             = {{qud text|sharp}}
|type       =Weapon
| type               = Short Blade, Long Blade, Axe
|id         =
| id                 = ModSharp
|rarity     =
| rarity             = C
|tinkerable =yes
| tinkerable         = yes
|tinkertier =1
| tinkertier         = 1
|value     =1.1
| value             = 1.1
|desc       =
| empsensitive      = no
| powerloadsensitive = no
| realitydistortion  = no
| desc               = &CSharp: +1 penetration
}}
}}
Grants a +1 bonus to [[penetration]] rolls for the modded weapon.{{Code Reference|class=ModSharp}}
== Eligible Equipment ==
<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 = table
}}
</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 = table
}}
</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 = table
}}
</div>
</div>
{{references|2.0.201.114}}
{{Mod Navbox}}
2,158

edits