source: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fruit/date.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: 383 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>20</Height>
6 </Footprint>
7 <Identity>
8 <SpecificName>Date Palm</SpecificName>
9 </Identity>
10 <ResourceSupply>
11 <Max>400</Max>
12 </ResourceSupply>
13 <VisualActor>
14 <Actor>flora/trees/palm_date_new_fruit.xml</Actor>
15 </VisualActor>
16</Entity>
Note: See TracBrowser for help on using the repository browser.