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

Last change on this file since 24963 was 24963, checked in by Freagarach, 3 years ago

Decay/Regenerate option for resources.

Allows entities to change their resource amount over time, possibly with some constraint.

This is a not-so-bare minimum, but can certainly be improved and/or extended later.

Part of: #1973
Original patch by: @smiley
Redone by: @Stan
Standing on the shoulders of giants: @Freagarach
(Revisions: 59; Inlines: 209)
Differential revision: D1718
Comments by: @Angen, @elexis, @Imarok, @Langbart, @nani, @Nescio, @smiley, @Stan, @wraitii

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 291 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity parent="template_gaia_fruit">
3 <Identity>
4 <SpecificName>Apple</SpecificName>
5 </Identity>
6 <ResourceSupply>
7 <Max>400</Max>
8 </ResourceSupply>
9 <VisualActor>
10 <Actor>flora/trees/apple_bloom.xml</Actor>
11 </VisualActor>
12</Entity>
Note: See TracBrowser for help on using the repository browser.