User:Alephander/attributes: Difference between revisions

Jump to navigation Jump to search
Line 41: Line 41:
* Perpetual Rifle of Shawar. rifle. p8 1d8 accuracy High. grants Temporal Fugue at level 1.
* 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.
* 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.
Other items offer attribute bonuses when powered.
Line 55: Line 59:
             CONCAT('{{(}}qud text{{!}}&', CASE WHEN EgoBonus IS NOT NULL AND EgoBonus >= 0 THEN 'G+ ' ELSE 'R ' END,  
             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, '{{)}}')=Ego
                 CASE WHEN ObjectID = 'Cyclopean Prism' THEN '?' ELSE EgoBonus END, '{{)}}')=Ego
   | where = _pageNamespace = 0 AND (AgilityBonus IS NOT NULL OR StrengthBonus IS NOT NULL OR WillpowerBonus IS NOT NULL OR ToughnessBonus IS NOT NULL OR IntelligenceBonus IS NOT NULL OR EgoBonus IS NOT NULL)
   | where = _pageNamespace = 0 AND (IntelligenceBonus IS NOT NULL OR EgoBonus IS NOT NULL)
   | order by = _pageName ASC
   | order by = _pageName ASC
   | format = table
   | format = table
}}
}}