Station Static Data

Freeform discussion about anything related to modding Transcendence.
Post Reply
User avatar
Prophet
Militia Captain
Militia Captain
Posts: 826
Joined: Tue Nov 18, 2008 6:09 pm

Can I have two tables in static data on a station and would I place them within the same tags?

Code: Select all

<StaticData>
     <Table1>
        (------)
    </Table1>

   <Table2>
     (------)
   </Table2>
</StaticData>
or with their own separate tags?

Code: Select all

<StaticData>
     <Table1>
        (------)
    </Table1>
</StaticData>

<StaticData>
   <Table2>
     (------)
   </Table2>
</StaticData>
Also, how is static data stored on an item, is it an attribute or do you enclose it similar to the station?
Coming soon: The Syrtian War adventure mod!
A Turret defense genre mod exploring the worst era in Earth's history.
Can you defend the Earth from the Syrtian invaders?
Stay tuned for updates!
User avatar
alterecco
Fleet Officer
Fleet Officer
Posts: 1658
Joined: Wed Jan 14, 2009 3:08 am
Location: Previously enslaved by the Iocrym

If i understand you correctly, then the first version is the correct one. (I'm not 100% sure what you refer to by tables).

The syntax for <StaticData> on an item is exactly the same

.]
Post Reply