Frage bzgl Produktionszyclen

Hier ist der ideale Ort um über Scripts und Mods für X4: Foundations zu diskutieren.

Moderators: Scripting / Modding Moderators, Moderatoren für Deutsches X-Forum

User avatar
ubuntufreakdragon
Posts: 5226
Joined: Thu, 23. Jun 11, 14:57
x4

Frage bzgl Produktionszyclen

Post by ubuntufreakdragon »

wares.xml z.b.:

Code: Select all

<production time="300" amount="60" method="teladi" name="{20206,401}">
      <primary>
        <ware ware="energycells" amount="50" />
        <ware ware="graphene" amount="80" />
        <ware ware="teladianium" amount="58" />
      </primary>
      <effects>
        <effect type="work" product="0.2" />
      </effects>
    </production>
gibt es bei den effects auch modifier für resourcenverbrauch und dauer?
Also z.b.

Code: Select all

      <effects>
        <effect type="work" resource="0.2" />
        <effect type="work" time="0.2" />
      </effects>
My X3 Mods

XRebirth, things left to patch:
In General; On Firing NPC's; In De Vries; Out Of Zone; And the Antiwishlist

Return to “X4: Foundations - Scripts und Modding”