se-enhanced-stone/Data/Blueprints.sbc

29 lines
1.3 KiB
Text
Raw Normal View History

2022-12-27 19:31:38 +00:00
<?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>