<?xml version="1.0" encoding="utf-8"?>
<s1 title="foodConsumeRate"><p></p>
<s2 id="Function" title="Function">
<p><em><strong>usage:</strong></em> </p>
<p>echo <jump href="/wiki/GetTroops">GetTroops</jump>().foodConsumption() </p>
<p><em><strong>examples:</strong></em> </p>
<p></p>
<source><![CDATA[echo GetTroops("b:2m,r:1m,cp:1m").foodConsumption(60)]]></source><p>Will echo the food consumption of to Troop Bean: b:2m,r:1m,cp:1m after 60 seconds. </p>
<p></p>
<source><![CDATA[echo FormatNumber(GetTroops("b:"+city.getAvailableTroop().ballista+",r:"+city.getAvailableTroop().batteringRam+",cp:"+city.getAvailableTroop().catapult).foodConsumeRate)]]></source><p>Will output the food consumption of the current cities ballista, Rams &amp; Catapults. </p>

<br/>------------------------------------------------------------------------------<br/>
<p> <jump href="/wiki/CategoryFunctions">CategoryFunctions</jump> </p>
</s2></s1>