[base] Original Mod
This commit is contained in:
parent
3162f74764
commit
dd5efd1a7f
3 changed files with 33 additions and 0 deletions
29
Data/Blueprints.sbc
Normal file
29
Data/Blueprints.sbc
Normal file
|
@ -0,0 +1,29 @@
|
|||
<?xml version="1.0"?>
|
||||
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<Blueprints>
|
||||
<Blueprint>
|
||||
<Id>
|
||||
<TypeId>BlueprintDefinition</TypeId>
|
||||
<SubtypeId>StoneOreToIngot</SubtypeId>
|
||||
</Id>
|
||||
<DisplayName>DisplayName_BlueprintClass_Ingots</DisplayName>
|
||||
<Icon>Textures\GUI\Icons\ingot\ingot_class.dds</Icon>
|
||||
<Prerequisites>
|
||||
<Item Amount="0.7" TypeId="Ore" SubtypeId="Stone" />
|
||||
</Prerequisites>
|
||||
<Results>
|
||||
<Item Amount="0.01" TypeId="Ingot" SubtypeId="Stone" />
|
||||
<Item Amount="0.0005" TypeId="Ingot" SubtypeId="Uranium" />
|
||||
<Item Amount="0.01" TypeId="Ore" SubtypeId="Ice" />
|
||||
<Item Amount="0.0005" TypeId="Ingot" SubtypeId="Cobalt" />
|
||||
<Item Amount="0.075" TypeId="Ingot" SubtypeId="Iron" />
|
||||
<Item Amount="0.005" TypeId="Ingot" SubtypeId="Nickel" />
|
||||
<Item Amount="0.005" TypeId="Ingot" SubtypeId="Silicon" />
|
||||
<Item Amount="0.0005" TypeId="Ingot" SubtypeId="Platinum" />
|
||||
<Item Amount="0.0005" TypeId="Ingot" SubtypeId="Gold" />
|
||||
<Item Amount="0.001" TypeId="Ingot" SubtypeId="Silver" />
|
||||
</Results>
|
||||
<BaseProductionTimeInSeconds>0.05</BaseProductionTimeInSeconds>
|
||||
</Blueprint>
|
||||
</Blueprints>
|
||||
</Definitions>
|
4
metadata.mod
Normal file
4
metadata.mod
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ModMetadata xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<ModVersion>1.1</ModVersion>
|
||||
</ModMetadata>
|
BIN
thumb.PNG
Normal file
BIN
thumb.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 453 KiB |
Loading…
Reference in a new issue