<?xml version="1.0" encoding="utf-8" ?>

<Patch>

  <Operation Class="PatchOperationFindMod">
		<mods>
			<li>Combat Extended</li>
		</mods>

		<match Class="PatchOperationSequence">
			<operations> 
			  
			  <li Class="PatchOperationAdd">
					<success>Always</success>
					<xpath>Def/ThingDef[defName="PlantBlazebulb"]/plant</xpath>
					<value>
						<harvestAfterGrowth>0.15</harvestAfterGrowth>
						<lifespanDaysPerGrowDays>8</lifespanDaysPerGrowDays>						
					</value>
			  </li>
			  
			</operations>
		</match>
  </Operation>
 

</Patch>