User:Alephander/attributes: Difference between revisions

 
(28 intermediate revisions by the same user not shown)
Line 28: 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)
|  ||  ||  ||  || 2 ||  || body || Inquisitive Breast of Alanna (+10 acid resistance)
|-
|-
| 1 || 1 ||  ||  ||  ||  || hands || ulnar stimulators
| 1 || 1 ||  ||  ||  ||  || gloves || ulnar stimulators
|-
|-
| 2 ||  ||  ||  ||  ||  || back || powered exoskeleton
| 2 ||  ||  ||  ||  ||  || back || powered exoskeleton
|-
|  ||  ||  ||  ||  || 1 || hand || Radiant Dirk of Mavah p11 1d6
|-
|-
| Example || Example || Example || Example || Example || Example || Example || Example
| Example || Example || Example || Example || Example || Example || Example || Example
Line 41: Line 43:
* 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.
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 ===
=== when powered ===
Line 57: Line 65:
                 CASE WHEN ObjectID = 'Cyclopean Prism' THEN '- ?' ELSE WillpowerBonus END, '{{)}}')=Willpower,
                 CASE WHEN ObjectID = 'Cyclopean Prism' THEN '- ?' ELSE WillpowerBonus END, '{{)}}')=Willpower,
             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,
                CASE WHEN ObjectID = 'Cyclopean Prism' THEN '?' ELSE EgoBonus END, '{{)}}')=Ego,
            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,  
             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,
             Description
             Description
   | where = _pageNamespace = 0 AND Description LIKE '%Ego%'
   | 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