User:Alephander/attributes: Difference between revisions

 
(44 intermediate revisions by the same user not shown)
Line 18: Line 18:
   | format = table
   | format = table
}}
}}
=== Muq ===


{| class="wikitable"
{| class="wikitable"
Line 26: Line 28:
|  ||  ||  || 1 ||  ||  || head || Muroshruraq's Boundless Helm
|  ||  ||  || 1 ||  ||  || head || Muroshruraq's Boundless Helm
|-
|-
|  ||  ||  ||  || 1 || 2 || feet || Kashwashwobas' Shining Sneaks (+10 move)
|  ||  ||  ||  || 1 || 2 || shoes || Kashwashwobas' Shining Sneaks (+10 move)
|-
|  ||  ||  ||  || 2 ||  || body || Inquisitive Breast of Alanna (+10 acid resistance)
|-
| 1 || 1 ||  ||  ||  ||  || gloves || ulnar stimulators
|-
| 2 ||  ||  ||  ||  ||  || back || powered exoskeleton
|-
|-
| 1 || 1 ||  ||  ||  ||   || hands || ulnar stimulators
|   ||   ||  ||  ||  || 1 || hand || Radiant Dirk of Mavah p11 1d6
|-
|-
| Example || Example || Example || Example || Example || Example || Example || Example
| Example || Example || Example || Example || Example || Example || Example || Example
|}
|}


Other items offer stat bonuses when powered.
* 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.
 
Maximum ego +6 with: kaleidocera cape, shining sneaks, mirrorshades, square cap, radiant dirk
 
To prosyletize a chrome idol (lvl 8 MA 8), need
 
1d8 + EgoModifier >= 6 + TargetMA
 
=== when powered ===
 
+1 Strength
 
Other items offer attribute bonuses when powered.


{{#cargo_query:
{{#cargo_query:
Line 45: Line 66:
             CONCAT('{{(}}qud text{{!}}&', CASE WHEN IntelligenceBonus IS NOT NULL AND IntelligenceBonus >= 0 THEN 'G+ ' ELSE 'R ' END, IntelligenceBonus , '{{)}}')=Intelligence,
             CONCAT('{{(}}qud text{{!}}&', CASE WHEN IntelligenceBonus IS NOT NULL AND IntelligenceBonus >= 0 THEN 'G+ ' ELSE 'R ' END, IntelligenceBonus , '{{)}}')=Intelligence,
             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)
            Description,
            Length(Description)
   | where = _pageNamespace = 0 AND Description LIKE '%agility%'
  | order by = _pageName ASC
  | format = table
}}
 
reputation items
 
{{#cargo_query:
  | tables = ItemsTable
  | fields = CONCAT('{{(}}favilink id{{!}}',ObjectID,'{{)}}')=Equipment,
            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,
            Description
  | where = _pageNamespace = 0 AND Description LIKE '%dexterity%'
   | order by = _pageName ASC
   | order by = _pageName ASC
   | format = table
   | format = table
}}
}}
=== Ulnar Stimulators ===
The object blueprints contain this element:
<part Name="EquipStatBoost" Boosts="Strength:1;Agility:1" ChargeUse="1" IsBootSensitive="true" IsEMPSensitive="true" IsPowerSwitchSensitive="true" IsPowerLoadSensitive="true" RequiresBodyPartCategory="Animal" />
But the wiki's [[Special:CargoTables|cargo tables]] contain:
==== ItemInfo ====
==== ExtraInfo ====
{| class="wikitable"
|+ Ulnar_stimulators
|-
! column !! field value
|-
| <pre>Info</pre> || <pre>Metal,,, EMP Sensitive,,, Power load-sensitive,,, energy cell required,,,</pre>
|-
| <pre>JoinKey</pre> || <pre>Ulnar stimulators</pre>
|-
| <pre>ObjectID</pre> || <pre>Ulnar Stimulators</pre>
|}
69

edits