-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.xml
85 lines (85 loc) · 3.42 KB
/
example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8"?>
<addwares>
<configuration>
<prefix value="example"/>
<gamepath value="%PROGRAMFILES(X86)%\Steam\steamapps\common\X4 Foundations"/>
<modpath value="extensions\example"/>
<unpackedpath value="unpacked-150"/>
<defaults>
<ware transport="container" volume="" tags="container economy">
<price min="735" average="865" max="994" />
<production time="300" amount="60" method="default">
<primary>
<ware ware="energycells" amount="20" />
<ware ware="silicon" amount="40" />
</primary>
<effects>
<effect type="work" product="0.2" />
</effects>
</production>
<icon active="ware_default" video="ware_noicon_macro" />
</ware>
<blueprint description="{20104,12302}" transport="container" volume="1" tags="module">
<price min="197231" average="232036" max="266841" />
<production time="791" amount="1" method="default" name="{20206,101}">
<primary>
<ware ware="claytronics" amount="36" />
<ware ware="energycells" amount="73" />
<ware ware="hullparts" amount="135" />
</primary>
</production>
<research time="10">
<research>
<ware ware="research_module_production" />
</research>
</research>
<restriction licence="station_gen_basic" />
<owner faction="antigone" />
<owner faction="argon" />
<owner faction="holyorder" />
<owner faction="paranid" />
<owner faction="teladi" />
</blueprint>
</defaults>
</configuration>
<generation>
<addware id="glass" cloneProductionModuleFrom="prod_gen_refinedmetals" baskets="[refined, pirate_container, all_container, all]">
<ware name="Glass" group="refined" transport="container" volume="32" tags="container economy">
<price min="735" average="865" max="994" />
<production time="300" amount="60" method="default" name="Glass">
<primary>
<ware ware="energycells" amount="50" />
<ware ware="silicon" amount="80" />
</primary>
<effects>
<effect type="work" product="0.2" />
</effects>
</production>
</ware>
</addware>
<addware id="plastic" cloneProductionModuleFrom="prod_gen_refinedmetals" baskets="[refined, pirate_container, all_container, all]">
<ware name="Plastic" group="refined" transport="container" volume="8" tags="container economy">
<price min="456" average="567" max="786" />
<production time="100" amount="60" method="default" name="Plastic">
<primary>
<ware ware="energycells" amount="300" />
<ware ware="silicon" amount="20" />
</primary>
<effects>
<effect type="work" product="0.2" />
</effects>
</production>
</ware>
<blueprint name="Glass Production" description="{20104,12302}" transport="container" volume="1" tags="module">
<price min="197231" average="232036" max="266841" />
<production time="791" amount="1" method="default" name="{20206,101}">
<primary>
<ware ware="claytronics" amount="36" />
<ware ware="energycells" amount="73" />
<ware ware="hullparts" amount="135" />
</primary>
</production>
</blueprint>
</addware>
</generation>
</addwares>