Flexiweaved: Difference between revisions

794 bytes added ,  02:23, 3 October 2021
Add list of eligible items
mNo edit summary
(Add list of eligible items)
Line 13: Line 13:
}}
}}
{{name}} only decreases the [[DV]] penalty. If flexiweaved can remove more DV penalty than the armor has, it will only reduce the DV to 0. For example, a {{favilink|zetachrome lune}} has {{DV|-2}} but flexiweaved can remove up to 4 DV. The DV would then be set to 0 and not 2.
{{name}} only decreases the [[DV]] penalty. If flexiweaved can remove more DV penalty than the armor has, it will only reduce the DV to 0. For example, a {{favilink|zetachrome lune}} has {{DV|-2}} but flexiweaved can remove up to 4 DV. The DV would then be set to 0 and not 2.
== Eligible Items ==
{{#cargo_query:
  | tables = Modability=M,ItemsTable=IT,GeneralData=GD
  | join on = M.JoinKey=IT.JoinKey,M.JoinKey=GD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item,
            GD.Tier,
            CONCAT('{{(}}AV{{)}}{{(}}qud text{{!}}&Y',IT.AV,'{{)}} {{(}}DV{{)}}{{(}}qud text{{!}}&Y',IT.DV,'{{)}}')=Stats Before,
            CONCAT('{{(}}AV{{)}}{{(}}qud text{{!}}&Y',IT.AV,'{{)}} {{(}}DV{{)}}{{(}}qud text{{!}}&Y',CASE WHEN CEIL(GD.Tier/2)+IT.DV>0 THEN 0 ELSE CEIL(GD.Tier/2)+IT.DV END,'{{)}}')=Stats After
  | where = IT.DV IS NOT NULL AND IT.DV < 0 AND (M.SupportedMods HOLDS 'BodyMods' OR M.SupportedMods HOLDS 'CloakMods' OR M.SupportedMods HOLDS 'ExoskeletonMods')
  | order by = GD.Tier DESC,GD.PlainName
  | format = table
}}
{{Mod Navbox}}
{{Mod Navbox}}