Serene visage: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
(Add list of eligible items)
Line 17: Line 17:
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=ModSerene}}
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=ModSerene}}


{{references|2.0.201.50}}
== 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}}

Revision as of 23:49, 3 October 2021

serene visage
Category

Headwear

Rarity

Rare

Tinkerable

yes

Tinker skill

Tinker I

Bit required

<3>

AutotinkerableCan appear spontaneously on an
item you create with tinkering.

no

Value multiplier

1.2

+1

+1

ID

ModSerene

Serene visage: +1 Willpower and reduces the cooldown of Meditate by 40 rounds

The serene visage mod improves the willpower of its wearer, and reduces the cooldown of Meditate.

Additional Effects

Adding the serene visage 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.[1]

Eligible Items

Item Tier
mental aggregator 8
psychodyne helmet 8
zetachrome apex 8
enigma cap 7
flawless crysteel coronet 7
psychic meridian 7
crysteel coronet 6
ogre fur hat 6
fullerite armet 5
quartzfur hat 5
telemetric visor 5
ganglionic teleprojector 4
leafy helm 4
plastifer bonnet 4
ape fur hat 3
chain coif 3
elastyne skull cap 3
electric snail shell 3
fork-horned helm 3
headlamp 3
miner's helmet 3
square cap 3
steel helmet 3
knollworm skull 2
crimson hood 1
gentling cone 1
leather cap 1
wide-brimmed hat 1

References

This information is reliable as of patch 2.0.201.114.
  1. XRL.World.Parts.ModSerene