-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
24 lines (21 loc) · 987 Bytes
/
modDesc.xml
File metadata and controls
24 lines (21 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="97">
<author>scfmod</author>
<version>1.0.1.0</version>
<title>
<en>Placeable Material Discharge</en>
</title>
<description>
<en><![CDATA[Placeable specializations.]]></en>
</description>
<iconFilename>icon_placeableMaterialDischarge.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="scripts/main.lua" />
</extraSourceFiles>
<placeableSpecializations>
<specialization name="materialDischargeable" className="PlaceableMaterialDischargeable" filename="scripts/placeableSpecializations/PlaceableMaterialDischargeable.lua" />
<specialization name="productionDischargeable" className="PlaceableProductionDischargeable" filename="scripts/placeableSpecializations/PlaceableProductionDischargeable.lua" />
</placeableSpecializations>
<l10n filenamePrefix="l10n/l10n" />
</modDesc>