source: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fruit/apple.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: 344 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_gaia_fruit">
3 <Footprint>
4 <Height>14</Height>
5 </Footprint>
6 <Identity>
7 <SpecificName>Apple</SpecificName>
8 </Identity>
9 <ResourceSupply>
10 <Max>400</Max>
11 </ResourceSupply>
12 <VisualActor>
13 <Actor>flora/trees/apple_bloom.xml</Actor>
14 </VisualActor>
15</Entity>
Note: See TracBrowser for help on using the repository browser.