Terrifying visage: Difference between revisions

Jump to navigation Jump to search
318 bytes added ,  23:50, 3 October 2021
Add list of eligible items
No edit summary
(Add list of eligible items)
Line 19: Line 19:
Adding the {{name}} mod has the additional effect of enabling the item to receive mask-based mods if it was not already eligible for mask-based mods (mostly this applies to [[hats]]). Currently the only mask-based mod is the [[fitted with filters]] mod.{{Code Reference|class=ModHorrifying}}
Adding the {{name}} mod has the additional effect of enabling the item to receive mask-based mods if it was not already eligible for mask-based mods (mostly this applies to [[hats]]). Currently the only mask-based mod is the [[fitted with filters]] mod.{{Code Reference|class=ModHorrifying}}


{{references|2.0.201.63}}
== Eligible Items ==
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD
  | join on = M.JoinKey=GD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item,
            GD.Tier
  | where = M.SupportedMods HOLDS 'HeadwearMods'
  | order by = GD.Tier DESC,GD.PlainName
  | format = table
}}
 
{{references|2.0.201.114}}


{{Mod Navbox}}
{{Mod Navbox}}

Navigation menu