Disguise: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
m (Add CloakMods)
(add list of eligible items)
Line 1: Line 1:
{{As Of Patch|2.0.201.47}}
{{Mod
{{Mod
| title      ={{qud text|and <creature> disguise}}
| title      ={{qud text|and <creature> disguise}}
Line 14: Line 13:
| complexity = 2
| complexity = 2
}}
}}
The '''disguise''' mod can be applied to [[:Category:Armor|armor]] or a {{favilink|powered exoskeleton}}. It changes the appearance of the creature wearing the armor and provides a faction [[reputation]] boost.
The '''disguise''' mod can be applied to body armor, cloaks, or exoskeletons. It changes the appearance of the creature wearing the item and provides a significant faction [[reputation]] boost.


The '''disguised''' item will grant a reputation boost equal to 5 times the disguise-creature's base faction reputation value. Most creatures have a value of 99 or 100 for each faction they are associated with, so typically this will result in a boost of around 500 reputation for the creature's primary faction(s). For example, '''a madpole disguise''' would grant 500 reputation with the [[:Category:Fish (faction)|fish]] faction.
The '''disguised''' item will grant a reputation boost equal to 5 times the disguise-creature's base faction reputation value. Most creatures have a value of 99 or 100 for each faction they are associated with, so typically this will result in a boost of around 500 reputation for the creature's primary faction(s). For example, '''a madpole disguise''' would grant 500 reputation with the [[:Category:Fish (faction)|fish]] faction.{{Code Reference|class=ModDisguise}}


This mod is sometimes encountered on random creatures' equipment in the world, causing those creatures to look different than expected. For example, if a {{favilink|snapjaw scavenger}} is wearing a '''leather apron and infiltrator disguise''', their sprite will look identical to an {{favilink|infiltrator}}. You can determine the true identity of a creature wearing a disguise either by {{qud text|(&WL&y)ook}}ing at them and reviewing their description, or by holding the ALT key, which will display the creature with their true sprite.
This mod is sometimes encountered on random creatures' equipment in the world, causing those creatures to look different than expected. For example, if a {{favilink|snapjaw scavenger}} is wearing a '''leather apron and infiltrator disguise''', their sprite will look identical to an {{favilink|infiltrator}}. You can determine the true identity of a creature wearing a disguise either by {{qud text|(&WL&y)ook}}ing at them and reviewing their description, or by holding the ALT key, which will display the creature with their true sprite.


The '''disguise''' mod cannot be tinkered, it can only be found on existing items in the world.
The '''disguise''' mod cannot be tinkered, it can only be found on existing items in the world.
== Items That Can Be a Disguise ==
{{#cargo_query:
  | tables = Modability=M,GeneralData=GD,ItemsTable=IT
  | join on = M.JoinKey=GD.JoinKey,M.JoinKey=IT.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item
  | where = M.SupportedMods HOLDS 'BodyMods' OR M.SupportedMods HOLDS 'ExoskeletonMods' OR M.SupportedMods HOLDS 'CloakMods'
  | order by = GD.PlainName
  | format = ul
  | columns = 2
}}
{{references|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}

Revision as of 14:17, 5 October 2021

and <creature> disguise
Category

Body, Cloak, Exoskeleton

Rarity

Rare

Tinkerable

no

AutotinkerableCan appear spontaneously on an
item you create with tinkering.

no

Value multiplier

1.3

+3

+2

ID

ModDisguise

Disguise: This item makes its wearer appear to be a <creature name>.

The disguise mod can be applied to body armor, cloaks, or exoskeletons. It changes the appearance of the creature wearing the item and provides a significant faction reputation boost.

The disguised item will grant a reputation boost equal to 5 times the disguise-creature's base faction reputation value. Most creatures have a value of 99 or 100 for each faction they are associated with, so typically this will result in a boost of around 500 reputation for the creature's primary faction(s). For example, a madpole disguise would grant 500 reputation with the fish faction.[1]

This mod is sometimes encountered on random creatures' equipment in the world, causing those creatures to look different than expected. For example, if a snapjaw scavenger is wearing a leather apron and infiltrator disguise, their sprite will look identical to an infiltrator. You can determine the true identity of a creature wearing a disguise either by (L)ooking at them and reviewing their description, or by holding the ALT key, which will display the creature with their true sprite.

The disguise mod cannot be tinkered, it can only be found on existing items in the world.

Items That Can Be a Disguise

References

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