Flexiweaved: Difference between revisions

1,505 bytes added ,  19:23, 3 May 2022
m
no edit summary
imported>Lemonlich
(Created page with "{{Mod |title = |type =Armor |id = |rarity = |tinkerable =yes |tinkertier =2 |value =1.2 |desc = }}")
 
mNo edit summary
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{As Of Patch|2.0.201.114}}
{{Mod
{{Mod
|title     =
| title             = {{qud text|flexiweaved}}
|type       =Armor
| type               = Body, Cloak, Exoskeleton
|id         =
| id                 = ModFlexiweaved
|rarity     =
| rarity             = U
|tinkerable =yes
| mintier            = 2
|tinkertier =2
| tinkerable         = yes
|value     =1.2
| tinkertier         = 2
|desc       =
| value             = 1.2
| powerloadsensitive = no
| empsensitive      = no
| realitydistortion  = no
| desc               = &CFlexiweaved: This item's DV penalty is reduced by Ceiling(Tier/2).
| restriction        = Must have [[DV]] penalty
}}
}}
{{name|caps}} only decreases the {{DV}}[[DV]] penalty. If {{name}} can remove more DV penalty than the armor has, it will only reduce the DV to {{DV}}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 {{DV}}0 and ''not'' {{DV}}2.
== Eligible Equipment ==
{{#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}}
2,158

edits