Chrome idol: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Trashmonks
(Updated by egocarib with game version 2.0.201.60 using QBE v1.0rc2)
(description)
Line 40: Line 40:
}}
}}
<!-- END QBE -->
<!-- END QBE -->
A {{name}} is a [[robotic]] creature belonging to the [[Naphtaali tribe]] and [[robots]] factions. Chrome idols are commonly found in the {{favilink|Jungle}}.{{XML Ref|pop|JungleCreatures}}
Chrome idols will begin hostile to the player due to the player's low initial [[reputation]] with the Naphtaali tribe. In order for chrome idols to be neutral by default, the player must have at least neutral reputation with the Naphtaali tribe; the player's reputation with robots has no effect on the chrome idol's disposition.
Usually, chrome idols possess no equipment or weaponry of any kind, and will simply attack with their manipulators, which are equivalent to their fists.{{XML Ref|object|Chrome Idol}}
== Naphtaali Pack ==
Chrome idols will always be accompanied by several members of the Naphtaali tribe. The number of members will be random and the chosen members will be randomly distributed around the chrome idol in a 4 tile radius; members cannot be placed in non-passable tiles, such as those occupied by walls, and the number of such tiles nearby can result in less members being present than there would be otherwise.
The number of members are as follows. Members will be spawned in this order and placed in nearby cells until all members have been spawned, or there are no remaining valid tiles to place them in.{{Code Reference|class=PygmyPack1}}
* 1-3 {{favilink|Naphtaali Forager|plural}}
* 1-3 {{favilink|Naphtaali Runt|plural}}
* 1-3 {{favilink|Naphtaali Blowgunner|plural}}
* 1-3 {{favilink|Naphtaali Stalker|plural}}
* 4-8 additional {{favilink|Naphtaali Forager|plural}}
== Chrome Idol Heroes ==
Chrome idols will occasionally spawn as chrome idol heroes, which are [[legendary creature|legendary]] and possess additional properties.{{XML Ref|object|Chrome Idol Hero 1}} Unlike other "heroes", chrome idol's randomly generated names have no impact on their properties and are purely cosmetic.
All chrome idol heroes will have the following:{{Code Reference|XRL.World.Encounters.EncounterObjectBuilders|class=ChromeIdolHero1}}
* One item from [[Data:Melee Weapons#Melee Weapons 2|Melee Weapons 2]]
* One item from [[Data:Armor#Armor 2|Armor 2]]
* One item from [[Data:Junk#Junk 3|Junk 3]]
* One item from [[Data:Junk#Junk 3R|Junk 3R]]
* Doubled base [[Hitpoints]]
{{References|2.0.201.87}}
{{Creature Navbox|Naphtaali tribe}}
{{Creature Navbox|Naphtaali tribe}}
{{No Description}}
{{Robots Navbox}}
{{Robots Navbox}}
[[Category:Robots]]
[[Category:Robots]]

Revision as of 23:43, 9 April 2021

chrome idol
Chrome idol.png
Character

0

ID?Use this ID to Wish for chrome idol

Chrome Idol

Faction

Naphtaali tribe (Loved100 Reputation)
robots (Neutral25 Reputation)

Demeanor

neutral

Mutations
Mutations
Experience?The XP granted when killed. Click
"toggle detailed stats" above for
a level-based breakdown.

400 XP

XP Tier

1

Role

Leader

Spawns in

Naphtaali


Extra info:
  • Made out of Metal
  • Weighs 200 lbs
chrome idol

Skimming the underbrush, sailing on air, a shiny ooid of perfect chrome reflects the dim light peeking through the canopy's braided tresses. A larger version of the knit mask worn by the Naphtaali rootdwellers adorns their surface in imitation of a face. They rotate with specious purpose.

Perfect

A chrome idol is a robotic creature belonging to the Naphtaali tribe and robots factions. Chrome idols are commonly found in the jungle.[1]

Chrome idols will begin hostile to the player due to the player's low initial reputation with the Naphtaali tribe. In order for chrome idols to be neutral by default, the player must have at least neutral reputation with the Naphtaali tribe; the player's reputation with robots has no effect on the chrome idol's disposition.

Usually, chrome idols possess no equipment or weaponry of any kind, and will simply attack with their manipulators, which are equivalent to their fists.[2]

Naphtaali Pack

Chrome idols will always be accompanied by several members of the Naphtaali tribe. The number of members will be random and the chosen members will be randomly distributed around the chrome idol in a 4 tile radius; members cannot be placed in non-passable tiles, such as those occupied by walls, and the number of such tiles nearby can result in less members being present than there would be otherwise.

The number of members are as follows. Members will be spawned in this order and placed in nearby cells until all members have been spawned, or there are no remaining valid tiles to place them in.[3]

Chrome Idol Heroes

Chrome idols will occasionally spawn as chrome idol heroes, which are legendary and possess additional properties.[4] Unlike other "heroes", chrome idol's randomly generated names have no impact on their properties and are purely cosmetic.

All chrome idol heroes will have the following:[5]

References

This information is reliable as of patch 2.0.201.87.
  1. PopulationTables.xml, population name JungleCreatures
  2. ObjectBlueprints.xml, object name Chrome Idol
  3. XRL.World.Parts.PygmyPack1
  4. ObjectBlueprints.xml, object name Chrome Idol Hero 1
  5. XRL.World.Parts.ChromeIdolHero1