[Gameplay] Correct loot for mercenaries cavs
[0ad.git] / binaries / data / mods / public / simulation / templates / mixins / merc_cav.xml
blob236fb0fe899e175003d3cbffe6f4896e80f3a67c
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <Entity parent="mercenary">
3   <Cost>
4     <Resources>
5       <metal>90</metal>
6       <food>20</food>
7     </Resources>
8   </Cost>
9   <Loot>
10     <metal>9</metal>
11     <food>2</food>
12   </Loot>
13   <Promotion>
14     <RequiredXp>300</RequiredXp>
15   </Promotion>
16 </Entity>