Sharp: Difference between revisions

171 bytes added ,  18:23, 3 May 2022
m
no edit summary
(add list of eligible items)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Mod
{{Mod
|title     ={{qud text|sharp}}
| title             = {{qud text|sharp}}
|type       =Short Blade, Long Blade, Axe
| type               = Short Blade, Long Blade, Axe
|id         =ModSharp
| id                 = ModSharp
|rarity     =C
| rarity             = C
|tinkerable =yes
| tinkerable         = yes
|tinkertier =1
| tinkertier         = 1
|value     =1.1
| value             = 1.1
|desc       =&CSharp: +1 penetration
| 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}}
Grants a +1 bonus to [[penetration]] rolls for the modded weapon.{{Code Reference|class=ModSharp}}


== Eligible Items ==
== Eligible Equipment ==
<div style="display:flex;flex-wrap:wrap;">
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
<div style="margin-right: 2.5em;">
Line 21: Line 24:
   | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Axe'
   | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Axe'
   | order by = GD.PlainName
   | order by = GD.PlainName
   | format = ul
   | format = table
}}
}}
</div>
</div>
Line 32: Line 35:
   | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Long Blade'
   | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Long Blade'
   | order by = GD.PlainName
   | order by = GD.PlainName
   | format = ul
   | format = table
}}
}}
</div>
</div>
Line 43: Line 46:
   | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Short Blade'
   | where = M.SupportedMods HOLDS 'BladeMods' AND IT.Skill = 'Short Blade'
   | order by = GD.PlainName
   | order by = GD.PlainName
   | format = ul
   | format = table
}}
}}
</div>
</div>
2,158

edits