User:Alephander/attributes

From Caves of Qud Wiki
Jump to navigation Jump to search

Equipment by Attribute Bonus

The following items offer stat bonuses when worn.

Equipment Strength Agility Toughness Willpower Intelligence Ego
amaranthine prism - ? + ?
chrome mantle + 1
crystalline halo + 1
dream rondure + 2
Earth Face + 1 + 1 + 1 + 1 + 1 + 1
elastyne gloves + 1
Fist of the Ape God + 4
Flume-Flier of the Sky-Bear + 1
gentling cone -1
gentling mask -1
kaleidocera cape + 1
kaleidocera krakows + 1
kaleidocera muffs + 1
Kesil Face + 1 + 1 + 1 + 1 + 1 + 1
Klanq + 1
knollworm skull + 1
Levant Face + 1 + 1 + 1 + 1 + 1 + 1
mirrorshades + 1
murmur mask -1
ogre fur cloak + 1
ogre fur gloves + 1
ogre fur hat + 1
Olive Face + 1 + 1 + 1
Ruin of House Isner + 1
Shemesh Face + 1 + 1 + 1 + 1 + 1 + 1
square cap + 1 + 1
still crystal chime + 1
Stopsvalinn + 1

Muq

Items providing attribute bonuses
str agi tou wil int ego slot name
1 head Muroshruraq's Boundless Helm
1 2 feet Kashwashwobas' Shining Sneaks (+10 move)
2 body Inquisitive Breast of Alanna (+10 acid resistance)
1 1 hands ulnar stimulators
2 back powered exoskeleton
Example Example Example Example Example Example Example Example
  • Perpetual Rifle of Shawar. rifle. p8 1d8 accuracy High. grants Temporal Fugue at level 1.
  • Tsimeki Hemsalhotapor's Philosophical Edge. long blade. p6 1d4+1. discharges clockwork beetle friend on hit.

when powered

+1 Strength

Other items offer attribute bonuses when powered.

Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'CONTAINS '+1 Strength') ORDER BY `_pageName` LIMIT 100' at line 3 (localhost)

Function: CargoSQLQuery::run Query: SELECT CONCAT('{{favilink id|',ObjectID,'}}') AS `Equipment`,CONCAT('{{qud text|&', CASE WHEN StrengthBonus IS NOT NULL AND StrengthBonus >= 0 THEN 'G+ ' ELSE 'R ' END, StrengthBonus, '}}') AS `Strength`,CONCAT('{{qud text|&', CASE WHEN AgilityBonus IS NOT NULL AND AgilityBonus >= 0 THEN 'G+ ' ELSE 'R ' END, AgilityBonus, '}}') AS `Agility`,CONCAT('{{qud text|&', CASE WHEN ToughnessBonus IS NOT NULL AND ToughnessBonus >= 0 THEN 'G+ ' ELSE 'R ' END, ToughnessBonus, '}}') AS `Toughness`,CONCAT('{{qud text|&', CASE WHEN WillpowerBonus IS NOT NULL AND WillpowerBonus >= 0 THEN 'G+ ' ELSE 'R ' END,

                CASE WHEN ObjectID = 'Cyclopean Prism' THEN '- ?' ELSE WillpowerBonus END, '}}') AS `Willpower`,CONCAT('{{qud text|&', CASE WHEN IntelligenceBonus IS NOT NULL AND IntelligenceBonus >= 0 THEN 'G+ ' ELSE 'R ' END, IntelligenceBonus , '}}') AS `Intelligence`,CONCAT('{{qud text|&', CASE WHEN EgoBonus IS NOT NULL AND EgoBonus >= 0 THEN 'G+ ' ELSE 'R ' END, 
                CASE WHEN ObjectID = 'Cyclopean Prism' THEN '?' ELSE EgoBonus END, '}}') AS `Ego`  FROM `ItemsTable`    WHERE _pageNamespace = 0 AND (IntelligenceBonus IS NOT NULL OR EgoBonus IS NOT NULL) AND (Description CONTAINS '+1 Strength')  ORDER BY `_pageName` LIMIT 100