source: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fruit/fig.xml@ 25259

Last change on this file since 25259 was 25259, checked in by Stan, 3 years ago

Fix selection height for the apple, banana, date, fig, olive and palm trees. Use the biggest variation as reference. Forgotten in Phab:24043 (Height was 10 initially)

Reported by: @nani
Fixes: #6075

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 432 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_gaia_fruit">
3 <Footprint>
4 <Circle radius="4.0"/>
5 <Height>15</Height>
6 </Footprint>
7 <Identity>
8 <SpecificName>Fig</SpecificName>
9 </Identity>
10 <Obstruction>
11 <Static width="5.0" depth="5.0"/>
12 </Obstruction>
13 <ResourceSupply>
14 <Max>500</Max>
15 </ResourceSupply>
16 <VisualActor>
17 <Actor>flora/trees/fig.xml</Actor>
18 </VisualActor>
19</Entity>
Note: See TracBrowser for help on using the repository browser.