Index of artefacts
From Elite Wiki
Warning: This page is part of a project aiming at automatically generating a comprehensive Galaxy Guide. |
The text for this entry is generated automatically and subject to change. |
See Autogenerated Galaxy Guide Project Page |
Current example pages in this project: System List for Galaxy Sector One, Sector1/Lave, Sector1/Lerelace, Sector1/Oresri, and Sector1/Aronar |
Contents
${ expansions?size } Expansions
Expansion | Equipment | Ships
<#list expansions><#items as expansion> |
---|---|---|
[[${ expansion.title }]]
</#items></#list> |
${ equipment?size } Equipment
only visible equipment is listed here
Equipment | Expansion | Cost [deci-credits] | Techlevel
<#list equipment><#items as equipment><#if equipment.visible> |
---|---|---|---|
[[${ equipment.name }]] | [[${ equipment.expansion.name }]] | ${ equipment.cost } | ${ equipment.techlevel?number + 1 }+
</#if></#items></#list> |
${ ships?size } Ships
Ship | Expansion
<#list ships><#items as ship><#if !ship.template> |
---|---|
[[${ ship.name }]] | [[${ ship.expansion.name }]]
</#if></#items></#list> |
${ warnings?size } Warnings
While going through the list of expansions registered for the Expansion Manager, some discrepancies were noted. These may have an effect on the completeness of the above list.
<#if warnings?has_content>
== Global ==<#list globalWarnings as w>
- ${ w }</#list></#if>
<#list expansions><#items as expansion><#if expansion.warnings?has_content>
== ${ expansion.title } ==<#list expansion.warnings as w>
- ${ w }</#list></#if></#items></#list>