===== Reference ===== This page contains indexed reference information related to modding. ==== XML ==== ===Root Elements=== * [[modding:xml:TranscendenceAdventure]] * [[modding:xml:TranscendenceExtension]] * [[modding:xml:TranscendenceModule]] ===Instantiated Design Types=== These are types that you can deal with instances of directly. * [[modding:xml:ItemType]] as itemStructs * [[modding:xml:MissionType]] as mission objects * [[modding:xml:OverlayType]] as an element on spaceobjects * [[modding:xml:ShipClass]] as a spaceobject * [[modding:xml:StationType]] as a spaceobject * [[modding:xml:SystemType]] as a node * [[modding:xml:TemplateType]] as another type! ===Singleton Design Types=== These are types that you only ever seem to reference by [[UNID]]. * [[modding:xml:AdventureDesc]] * [[modding:xml:DockScreen]] * [[modding:xml:EconomyType]] * [[modding:xml:EffectType]] * [[modding:xml:Effect]] //(Deprecated in favor of EffectType per the source)// * [[modding:xml:EncounterTable]] * [[modding:xml:ItemTable]] * [[modding:xml:Power]] * [[modding:xml:ShipTable]] * [[modding:xml:Sovereign]] * [[modding:xml:soundtrack|Soundtrack]] * [[modding:xml:SpaceEnvironment]] * [[modding:xml:SystemMap]] * [[modding:xml:SystemPartTable]] ==== TLisp ==== * [[modding:functions|Function List]] ==== Articles ==== * [[modding:xml:adventures_and_extensions|Adventures and Extensions Explained]] * [[modding:xml:artwork_scales|Artwork Scales]] * [[modding:xml:game_lifecycle|Game Lifecycle]]