Initial Commit

This commit is contained in:
mrjohndowe 2022-01-06 15:25:08 -07:00
commit 9894f003b9
933 changed files with 227606 additions and 0 deletions

BIN
.git_220106_115631.zip Normal file

Binary file not shown.

59
.htaccess Normal file
View File

@ -0,0 +1,59 @@
# Protect server configuration
# "Order, Deny"-syntax inherited from PHPBB3
# Works with Apache 2.4 and earlier
<IfModule mod_version.c>
<IfVersion < 2.4>
<Files "server.conf">
Order Allow,Deny
Deny from All
</Files>
<Files "webStatsConfig.xml">
Order Allow,Deny
Deny from All
</Files>
<Files "onlineUser.conf">
Order Allow,Deny
Deny from All
</Files>
</IfVersion>
<IfVersion >= 2.4>
<Files "server.conf">
Require all denied
</Files>
<Files "webStatsConfig.xml">
Require all denied
</Files>
<Files "onlineUser.conf">
Require all denied
</Files>
</IfVersion>
</IfModule>
<IfModule !mod_version.c>
<IfModule !mod_authz_core.c>
<Files "server.conf">
Order Allow,Deny
Deny from All
</Files>
<Files "webStatsConfig.xml">
Order Allow,Deny
Deny from All
</Files>
<Files "onlineUser.conf">
Order Allow,Deny
Deny from All
</Files>
</IfModule>
<IfModule mod_authz_core.c>
<Files "server.conf">
Require all denied
</Files>
<Files "webStatsConfig.xml">
Require all denied
</Files>
<Files "onlineUser.conf">
Require all denied
</Files>
</IfModule>
</IfModule>
# Prevent directory listing
Options -Indexes

674
LICENSE Normal file
View File

@ -0,0 +1,674 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

22
README.md Normal file
View File

@ -0,0 +1,22 @@
# FS22 Web Stats - BETA VERSION
## Update 01/06/2022 - what is working so far:
- **Also with patch 1.2.0.1 the Farming Simulator Web API has not been extended yet. The only way to get all required data from the dedicated server is FTP access.**
- We are currently playing on the map Elmcreek. My tests are done with this map. But because of the new placement system in FS22 the Web Stats should work on other maps also.
- Get the data via FTP from dedicated servers - there is a workaround build in for G-Portal FTP servers
- Load the data from lokal savegame works too
- Display minimal, maximum and actual prices of commodities, with current storage and sales proceeds
- Display missions, sortable
- Ability to join a farm (virtual - no ingame effect) to show data of a specific farm
After a farm is choosen:
- Display all commodities of a farm. Also those in bunker silos, vehicles or bales on the map
- Display vehicles and buildings with resale value and leasing cost
- Display finances history of the last 5 days and a balance sheet
- Display ingame statistics (which are normaly not shown ingame for multiplayer games)
## Further plans:
- Get the data via the Web API, if Giants will ever extend it
- Display online player, map name, server version, perhaps mods
- Display information of high demands, weather, sales
- Display farmland and fields
- Display positions of vehicles , bales, pallets, silo, selling stations etc on the map

80
cache/careerSavegame.xml vendored Normal file
View File

@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<careerSavegame revision="2" valid="true">
<settings>
<savegameName>My game save</savegameName>
<creationDate>2022-01-05</creationDate>
<mapId>MapUS</mapId>
<mapTitle>Elmcreek</mapTitle>
<saveDateFormatted>2022-01-06</saveDateFormatted>
<saveDate>2022-01-06</saveDate>
<resetVehicles>false</resetVehicles>
<trafficEnabled>true</trafficEnabled>
<stopAndGoBraking>false</stopAndGoBraking>
<trailerFillLimit>true</trailerFillLimit>
<automaticMotorStartEnabled>false</automaticMotorStartEnabled>
<growthMode>1</growthMode>
<plannedDaysPerPeriod>5</plannedDaysPerPeriod>
<fruitDestruction>true</fruitDestruction>
<plowingRequiredEnabled>true</plowingRequiredEnabled>
<stonesEnabled>true</stonesEnabled>
<weedsEnabled>true</weedsEnabled>
<limeRequired>true</limeRequired>
<isSnowEnabled>true</isSnowEnabled>
<fuelUsage>3</fuelUsage>
<helperBuyFuel>false</helperBuyFuel>
<helperBuySeeds>false</helperBuySeeds>
<helperBuyFertilizer>false</helperBuyFertilizer>
<helperSlurrySource>1</helperSlurrySource>
<helperManureSource>1</helperManureSource>
<densityMapRevision>3</densityMapRevision>
<terrainTextureRevision>1</terrainTextureRevision>
<terrainLodTextureRevision>2</terrainLodTextureRevision>
<splitShapesRevision>2</splitShapesRevision>
<tipCollisionRevision>2</tipCollisionRevision>
<placementCollisionRevision>2</placementCollisionRevision>
<navigationCollisionRevision>2</navigationCollisionRevision>
<mapDensityMapRevision>1</mapDensityMapRevision>
<mapTerrainTextureRevision>1</mapTerrainTextureRevision>
<mapTerrainLodTextureRevision>1</mapTerrainLodTextureRevision>
<mapSplitShapesRevision>2</mapSplitShapesRevision>
<mapTipCollisionRevision>2</mapTipCollisionRevision>
<mapPlacementCollisionRevision>2</mapPlacementCollisionRevision>
<mapNavigationCollisionRevision>3</mapNavigationCollisionRevision>
<difficulty>2</difficulty>
<economicDifficulty>2</economicDifficulty>
<dirtInterval>4</dirtInterval>
<timeScale>5.000000</timeScale>
<autoSaveInterval>180.000000</autoSaveInterval>
</settings>
<guidedTour active="false" currentStepIndex="0"/>
<map>
<foundHelpIcons>00000000000000000000</foundHelpIcons>
</map>
<statistics>
<money>628472</money>
<playTime>996.006836</playTime>
</statistics>
<slotSystem slotUsage="392"/>
<mapsSplitShapeFileIds count="1">
<id id="0"/>
</mapsSplitShapeFileIds>
<mod modName="FS22_SleepAnywhere" title="Sleep Anywhere" version="1.0.0.0" required="false" fileHash="18abcec75ca9792c78326a5d0c6a69f2"/>
<mod modName="FS22_ImplementWearInfoHud" title="Implement Wear Info Hud" version="1.0.0.0" required="false" fileHash="6f4f3cfb2ed5ca46edaecadae6724ff9"/>
<mod modName="FSC_FS22_Exile" title="Exile Low Loader" version="1.2.0.0" required="false" fileHash="cadcbd52efbbf92205e1e59139e5fdc8"/>
<mod modName="FS22_FreeLandscapingTools" title="Free Landscaping Tools" version="1.0.0.0" required="false" fileHash="a53ecd42a5fba31139606c1161699d51"/>
<mod modName="FS22_PlayerSpeed" title="Player Speed" version="1.0.0.0" required="false" fileHash="e46ee03ae153252de7bf7d4968731f4e"/>
<mod modName="FS22_VehicleWorkshopRamps" title="Vehicle Workshop Ramps" version="1.0.0.0" required="false" fileHash="dae99cc81e3628db02c48a8c7ea97da3"/>
<mod modName="FS22_airHoseConnectSound" title="Air Hose Connect Sound" version="1.0.0.0" required="false" fileHash="d03a1495313c225f4540864cb9182df9"/>
<mod modName="FS22_PlaceAnywhere" title="Place Anywhere" version="1.0.0.0" required="false" fileHash="28ce6848552a68f8fc5d783e41d37799"/>
<mod modName="EXP22_Peterbilt389_fs22planet" title="Peterbilt 389 Daycab by Expendables Modding" version="1.1.0.0" required="false" fileHash="7782ae5aa277528d62a27df39def46fc"/>
<mod modName="RM_1986_Ford_F350" title="RM 1986 Ford F-350" version="1.0" required="false" fileHash="ad96027870942506483f37a29797bce9"/>
<mod modName="FS22_lizardFloodLightTrailer" title="Flood Light Trailer" version="1.0.0.0" required="false" fileHash="79c1fd7642be3058ecd3c0a128a2dc42"/>
<mod modName="FS22_VehicleControlAddon" title="Vehicle Control Addon" version="9.0.2.7" required="false" fileHash="fa5e6f024e2f1a66037884dea0482ee0"/>
<mod modName="EXP22_W900L_Custom" title="EXP22 W900 Custom" version="2.0.0.0" required="false" fileHash="a5fb6862dfcc188c169201b9ff97cb8a"/>
<mod modName="LockSteeringAxle" title="Lock Steering Axle" version="1.0.0.0" required="false" fileHash="dacf12465151722afa9ffd857816e970"/>
<mod modName="FS22_Dodge_Charger_2015_CBP" title="CBP Dodge Charger" version="1.0" required="false" fileHash="7e98359aa4766a6a5dde3441df3acf3d"/>
<mod modName="FS22_manualAttach" title="Manual Attach" version="2.0.0.0" required="false" fileHash="954e7e07c51051f34af74944745a5c36"/>
<mod modName="FS22_PlaceableExtended" title="PlaceableExtended" version="1.0.0.0" required="false" fileHash="f7973c94ca95bafcfa9408e9e8be7431"/>
<mod modName="FS22_PlayerPositionSaver" title="Player Position Saver" version="1.0.0.0" required="false" fileHash="b57c492560aeb0d5e17afad7fb3271ff"/>
<mod modName="FS22_CSShop1" title="Shop" version="1.0" required="false" fileHash="660d3a3a77ae24878d41678bd542c5eb"/>
</careerSavegame>

103
cache/collectibles.xml vendored Normal file
View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<collectibles isComplete="false">
<collectible index="24" collected="false"/>
<collectible index="47" collected="false"/>
<collectible index="3" collected="false"/>
<collectible index="97" collected="false"/>
<collectible index="57" collected="false"/>
<collectible index="25" collected="false"/>
<collectible index="48" collected="false"/>
<collectible index="18" collected="false"/>
<collectible index="98" collected="false"/>
<collectible index="4" collected="false"/>
<collectible index="58" collected="false"/>
<collectible index="26" collected="false"/>
<collectible index="49" collected="false"/>
<collectible index="19" collected="false"/>
<collectible index="99" collected="false"/>
<collectible index="59" collected="false"/>
<collectible index="27" collected="false"/>
<collectible index="50" collected="false"/>
<collectible index="20" collected="false"/>
<collectible index="100" collected="false"/>
<collectible index="60" collected="false"/>
<collectible index="28" collected="false"/>
<collectible index="6" collected="false"/>
<collectible index="51" collected="false"/>
<collectible index="61" collected="false"/>
<collectible index="29" collected="false"/>
<collectible index="52" collected="false"/>
<collectible index="7" collected="false"/>
<collectible index="62" collected="false"/>
<collectible index="30" collected="false"/>
<collectible index="53" collected="false"/>
<collectible index="8" collected="false"/>
<collectible index="63" collected="false"/>
<collectible index="31" collected="false"/>
<collectible index="54" collected="false"/>
<collectible index="88" collected="false"/>
<collectible index="21" collected="false"/>
<collectible index="64" collected="false"/>
<collectible index="32" collected="false"/>
<collectible index="55" collected="false"/>
<collectible index="89" collected="false"/>
<collectible index="22" collected="false"/>
<collectible index="17" collected="false"/>
<collectible index="65" collected="false"/>
<collectible index="33" collected="false"/>
<collectible index="10" collected="false"/>
<collectible index="40" collected="false"/>
<collectible index="56" collected="false"/>
<collectible index="90" collected="false"/>
<collectible index="85" collected="false"/>
<collectible index="76" collected="false"/>
<collectible index="66" collected="false"/>
<collectible index="34" collected="false"/>
<collectible index="80" collected="false"/>
<collectible index="41" collected="false"/>
<collectible index="11" collected="false"/>
<collectible index="91" collected="false"/>
<collectible index="86" collected="false"/>
<collectible index="84" collected="false"/>
<collectible index="67" collected="false"/>
<collectible index="35" collected="false"/>
<collectible index="83" collected="false"/>
<collectible index="42" collected="false"/>
<collectible index="12" collected="false"/>
<collectible index="92" collected="false"/>
<collectible index="87" collected="false"/>
<collectible index="82" collected="false"/>
<collectible index="68" collected="false"/>
<collectible index="36" collected="false"/>
<collectible index="81" collected="false"/>
<collectible index="43" collected="false"/>
<collectible index="13" collected="false"/>
<collectible index="93" collected="false"/>
<collectible index="79" collected="false"/>
<collectible index="78" collected="false"/>
<collectible index="69" collected="false"/>
<collectible index="37" collected="false"/>
<collectible index="77" collected="false"/>
<collectible index="44" collected="false"/>
<collectible index="14" collected="false"/>
<collectible index="94" collected="false"/>
<collectible index="75" collected="false"/>
<collectible index="74" collected="false"/>
<collectible index="1" collected="false"/>
<collectible index="38" collected="false"/>
<collectible index="73" collected="false"/>
<collectible index="45" collected="false"/>
<collectible index="15" collected="false"/>
<collectible index="95" collected="false"/>
<collectible index="9" collected="false"/>
<collectible index="70" collected="false"/>
<collectible index="71" collected="false"/>
<collectible index="39" collected="false"/>
<collectible index="2" collected="false"/>
<collectible index="46" collected="false"/>
<collectible index="16" collected="false"/>
<collectible index="96" collected="false"/>
<collectible index="23" collected="false"/>
<collectible index="5" collected="false"/>
<collectible index="72" collected="false"/>
</collectibles>

34
cache/densityMapHeight.xml vendored Normal file
View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<tipTypeMappings>
<tipTypeMapping fillType="WHEAT" index="1"/>
<tipTypeMapping fillType="BARLEY" index="2"/>
<tipTypeMapping fillType="OAT" index="3"/>
<tipTypeMapping fillType="CANOLA" index="4"/>
<tipTypeMapping fillType="SORGHUM" index="5"/>
<tipTypeMapping fillType="GRAPE" index="6"/>
<tipTypeMapping fillType="OLIVE" index="7"/>
<tipTypeMapping fillType="SUNFLOWER" index="8"/>
<tipTypeMapping fillType="SOYBEAN" index="9"/>
<tipTypeMapping fillType="MAIZE" index="10"/>
<tipTypeMapping fillType="POTATO" index="11"/>
<tipTypeMapping fillType="SUGARBEET" index="12"/>
<tipTypeMapping fillType="SUGARBEET_CUT" index="13"/>
<tipTypeMapping fillType="COTTON" index="14"/>
<tipTypeMapping fillType="SUGARCANE" index="15"/>
<tipTypeMapping fillType="SEEDS" index="16"/>
<tipTypeMapping fillType="FORAGE" index="17"/>
<tipTypeMapping fillType="CHAFF" index="18"/>
<tipTypeMapping fillType="WOODCHIPS" index="19"/>
<tipTypeMapping fillType="SILAGE" index="20"/>
<tipTypeMapping fillType="GRASS_WINDROW" index="21"/>
<tipTypeMapping fillType="DRYGRASS_WINDROW" index="22"/>
<tipTypeMapping fillType="STRAW" index="23"/>
<tipTypeMapping fillType="SNOW" index="24"/>
<tipTypeMapping fillType="ROADSALT" index="25"/>
<tipTypeMapping fillType="FERTILIZER" index="26"/>
<tipTypeMapping fillType="MANURE" index="27"/>
<tipTypeMapping fillType="PIGFOOD" index="28"/>
<tipTypeMapping fillType="TARP" index="29"/>
<tipTypeMapping fillType="LIME" index="30"/>
<tipTypeMapping fillType="STONE" index="31"/>
</tipTypeMappings>

BIN
cache/densityMap_fruits.gdm vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<foliageCropsUpdater currentGrowthIndex="0" applyGrowthCurrentIndex="4294967295" applyGrowthMaxTimePerFrame="0.500000">
<growthMasks numCells="16384"><![CDATA[XQAABAAAf+/7v/6jsV7l+D+yqiZV+GhwQXAVD439HkwbikK3GfRpGHGuZiOKik0vow3Zf6bjjCMRU+BZGMV1iuJ3+LaUfwxqwN50SWRcnjrRAA==]]></growthMasks>
</foliageCropsUpdater>

BIN
cache/densityMap_ground.gdm vendored Normal file

Binary file not shown.

BIN
cache/densityMap_height.gdm vendored Normal file

Binary file not shown.

BIN
cache/densityMap_stones.gdm vendored Normal file

Binary file not shown.

BIN
cache/densityMap_weed.gdm vendored Normal file

Binary file not shown.

1733
cache/economy.xml vendored Normal file

File diff suppressed because it is too large Load Diff

43
cache/environment.xml vendored Normal file
View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<environment>
<dayTime>118.797028</dayTime>
<currentDay>34</currentDay>
<currentMonotonicDay>10</currentMonotonicDay>
<realHourTimer>1235983</realHourTimer>
<daysPerPeriod>5</daysPerPeriod>
<weather timeSinceLastRain="600">
<forecast>
<instance durationLeft="7.986716" typeName="SUN" variationIndex="4" duration="9.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="1" duration="8.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="4" duration="5.000000" season="2"/>
<instance typeName="SUN" variationIndex="2" duration="10.000000" season="2"/>
<instance typeName="RAIN" variationIndex="2" duration="1.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="4" duration="10.000000" season="2"/>
<instance typeName="SUN" variationIndex="4" duration="9.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="3" duration="10.000000" season="2"/>
<instance typeName="SUN" variationIndex="1" duration="8.000000" season="2"/>
<instance typeName="SUN" variationIndex="2" duration="9.000000" season="2"/>
<instance typeName="RAIN" variationIndex="1" duration="1.000000" season="2"/>
<instance typeName="RAIN" variationIndex="4" duration="3.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="3" duration="9.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="1" duration="5.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="3" duration="9.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="3" duration="7.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="3" duration="8.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="4" duration="10.000000" season="2"/>
<instance typeName="SUN" variationIndex="4" duration="12.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="2" duration="10.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="4" duration="9.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="2" duration="8.000000" season="2"/>
<instance typeName="RAIN" variationIndex="1" duration="1.000000" season="2"/>
<instance typeName="RAIN" variationIndex="3" duration="1.000000" season="2"/>
<instance typeName="RAIN" variationIndex="1" duration="3.000000" season="2"/>
<instance typeName="SUN" variationIndex="1" duration="12.000000" season="2"/>
<instance typeName="SUN" variationIndex="1" duration="8.000000" season="2"/>
<instance typeName="SUN" variationIndex="2" duration="9.000000" season="2"/>
</forecast>
<fog currentMieScale="1.000000" lastMieScale="1.000000" targetMieScale="1.000000" alpha="1.000000" duration="1800000.000000" nightFactor="1.000000" dayFactor="-0.500000"/>
<snow height="0.000000"/>
</weather>
<snow physicalHeight="0.000000" height="0.000000"/>
</environment>

66
cache/farmland.xml vendored Normal file
View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<farmlands>
<farmland id="1" farmId="0"/>
<farmland id="2" farmId="0"/>
<farmland id="3" farmId="0"/>
<farmland id="4" farmId="0"/>
<farmland id="5" farmId="0"/>
<farmland id="6" farmId="0"/>
<farmland id="7" farmId="0"/>
<farmland id="8" farmId="0"/>
<farmland id="9" farmId="0"/>
<farmland id="10" farmId="0"/>
<farmland id="11" farmId="0"/>
<farmland id="12" farmId="0"/>
<farmland id="13" farmId="0"/>
<farmland id="14" farmId="0"/>
<farmland id="15" farmId="0"/>
<farmland id="16" farmId="0"/>
<farmland id="17" farmId="0"/>
<farmland id="18" farmId="0"/>
<farmland id="19" farmId="0"/>
<farmland id="20" farmId="0"/>
<farmland id="21" farmId="0"/>
<farmland id="22" farmId="0"/>
<farmland id="23" farmId="0"/>
<farmland id="24" farmId="0"/>
<farmland id="25" farmId="0"/>
<farmland id="26" farmId="0"/>
<farmland id="27" farmId="0"/>
<farmland id="28" farmId="0"/>
<farmland id="29" farmId="0"/>
<farmland id="30" farmId="0"/>
<farmland id="31" farmId="0"/>
<farmland id="32" farmId="0"/>
<farmland id="33" farmId="0"/>
<farmland id="34" farmId="0"/>
<farmland id="35" farmId="0"/>
<farmland id="36" farmId="0"/>
<farmland id="37" farmId="0"/>
<farmland id="38" farmId="0"/>
<farmland id="39" farmId="0"/>
<farmland id="40" farmId="0"/>
<farmland id="41" farmId="0"/>
<farmland id="42" farmId="0"/>
<farmland id="43" farmId="0"/>
<farmland id="44" farmId="0"/>
<farmland id="45" farmId="0"/>
<farmland id="46" farmId="0"/>
<farmland id="47" farmId="0"/>
<farmland id="48" farmId="0"/>
<farmland id="49" farmId="0"/>
<farmland id="50" farmId="0"/>
<farmland id="51" farmId="0"/>
<farmland id="52" farmId="0"/>
<farmland id="53" farmId="0"/>
<farmland id="54" farmId="0"/>
<farmland id="55" farmId="0"/>
<farmland id="56" farmId="0"/>
<farmland id="57" farmId="0"/>
<farmland id="58" farmId="0"/>
<farmland id="59" farmId="0"/>
<farmland id="60" farmId="1"/>
<farmland id="61" farmId="0"/>
<farmland id="62" farmId="0"/>
<farmland id="63" farmId="0"/>
</farmlands>

230
cache/farms.xml vendored Normal file
View File

@ -0,0 +1,230 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<farms>
<farm farmId="1" name="Dowe Farm" color="4" password="nothing" loan="0.000000" money="128472.976562">
<players>
<player uniqueUserId="v+5jq/2MbyBidOoB94jJD5cv/KMofCqETNrr+BrHnfg=" farmManager="true" lastNickname="mrjohndowe" buyVehicle="true" sellVehicle="true" buyPlaceable="true" sellPlaceable="true" manageContracts="true" tradeAnimals="true" createFields="true" landscaping="true" hireAssistant="true" resetVehicle="true" manageRights="true" transferMoney="true" updateFarm="true" manageContracting="true"/>
</players>
<statistics>
<traveledDistance>8.881948</traveledDistance>
<fuelUsage>78.075195</fuelUsage>
<seedUsage>0.000000</seedUsage>
<sprayUsage>0.000000</sprayUsage>
<workedHectares>0.000000</workedHectares>
<cultivatedHectares>0.000000</cultivatedHectares>
<sownHectares>0.000000</sownHectares>
<sprayedHectares>0.000000</sprayedHectares>
<threshedHectares>0.000000</threshedHectares>
<plowedHectares>0.000000</plowedHectares>
<harvestedGrapes>0.000000</harvestedGrapes>
<harvestedOlives>0.000000</harvestedOlives>
<workedTime>0.000000</workedTime>
<cultivatedTime>0.000000</cultivatedTime>
<sownTime>0.000000</sownTime>
<sprayedTime>0.000000</sprayedTime>
<threshedTime>0.000000</threshedTime>
<plowedTime>0.000000</plowedTime>
<baleCount>0</baleCount>
<breedCowsCount>0</breedCowsCount>
<breedSheepCount>0</breedSheepCount>
<breedPigsCount>0</breedPigsCount>
<breedChickenCount>0</breedChickenCount>
<breedHorsesCount>0</breedHorsesCount>
<fieldJobMissionCount>0</fieldJobMissionCount>
<fieldJobMissionByNPC>0</fieldJobMissionByNPC>
<transportMissionCount>0</transportMissionCount>
<revenue>0.000000</revenue>
<expenses>0.000000</expenses>
<playTime>996.006836</playTime>
<plantedTreeCount>0</plantedTreeCount>
<cutTreeCount>0</cutTreeCount>
<woodTonsSold>0.000000</woodTonsSold>
<treeTypesCut>000000</treeTypesCut>
<petDogCount>1</petDogCount>
<repairVehicleCount>0</repairVehicleCount>
<repaintVehicleCount>0</repaintVehicleCount>
<horseJumpCount>0</horseJumpCount>
<soldCottonBales>0</soldCottonBales>
<wrappedBales>0</wrappedBales>
<tractorDistance>4.384096</tractorDistance>
<carDistance>3.143191</carDistance>
<truckDistance>1.354661</truckDistance>
<horseDistance>0.000000</horseDistance>
</statistics>
<finances>
<stats day="0">
<newVehiclesCost>-1240635.000000</newVehiclesCost>
<soldVehicles>61486.000000</soldVehicles>
<newAnimalsCost>-1600.000000</newAnimalsCost>
<soldAnimals>0.000000</soldAnimals>
<constructionCost>-936684.000000</constructionCost>
<soldBuildings>0.000000</soldBuildings>
<fieldPurchase>-243936.000000</fieldPurchase>
<fieldSelling>0.000000</fieldSelling>
<vehicleRunningCost>-99.222839</vehicleRunningCost>
<vehicleLeasingCost>-3570.000000</vehicleLeasingCost>
<propertyMaintenance>-282.000000</propertyMaintenance>
<propertyIncome>0.000000</propertyIncome>
<productionCosts>0.000000</productionCosts>
<soldWood>0.000000</soldWood>
<soldBales>0.000000</soldBales>
<soldWool>0.000000</soldWool>
<soldMilk>0.000000</soldMilk>
<soldProducts>0.000000</soldProducts>
<purchaseFuel>0.000000</purchaseFuel>
<purchaseSeeds>-3600.000000</purchaseSeeds>
<purchaseFertilizer>0.000000</purchaseFertilizer>
<purchaseSaplings>0.000000</purchaseSaplings>
<purchaseWater>-0.683333</purchaseWater>
<harvestIncome>0.000000</harvestIncome>
<incomeBga>0.000000</incomeBga>
<missionIncome>0.000000</missionIncome>
<wagePayment>-2606.129883</wagePayment>
<other>0.000000</other>
<loanInterest>0.000000</loanInterest>
</stats>
<stats day="1">
<newVehiclesCost>0.000000</newVehiclesCost>
<soldVehicles>0.000000</soldVehicles>
<newAnimalsCost>0.000000</newAnimalsCost>
<soldAnimals>0.000000</soldAnimals>
<constructionCost>0.000000</constructionCost>
<soldBuildings>0.000000</soldBuildings>
<fieldPurchase>0.000000</fieldPurchase>
<fieldSelling>0.000000</fieldSelling>
<vehicleRunningCost>0.000000</vehicleRunningCost>
<vehicleLeasingCost>0.000000</vehicleLeasingCost>
<propertyMaintenance>0.000000</propertyMaintenance>
<propertyIncome>0.000000</propertyIncome>
<productionCosts>0.000000</productionCosts>
<soldWood>0.000000</soldWood>
<soldBales>0.000000</soldBales>
<soldWool>0.000000</soldWool>
<soldMilk>0.000000</soldMilk>
<soldProducts>0.000000</soldProducts>
<purchaseFuel>0.000000</purchaseFuel>
<purchaseSeeds>0.000000</purchaseSeeds>
<purchaseFertilizer>0.000000</purchaseFertilizer>
<purchaseSaplings>0.000000</purchaseSaplings>
<purchaseWater>0.000000</purchaseWater>
<harvestIncome>0.000000</harvestIncome>
<incomeBga>0.000000</incomeBga>
<missionIncome>0.000000</missionIncome>
<wagePayment>0.000000</wagePayment>
<other>1000000.000000</other>
<loanInterest>0.000000</loanInterest>
</stats>
</finances>
</farm>
<farm farmId="2" name="Public Farm" color="1" loan="0.000000" money="500000.000000">
<statistics>
<traveledDistance>0.000000</traveledDistance>
<fuelUsage>0.000000</fuelUsage>
<seedUsage>0.000000</seedUsage>
<sprayUsage>0.000000</sprayUsage>
<workedHectares>0.000000</workedHectares>
<cultivatedHectares>0.000000</cultivatedHectares>
<sownHectares>0.000000</sownHectares>
<sprayedHectares>0.000000</sprayedHectares>
<threshedHectares>0.000000</threshedHectares>
<plowedHectares>0.000000</plowedHectares>
<harvestedGrapes>0.000000</harvestedGrapes>
<harvestedOlives>0.000000</harvestedOlives>
<workedTime>0.000000</workedTime>
<cultivatedTime>0.000000</cultivatedTime>
<sownTime>0.000000</sownTime>
<sprayedTime>0.000000</sprayedTime>
<threshedTime>0.000000</threshedTime>
<plowedTime>0.000000</plowedTime>
<baleCount>0</baleCount>
<breedCowsCount>0</breedCowsCount>
<breedSheepCount>0</breedSheepCount>
<breedPigsCount>0</breedPigsCount>
<breedChickenCount>0</breedChickenCount>
<breedHorsesCount>0</breedHorsesCount>
<fieldJobMissionCount>0</fieldJobMissionCount>
<fieldJobMissionByNPC>0</fieldJobMissionByNPC>
<transportMissionCount>0</transportMissionCount>
<revenue>0.000000</revenue>
<expenses>0.000000</expenses>
<playTime>995.816345</playTime>
<plantedTreeCount>0</plantedTreeCount>
<cutTreeCount>0</cutTreeCount>
<woodTonsSold>0.000000</woodTonsSold>
<treeTypesCut>000000</treeTypesCut>
<petDogCount>0</petDogCount>
<repairVehicleCount>0</repairVehicleCount>
<repaintVehicleCount>0</repaintVehicleCount>
<horseJumpCount>0</horseJumpCount>
<soldCottonBales>0</soldCottonBales>
<wrappedBales>0</wrappedBales>
<tractorDistance>0.000000</tractorDistance>
<carDistance>0.000000</carDistance>
<truckDistance>0.000000</truckDistance>
<horseDistance>0.000000</horseDistance>
</statistics>
<finances>
<stats day="0">
<newVehiclesCost>0.000000</newVehiclesCost>
<soldVehicles>0.000000</soldVehicles>
<newAnimalsCost>0.000000</newAnimalsCost>
<soldAnimals>0.000000</soldAnimals>
<constructionCost>0.000000</constructionCost>
<soldBuildings>0.000000</soldBuildings>
<fieldPurchase>0.000000</fieldPurchase>
<fieldSelling>0.000000</fieldSelling>
<vehicleRunningCost>0.000000</vehicleRunningCost>
<vehicleLeasingCost>0.000000</vehicleLeasingCost>
<propertyMaintenance>0.000000</propertyMaintenance>
<propertyIncome>0.000000</propertyIncome>
<productionCosts>0.000000</productionCosts>
<soldWood>0.000000</soldWood>
<soldBales>0.000000</soldBales>
<soldWool>0.000000</soldWool>
<soldMilk>0.000000</soldMilk>
<soldProducts>0.000000</soldProducts>
<purchaseFuel>0.000000</purchaseFuel>
<purchaseSeeds>0.000000</purchaseSeeds>
<purchaseFertilizer>0.000000</purchaseFertilizer>
<purchaseSaplings>0.000000</purchaseSaplings>
<purchaseWater>0.000000</purchaseWater>
<harvestIncome>0.000000</harvestIncome>
<incomeBga>0.000000</incomeBga>
<missionIncome>0.000000</missionIncome>
<wagePayment>0.000000</wagePayment>
<other>0.000000</other>
<loanInterest>0.000000</loanInterest>
</stats>
<stats day="1">
<newVehiclesCost>0.000000</newVehiclesCost>
<soldVehicles>0.000000</soldVehicles>
<newAnimalsCost>0.000000</newAnimalsCost>
<soldAnimals>0.000000</soldAnimals>
<constructionCost>0.000000</constructionCost>
<soldBuildings>0.000000</soldBuildings>
<fieldPurchase>0.000000</fieldPurchase>
<fieldSelling>0.000000</fieldSelling>
<vehicleRunningCost>0.000000</vehicleRunningCost>
<vehicleLeasingCost>0.000000</vehicleLeasingCost>
<propertyMaintenance>0.000000</propertyMaintenance>
<propertyIncome>0.000000</propertyIncome>
<productionCosts>0.000000</productionCosts>
<soldWood>0.000000</soldWood>
<soldBales>0.000000</soldBales>
<soldWool>0.000000</soldWool>
<soldMilk>0.000000</soldMilk>
<soldProducts>0.000000</soldProducts>
<purchaseFuel>0.000000</purchaseFuel>
<purchaseSeeds>0.000000</purchaseSeeds>
<purchaseFertilizer>0.000000</purchaseFertilizer>
<purchaseSaplings>0.000000</purchaseSaplings>
<purchaseWater>0.000000</purchaseWater>
<harvestIncome>0.000000</harvestIncome>
<incomeBga>0.000000</incomeBga>
<missionIncome>0.000000</missionIncome>
<wagePayment>0.000000</wagePayment>
<other>-1000000.000000</other>
<loanInterest>0.000000</loanInterest>
</stats>
</finances>
</farm>
</farms>

86
cache/fields.xml vendored Normal file
View File

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<fields>
<field id="1" plannedFruit="SORGHUM"/>
<field id="2" plannedFruit="OAT"/>
<field id="3" plannedFruit="POTATO"/>
<field id="4" plannedFruit="WHEAT"/>
<field id="5" plannedFruit="MAIZE"/>
<field id="6" plannedFruit="SUGARBEET"/>
<field id="7" plannedFruit="BARLEY"/>
<field id="8" plannedFruit="SUNFLOWER"/>
<field id="9" plannedFruit="COTTON"/>
<field id="10" plannedFruit="CANOLA"/>
<field id="11" plannedFruit="SOYBEAN"/>
<field id="12" plannedFruit="SORGHUM"/>
<field id="13" plannedFruit="GRASS"/>
<field id="14" plannedFruit="GRASS"/>
<field id="15" plannedFruit="GRASS"/>
<field id="16" plannedFruit="GRASS"/>
<field id="17" plannedFruit="GRASS"/>
<field id="18" plannedFruit="GRASS"/>
<field id="19" plannedFruit="GRASS"/>
<field id="20" plannedFruit="COTTON"/>
<field id="21" plannedFruit="CANOLA"/>
<field id="22" plannedFruit="SOYBEAN"/>
<field id="23" plannedFruit="SORGHUM"/>
<field id="24" plannedFruit="OAT"/>
<field id="25" plannedFruit="POTATO"/>
<field id="26" plannedFruit="WHEAT"/>
<field id="27" plannedFruit="MAIZE"/>
<field id="28" plannedFruit="SUGARBEET"/>
<field id="29" plannedFruit="BARLEY"/>
<field id="30" plannedFruit="SUNFLOWER"/>
<field id="31" plannedFruit="COTTON"/>
<field id="32" plannedFruit="CANOLA"/>
<field id="33" plannedFruit="SOYBEAN"/>
<field id="34" plannedFruit="SORGHUM"/>
<field id="35" plannedFruit="OAT"/>
<field id="36" plannedFruit="POTATO"/>
<field id="37" plannedFruit="WHEAT"/>
<field id="38" plannedFruit="MAIZE"/>
<field id="39" plannedFruit="SUGARBEET"/>
<field id="40" plannedFruit="BARLEY"/>
<field id="41" plannedFruit="SUNFLOWER"/>
<field id="42" plannedFruit="COTTON"/>
<field id="43" plannedFruit="CANOLA"/>
<field id="44" plannedFruit="SOYBEAN"/>
<field id="45" plannedFruit="SORGHUM"/>
<field id="46" plannedFruit="OAT"/>
<field id="47" plannedFruit="POTATO"/>
<field id="48" plannedFruit="WHEAT"/>
<field id="49" plannedFruit="MAIZE"/>
<field id="50" plannedFruit="SUGARBEET"/>
<field id="51" plannedFruit="BARLEY"/>
<field id="52" plannedFruit="SUNFLOWER"/>
<field id="53" plannedFruit="COTTON"/>
<field id="54" plannedFruit="CANOLA"/>
<field id="55" plannedFruit="SOYBEAN"/>
<field id="56" plannedFruit="SORGHUM"/>
<field id="57" plannedFruit="OAT"/>
<field id="58" plannedFruit="POTATO"/>
<field id="59" plannedFruit="WHEAT"/>
<field id="60" plannedFruit="MAIZE"/>
<field id="61" plannedFruit="SUGARBEET"/>
<field id="62" plannedFruit="BARLEY"/>
<field id="63" plannedFruit="SUNFLOWER"/>
<field id="64" plannedFruit="COTTON"/>
<field id="65" plannedFruit="CANOLA"/>
<field id="66" plannedFruit="SOYBEAN"/>
<field id="67" plannedFruit="SORGHUM"/>
<field id="68" plannedFruit="OAT"/>
<field id="69" plannedFruit="POTATO"/>
<field id="70" plannedFruit="WHEAT"/>
<field id="71" plannedFruit="GRASS"/>
<field id="72" plannedFruit="SUGARBEET"/>
<field id="73" plannedFruit="BARLEY"/>
<field id="74" plannedFruit="SUNFLOWER"/>
<field id="75" plannedFruit="COTTON"/>
<field id="76" plannedFruit="CANOLA"/>
<field id="77" plannedFruit="SOYBEAN"/>
<field id="78" plannedFruit="SORGHUM"/>
<field id="79" plannedFruit="OAT"/>
<field id="80" plannedFruit="POTATO"/>
<field id="81" plannedFruit="WHEAT"/>
<field id="82" plannedFruit="MAIZE"/>
<lastHandledFieldIndex>48</lastHandledFieldIndex>
</fields>

BIN
cache/infoLayer_limeLevel.grle vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
cache/infoLayer_plowLevel.grle vendored Normal file

Binary file not shown.

BIN
cache/infoLayer_rollerLevel.grle vendored Normal file

Binary file not shown.

BIN
cache/infoLayer_sprayLevel.grle vendored Normal file

Binary file not shown.

BIN
cache/infoLayer_stubbleShredLevel.grle vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
cache/infoLayer_weed.grle vendored Normal file

Binary file not shown.

2
cache/items.xml vendored Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<items/>

87
cache/missions.xml vendored Normal file
View File

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<missions>
<mission type="fertilize" reward="2706" status="0" success="false">
<field id="8" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="478.699005" spawnedVehicles="false" growthState="7" limeFactor="1.000000" weedFactor="0.250000" stubbleFactor="0.000000" fruitTypeName="SUNFLOWER"/>
</mission>
<mission type="mow_bale" reward="4442" status="0" success="false">
<field id="14" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="3" vehicleUseCost="57.362499" spawnedVehicles="false" growthState="4" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="GRASS"/>
<bale sellPointPlaceableId="21" unloadingStationIndex="1" fillTypeName="SILAGE" depositedLiters="0.000000"/>
</mission>
<mission type="cultivate" reward="542" status="0" success="false">
<field id="2" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="3" vehicleGroup="1" vehicleUseCost="93.970497" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="OAT"/>
</mission>
<mission type="fertilize" reward="3895" status="0" success="false">
<field id="30" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="689.078003" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SUNFLOWER"/>
</mission>
<mission type="fertilize" reward="6499" status="0" success="false">
<field id="39" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="1149.485962" spawnedVehicles="false" growthState="7" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SUGARBEET"/>
</mission>
<mission type="fertilize" reward="2230" status="0" success="false">
<field id="50" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="394.530487" spawnedVehicles="false" growthState="7" limeFactor="1.000000" weedFactor="0.500000" stubbleFactor="0.000000" fruitTypeName="SUGARBEET"/>
</mission>
<mission type="harvest" reward="21368" status="0" success="false">
<field id="69" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="12" vehicleUseCost="1157.474487" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="POTATO"/>
<harvest sellPointPlaceableId="37" unloadingStationIndex="1" expectedLiters="317159.156250" depositedLiters="0.000000"/>
</mission>
<mission type="fertilize" reward="1555" status="0" success="false">
<field id="60" sprayFactor="0.500000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="275.183990" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="0.250000" stubbleFactor="0.000000" fruitTypeName="MAIZE"/>
</mission>
<mission type="plow" reward="1428" status="0" success="false">
<field id="23" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="2" vehicleUseCost="176.923492" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SORGHUM"/>
</mission>
<mission type="harvest" reward="15465" status="0" success="false">
<field id="58" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="12" vehicleUseCost="837.719971" spawnedVehicles="false" growthState="6" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="POTATO"/>
<harvest sellPointPlaceableId="37" unloadingStationIndex="1" expectedLiters="209583.046875" depositedLiters="0.000000"/>
</mission>
<mission type="fertilize" reward="1445" status="0" success="false">
<field id="55" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="255.729507" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SOYBEAN"/>
</mission>
<mission type="mow_bale" reward="5826" status="0" success="false">
<field id="15" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="4" vehicleUseCost="65.987999" spawnedVehicles="false" growthState="4" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="GRASS"/>
<bale sellPointPlaceableId="2" unloadingStationIndex="1" fillTypeName="SILAGE" depositedLiters="0.000000"/>
</mission>
<mission type="plow" reward="5829" status="0" success="false">
<field id="56" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="2" vehicleUseCost="721.805481" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SORGHUM"/>
</mission>
<mission type="fertilize" reward="1654" status="0" success="false">
<field id="28" sprayFactor="0.500000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="292.552002" spawnedVehicles="false" growthState="6" limeFactor="0.000000" weedFactor="0.500000" stubbleFactor="0.000000" fruitTypeName="SUGARBEET"/>
</mission>
<mission type="cultivate" reward="431" status="0" success="false">
<field id="4" sprayFactor="0.000000" spraySet="true" plowFactor="1.000000" state="3" vehicleGroup="1" vehicleUseCost="74.730499" spawnedVehicles="false" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="WHEAT"/>
</mission>
<mission type="plow" reward="634" status="0" success="false">
<field id="3" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="3" vehicleGroup="2" vehicleUseCost="78.539497" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="POTATO"/>
</mission>
<mission type="fertilize" reward="2973" status="0" success="false">
<field id="72" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="525.953979" spawnedVehicles="false" growthState="7" limeFactor="1.000000" weedFactor="0.250000" stubbleFactor="0.000000" fruitTypeName="SUGARBEET"/>
</mission>
<mission type="plow" reward="475" status="0" success="false">
<field id="21" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="3" vehicleGroup="1" vehicleUseCost="58.825001" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="CANOLA"/>
</mission>
<mission type="plow" reward="2105" status="0" success="false">
<field id="12" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="2" vehicleUseCost="260.675995" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="0.250000" stubbleFactor="0.000000" fruitTypeName="SORGHUM"/>
</mission>
<mission type="cultivate" activeId="1" reward="12024" status="1" success="false" farmId="1">
<field id="68" sprayFactor="0.500000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="2" vehicleUseCost="2084.270508" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="0.500000" stubbleFactor="0.000000" fruitTypeName="OAT"/>
</mission>
<mission type="cultivate" reward="380" status="0" success="false">
<field id="79" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="3" vehicleGroup="2" vehicleUseCost="65.987999" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="OAT"/>
</mission>
<mission type="cultivate" activeId="2" reward="7282" status="1" success="false" farmId="1">
<field id="57" sprayFactor="1.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="3" vehicleUseCost="1262.215454" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="0.000000" stubbleFactor="0.000000" fruitTypeName="OAT"/>
</mission>
<mission type="cultivate" reward="9913" status="0" success="false">
<field id="32" sprayFactor="0.000000" spraySet="true" plowFactor="1.000000" state="3" vehicleGroup="1" vehicleUseCost="1718.346558" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="CANOLA"/>
</mission>
<mission type="sow" reward="2870" status="0" success="false">
<field id="51" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="1" vehicleGroup="2" vehicleUseCost="322.334991" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000"/>
<sow fruitTypeName="BARLEY"/>
</mission>
<mission type="plow" reward="2420" status="0" success="false">
<field id="36" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="3" vehicleGroup="2" vehicleUseCost="299.623993" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="POTATO"/>
</mission>
<mission type="sow" reward="1525" status="0" success="false">
<field id="62" sprayFactor="1.000000" spraySet="false" plowFactor="1.000000" state="1" vehicleGroup="2" vehicleUseCost="171.287994" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000"/>
<sow fruitTypeName="BARLEY"/>
</mission>
</missions>

18
cache/npc.xml vendored Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<npcs>
<npc name="NPC_US_01" finishedMissions="0"/>
<npc name="NPC_US_02" finishedMissions="0"/>
<npc name="NPC_US_03" finishedMissions="0"/>
<npc name="NPC_US_04" finishedMissions="0"/>
<npc name="NPC_US_05" finishedMissions="0"/>
<npc name="NPC_US_06" finishedMissions="0"/>
<npc name="NPC_US_07" finishedMissions="0"/>
<npc name="NPC_US_08" finishedMissions="0"/>
<npc name="NPC_US_09" finishedMissions="0"/>
<npc name="NPC_US_10" finishedMissions="0"/>
<npc name="NPC_US_11" finishedMissions="0"/>
<npc name="NPC_US_12" finishedMissions="0"/>
<npc name="NPC_US_13" finishedMissions="0"/>
<npc name="NPC_US_14" finishedMissions="0"/>
<npc name="NPC_US_15" finishedMissions="0"/>
</npcs>

2
cache/onCreateObjects.xml vendored Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<onCreateLoadedObjects/>

879
cache/placeables.xml vendored Normal file
View File

@ -0,0 +1,879 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<placeables version="2">
<placeable filename="data/placeables/mapUS/trainSystem/trainSystem.xml" id="1" position="0 0 0" rotation="0 0 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="trainSystem">
<trainSystem splineTime="0.978610" isRented="false" rentFarmId="0" currentPrice="0.000000">
<railroadVehicle vehicleId="1"/>
<railroadVehicle vehicleId="2"/>
<railroadVehicle vehicleId="3"/>
<railroadVehicle vehicleId="4"/>
<railroadVehicle vehicleId="5"/>
<railroadVehicle vehicleId="6"/>
</trainSystem>
</placeable>
<placeable filename="data/placeables/planET/bga1mw/bga1mw.xml" id="2" position="985.90502929688 83.407997131348 -129.51600646973" rotation="0 90.000002504478 0" age="1.000000" price="1500000.000000" farmId="0" mapBoundId="bga">
<productionPoint>
<production id="biogas" isEnabled="true"/>
<production id="biogasLiquidManure" isEnabled="true"/>
<production id="biogasManure" isEnabled="true"/>
<production id="biogasSugarbeetCut" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/planET/bgaBunkerSilo/bgaBunkerSilo.xml" id="3" position="1005.5 85.309997558594 -77.5" rotation="0 180.00000500896 0" age="1.000000" price="140000.000000" farmId="0" mapBoundId="bgaBunkerSilo1">
<bunkerSilo state="0" fillLevel="0.000000" compactedFillLevel="0.000000" fermentingTime="0.000000" openedAtFront="false" openedAtBack="false"/>
</placeable>
<placeable filename="data/placeables/planET/bgaBunkerSilo/bgaBunkerSilo.xml" id="4" position="971 85.309997558594 -77.5" rotation="0 180.00000500896 0" age="1.000000" price="140000.000000" farmId="0" mapBoundId="bgaBunkerSilo2">
<bunkerSilo state="0" fillLevel="0.000000" compactedFillLevel="0.000000" fermentingTime="0.000000" openedAtFront="false" openedAtBack="false"/>
</placeable>
<placeable filename="data/placeables/lizard/weighingStation/weighingStationLarge/weighingStationLarge.xml" id="5" position="972.88397216797 83.508003234863 -227.59800720215" rotation="0 90.000002504478 0" age="1.000000" price="110000.000000" farmId="0" mapBoundId="bgaWeighingStation"/>
<placeable filename="data/placeables/planET/bgaHall/bgaHall.xml" id="6" position="921.21899414063 82.916000366211 -136.52000427246" rotation="0 -0.48499999357497 0" age="1.000000" price="340000.000000" farmId="0" mapBoundId="bgaHall"/>
<placeable filename="data/placeables/lizard/chargingStation/chargingStation.xml" id="7" position="940.73101806641 83.498001098633 -232.67799377441" rotation="0 0 0" age="1.000000" price="5000.000000" farmId="0" mapBoundId="bgaChargingStation"/>
<placeable filename="data/placeables/lizard/biogasStation/biogasStation.xml" id="8" position="955.19396972656 83.494003295898 -145.13800048828" rotation="0 0 0" age="1.000000" price="5000.000000" farmId="0" mapBoundId="bgaBiogasStation"/>
<placeable filename="data/placeables/lizard/sellingPoints/debrisCrusher/debrisCrusher.xml" id="9" position="999 88.125 344" rotation="0 90.000002504478 0" age="1.000000" price="10000.000000" farmId="0" mapBoundId="debrisCrusher">
<sellingStation>
<stats fillType="STONE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.002000" nominalAmplitudeVariation="0.007500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.004062" period="65463368.000000" time="9231.342773"/>
<curve1 nominalAmplitude="0.001000" nominalAmplitudeVariation="0.001000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000844" period="474038464.000000" time="287769504.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/farmBuildings/farmGarage/farmGarage01.xml" id="10" position="152 85.300003051758 163.57499694824" rotation="0 90.000002504478 0" age="1.000000" price="50000.000000" farmId="15" mapBoundId="farmGarage">
<animatedObjects>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
</placeable>
<placeable filename="data/placeables/mapUS/farmBuildings/farmBarn/farmBarn02.xml" id="11" position="235 86 168.75" rotation="0 90.000002504478 0" age="1.000000" price="100000.000000" farmId="15" mapBoundId="farmBarn">
<animatedObjects>
<animatedObject time="1.000000" direction="0"/>
<animatedObject time="1.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
</placeable>
<placeable filename="data/placeables/mapUS/farmBuildings/farmShed/farmShed.xml" id="12" position="222 85.370002746582 218" rotation="0 -130.00000134085 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="farmShed"/>
<placeable filename="data/placeables/mapUS/farmBuildings/drainageBoard/drainageBoard.xml" id="13" position="137 84 195" rotation="0 90.000002504478 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="farmDrainageBoardA"/>
<placeable filename="data/placeables/mapUS/farmBuildings/drainageBoard/drainageBoard.xml" id="14" position="238 83.75 211" rotation="0 -135.00000034162 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="farmDrainageBoardB"/>
<placeable filename="data/placeables/mapUS/farmBuildings/slideSwing/slideSwing.xml" id="15" position="150 86.949996948242 122.5" rotation="0 90.000002504478 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="farmSlideSwing"/>
<placeable filename="data/placeables/mapUS/farmBuildings/mobileBridge/mobileBridge.xml" id="16" position="162 84 244" rotation="0 0 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="farmMobileBridge"/>
<placeable filename="data/placeables/mapUS/farmBuildings/auxiliaryFarms/pigFarm.xml" id="17" position="929.25 83.5 941" rotation="0 0 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="aux_pigFarm"/>
<placeable filename="data/placeables/mapUS/farmBuildings/auxiliaryFarms/sheepFarm.xml" id="18" position="950 118 -950" rotation="0 0 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="aux_sheepFarm"/>
<placeable filename="data/placeables/mapUS/farmBuildings/auxiliaryFarms/horseRanch.xml" id="19" position="-985.38702392578 106.49700164795 -940.93402099609" rotation="0 0 0" age="1.000000" price="0.000000" farmId="15" mapBoundId="aux_horseRanch"/>
<placeable filename="data/placeables/lizard/oldBarn/oldBarn.xml" id="20" position="939.5 80.5 873.125" rotation="0 90.000002504478 0" age="1.000000" price="8000.000000" farmId="15" mapBoundId="aux_farmBarn"/>
<placeable filename="data/placeables/mapUS/sellingStationBales/sellingStationBales.xml" id="21" position="-647.75 82 -354.5" rotation="0 0 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="sellingStationBales">
<sellingStation>
<stats fillType="DRYGRASS_WINDROW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.002240" nominalAmplitudeVariation="0.008400" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.008106" period="73578552.000000" time="13834262.000000"/>
<curve1 nominalAmplitude="0.001120" nominalAmplitudeVariation="0.001120" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001001" period="553064960.000000" time="501395552.000000"/>
</stats>
<stats fillType="SUGARBEET_CUT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="4882500.500000">
<curveBaseCurve nominalAmplitude="0.006880" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.016473" period="49579512.000000" time="12394878.000000"/>
<curve1 nominalAmplitude="0.003440" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005089" period="511963424.000000" time="228481760.000000"/>
</stats>
<stats fillType="SILAGE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.006840" nominalAmplitudeVariation="0.025650" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.017796" period="82580816.000000" time="29660434.000000"/>
<curve1 nominalAmplitude="0.003420" nominalAmplitudeVariation="0.003420" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000944" period="507265664.000000" time="96679664.000000"/>
</stats>
<stats fillType="GRASS_WINDROW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="22971938.000000">
<curveBaseCurve nominalAmplitude="0.001800" nominalAmplitudeVariation="0.006750" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.000189" period="45597656.000000" time="11399414.000000"/>
<curve1 nominalAmplitude="0.000900" nominalAmplitudeVariation="0.000900" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001028" period="490834816.000000" time="285519264.000000"/>
</stats>
<stats fillType="STRAW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.001640" nominalAmplitudeVariation="0.006150" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.002771" period="75892600.000000" time="264834.000000"/>
<curve1 nominalAmplitude="0.000820" nominalAmplitudeVariation="0.000820" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000026" period="526912160.000000" time="77067880.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationWoodHeatingPlant/sellingStationWoodHeatingPlant.xml" id="22" position="-1017.375 90.125 840" rotation="0 -90.000002504478 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="sellingStationWoodHeatingPlant">
<sellingStation>
<stats fillType="WOODCHIPS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="9334928.000000">
<curveBaseCurve nominalAmplitude="0.003200" nominalAmplitudeVariation="0.012000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.004174" period="82234488.000000" time="20558622.000000"/>
<curve1 nominalAmplitude="0.001600" nominalAmplitudeVariation="0.001600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001174" period="406674272.000000" time="248956512.000000"/>
</stats>
<stats fillType="WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.040000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.125715" period="90889264.000000" time="18308808.000000"/>
<curve1 nominalAmplitude="0.020000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.022154" period="506737952.000000" time="498130464.000000"/>
</stats>
<stats fillType="STRAW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.001640" nominalAmplitudeVariation="0.006150" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.002888" period="74461632.000000" time="14123407.000000"/>
<curve1 nominalAmplitude="0.000820" nominalAmplitudeVariation="0.000820" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000206" period="481468544.000000" time="297078112.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationTrain/sellingStationTrain.xml" id="23" position="995 88 532" rotation="0 0 0" age="1.000000" price="0.000000" farmId="0" mapBoundId="sellingStationTrain">
<sellingStation>
<stats fillType="WHEAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="25957968.000000">
<curveBaseCurve nominalAmplitude="0.015502" nominalAmplitudeVariation="0.058132" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.030043" period="81463448.000000" time="61097584.000000"/>
<curve1 nominalAmplitude="0.007751" nominalAmplitudeVariation="0.007751" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003397" period="544842880.000000" time="46701988.000000"/>
</stats>
<stats fillType="BARLEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.014398" nominalAmplitudeVariation="0.053992" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.005578" period="48034096.000000" time="42312584.000000"/>
<curve1 nominalAmplitude="0.007199" nominalAmplitudeVariation="0.007199" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.010275" period="519851872.000000" time="69236496.000000"/>
</stats>
<stats fillType="OAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="35674460.000000">
<curveBaseCurve nominalAmplitude="0.024472" nominalAmplitudeVariation="0.091770" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.078248" period="52315936.000000" time="13078984.000000"/>
<curve1 nominalAmplitude="0.012236" nominalAmplitudeVariation="0.012236" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.009318" period="461146752.000000" time="258818992.000000"/>
</stats>
<stats fillType="CANOLA" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.027738" nominalAmplitudeVariation="0.104017" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.066057" period="87685120.000000" time="73216008.000000"/>
<curve1 nominalAmplitude="0.013869" nominalAmplitudeVariation="0.013869" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.020695" period="518100640.000000" time="331433984.000000"/>
</stats>
<stats fillType="SORGHUM" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.019780" nominalAmplitudeVariation="0.074175" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.017127" period="55245940.000000" time="43773444.000000"/>
<curve1 nominalAmplitude="0.009890" nominalAmplitudeVariation="0.009890" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.015764" period="416205024.000000" time="388013216.000000"/>
</stats>
<stats fillType="GRAPE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="13060988.000000">
<curveBaseCurve nominalAmplitude="0.027738" nominalAmplitudeVariation="0.104017" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.070065" period="86744264.000000" time="65058200.000000"/>
<curve1 nominalAmplitude="0.013869" nominalAmplitudeVariation="0.013869" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.023640" period="590763328.000000" time="530303776.000000"/>
</stats>
<stats fillType="OLIVE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.027738" nominalAmplitudeVariation="0.104017" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.014558" period="93591760.000000" time="3289634.500000"/>
<curve1 nominalAmplitude="0.013869" nominalAmplitudeVariation="0.013869" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.008102" period="468610080.000000" time="60109668.000000"/>
</stats>
<stats fillType="SUNFLOWER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="28222218.000000">
<curveBaseCurve nominalAmplitude="0.030958" nominalAmplitudeVariation="0.116092" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.054850" period="83976400.000000" time="20994100.000000"/>
<curve1 nominalAmplitude="0.015479" nominalAmplitudeVariation="0.015479" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001749" period="447361664.000000" time="87845648.000000"/>
</stats>
<stats fillType="SOYBEAN" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.035788" nominalAmplitudeVariation="0.134205" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.068248" period="49217624.000000" time="27825122.000000"/>
<curve1 nominalAmplitude="0.017894" nominalAmplitudeVariation="0.017894" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000195" period="426395936.000000" time="371889696.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.017480" nominalAmplitudeVariation="0.065550" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.023482" period="92014464.000000" time="62858768.000000"/>
<curve1 nominalAmplitude="0.008740" nominalAmplitudeVariation="0.008740" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.011721" period="494072864.000000" time="368645504.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="35388672.000000">
<curveBaseCurve nominalAmplitude="0.007912" nominalAmplitudeVariation="0.029670" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.016784" period="64996204.000000" time="48747152.000000"/>
<curve1 nominalAmplitude="0.003956" nominalAmplitudeVariation="0.003956" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002247" period="571126912.000000" time="385326784.000000"/>
</stats>
<stats fillType="SUGARBEET" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.005612" nominalAmplitudeVariation="0.021045" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.009794" period="87920048.000000" time="20264364.000000"/>
<curve1 nominalAmplitude="0.002806" nominalAmplitudeVariation="0.002806" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004064" period="569791680.000000" time="374795744.000000"/>
</stats>
<stats fillType="SUGARCANE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="32706756.000000">
<curveBaseCurve nominalAmplitude="0.005474" nominalAmplitudeVariation="0.020528" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.006316" period="58631984.000000" time="14657996.000000"/>
<curve1 nominalAmplitude="0.002737" nominalAmplitudeVariation="0.002737" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003651" period="489809440.000000" time="285472768.000000"/>
</stats>
<stats fillType="WOODCHIPS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="48831904.000000">
<curveBaseCurve nominalAmplitude="0.003680" nominalAmplitudeVariation="0.013800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.010245" period="67339352.000000" time="16834838.000000"/>
<curve1 nominalAmplitude="0.001840" nominalAmplitudeVariation="0.001840" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001921" period="592965632.000000" time="309507264.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationWoodTrain/sellingStationWoodTrain.xml" id="24" position="1002.5 88 526.5" rotation="0 -90.000002504478 0" age="1.000000" price="0.000000" farmId="0" mapBoundId="sellingStationWoodTrain01">
<sellingStation>
<stats fillType="WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.040000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.092196" period="85199296.000000" time="12192615.000000"/>
<curve1 nominalAmplitude="0.020000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.006394" period="550761600.000000" time="122999352.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationWoodTrain/sellingStationWoodTrain.xml" id="25" position="-885 80.5 535.79998779297" rotation="0 -90.000002504478 0" age="1.000000" price="0.000000" farmId="0" mapBoundId="sellingStationWoodTrain02">
<sellingStation>
<stats fillType="WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="48412072.000000">
<curveBaseCurve nominalAmplitude="0.040000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.069476" period="73813144.000000" time="55359856.000000"/>
<curve1 nominalAmplitude="0.020000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.038272" period="472622208.000000" time="197964432.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/bakeryUS/bakeryUS.xml" id="26" position="622 85.625 109" rotation="0 0 0" age="1.000000" price="50000.000000" farmId="0" mapBoundId="sellingStationBakery">
<productionPoint>
<production id="bread" isEnabled="true"/>
<production id="cake" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/carpenterUS/carpenterUS.xml" id="27" position="490 82 780" rotation="0 201.50000617643 0" age="1.000000" price="60000.000000" farmId="0" mapBoundId="sellingStationCarpenter">
<productionPoint>
<production id="furnitureWood" isEnabled="true"/>
<production id="furnitureBoards" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/cerealFactory/cerealFactory.xml" id="28" position="-592.75 87.625 409" rotation="0 0 0" age="1.000000" price="110000.000000" farmId="0" mapBoundId="sellingStationCerealFactory">
<productionPoint>
<production id="cereal" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/dairyUS/dairyUS.xml" id="29" position="-535 87.599998474121 365.5" rotation="0 -90.000002504478 0" age="1.000000" price="70000.000000" farmId="0" mapBoundId="sellingStationDairy">
<productionPoint>
<production id="butter" isEnabled="true"/>
<production id="cheese" isEnabled="true"/>
<production id="chocolate" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/sellingPoints/fastFoodRestaurant/fastFoodRestaurant.xml" id="30" position="284.5 88.125 57.5" rotation="0 90.000002504478 0" age="1.000000" price="55000.000000" farmId="0" mapBoundId="sellingStationFastFoodRestaurant">
<sellingStation>
<stats fillType="GRAPE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="43586736.000000">
<curveBaseCurve nominalAmplitude="0.024120" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.041308" period="82441680.000000" time="61831260.000000"/>
<curve1 nominalAmplitude="0.012060" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.015532" period="406253888.000000" time="83087344.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="1061345.500000">
<curveBaseCurve nominalAmplitude="0.015200" nominalAmplitudeVariation="0.057000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.006110" period="81179136.000000" time="20294784.000000"/>
<curve1 nominalAmplitude="0.007600" nominalAmplitudeVariation="0.007600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013948" period="474847008.000000" time="27660090.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="49862128.000000">
<curveBaseCurve nominalAmplitude="0.006880" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.010141" period="78553120.000000" time="58914840.000000"/>
<curve1 nominalAmplitude="0.003440" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004995" period="481636864.000000" time="263127952.000000"/>
</stats>
<stats fillType="EGG" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="4018087.750000">
<curveBaseCurve nominalAmplitude="0.044800" nominalAmplitudeVariation="0.168000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.131094" period="85707608.000000" time="21426902.000000"/>
<curve1 nominalAmplitude="0.022400" nominalAmplitudeVariation="0.022400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.012237" period="465625152.000000" time="92711592.000000"/>
</stats>
<stats fillType="FLOUR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="41131016.000000">
<curveBaseCurve nominalAmplitude="0.022800" nominalAmplitudeVariation="0.085500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.056769" period="45156832.000000" time="11289208.000000"/>
<curve1 nominalAmplitude="0.011400" nominalAmplitudeVariation="0.011400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004034" period="541670400.000000" time="309678624.000000"/>
</stats>
<stats fillType="CAKE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.132000" nominalAmplitudeVariation="0.495000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.113948" period="65670844.000000" time="40390788.000000"/>
<curve1 nominalAmplitude="0.066000" nominalAmplitudeVariation="0.066000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.065505" period="467657536.000000" time="111379136.000000"/>
</stats>
<stats fillType="BUTTER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.036000" nominalAmplitudeVariation="0.135000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.100489" period="92302384.000000" time="7978140.000000"/>
<curve1 nominalAmplitude="0.018000" nominalAmplitudeVariation="0.018000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003129" period="473493376.000000" time="363169632.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.072000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.266598" period="57489128.000000" time="47924152.000000"/>
<curve1 nominalAmplitude="0.036000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.048613" period="487399776.000000" time="157725280.000000"/>
</stats>
<stats fillType="SUGAR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="3003232.500000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.034348" period="52189724.000000" time="13047431.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.016716" period="436388928.000000" time="1980307.625000"/>
</stats>
<stats fillType="HONEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="20521766.000000">
<curveBaseCurve nominalAmplitude="0.040000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.019948" period="77541552.000000" time="58156164.000000"/>
<curve1 nominalAmplitude="0.020000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003274" period="439860224.000000" time="346156192.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="30941728.000000">
<curveBaseCurve nominalAmplitude="0.071200" nominalAmplitudeVariation="0.267000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.173870" period="56198720.000000" time="42149040.000000"/>
<curve1 nominalAmplitude="0.035600" nominalAmplitudeVariation="0.035600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.070042" period="550084416.000000" time="123650072.000000"/>
</stats>
<stats fillType="CANOLA_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="47855032.000000">
<curveBaseCurve nominalAmplitude="0.065600" nominalAmplitudeVariation="0.246000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.044771" period="83270368.000000" time="62452776.000000"/>
<curve1 nominalAmplitude="0.032800" nominalAmplitudeVariation="0.032800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.034024" period="502979456.000000" time="442122752.000000"/>
</stats>
<stats fillType="OLIVE_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="50859412.000000">
<curveBaseCurve nominalAmplitude="0.097600" nominalAmplitudeVariation="0.366000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.150747" period="94108960.000000" time="23527240.000000"/>
<curve1 nominalAmplitude="0.048800" nominalAmplitudeVariation="0.048800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.017283" period="551773120.000000" time="147118320.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="4998178.500000">
<curveBaseCurve nominalAmplitude="0.064000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.034185" period="78712872.000000" time="19678218.000000"/>
<curve1 nominalAmplitude="0.032000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.056840" period="586510592.000000" time="555100736.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="6517983.000000">
<curveBaseCurve nominalAmplitude="0.039600" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.041133" period="50292440.000000" time="12573110.000000"/>
<curve1 nominalAmplitude="0.019800" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.027173" period="543496832.000000" time="311375488.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.004358" period="89436624.000000" time="78150392.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004958" period="563680896.000000" time="502268000.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.010000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.001179" period="83526296.000000" time="40743844.000000"/>
<curve1 nominalAmplitude="0.005000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003430" period="427715424.000000" time="203027792.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/oilPlant/oilPlant.xml" id="31" position="997.25 88.125 163.5" rotation="0 -90.000002504478 0" age="1.000000" price="80000.000000" farmId="0" mapBoundId="sellingStationOilPlant">
<productionPoint>
<production id="sunflower_oil" isEnabled="true"/>
<production id="canola_oil" isEnabled="true"/>
<production id="olive_oil" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/raisinFactory/raisinFactory.xml" id="32" position="989 88.125 404" rotation="0 90.000002504478 0" age="1.000000" price="80000.000000" farmId="0" mapBoundId="sellingStationRaisinFactory">
<productionPoint>
<production id="raisins" isEnabled="true"/>
<production id="grapejuice" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/spinneryUS/spinneryUS.xml" id="33" position="65 96.75 -371.375" rotation="0 180.00000500896 0" age="1.000000" price="60000.000000" farmId="0" mapBoundId="sellingStationSpinnery">
<productionPoint>
<production id="fabric_wool" isEnabled="true"/>
<production id="fabric_cotton" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/mapUS/productionPointGrainMill/productionPointGrainMill.xml" id="34" position="-104 96.870002746582 -965" rotation="0 36.000001001791 0" age="1.000000" price="96000.000000" farmId="0" mapBoundId="sellingStationGrainMill">
<productionPoint>
<production id="flourWheat" isEnabled="true"/>
<production id="flourBarley" isEnabled="true"/>
<production id="flourOat" isEnabled="true"/>
<production id="flourSorghum" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/mapUS/sawmill/sawmill.xml" id="35" position="-851 100 -450" rotation="0 19.999999418186 0" age="1.000000" price="100000.000000" farmId="0" mapBoundId="sawmill">
<productionPoint>
<production id="boards" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationGeneric/sellingStationFarmersMarket.xml" id="36" position="-901 92.0625 -642.25" rotation="0 0 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="sellingStationFarmersMarket">
<sellingStation>
<stats fillType="WHEAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="32650880.000000">
<curveBaseCurve nominalAmplitude="0.013480" nominalAmplitudeVariation="0.050550" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.010910" period="91745120.000000" time="68808840.000000"/>
<curve1 nominalAmplitude="0.006740" nominalAmplitudeVariation="0.006740" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004237" period="550692928.000000" time="530674848.000000"/>
</stats>
<stats fillType="BARLEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="20384370.000000">
<curveBaseCurve nominalAmplitude="0.012520" nominalAmplitudeVariation="0.046950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.010784" period="77390600.000000" time="58042952.000000"/>
<curve1 nominalAmplitude="0.006260" nominalAmplitudeVariation="0.006260" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004270" period="589831424.000000" time="385966784.000000"/>
</stats>
<stats fillType="OAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="44107388.000000">
<curveBaseCurve nominalAmplitude="0.021280" nominalAmplitudeVariation="0.079800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.044197" period="59894096.000000" time="14973524.000000"/>
<curve1 nominalAmplitude="0.010640" nominalAmplitudeVariation="0.010640" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.016513" period="562635968.000000" time="163787248.000000"/>
</stats>
<stats fillType="CANOLA" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.024120" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.054168" period="46945756.000000" time="29416916.000000"/>
<curve1 nominalAmplitude="0.012060" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013184" period="425414912.000000" time="68188464.000000"/>
</stats>
<stats fillType="SORGHUM" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="8765759.000000">
<curveBaseCurve nominalAmplitude="0.017200" nominalAmplitudeVariation="0.064500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.062877" period="51946708.000000" time="38960032.000000"/>
<curve1 nominalAmplitude="0.008600" nominalAmplitudeVariation="0.008600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013649" period="546088448.000000" time="19378580.000000"/>
</stats>
<stats fillType="SUNFLOWER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="30518546.000000">
<curveBaseCurve nominalAmplitude="0.026920" nominalAmplitudeVariation="0.100950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.052136" period="74435176.000000" time="18608794.000000"/>
<curve1 nominalAmplitude="0.013460" nominalAmplitudeVariation="0.013460" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.012688" period="412653280.000000" time="116195824.000000"/>
</stats>
<stats fillType="SOYBEAN" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.031120" nominalAmplitudeVariation="0.116700" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.034227" period="59980472.000000" time="49853188.000000"/>
<curve1 nominalAmplitude="0.015560" nominalAmplitudeVariation="0.015560" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004878" period="511250880.000000" time="506310336.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="41195260.000000">
<curveBaseCurve nominalAmplitude="0.015200" nominalAmplitudeVariation="0.057000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.021298" period="44830744.000000" time="33623056.000000"/>
<curve1 nominalAmplitude="0.007600" nominalAmplitudeVariation="0.007600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.010298" period="408027328.000000" time="106627752.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="43041952.000000">
<curveBaseCurve nominalAmplitude="0.006880" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.003751" period="49272556.000000" time="36954416.000000"/>
<curve1 nominalAmplitude="0.003440" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005609" period="530444512.000000" time="496507296.000000"/>
</stats>
<stats fillType="SUGARBEET" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="1993329.875000">
<curveBaseCurve nominalAmplitude="0.004880" nominalAmplitudeVariation="0.018300" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.009706" period="55256820.000000" time="13814205.000000"/>
<curve1 nominalAmplitude="0.002440" nominalAmplitudeVariation="0.002440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002127" period="518175296.000000" time="182273376.000000"/>
</stats>
<stats fillType="COTTON" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="9395457.000000">
<curveBaseCurve nominalAmplitude="0.050080" nominalAmplitudeVariation="0.187800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.044635" period="54335140.000000" time="40751356.000000"/>
<curve1 nominalAmplitude="0.025040" nominalAmplitudeVariation="0.025040" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.026502" period="534759264.000000" time="300232608.000000"/>
</stats>
<stats fillType="SUGARCANE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="29221560.000000">
<curveBaseCurve nominalAmplitude="0.004760" nominalAmplitudeVariation="0.017850" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.010259" period="91965824.000000" time="22991456.000000"/>
<curve1 nominalAmplitude="0.002380" nominalAmplitudeVariation="0.002380" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001304" period="513037120.000000" time="104708016.000000"/>
</stats>
<stats fillType="EGG" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.044800" nominalAmplitudeVariation="0.168000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.035443" period="78846144.000000" time="30009196.000000"/>
<curve1 nominalAmplitude="0.022400" nominalAmplitudeVariation="0.022400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.028047" period="578871744.000000" time="493806048.000000"/>
</stats>
<stats fillType="WOOL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="9793868.000000">
<curveBaseCurve nominalAmplitude="0.037600" nominalAmplitudeVariation="0.141000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.010370" period="64319256.000000" time="48239440.000000"/>
<curve1 nominalAmplitude="0.018800" nominalAmplitudeVariation="0.018800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005959" period="414673664.000000" time="352228896.000000"/>
</stats>
<stats fillType="MILK" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="36695760.000000">
<curveBaseCurve nominalAmplitude="0.028000" nominalAmplitudeVariation="0.105000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.060103" period="86369904.000000" time="21592476.000000"/>
<curve1 nominalAmplitude="0.014000" nominalAmplitudeVariation="0.014000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003358" period="403726880.000000" time="118424944.000000"/>
</stats>
<stats fillType="WOODCHIPS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.003200" nominalAmplitudeVariation="0.012000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.006296" period="73772968.000000" time="46411700.000000"/>
<curve1 nominalAmplitude="0.001600" nominalAmplitudeVariation="0.001600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001718" period="481518400.000000" time="210867600.000000"/>
</stats>
<stats fillType="DRYGRASS_WINDROW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="12516883.000000">
<curveBaseCurve nominalAmplitude="0.002240" nominalAmplitudeVariation="0.008400" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.004658" period="73982336.000000" time="55486752.000000"/>
<curve1 nominalAmplitude="0.001120" nominalAmplitudeVariation="0.001120" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000873" period="409341600.000000" time="215841264.000000"/>
</stats>
<stats fillType="FLOUR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="8109884.500000">
<curveBaseCurve nominalAmplitude="0.022800" nominalAmplitudeVariation="0.085500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.011337" period="72392776.000000" time="18098194.000000"/>
<curve1 nominalAmplitude="0.011400" nominalAmplitudeVariation="0.011400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004100" period="459580032.000000" time="410567584.000000"/>
</stats>
<stats fillType="BREAD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="37091460.000000">
<curveBaseCurve nominalAmplitude="0.060800" nominalAmplitudeVariation="0.228000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.163413" period="45026216.000000" time="33769664.000000"/>
<curve1 nominalAmplitude="0.030400" nominalAmplitudeVariation="0.030400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.028821" period="461548032.000000" time="270306368.000000"/>
</stats>
<stats fillType="BUTTER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="7395406.000000">
<curveBaseCurve nominalAmplitude="0.036000" nominalAmplitudeVariation="0.135000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.090861" period="52794540.000000" time="39595904.000000"/>
<curve1 nominalAmplitude="0.018000" nominalAmplitudeVariation="0.018000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.031362" period="430647520.000000" time="407137568.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="14596433.000000">
<curveBaseCurve nominalAmplitude="0.072000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.111896" period="44430144.000000" time="11107536.000000"/>
<curve1 nominalAmplitude="0.036000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.066663" period="421750624.000000" time="107123504.000000"/>
</stats>
<stats fillType="HONEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="128694.843750">
<curveBaseCurve nominalAmplitude="0.040000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.058530" period="66318032.000000" time="49738524.000000"/>
<curve1 nominalAmplitude="0.020000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013721" period="583960192.000000" time="570412736.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="24956848.000000">
<curveBaseCurve nominalAmplitude="0.071200" nominalAmplitudeVariation="0.267000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.187790" period="53902048.000000" time="13475512.000000"/>
<curve1 nominalAmplitude="0.035600" nominalAmplitudeVariation="0.035600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.023449" period="536803680.000000" time="519039232.000000"/>
</stats>
<stats fillType="CANOLA_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.065600" nominalAmplitudeVariation="0.246000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.177436" period="73474072.000000" time="50799552.000000"/>
<curve1 nominalAmplitude="0.032800" nominalAmplitudeVariation="0.032800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.046766" period="566048512.000000" time="81317120.000000"/>
</stats>
<stats fillType="OLIVE_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="17548562.000000">
<curveBaseCurve nominalAmplitude="0.097600" nominalAmplitudeVariation="0.366000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.239048" period="50672328.000000" time="38004248.000000"/>
<curve1 nominalAmplitude="0.048800" nominalAmplitudeVariation="0.048800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002181" period="438154080.000000" time="303866848.000000"/>
</stats>
<stats fillType="RAISINS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="2439918.250000">
<curveBaseCurve nominalAmplitude="0.056000" nominalAmplitudeVariation="0.210000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.085280" period="76258848.000000" time="57194136.000000"/>
<curve1 nominalAmplitude="0.028000" nominalAmplitudeVariation="0.028000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.007274" period="531531392.000000" time="124391568.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="28606006.000000">
<curveBaseCurve nominalAmplitude="0.064000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.125168" period="54501608.000000" time="40876208.000000"/>
<curve1 nominalAmplitude="0.032000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000785" period="519639168.000000" time="147635904.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.039600" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.051795" period="45854308.000000" time="29012138.000000"/>
<curve1 nominalAmplitude="0.019800" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.012412" period="528851872.000000" time="221099680.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.057035" period="80522872.000000" time="75812040.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.006050" period="465446464.000000" time="95345400.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="19351172.000000">
<curveBaseCurve nominalAmplitude="0.010000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.015678" period="54479468.000000" time="13619867.000000"/>
<curve1 nominalAmplitude="0.005000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.006140" period="585158464.000000" time="463908512.000000"/>
</stats>
<stats fillType="ROUNDBALE_WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="31749570.000000">
<curveBaseCurve nominalAmplitude="0.040000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.040098" period="93876792.000000" time="70407592.000000"/>
<curve1 nominalAmplitude="0.020000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.007597" period="575618368.000000" time="300191488.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationGeneric/sellingStationMainGrainSilo.xml" id="37" position="-49 81 948" rotation="0 180.00000500896 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="sellingStationMainGrainSilo">
<animatedObjects>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
<sellingStation>
<stats fillType="WHEAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.013480" nominalAmplitudeVariation="0.050550" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.030332" period="61581712.000000" time="36768076.000000"/>
<curve1 nominalAmplitude="0.006740" nominalAmplitudeVariation="0.006740" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.009123" period="554032256.000000" time="332816000.000000"/>
</stats>
<stats fillType="BARLEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="46900148.000000">
<curveBaseCurve nominalAmplitude="0.012520" nominalAmplitudeVariation="0.046950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.014174" period="75540232.000000" time="56655176.000000"/>
<curve1 nominalAmplitude="0.006260" nominalAmplitudeVariation="0.006260" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.011017" period="566987008.000000" time="390078368.000000"/>
</stats>
<stats fillType="OAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.021280" nominalAmplitudeVariation="0.079800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.054428" period="92087624.000000" time="2582977.250000"/>
<curve1 nominalAmplitude="0.010640" nominalAmplitudeVariation="0.010640" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005144" period="570837632.000000" time="111094632.000000"/>
</stats>
<stats fillType="CANOLA" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="1744986.750000">
<curveBaseCurve nominalAmplitude="0.024120" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.022414" period="94865472.000000" time="71149104.000000"/>
<curve1 nominalAmplitude="0.012060" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.022261" period="588549568.000000" time="12622234.000000"/>
</stats>
<stats fillType="SORGHUM" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="37420236.000000">
<curveBaseCurve nominalAmplitude="0.017200" nominalAmplitudeVariation="0.064500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.013903" period="56745856.000000" time="42559392.000000"/>
<curve1 nominalAmplitude="0.008600" nominalAmplitudeVariation="0.008600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.014992" period="478765504.000000" time="317670592.000000"/>
</stats>
<stats fillType="SUNFLOWER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="3487959.750000">
<curveBaseCurve nominalAmplitude="0.026920" nominalAmplitudeVariation="0.100950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.043542" period="54850120.000000" time="41137588.000000"/>
<curve1 nominalAmplitude="0.013460" nominalAmplitudeVariation="0.013460" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013222" period="509018816.000000" time="92054080.000000"/>
</stats>
<stats fillType="SOYBEAN" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.031120" nominalAmplitudeVariation="0.116700" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.019933" period="92381784.000000" time="38295060.000000"/>
<curve1 nominalAmplitude="0.015560" nominalAmplitudeVariation="0.015560" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.030312" period="484558912.000000" time="422522592.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.015200" nominalAmplitudeVariation="0.057000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.023631" period="84260504.000000" time="58793092.000000"/>
<curve1 nominalAmplitude="0.007600" nominalAmplitudeVariation="0.007600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001251" period="453066016.000000" time="43246244.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="49792468.000000">
<curveBaseCurve nominalAmplitude="0.006880" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.003670" period="81318848.000000" time="60989136.000000"/>
<curve1 nominalAmplitude="0.003440" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000394" period="580046592.000000" time="177303120.000000"/>
</stats>
<stats fillType="SUGARBEET" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="40395552.000000">
<curveBaseCurve nominalAmplitude="0.004880" nominalAmplitudeVariation="0.018300" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.010353" period="89428856.000000" time="22357214.000000"/>
<curve1 nominalAmplitude="0.002440" nominalAmplitudeVariation="0.002440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002256" period="430470880.000000" time="19279772.000000"/>
</stats>
<stats fillType="SUGARCANE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="12861342.000000">
<curveBaseCurve nominalAmplitude="0.004760" nominalAmplitudeVariation="0.017850" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.011236" period="75547576.000000" time="18886894.000000"/>
<curve1 nominalAmplitude="0.002380" nominalAmplitudeVariation="0.002380" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001135" period="486684032.000000" time="16491214.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationBowlingCenter/sellingStationBowlingCenter.xml" id="38" position="812 103 -586" rotation="0 109.99999850757 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="sellingStationRestaurantBowlingCenter">
<sellingStation>
<stats fillType="BREAD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="48333284.000000">
<curveBaseCurve nominalAmplitude="0.060800" nominalAmplitudeVariation="0.228000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.216148" period="66379472.000000" time="16594868.000000"/>
<curve1 nominalAmplitude="0.030400" nominalAmplitudeVariation="0.030400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.024087" period="547029056.000000" time="307490848.000000"/>
</stats>
<stats fillType="CHOCOLATE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.080000" nominalAmplitudeVariation="0.300000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.052117" period="54811416.000000" time="35294412.000000"/>
<curve1 nominalAmplitude="0.040000" nominalAmplitudeVariation="0.040000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.016977" period="498086336.000000" time="429525664.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="8998672.000000">
<curveBaseCurve nominalAmplitude="0.064000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.125051" period="79121560.000000" time="19780390.000000"/>
<curve1 nominalAmplitude="0.032000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.034711" period="441996256.000000" time="424013504.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.071200" nominalAmplitudeVariation="0.267000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.069088" period="93358768.000000" time="44821340.000000"/>
<curve1 nominalAmplitude="0.035600" nominalAmplitudeVariation="0.035600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.055012" period="536900800.000000" time="157619456.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="25350674.000000">
<curveBaseCurve nominalAmplitude="0.072000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.046399" period="51924020.000000" time="38943016.000000"/>
<curve1 nominalAmplitude="0.036000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.001327" period="435516448.000000" time="96622512.000000"/>
</stats>
<stats fillType="CAKE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.132000" nominalAmplitudeVariation="0.495000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.254705" period="56664408.000000" time="20680428.000000"/>
<curve1 nominalAmplitude="0.066000" nominalAmplitudeVariation="0.066000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.087158" period="405293536.000000" time="246675840.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="50916204.000000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.033598" period="87784600.000000" time="21946150.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000009" period="600568640.000000" time="451842816.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="3785231.750000">
<curveBaseCurve nominalAmplitude="0.010000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.013052" period="80025624.000000" time="60019216.000000"/>
<curve1 nominalAmplitude="0.005000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002964" period="541749376.000000" time="356042304.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="46223336.000000">
<curveBaseCurve nominalAmplitude="0.039600" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.051089" period="93290008.000000" time="69967504.000000"/>
<curve1 nominalAmplitude="0.019800" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000528" period="529332160.000000" time="49139528.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationShoppingMall/sellingStationShoppingMall.xml" id="39" position="36 85.800003051758 -26" rotation="0 -45.000001252239 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="sellingStationShoppingMall">
<sellingStation>
<stats fillType="GRAPE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.024120" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.012113" period="47962084.000000" time="5446183.500000"/>
<curve1 nominalAmplitude="0.012060" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.018558" period="585813760.000000" time="232244640.000000"/>
</stats>
<stats fillType="OLIVE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="8140944.000000">
<curveBaseCurve nominalAmplitude="0.024120" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.014799" period="71488968.000000" time="53616728.000000"/>
<curve1 nominalAmplitude="0.012060" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.019632" period="489893728.000000" time="90453696.000000"/>
</stats>
<stats fillType="FLOUR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="37638220.000000">
<curveBaseCurve nominalAmplitude="0.022800" nominalAmplitudeVariation="0.085500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.023152" period="46315448.000000" time="11578862.000000"/>
<curve1 nominalAmplitude="0.011400" nominalAmplitudeVariation="0.011400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.016685" period="581758080.000000" time="393781952.000000"/>
</stats>
<stats fillType="BREAD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.060800" nominalAmplitudeVariation="0.228000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.150331" period="59676056.000000" time="43522280.000000"/>
<curve1 nominalAmplitude="0.030400" nominalAmplitudeVariation="0.030400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.041294" period="435444128.000000" time="334396544.000000"/>
</stats>
<stats fillType="CAKE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="49772332.000000">
<curveBaseCurve nominalAmplitude="0.132000" nominalAmplitudeVariation="0.495000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.308623" period="93315160.000000" time="69986368.000000"/>
<curve1 nominalAmplitude="0.066000" nominalAmplitudeVariation="0.066000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.090097" period="496511072.000000" time="237854512.000000"/>
</stats>
<stats fillType="BUTTER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="38033904.000000">
<curveBaseCurve nominalAmplitude="0.036000" nominalAmplitudeVariation="0.135000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.113573" period="72659096.000000" time="18164774.000000"/>
<curve1 nominalAmplitude="0.018000" nominalAmplitudeVariation="0.018000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.023989" period="430991584.000000" time="148991552.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="18293238.000000">
<curveBaseCurve nominalAmplitude="0.072000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.105247" period="52165776.000000" time="13041444.000000"/>
<curve1 nominalAmplitude="0.036000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.022890" period="468792800.000000" time="274748000.000000"/>
</stats>
<stats fillType="FABRIC" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.120000" nominalAmplitudeVariation="0.450000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.204200" period="73661616.000000" time="56825752.000000"/>
<curve1 nominalAmplitude="0.060000" nominalAmplitudeVariation="0.060000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.017580" period="446408160.000000" time="177719344.000000"/>
</stats>
<stats fillType="CLOTHES" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="3609019.750000">
<curveBaseCurve nominalAmplitude="0.320000" nominalAmplitudeVariation="1.200000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.680216" period="59700232.000000" time="14925058.000000"/>
<curve1 nominalAmplitude="0.160000" nominalAmplitudeVariation="0.160000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.276795" period="466471488.000000" time="354758080.000000"/>
</stats>
<stats fillType="SUGAR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.011968" period="56399160.000000" time="52374472.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.017870" period="600667968.000000" time="82995616.000000"/>
</stats>
<stats fillType="CEREAL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.094000" nominalAmplitudeVariation="0.352500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.199830" period="83096792.000000" time="81363272.000000"/>
<curve1 nominalAmplitude="0.047000" nominalAmplitudeVariation="0.047000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.038213" period="503146976.000000" time="418590208.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="7057762.500000">
<curveBaseCurve nominalAmplitude="0.071200" nominalAmplitudeVariation="0.267000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.145830" period="61202432.000000" time="45901824.000000"/>
<curve1 nominalAmplitude="0.035600" nominalAmplitudeVariation="0.035600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.024030" period="597883840.000000" time="96471712.000000"/>
</stats>
<stats fillType="CANOLA_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="10730918.000000">
<curveBaseCurve nominalAmplitude="0.065600" nominalAmplitudeVariation="0.246000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.032755" period="65782432.000000" time="49336824.000000"/>
<curve1 nominalAmplitude="0.032800" nominalAmplitudeVariation="0.032800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.051036" period="551454912.000000" time="526246560.000000"/>
</stats>
<stats fillType="OLIVE_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.097600" nominalAmplitudeVariation="0.366000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.177384" period="58057704.000000" time="20346260.000000"/>
<curve1 nominalAmplitude="0.048800" nominalAmplitudeVariation="0.048800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.067814" period="470151520.000000" time="347826080.000000"/>
</stats>
<stats fillType="RAISINS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.056000" nominalAmplitudeVariation="0.210000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.099530" period="60948568.000000" time="44587876.000000"/>
<curve1 nominalAmplitude="0.028000" nominalAmplitudeVariation="0.028000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000450" period="433063968.000000" time="316114112.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.064000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.024661" period="53449544.000000" time="2331616.500000"/>
<curve1 nominalAmplitude="0.032000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.056311" period="447651520.000000" time="366292480.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.039600" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.105313" period="91211328.000000" time="30328362.000000"/>
<curve1 nominalAmplitude="0.019800" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.010586" period="511995424.000000" time="120524392.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="37814064.000000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.032867" period="85951168.000000" time="21487792.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005982" period="446551808.000000" time="72807752.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.010000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.009071" period="94903264.000000" time="87997840.000000"/>
<curve1 nominalAmplitude="0.005000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004698" period="506704352.000000" time="474482464.000000"/>
</stats>
<stats fillType="CHOCOLATE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="4710070.000000">
<curveBaseCurve nominalAmplitude="0.080000" nominalAmplitudeVariation="0.300000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.264626" period="91439944.000000" time="68579960.000000"/>
<curve1 nominalAmplitude="0.040000" nominalAmplitudeVariation="0.040000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.052222" period="591554880.000000" time="487867424.000000"/>
</stats>
<stats fillType="FURNITURE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.080000" nominalAmplitudeVariation="0.300000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.098743" period="63514888.000000" time="1393863.500000"/>
<curve1 nominalAmplitude="0.040000" nominalAmplitudeVariation="0.040000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.007373" period="557853632.000000" time="173949136.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/railroadStorageSilo01/railroadStorageSilo01.xml" id="40" position="-708 87 563" rotation="0 -90.000002504478 0" age="1.000000" price="20000.000000" farmId="0" mapBoundId="trainSilo1">
<silo>
<storage index="1" farmId="1"/>
<storage index="2" farmId="2"/>
<storage index="3" farmId="3"/>
<storage index="4" farmId="4"/>
<storage index="5" farmId="5"/>
<storage index="6" farmId="6"/>
<storage index="7" farmId="7"/>
<storage index="8" farmId="8"/>
</silo>
</placeable>
<placeable filename="data/placeables/mapUS/railroadStorageSilo02/railroadStorageSilo02.xml" id="41" position="883 88.099998474121 401.11999511719" rotation="0 180.00000500896 0" age="1.000000" price="20000.000000" farmId="0" mapBoundId="trainSilo2">
<silo>
<storage index="1" farmId="1"/>
<storage index="2" farmId="2"/>
<storage index="3" farmId="3"/>
<storage index="4" farmId="4"/>
<storage index="5" farmId="5"/>
<storage index="6" farmId="6"/>
<storage index="7" farmId="7"/>
<storage index="8" farmId="8"/>
</silo>
</placeable>
<placeable filename="data/placeables/mapUS/gasStation/gasStation.xml" id="42" position="237 85 60" rotation="0 0 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="gasStation"/>
<placeable filename="data/placeables/mapUS/sellingStationVehicles/sellingStationVehicles.xml" id="43" position="831 86 -1" rotation="0 135.00000034162 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="sellingStationVehicles"/>
<placeable filename="data/placeables/mapUS/waterFillTriggers/waterFillTriggers.xml" id="44" position="0 0 0" rotation="0 0 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="waterFillTriggers"/>
<placeable filename="data/placeables/lizard/limeStation/limeStation.xml" id="45" position="850 88 430" rotation="0 -90.000002504478 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="limeStation01"/>
<placeable filename="data/placeables/lizard/wardrobe/wardrobeTrigger.xml" id="46" position="116.5 86 38" rotation="0 0 0" age="1.000000" price="1.000000" farmId="0" mapBoundId="wardrobeCity"/>
<placeable filename="data/placeables/unia/farma/farma800/farma800.xml" id="47" position="-747.33764648438 77 984.42144775391" rotation="0 83.271658285179 0" age="0.000000" price="147000.000000" farmId="1">
<silo>
<storage index="1" farmId="1"/>
</silo>
</placeable>
<placeable filename="data/placeables/mapUS/farmBuildings/farmHouse/farmHouse02.xml" id="48" position="-802.99761962891 82.229949951172 969.58184814453" rotation="0 94.51497611191 0" age="0.000000" price="150000.000000" farmId="1"/>
<placeable modName="FS22_CSShop1" filename="$moddir$FS22_CSShop1/shop.xml" id="49" position="-761.25 77.003890991211 939.25" rotation="0 0 0" age="0.000000" price="35000.000000" farmId="1">
<animatedObjects>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
</placeable>
<placeable filename="data/placeables/rudolfHormann/garageBig/garageBig.xml" id="50" position="-703.56915283203 77.019454956055 1002.634765625" rotation="0 6.2494642886635 0" age="0.000000" price="312500.000000" farmId="1">
<animatedObjects>
<animatedObject time="1.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="1.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
<colorable>
<color>3</color>
</colorable>
</placeable>
<placeable filename="data/placeables/lizard/fencesFarm/level05/fencesFarmLevel05Singleton.xml" id="51" position="100 -101 0" rotation="0 0 0" age="0.000000" price="0.000000" farmId="1">
<fence>
<segments>
<segment start="-676.18200683594 986.16247558594" end="-670.931640625 983.37377929688" gateIndex="2">
<animatedObject time="0.000000" direction="0"/>
</segment>
<segment start="-680.13256835938 986.98596191406" end="-676.18200683594 986.16247558594" last="false"/>
<segment start="-670.931640625 983.37377929688" end="-662.67297363281 988.04156494141" first="false"/>
<segment start="-662.67297363281 988.04156494141" end="-659.29528808594 989.85821533203" first="false"/>
<segment start="-659.29528808594 989.85821533203" end="-654.97955322266 991.22448730469" first="false"/>
<segment start="-654.97955322266 991.22448730469" end="-648.90808105469 990.94158935547" first="false"/>
<segment start="-648.90808105469 990.94158935547" end="-631.48919677734 991.18664550781" first="false"/>
<segment start="-631.48919677734 991.18664550781" end="-584.14739990234 991.1669921875" first="false"/>
<segment start="-584.14739990234 991.1669921875" end="-578.27014160156 990.27191162109" gateIndex="2" first="false">
<animatedObject time="0.000000" direction="0"/>
</segment>
<segment start="-578.27014160156 990.27191162109" end="-565.61730957031 991.07989501953" first="false"/>
<segment start="-565.61730957031 991.07989501953" end="-562.90087890625 988.34777832031" first="false"/>
<segment start="-562.90087890625 988.34777832031" end="-563.35638427734 983.64416503906" first="false"/>
<segment start="-563.35638427734 983.64416503906" end="-563.29150390625 917.86761474609" first="false"/>
<segment start="-563.29150390625 917.86761474609" end="-563.87121582031 916.45953369141" first="false"/>
<segment start="-563.87121582031 916.45953369141" end="-565.85003662109 915.38269042969" first="false"/>
<segment start="-565.85003662109 915.38269042969" end="-567.0791015625 915.22540283203" first="false"/>
<segment start="-567.0791015625 915.22540283203" end="-576.15087890625 915.40582275391" first="false"/>
<segment start="-576.15087890625 915.40582275391" end="-577.93566894531 916.56225585938" first="false"/>
<segment start="-577.93566894531 916.56225585938" end="-578.89636230469 918.45037841797" first="false"/>
<segment start="-578.89636230469 918.45037841797" end="-582.67120361328 917.37506103516" gateIndex="1" first="false">
<animatedObject time="0.000000" direction="0"/>
</segment>
<segment start="-582.67120361328 917.37506103516" end="-583.31311035156 916.57287597656" first="false"/>
<segment start="-583.31311035156 916.57287597656" end="-655.65277099609 915.69311523438" first="false"/>
<segment start="-655.65277099609 915.69311523438" end="-658.65191650391 915.46527099609" first="false"/>
<segment start="-658.65191650391 915.46527099609" end="-661.34069824219 915.98449707031" first="false"/>
<segment start="-661.34069824219 915.98449707031" end="-662.85998535156 917.24688720703" first="false"/>
<segment start="-662.85998535156 917.24688720703" end="-664.49993896484 919.67596435547" first="false"/>
<segment start="-664.49993896484 919.67596435547" end="-664.56842041016 921.49249267578" first="false"/>
<segment start="-665.61645507813 922.69952392578" end="-671.55194091797 923.03527832031" gateIndex="2">
<animatedObject time="0.000000" direction="0"/>
</segment>
<segment start="-664.56842041016 921.49249267578" end="-665.61645507813 922.69952392578" first="false" last="false"/>
<segment start="-671.55194091797 923.03527832031" end="-672.92706298828 922.98254394531" first="false"/>
<segment start="-672.92706298828 922.98254394531" end="-674.33404541016 920.10559082031" first="false"/>
<segment start="-674.33404541016 920.10559082031" end="-676.66564941406 917.29504394531" first="false"/>
<segment start="-676.66564941406 917.29504394531" end="-680.11303710938 915.58679199219" first="false"/>
<segment start="-680.11303710938 915.58679199219" end="-682.81658935547 915.2197265625" first="false"/>
<segment start="-682.81658935547 915.2197265625" end="-712.83770751953 915.59606933594" first="false"/>
<segment start="-712.83770751953 915.59606933594" end="-734.85174560547 915.27349853516" first="false"/>
<segment start="-734.85174560547 915.27349853516" end="-737.83294677734 915.92840576172" first="false"/>
<segment start="-737.83294677734 915.92840576172" end="-740.76019287109 917.44140625" first="false"/>
<segment start="-740.76019287109 917.44140625" end="-742.09783935547 919.13604736328" first="false"/>
<segment start="-743.86352539063 922.39001464844" end="-749.64709472656 921.01409912109" gateIndex="2">
<animatedObject time="0.000000" direction="0"/>
</segment>
<segment start="-742.09783935547 919.13604736328" end="-743.86352539063 922.39001464844" first="false" last="false"/>
<segment start="-749.64709472656 921.01409912109" end="-749.73571777344 919.34838867188" first="false"/>
<segment start="-749.73571777344 919.34838867188" end="-751.43853759766 916.77697753906" first="false"/>
<segment start="-751.43853759766 916.77697753906" end="-753.21484375 915.96051025391" first="false"/>
<segment start="-753.21484375 915.96051025391" end="-757.25366210938 915.35052490234" first="false"/>
<segment start="-757.25366210938 915.35052490234" end="-771.39947509766 915.40881347656" first="false"/>
<segment start="-771.39947509766 915.40881347656" end="-777.27416992188 915.18188476563" first="false"/>
<segment start="-777.27416992188 915.18188476563" end="-791.61187744141 915.29553222656" first="false"/>
<segment start="-791.61187744141 915.29553222656" end="-803.90405273438 914.99291992188" first="false"/>
<segment start="-803.90405273438 914.99291992188" end="-819.94873046875 914.76330566406" first="false"/>
<segment start="-819.94873046875 914.76330566406" end="-825.77899169922 914.921875" first="false"/>
<segment start="-825.77899169922 914.921875" end="-827.40118408203 915.55285644531" first="false"/>
<segment start="-827.40118408203 915.55285644531" end="-828.65167236328 916.08422851563" first="false"/>
<segment start="-828.65167236328 916.08422851563" end="-829.54699707031 917.35870361328" first="false"/>
<segment start="-829.54699707031 917.35870361328" end="-830.21447753906 920.93286132813" first="false"/>
<segment start="-830.21447753906 920.93286132813" end="-830.18762207031 929.61322021484" first="false"/>
<segment start="-830.18762207031 929.61322021484" end="-829.71270751953 944.97521972656" first="false"/>
<segment start="-829.71270751953 944.97521972656" end="-829.76947021484 954.25512695313" first="false"/>
<segment start="-829.76947021484 954.25512695313" end="-830.27807617188 962.20703125" first="false"/>
<segment start="-830.27807617188 962.20703125" end="-828.57666015625 968.04162597656" first="false"/>
<segment start="-828.57666015625 968.04162597656" end="-825.41058349609 974.92694091797" first="false"/>
<segment start="-825.41058349609 974.92694091797" end="-822.41296386719 978.80639648438" first="false"/>
<segment start="-822.41296386719 978.80639648438" end="-819.81414794922 982.08380126953" first="false"/>
<segment start="-819.81414794922 982.08380126953" end="-817.85052490234 984.03002929688" first="false"/>
<segment start="-814.56805419922 987.94696044922" end="-812.70495605469 993.59246826172" gateIndex="2">
<animatedObject time="0.000000" direction="0"/>
</segment>
<segment start="-817.85052490234 984.03002929688" end="-814.56805419922 987.94696044922" first="false" last="false"/>
<segment start="-812.70495605469 993.59246826172" end="-810.90295410156 996.08770751953" first="false"/>
<segment start="-810.90295410156 996.08770751953" end="-805.55169677734 997.93365478516" first="false"/>
<segment start="-805.55169677734 997.93365478516" end="-801.14099121094 1001.5799560547" first="false"/>
<segment start="-801.14099121094 1001.5799560547" end="-796.12927246094 1007.8666992188" first="false"/>
<segment start="-796.12927246094 1007.8666992188" end="-790.53527832031 1006.959777832" first="false"/>
<segment start="-790.53527832031 1006.959777832" end="-785.71685791016 1007.3155517578" first="false"/>
<segment start="-785.71685791016 1007.3155517578" end="-780.16687011719 1005.2307128906" first="false"/>
<segment start="-780.16687011719 1005.2307128906" end="-754.49597167969 1005.3599853516" first="false"/>
<segment start="-754.49597167969 1005.3599853516" end="-749.10571289063 1006.6888427734" first="false"/>
<segment start="-749.10571289063 1006.6888427734" end="-745.47119140625 1008.8546142578" first="false"/>
<segment start="-745.47119140625 1008.8546142578" end="-742.67370605469 1013.0133056641" first="false"/>
<segment start="-742.67370605469 1013.0133056641" end="-741.27319335938 1016.9030761719" first="false"/>
<segment start="-741.27319335938 1016.9030761719" end="-735.46270751953 1022.4219970703" first="false"/>
</segments>
</fence>
</placeable>
<placeable filename="data/placeables/lizard/chargingStation/chargingStation.xml" id="52" position="-730.69769287109 77.016738891602 992.572265625" rotation="0 6.2494642886635 0" age="0.000000" price="5000.000000" farmId="1"/>
<placeable filename="data/placeables/pesslInstruments/imetosIMT300/imetosIMT300.xml" id="53" position="-771.49401855469 80.24471282959 1009.7844238281" rotation="0 6.2494642886635 0" age="0.000000" price="4200.000000" farmId="1"/>
<placeable filename="data/placeables/lizard/sellingPoints/restaurant/restaurant.xml" id="54" position="-781.83551025391 79.999992370605 990.79699707031" rotation="0 2.9374238112977 0" age="0.000000" price="65000.000000" farmId="1">
<sellingStation>
<stats fillType="GRAPE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="45691344.000000">
<curveBaseCurve nominalAmplitude="0.024120" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.010127" period="84765936.000000" time="63574452.000000"/>
<curve1 nominalAmplitude="0.012060" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002127" period="428994752.000000" time="72174056.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.015200" nominalAmplitudeVariation="0.057000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.009965" period="74804392.000000" time="32667134.000000"/>
<curve1 nominalAmplitude="0.007600" nominalAmplitudeVariation="0.007600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.007391" period="409700224.000000" time="209432192.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.006880" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.016263" period="43363184.000000" time="6105278.500000"/>
<curve1 nominalAmplitude="0.003440" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.000912" period="574133312.000000" time="335245952.000000"/>
</stats>
<stats fillType="EGG" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.044800" nominalAmplitudeVariation="0.168000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.075106" period="72080752.000000" time="71561512.000000"/>
<curve1 nominalAmplitude="0.022400" nominalAmplitudeVariation="0.022400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.017679" period="488449824.000000" time="9118154.000000"/>
</stats>
<stats fillType="FLOUR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="20952256.000000">
<curveBaseCurve nominalAmplitude="0.022800" nominalAmplitudeVariation="0.085500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.050732" period="76114168.000000" time="19028542.000000"/>
<curve1 nominalAmplitude="0.011400" nominalAmplitudeVariation="0.011400" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.004124" period="509967616.000000" time="101405328.000000"/>
</stats>
<stats fillType="CAKE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.132000" nominalAmplitudeVariation="0.495000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.365870" period="73451728.000000" time="46217832.000000"/>
<curve1 nominalAmplitude="0.066000" nominalAmplitudeVariation="0.066000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.117873" period="485894112.000000" time="322997984.000000"/>
</stats>
<stats fillType="BUTTER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="5710727.500000">
<curveBaseCurve nominalAmplitude="0.036000" nominalAmplitudeVariation="0.135000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.029332" period="66505016.000000" time="16626254.000000"/>
<curve1 nominalAmplitude="0.018000" nominalAmplitudeVariation="0.018000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.028787" period="478272800.000000" time="292620288.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.072000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.065116" period="46601008.000000" time="15152906.000000"/>
<curve1 nominalAmplitude="0.036000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.069936" period="499594432.000000" time="417756320.000000"/>
</stats>
<stats fillType="SUGAR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.018645" period="83692512.000000" time="40820192.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002318" period="413630976.000000" time="301019488.000000"/>
</stats>
<stats fillType="HONEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="40833808.000000">
<curveBaseCurve nominalAmplitude="0.040000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.098303" period="91405232.000000" time="68553920.000000"/>
<curve1 nominalAmplitude="0.020000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.002752" period="562721088.000000" time="49568804.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.071200" nominalAmplitudeVariation="0.267000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.017240" period="67927128.000000" time="45496188.000000"/>
<curve1 nominalAmplitude="0.035600" nominalAmplitudeVariation="0.035600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.058659" period="434977664.000000" time="264006816.000000"/>
</stats>
<stats fillType="CANOLA_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.065600" nominalAmplitudeVariation="0.246000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.031036" period="70415560.000000" time="58687552.000000"/>
<curve1 nominalAmplitude="0.032800" nominalAmplitudeVariation="0.032800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.048624" period="453074560.000000" time="81539608.000000"/>
</stats>
<stats fillType="OLIVE_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.097600" nominalAmplitudeVariation="0.366000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.061589" period="76814432.000000" time="31916598.000000"/>
<curve1 nominalAmplitude="0.048800" nominalAmplitudeVariation="0.048800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.091743" period="415382720.000000" time="136293344.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.064000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.107911" period="58118808.000000" time="43773104.000000"/>
<curve1 nominalAmplitude="0.032000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.062514" period="539878528.000000" time="180353152.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.039600" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.050605" period="43442860.000000" time="21748064.000000"/>
<curve1 nominalAmplitude="0.019800" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.021148" period="504716384.000000" time="361165376.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.020000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="-0.050760" period="57082724.000000" time="26103484.000000"/>
<curve1 nominalAmplitude="0.010000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.017195" period="435633952.000000" time="187490160.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="17149202.000000">
<curveBaseCurve nominalAmplitude="0.010000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.002708" period="62557844.000000" time="15639461.000000"/>
<curve1 nominalAmplitude="0.005000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.006997" period="421521024.000000" time="227060352.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/lizard/doghouse/doghouse.xml" id="55" position="-791.87738037109 80.217895507813 961.75891113281" rotation="0 172.75395294114 0" age="0.000000" price="2500.000000" farmId="1">
<doghouse name="Bella"/>
</placeable>
<placeable filename="data/placeables/rudolfHormann/horseBarnBig/horseBarnBig.xml" id="56" position="-722.11743164063 77.027236938477 931.77337646484" rotation="0 181.23055921058 0" age="0.000000" price="125000.000000" farmId="1">
<animatedObjects>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
<husbandry globalProductionFactor="0.000000">
<storage farmId="1"/>
</husbandry>
<husbandryAnimals>
<clusters>
<animal subType="HORSE_PINTO" numAnimals="1" age="0" health="0" reproduction="0" name="Nirvana" fitness="0" riding="0" dirt="10"/>
<animal subType="HORSE_PALOMINO" numAnimals="1" age="0" health="0" reproduction="0" name="Nitro" fitness="0" riding="0" dirt="10"/>
</clusters>
</husbandryAnimals>
</placeable>
</placeables>

4
cache/playerPositions.xml vendored Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<playerPositions>
<player playerName="mrjohndowe" uniqueUserId="v+5jq/2MbyBidOoB94jJD5cv/KMofCqETNrr+BrHnfg=" x="814.407349" y="88.874321" z="385.520233"/>
</playerPositions>

9
cache/players.xml vendored Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<players>
<player uniqueUserId="N/ydZBhny8pYS1jGN04U+VrbZ4W8NgNd4m/E9Kfynfc=">
<style filename="dataS/character/humans/player/player01.xml" beardConfig="0" bottomConfig="1" bottomConfigColor="1" faceConfig="1" faceConfigColor="1" footwearConfig="1" footwearConfigColor="1" glassesConfig="0" glovesConfig="0" hairStyleConfig="2" hairStyleConfigColor="6" headgearConfig="0" mustacheConfig="0" onepieceConfig="0" topConfig="4" topConfigColor="1" facegearConfig="0"/>
</player>
<player uniqueUserId="v+5jq/2MbyBidOoB94jJD5cv/KMofCqETNrr+BrHnfg=">
<style filename="dataS/character/humans/player/player01.xml" beardConfig="6" beardConfigColor="17" bottomConfig="7" bottomConfigColor="1" faceConfig="6" faceConfigColor="1" footwearConfig="16" footwearConfigColor="1" glassesConfig="5" glassesConfigColor="1" glovesConfig="8" glovesConfigColor="17" hairStyleConfig="9" hairStyleConfigColor="17" headgearConfig="20" headgearConfigColor="1" mustacheConfig="0" onepieceConfig="0" topConfig="18" topConfigColor="1" facegearConfig="0"/>
</player>
</players>

8
cache/sales.xml vendored Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<sales>
<item timeLeft="2" isGenerated="true" xmlFilename="data/vehicles/koeckerling/rebellClassic600T/rebellClassic600T.xml" age="35" price="18095" damage="0.264034" wear="0.362651" operatingTime="125303.960938"/>
<item timeLeft="26" isGenerated="true" xmlFilename="data/vehicles/rostselmash/rsm2375/rsm2375.xml" age="25" price="100955" damage="0.358809" wear="0.781362" operatingTime="48640.242188">
<boughtConfiguration name="design" id="5"/>
</item>
<item timeLeft="28" isGenerated="true" xmlFilename="data/vehicles/fendt/dynaFlex9255/dynaFlex9255.xml" age="16" price="32653" damage="0.442738" wear="0.848045" operatingTime="60761.277344"/>
</sales>

BIN
cache/savegame.zip vendored Normal file

Binary file not shown.

4
cache/snow_state.xml vendored Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<densityMapHeightUpdater applyUpdateCurrentIndex="-1" applyUpdateType="24" applyUpdateDeltaDensity="0" applyUpdateHeightLimit="0" applyUpdateUseCollisionMap="true" applyUpdateMaxTimePerFrame="1.000000">
</densityMapHeightUpdater>

BIN
cache/splitShapes.gmss vendored Normal file

Binary file not shown.

4
cache/stone_growthState.xml vendored Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<densityMapUpdater updateCycleTime="0.000000" currentUpdateTime="0.000000" currentUpdateIndex="-1" numCellsToUpdate="0.000000" applyUpdateCurrentIndex="-1" applyUpdateMaxTimePerFrame="0.500000">
</densityMapUpdater>

7
cache/storeDeliveries.xml vendored Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<storeDeliveries isLoaded="false">
<storeLocation x="818.000000" y="85.000000" z="60.000000"/>
<storeRotation x="-0.000000" y="1.570796" z="0.000000"/>
<storeDirection x="-0.000000" y="0.000000" z="-1.000000"/>
<storePerpDirection x="1.000000" y="0.000000" z="-0.000000"/>
</storeDeliveries>

BIN
cache/terrain.heightmap.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 830 KiB

BIN
cache/terrain.lod.type.cache vendored Normal file

Binary file not shown.

48
cache/terrain.nmap.cache vendored Normal file

File diff suppressed because one or more lines are too long

BIN
cache/terrain.occluders.cache vendored Normal file

Binary file not shown.

2
cache/treePlant.xml vendored Normal file
View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<treePlant/>

8
cache/vehicleControlAddon.xml vendored Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<vehicleControlAddon>
<configuration name="brakeForceFactor" value="0.450000"/>
<configuration name="snapAngleHudY" value="0.256510"/>
<configuration name="drawHud" value="false"/>
<configuration name="adaptiveSteering" value="true"/>
<configuration name="idleThrottle" value="true"/>
</vehicleControlAddon>

BIN
cache/vehicleNavigationCostmap.dat vendored Normal file

Binary file not shown.

803
cache/vehicles.xml vendored Normal file
View File

@ -0,0 +1,803 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<vehicles>
<vehicle filename="data/vehicles/train/locomotive04/locomotive04.xml" id="1" isAbsolute="true" age="1.000000" price="164000.000000" farmId="0" propertyState="0" operatingTime="59965.007812" selectedObjectIndex="5" subSelectedObjectIndex="1">
<component index="1" position="-1582.3958740234 88.070785522461 325.31201171875" rotation="-0.019423640601861 1.1004702606755 0"/>
<configuration name="wheel" id="1"/>
<configuration name="motor" id="1"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<wheels lastWheelConfiguration="1"/>
<enterable activeCameraIndex="1">
<camera rotation="-24.000002375408 180.00000500896 0" translation="-4.5606698167836e-30 3.9790401842302e-15 16" zoom="16.000010" fovY="0.950021"/>
<camera rotation="0 180.00000500896 0" translation="-0.58369398117065 3.5578699111938 4.7593398094177" zoom="5.970810" fovY="1.047198"/>
</enterable>
<drivable cruiseControl="80" cruiseControlReverse="80"/>
<attacherJoints comboDirection="-1"/>
</vehicle>
<vehicle filename="data/vehicles/train/wagonGrain/wagonGrain.xml" id="2" isAbsolute="true" age="1.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="59965.007812">
<component index="1" position="-1582.7265625 88.065650939941 306.42797851563" rotation="0.0014104879455626 0.61667718287124 0"/>
<configuration name="wheel" id="1"/>
<configuration name="trailer" id="1"/>
<configuration name="cover" id="1"/>
<configuration name="fillVolume" id="1"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="trailer" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="cover" id="1"/>
<boughtConfiguration name="fillVolume" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
<trailer doorState="false" tipAnimationTime="0.000000" tipState="0"/>
<cover state="0"/>
</vehicle>
<vehicle filename="data/vehicles/train/wagonWoodChips/wagonWoodChips.xml" id="3" isAbsolute="true" age="1.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="59965.007812">
<component index="1" position="-1582.8977050781 88.066886901855 289.16915893555" rotation="0.021231863148503 0.30021007935392 0"/>
<configuration name="trailer" id="1"/>
<configuration name="fillVolume" id="1"/>
<configuration name="wheel" id="1"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="trailer" id="1"/>
<boughtConfiguration name="fillVolume" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
<trailer doorState="false" tipAnimationTime="0.000000" tipState="0"/>
</vehicle>
<vehicle filename="data/vehicles/train/wagonSugarbeets/wagonSugarbeets.xml" id="4" isAbsolute="true" age="1.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="59965.007812">
<component index="1" position="-1582.9780273438 88.07421875 271.90771484375" rotation="0.048011087212992 0.074601060342598 0"/>
<configuration name="wheel" id="1"/>
<configuration name="trailer" id="1"/>
<configuration name="cover" id="1"/>
<configuration name="fillVolume" id="1"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="trailer" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="cover" id="1"/>
<boughtConfiguration name="fillVolume" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
<trailer doorState="false" tipAnimationTime="0.000000" tipState="0"/>
<cover state="0"/>
</vehicle>
<vehicle filename="data/vehicles/train/wagonTimber/wagonTimber.xml" id="5" isAbsolute="true" age="1.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="59965.007812">
<component index="1" position="-1583.0001220703 88.094253540039 250.14239501953" rotation="0.098120256460582 -0 0"/>
<configuration name="wheel" id="1"/>
<configuration name="tensionBelts" id="1"/>
<boughtConfiguration name="tensionBelts" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<tensionBelts>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
</tensionBelts>
</vehicle>
<vehicle filename="data/vehicles/train/wagonVehicles/wagonVehicles.xml" id="6" isAbsolute="true" age="1.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="59965.007812">
<component index="1" position="-1583 88.144027709961 223.04345703125" rotation="0.15564815173504 0.00065839434247803 0"/>
<configuration name="wheel" id="1"/>
<configuration name="tensionBelts" id="1"/>
<boughtConfiguration name="tensionBelts" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<tensionBelts>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
</tensionBelts>
</vehicle>
<vehicle modName="EXP22_Peterbilt389_fs22planet" filename="$moddir$EXP22_Peterbilt389_fs22planet/peterbilt.xml" id="7" isAbsolute="true" age="0.000000" price="128100.000000" farmId="1" propertyState="1" operatingTime="15.248954" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="812.41369628906 85.943450927734 60.624168395996" rotation="-162.52670088553 85.239019143521 -162.51417431859"/>
<component index="2" position="808.38110351563 86.716651916504 59.959838867188" rotation="-162.57138398308 85.239060124656 -162.51431092237"/>
<component index="3" position="808.53326416016 86.764625549316 61.87699508667" rotation="-162.57272270016 85.238978162386 -162.514297262"/>
<configuration name="attacherJoint" id="1"/>
<configuration name="wheel" id="4"/>
<configuration name="rimColor" id="1"/>
<configuration name="motor" id="1"/>
<configuration name="fillUnit" id="5"/>
<configuration name="tensionBelts" id="2"/>
<configuration name="vehicleType" id="1"/>
<configuration name="designMaterial" id="44"/>
<configuration name="baseMaterial" id="44"/>
<configuration name="design" id="1"/>
<configuration name="folding" id="1"/>
<boughtConfiguration name="attacherJoint" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="wheel" id="4"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="5"/>
<boughtConfiguration name="tensionBelts" id="1"/>
<boughtConfiguration name="tensionBelts" id="2"/>
<boughtConfiguration name="rimColor" id="1"/>
<boughtConfiguration name="vehicleType" id="1"/>
<boughtConfiguration name="baseMaterial" id="17"/>
<boughtConfiguration name="baseMaterial" id="44"/>
<boughtConfiguration name="designMaterial" id="25"/>
<boughtConfiguration name="designMaterial" id="44"/>
<boughtConfiguration name="folding" id="1"/>
<washable>
<dirtNode amount="0.001858"/>
<dirtNode amount="0.001858" snowScale="0.000000"/>
<dirtNode amount="0.001858" snowScale="0.000000"/>
<dirtNode amount="0.001858" snowScale="0.000000"/>
<dirtNode amount="0.001858" snowScale="0.000000"/>
<dirtNode amount="0.001858" snowScale="0.000000"/>
<dirtNode amount="0.001858" snowScale="0.000000"/>
</washable>
<wearable damage="0.000458">
<wearNode amount="0.000175"/>
</wearable>
<cylindered>
<movingTool rotation="0.000000"/>
<movingTool rotation="0.000000"/>
<movingTool translation="-2.539000"/>
<movingTool rotation="0.000000"/>
</cylindered>
<wheels lastWheelConfiguration="4"/>
<enterable activeCameraIndex="1">
<camera rotation="-19.999999418186 180.00000500896 0" translation="0 0 10" zoom="10.000010" fovY="0.950021"/>
<camera rotation="0 -180.00000500896 0" translation="0.49599999189377 2.4500000476837 0.89399999380112" zoom="2.654770" fovY="1.047198"/>
</enterable>
<fillUnit>
<unit index="1" fillType="DIESEL" fillLevel="880.000000"/>
<unit index="2" fillType="DEF" fillLevel="60.000000"/>
<unit index="3" fillType="AIR" fillLevel="4291.993652"/>
</fillUnit>
<drivable cruiseControl="121" cruiseControlReverse="15"/>
<aiFieldWorker lastTurnDirection="false"/>
<attacherJoints comboDirection="-1"/>
<trailer tipState="0"/>
<tensionBelts>
<belt isActive="false"/>
</tensionBelts>
<foldable foldAnimTime="0.000000"/>
</vehicle>
<vehicle modName="FSC_FS22_Exile" filename="$moddir$FSC_FS22_Exile/ExileJeep.xml" id="8" isAbsolute="true" age="0.000000" price="25995.000000" farmId="1" propertyState="1" operatingTime="8564.986328">
<component index="1" position="-709.32122802734 77.039428710938 1009.6907958984" rotation="-179.34007213135 -86.081140487048 -179.70371140276"/>
<configuration name="designMaterial" id="3"/>
<configuration name="design" id="1"/>
<configuration name="baseMaterial" id="4"/>
<configuration name="rimColor" id="3"/>
<configuration name="wheel" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="rimColor" id="1"/>
<boughtConfiguration name="rimColor" id="3"/>
<boughtConfiguration name="baseMaterial" id="4"/>
<boughtConfiguration name="baseMaterial" id="26"/>
<boughtConfiguration name="designMaterial" id="3"/>
<boughtConfiguration name="designMaterial" id="19"/>
<boughtConfiguration name="design" id="1"/>
<washable>
<dirtNode amount="0.098038"/>
<dirtNode amount="0.349996" snowScale="0.000000"/>
<dirtNode amount="0.349996" snowScale="0.000000"/>
<dirtNode amount="0.338643" snowScale="0.000000"/>
<dirtNode amount="0.349997" snowScale="0.000000"/>
</washable>
<wearable damage="0.037708">
<wearNode amount="0.006170"/>
</wearable>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<foldable foldAnimTime="0.000000"/>
</vehicle>
<vehicle modName="FSC_FS22_Exile" filename="$moddir$FSC_FS22_Exile/ExileLL.xml" id="9" isAbsolute="true" age="0.000000" price="75995.000000" farmId="1" propertyState="1" operatingTime="8515.113281">
<component index="1" position="-701.44311523438 77.054809570313 1008.3125" rotation="0.06517024329557 -80.665879645117 0.082373808947966"/>
<configuration name="tensionBelts" id="1"/>
<configuration name="wheel" id="1"/>
<configuration name="rimColor" id="3"/>
<configuration name="designMaterial" id="3"/>
<configuration name="baseMaterial" id="4"/>
<configuration name="design" id="1"/>
<configuration name="folding" id="1"/>
<boughtConfiguration name="designMaterial" id="3"/>
<boughtConfiguration name="designMaterial" id="19"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="tensionBelts" id="1"/>
<boughtConfiguration name="baseMaterial" id="4"/>
<boughtConfiguration name="baseMaterial" id="26"/>
<boughtConfiguration name="rimColor" id="1"/>
<boughtConfiguration name="rimColor" id="3"/>
<boughtConfiguration name="folding" id="1"/>
<washable>
<dirtNode amount="0.092353"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
<dirtNode amount="0.092353" snowScale="0.000000"/>
</washable>
<wearable damage="0.037501">
<wearNode amount="0.007639"/>
</wearable>
<cylindered>
<movingTool animationTime="0.000000"/>
<movingTool animationTime="0.209395"/>
</cylindered>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<foldable foldAnimTime="1.000000"/>
<trailer tipState="0"/>
<tensionBelts>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
</tensionBelts>
<LockSteeringAxle>
<lockSteeringAxle isLocked="true"/>
</LockSteeringAxle>
</vehicle>
<vehicle modName="EXP22_W900L_Custom" filename="$moddir$EXP22_W900L_Custom/W900L.xml" id="10" isAbsolute="true" age="0.000000" price="123200.000000" farmId="1" propertyState="1" operatingTime="8592.501953" selectedObjectIndex="3" subSelectedObjectIndex="1">
<component index="1" position="-718.67205810547 77.033325195313 1008.3718261719" rotation="179.40174873955 -79.459388199937 179.97678236578"/>
<configuration name="design7" id="2"/>
<configuration name="design8" id="2"/>
<configuration name="motor" id="1"/>
<configuration name="fillUnit" id="1"/>
<configuration name="baseMaterial" id="2"/>
<configuration name="folding" id="1"/>
<configuration name="attacherJoint" id="1"/>
<configuration name="wheel" id="14"/>
<configuration name="rimColor" id="19"/>
<configuration name="design2" id="6"/>
<configuration name="designMaterial3" id="19"/>
<configuration name="designMaterial2" id="17"/>
<configuration name="designMaterial" id="17"/>
<configuration name="design4" id="7"/>
<configuration name="design3" id="2"/>
<configuration name="design5" id="1"/>
<configuration name="design" id="5"/>
<configuration name="design6" id="5"/>
<boughtConfiguration name="design7" id="1"/>
<boughtConfiguration name="design7" id="2"/>
<boughtConfiguration name="design8" id="1"/>
<boughtConfiguration name="design8" id="2"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="baseMaterial" id="1"/>
<boughtConfiguration name="baseMaterial" id="2"/>
<boughtConfiguration name="folding" id="1"/>
<boughtConfiguration name="attacherJoint" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="wheel" id="14"/>
<boughtConfiguration name="rimColor" id="1"/>
<boughtConfiguration name="rimColor" id="19"/>
<boughtConfiguration name="design2" id="1"/>
<boughtConfiguration name="design2" id="6"/>
<boughtConfiguration name="designMaterial3" id="1"/>
<boughtConfiguration name="designMaterial3" id="19"/>
<boughtConfiguration name="design3" id="1"/>
<boughtConfiguration name="design3" id="2"/>
<boughtConfiguration name="designMaterial" id="1"/>
<boughtConfiguration name="designMaterial" id="17"/>
<boughtConfiguration name="design4" id="1"/>
<boughtConfiguration name="design4" id="7"/>
<boughtConfiguration name="designMaterial2" id="1"/>
<boughtConfiguration name="designMaterial2" id="17"/>
<boughtConfiguration name="design5" id="1"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="design" id="5"/>
<boughtConfiguration name="design6" id="1"/>
<boughtConfiguration name="design6" id="5"/>
<washable>
<dirtNode amount="0.214241"/>
<dirtNode amount="0.349971" snowScale="0.000000"/>
<dirtNode amount="0.349961" snowScale="0.000000"/>
<dirtNode amount="0.349961" snowScale="0.000000"/>
<dirtNode amount="0.349937" snowScale="0.000000"/>
<dirtNode amount="0.349938" snowScale="0.000000"/>
<dirtNode amount="0.349963" snowScale="0.000000"/>
</washable>
<wearable damage="0.117403">
<wearNode amount="0.019817"/>
</wearable>
<licensePlates variation="2" characters="JOHN-DOWE" colorIndex="7" placementIndex="1"/>
<cylindered>
<movingTool translation="0.000000"/>
<movingTool translation="0.102817"/>
<movingTool rotation="5.000000"/>
</cylindered>
<wheels lastWheelConfiguration="14"/>
<enterable activeCameraIndex="1">
<camera rotation="-19.999999418186 180.00000500896 0" translation="0 0 10" zoom="10.000010" fovY="0.950021"/>
<camera rotation="0 -180.00000500896 0" translation="0.44800001382828 2.5188300609589 0.52999997138977" zoom="2.612692" fovY="1.047198"/>
</enterable>
<fillUnit>
<unit index="1" fillType="DIESEL" fillLevel="341.927856"/>
<unit index="2" fillType="AIR" fillLevel="4000.000000"/>
</fillUnit>
<drivable cruiseControl="135" cruiseControlReverse="25"/>
<aiFieldWorker lastTurnDirection="false"/>
<aiJobVehicle>
<lastJob type="GOTO">
<parameter name="vehicle"/>
<parameter name="positionAngle" x="-638.377136" z="998.049133" angle="4.625123"/>
</lastJob>
</aiJobVehicle>
<attacherJoints comboDirection="-1"/>
<foldable foldAnimTime="0.000000"/>
<zzzVehicleControlAddon brakeForce="0.400000" antiSlip="true"/>
<actionController lastDirection="-1" numActions="2"/>
</vehicle>
<vehicle modName="FS22_lizardFloodLightTrailer" filename="$moddir$FS22_lizardFloodLightTrailer/lizardFloodLightTrailer.xml" id="11" isAbsolute="true" age="0.000000" price="9425.000000" farmId="1" propertyState="1" operatingTime="232.386017" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="-767.50897216797 77.041984558105 949.26312255859" rotation="0.50035810081057 74.16530857426 0.32745274242577"/>
<configuration name="wheel" id="TRELLEBORG_DEFAULT"/>
<configuration name="design" id="3"/>
<configuration name="vehicleType" id="2"/>
<configuration name="baseMaterial" id="8"/>
<configuration name="folding" id="1"/>
<boughtConfiguration name="wheel" id="TRELLEBORG_DEFAULT"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="design" id="3"/>
<boughtConfiguration name="vehicleType" id="1"/>
<boughtConfiguration name="vehicleType" id="2"/>
<boughtConfiguration name="baseMaterial" id="2"/>
<boughtConfiguration name="baseMaterial" id="8"/>
<boughtConfiguration name="folding" id="1"/>
<washable>
<dirtNode amount="0.033070"/>
<dirtNode amount="0.033070" snowScale="0.000000"/>
<dirtNode amount="0.033070" snowScale="0.000000"/>
</washable>
<wearable damage="0.002672">
<wearNode amount="0.003100"/>
</wearable>
<licensePlates variation="2" characters="JOHN-DOWE" colorIndex="7" placementIndex="1"/>
<cylindered>
<movingTool animationTime="0.000000"/>
<movingTool animationTime="0.000000"/>
<movingTool animationTime="0.008543"/>
<movingTool animationTime="0.000000"/>
<movingTool animationTime="0.000000"/>
<movingTool animationTime="0.786184"/>
</cylindered>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<foldable foldAnimTime="0.000000"/>
<trailer tipState="0"/>
<actionController lastDirection="-1" numActions="1"/>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/seeds/bigBagPallet_seeds.xml" id="12" isAbsolute="true" age="0.000000" price="900.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="818.60003662109 85.898818969727 49.225006103516" rotation="0.00044793153058666 90.000002504478 0"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/seeds/bigBagPallet_seeds.xml" id="13" isAbsolute="true" age="0.000000" price="900.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="818.60015869141 85.898818969727 50.775001525879" rotation="0.00017655313630389 90.000002504478 0"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/seeds/bigBagPallet_seeds.xml" id="14" isAbsolute="true" age="0.000000" price="900.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="817.40008544922 85.898818969727 49.225006103516" rotation="6.7933804732842e-05 90.000002504478 0"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/seeds/bigBagPallet_seeds.xml" id="15" isAbsolute="true" age="0.000000" price="900.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="817.40002441406 85.898826599121 50.775001525879" rotation="-0.00051793492479517 90.000002504478 0"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/vehicles/caseIH/magnumT4B/magnumT4B.xml" id="16" isAbsolute="true" age="0.000000" price="344500.000000" farmId="1" propertyState="1" operatingTime="353.845245" selectedObjectIndex="3" subSelectedObjectIndex="1">
<component index="1" position="-718.77185058594 77.008773803711 1013.5587158203" rotation="176.45605207507 82.798128100212 -179.67156853253"/>
<component index="2" position="-717.55950927734 77.871688842773 1013.4049682617" rotation="176.48942437935 82.798237383238 -179.63453524685"/>
<configuration name="attacherJoint" id="1"/>
<configuration name="wheel" id="MICHELIN_BROAD"/>
<configuration name="design" id="1"/>
<configuration name="motor" id="3"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="attacherJoint" id="1"/>
<boughtConfiguration name="wheel" id="TRELLEBORG_DEFAULT"/>
<boughtConfiguration name="wheel" id="MICHELIN_BROAD"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="motor" id="3"/>
<boughtConfiguration name="fillUnit" id="1"/>
<washable>
<dirtNode amount="0.183064"/>
<dirtNode amount="0.183064" snowScale="0.000000"/>
<dirtNode amount="0.183064" snowScale="0.000000"/>
<dirtNode amount="0.183064" snowScale="0.000000"/>
<dirtNode amount="0.183064" snowScale="0.000000"/>
</washable>
<wearable damage="0.004246">
<wearNode amount="0.017162"/>
</wearable>
<licensePlates variation="2" characters="JOHN-DOWE" colorIndex="7" placementIndex="1"/>
<wheels lastWheelConfiguration="9"/>
<enterable activeCameraIndex="1">
<camera rotation="-19.999999418186 180.00000500896 0" translation="0 0 7.9000000953674" zoom="7.900010" fovY="0.950021"/>
<camera rotation="-18.000000500896 180.00000500896 0" translation="3.3780997425482e-16 2.5953600406647 -1.220999956131" zoom="2.868238" fovY="1.047198"/>
</enterable>
<fillUnit>
<unit index="1" fillType="DIESEL" fillLevel="646.000000"/>
<unit index="2" fillType="DEF" fillLevel="99.000000"/>
<unit index="3" fillType="AIR" fillLevel="2458.683838"/>
</fillUnit>
<drivable cruiseControl="53" cruiseControlReverse="22"/>
<aiFieldWorker lastTurnDirection="false"/>
<attacherJoints comboDirection="-1"/>
<zzzVehicleControlAddon brakeForce="0.400000" snapDraw="3" antiSlip="true" snapDistance="6.000000"/>
<actionController lastDirection="-1" numActions="4">
<action name="lower" identifier="data/vehicles/kuhn/tf1512/tf1512.xml" lastDirection="-1"/>
<action name="turnOn" identifier="data/vehicles/kuhn/btfr6030/btfr6030.xml" lastDirection="-1"/>
<action name="lower" identifier="data/vehicles/kuhn/btfr6030/btfr6030.xml" lastDirection="-1"/>
</actionController>
</vehicle>
<vehicle filename="data/vehicles/kuhn/btfr6030/btfr6030.xml" id="17" isAbsolute="true" age="0.000000" price="67500.000000" farmId="1" propertyState="1" operatingTime="300.606354">
<component index="1" position="-723.52056884766 76.58869934082 1014.1580200195" rotation="178.95163927325 82.797369949214 -179.67152755139"/>
<configuration name="folding" id="1"/>
<configuration name="wheel" id="1"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="folding" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<washable>
<dirtNode amount="0.180798"/>
</washable>
<wearable damage="0.003624">
<wearNode amount="0.017514"/>
</wearable>
<licensePlates variation="2" characters="JOHN-DOWE" colorIndex="7" placementIndex="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<foldable foldAnimTime="1.000000"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
<ridgeMarker state="0"/>
<sowingMachine selectedSeedFruitType="WHEAT"/>
<FS22_manualAttach>
<manualAttachPowerTakeOff hasAttachedPowerTakeOffs="true"/>
<manualAttachConnectionHoses hasAttachedConnectionHoses="true"/>
</FS22_manualAttach>
</vehicle>
<vehicle filename="data/vehicles/kuhn/tf1512/tf1512.xml" id="18" isAbsolute="true" age="0.000000" price="18500.000000" farmId="1" propertyState="1" operatingTime="331.031647">
<component index="1" position="-713.99334716797 76.896705627441 1012.9553222656" rotation="176.97458637648 82.798537911562 -179.66793487189"/>
<configuration name="wheel" id="LIZARD_DEFAULT"/>
<configuration name="design" id="2"/>
<configuration name="cover" id="1"/>
<configuration name="fillVolume" id="1"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="wheel" id="LIZARD_DEFAULT"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="design" id="2"/>
<boughtConfiguration name="cover" id="1"/>
<boughtConfiguration name="fillVolume" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<washable>
<dirtNode amount="0.181192"/>
<dirtNode amount="0.181192"/>
<dirtNode amount="0.181192"/>
</washable>
<wearable damage="0.003950">
<wearNode amount="0.016986"/>
</wearable>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<foldable foldAnimTime="0.000000"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
<cover state="0"/>
<FS22_manualAttach>
<manualAttachConnectionHoses hasAttachedConnectionHoses="true"/>
</FS22_manualAttach>
</vehicle>
<vehicle filename="data/vehicles/jcb/fastrac4220/fastrac4220.xml" id="19" isAbsolute="true" age="0.000000" price="219000.000000" farmId="1" propertyState="1" operatingTime="446.551483" selectedObjectIndex="2" subSelectedObjectIndex="1">
<component index="1" position="812.28503417969 87.95858001709 385.28314208984" rotation="-1.2779548606924 0.005955212088607 0.28202478073004"/>
<component index="2" position="812.28094482422 88.829734802246 386.75772094727" rotation="-1.2412544400129 0.0051563530132049 0.33300002997058"/>
<configuration name="motor" id="1"/>
<configuration name="frontloader" id="2"/>
<configuration name="wheel" id="CONTINENTAL_NARROW"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="frontloader" id="1"/>
<boughtConfiguration name="frontloader" id="2"/>
<boughtConfiguration name="wheel" id="TRELLEBORG_DEFAULT"/>
<boughtConfiguration name="wheel" id="CONTINENTAL_NARROW"/>
<boughtConfiguration name="fillUnit" id="1"/>
<washable>
<dirtNode amount="0.077387"/>
<dirtNode amount="0.507236" snowScale="0.000000"/>
<dirtNode amount="0.507103" snowScale="0.000000"/>
<dirtNode amount="0.507468" snowScale="0.000000"/>
<dirtNode amount="0.507065" snowScale="0.000000"/>
</washable>
<wearable damage="0.005457">
<wearNode amount="0.007255"/>
</wearable>
<licensePlates variation="2" characters="JOHN-DOWE" colorIndex="7" placementIndex="1"/>
<wheels lastWheelConfiguration="11"/>
<enterable activeCameraIndex="1">
<camera rotation="-15.000000417413 180.00000500896 0" translation="0 0 7.3000001907349" zoom="7.300010" fovY="0.950021"/>
<camera rotation="-22.000000043023 180.00000500896 0" translation="8.3987398360278e-16 2.7423899173737 -0.46806299686432" zoom="2.782057" fovY="1.047198"/>
</enterable>
<fillUnit>
<unit index="1" fillType="DIESEL" fillLevel="384.999023"/>
<unit index="2" fillType="DEF" fillLevel="45.000000"/>
<unit index="3" fillType="AIR" fillLevel="1677.462158"/>
</fillUnit>
<drivable cruiseControl="65" cruiseControlReverse="22"/>
<aiFieldWorker lastTurnDirection="false"/>
<crabSteering state="1"/>
<attacherJoints comboDirection="-1"/>
<zzzVehicleControlAddon brakeForce="0.400000" lastSnapAngle="0.000000" snapDraw="3" antiSlip="true" lastSnapPosZ="261.138245" lastSnapPosX="823.686584" snapDistance="5.700000"/>
<actionController lastDirection="-1" numActions="3">
<action name="lower" identifier="data/vehicles/koeckerling/vector570/vector570.xml" lastDirection="-1"/>
</actionController>
</vehicle>
<vehicle modName="RM_1986_Ford_F350" filename="$moddir$RM_1986_Ford_F350/Ford.xml" id="20" isAbsolute="true" age="0.000000" price="14220.000000" farmId="1" propertyState="1" operatingTime="530.786987" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="-738.33154296875 77.031730651855 931.29089355469" rotation="-179.87322303758 7.9690651575044 -179.99844772583"/>
<component index="2" position="-738.00885009766 77.396598815918 928.98553466797" rotation="-179.87319571683 7.9690634499571 -179.99862531074"/>
<component index="3" position="-738.65057373047 77.406829833984 933.56982421875" rotation="-179.87557262266 7.9691027235449 179.98418629084"/>
<component index="4" position="-739.51440429688 77.731063842773 934.95880126953" rotation="-173.00944299723 7.9690694263727 -179.99844772583"/>
<component index="5" position="-738.20135498047 77.731101989746 935.142578125" rotation="164.3676554329 7.9690702801463 -179.99844772583"/>
<configuration name="design7" id="2"/>
<configuration name="design" id="2"/>
<configuration name="motor" id="1"/>
<configuration name="fillUnit" id="1"/>
<configuration name="tensionBelts" id="1"/>
<configuration name="baseMaterial" id="8"/>
<configuration name="folding" id="1"/>
<configuration name="attacherJoint" id="3"/>
<configuration name="wheel" id="8"/>
<configuration name="rimColor" id="56"/>
<configuration name="design2" id="3"/>
<configuration name="design3" id="1"/>
<configuration name="designMaterial" id="1"/>
<configuration name="design4" id="1"/>
<configuration name="design5" id="1"/>
<configuration name="design8" id="2"/>
<configuration name="design6" id="2"/>
<boughtConfiguration name="design7" id="1"/>
<boughtConfiguration name="design7" id="2"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="design" id="2"/>
<boughtConfiguration name="design" id="3"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="tensionBelts" id="1"/>
<boughtConfiguration name="baseMaterial" id="1"/>
<boughtConfiguration name="baseMaterial" id="8"/>
<boughtConfiguration name="folding" id="1"/>
<boughtConfiguration name="attacherJoint" id="1"/>
<boughtConfiguration name="attacherJoint" id="3"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="wheel" id="8"/>
<boughtConfiguration name="rimColor" id="1"/>
<boughtConfiguration name="rimColor" id="56"/>
<boughtConfiguration name="design2" id="1"/>
<boughtConfiguration name="design2" id="3"/>
<boughtConfiguration name="design3" id="1"/>
<boughtConfiguration name="designMaterial" id="1"/>
<boughtConfiguration name="design4" id="1"/>
<boughtConfiguration name="design5" id="1"/>
<boughtConfiguration name="design8" id="1"/>
<boughtConfiguration name="design8" id="2"/>
<boughtConfiguration name="design6" id="1"/>
<boughtConfiguration name="design6" id="2"/>
<washable>
<dirtNode amount="0.056999"/>
<dirtNode amount="0.056999" snowScale="0.000000"/>
<dirtNode amount="0.056999" snowScale="0.000000"/>
<dirtNode amount="0.056999" snowScale="0.000000"/>
<dirtNode amount="0.056999" snowScale="0.000000"/>
</washable>
<wearable damage="0.005512">
<wearNode amount="0.005344"/>
</wearable>
<wheels lastWheelConfiguration="8"/>
<enterable activeCameraIndex="1">
<camera rotation="-9.9999997090929 180.00000500896 0" translation="0 0 9.5" zoom="9.500010" fovY="1.047198"/>
<camera rotation="0 180.00000500896 0" translation="0.49799999594688 1.8589999675751 0.54699999094009" zoom="2.000783" fovY="1.047198"/>
</enterable>
<fillUnit>
<unit index="1" fillType="DIESEL" fillLevel="100.000000"/>
</fillUnit>
<drivable cruiseControl="130" cruiseControlReverse="50"/>
<aiFieldWorker lastTurnDirection="false"/>
<attacherJoints comboDirection="-1"/>
<tensionBelts>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
</tensionBelts>
<foldable foldAnimTime="0.000000"/>
<actionController lastDirection="-1" numActions="1"/>
</vehicle>
<vehicle filename="data/vehicles/jungheinrich/efgS50S/efgS50S.xml" id="21" isAbsolute="true" age="0.000000" price="55000.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="817.39904785156 85.930221557617 57.901893615723" rotation="-91.194814326178 88.748991886288 -91.429076154331"/>
<component index="2" position="816.2451171875 86.227844238281 57.895942687988" rotation="-91.215072667256 88.768703812232 -91.447463023576"/>
<component index="3" position="818.93121337891 86.424987792969 57.890243530273" rotation="-91.194588929935 88.748991886288 -91.429520116627"/>
<configuration name="motor" id="1"/>
<configuration name="wheel" id="TRELLEBORG_DEFAULT"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="wheel" id="TRELLEBORG_DEFAULT"/>
<boughtConfiguration name="fillUnit" id="1"/>
<washable>
<dirtNode amount="0.000092"/>
<dirtNode amount="0.000092" snowScale="0.000000"/>
<dirtNode amount="0.000092" snowScale="0.000000"/>
<dirtNode amount="0.000092" snowScale="0.000000"/>
<dirtNode amount="0.000092" snowScale="0.000000"/>
</washable>
<wearable damage="0.000017">
<wearNode amount="0.000009"/>
</wearable>
<cylindered>
<movingTool animationTime="0.050000"/>
<movingTool rotation="0.000000"/>
<movingTool translation="0.000000"/>
<movingTool animationTime="0.350000"/>
</cylindered>
<wheels lastWheelConfiguration="1"/>
<enterable activeCameraIndex="1">
<camera rotation="-15.000000417413 180.00000500896 0" translation="0 0 4.25" zoom="4.250010" fovY="0.950021"/>
<camera rotation="-18.000000500896 180.00000500896 0" translation="0.14639799296856 2.1161599159241 -0.050838500261307" zoom="2.121837" fovY="1.047198"/>
</enterable>
<fillUnit>
<unit index="1" fillType="ELECTRICCHARGE" fillLevel="80.000000"/>
</fillUnit>
<drivable cruiseControl="17" cruiseControlReverse="15"/>
<aiFieldWorker lastTurnDirection="false"/>
<attacherJoints comboDirection="-1"/>
</vehicle>
<vehicle modName="FS22_Dodge_Charger_2015_CBP" filename="$moddir$FS22_Dodge_Charger_2015_CBP/dodge_charger.xml" id="22" isAbsolute="true" age="0.000000" price="39500.000000" farmId="1" propertyState="1" operatingTime="275.182068" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="25.995399475098 88.106414794922 75.344276428223" rotation="-4.9673020314423 -73.287335567779 5.2267881750871"/>
<configuration name="fillUnit" id="1"/>
<configuration name="wheel" id="1"/>
<configuration name="design" id="2"/>
<configuration name="motor" id="1"/>
<configuration name="cover" id="1"/>
<configuration name="baseMaterial" id="2"/>
<configuration name="folding" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="design" id="1"/>
<boughtConfiguration name="design" id="2"/>
<boughtConfiguration name="motor" id="1"/>
<boughtConfiguration name="baseMaterial" id="1"/>
<boughtConfiguration name="baseMaterial" id="2"/>
<boughtConfiguration name="cover" id="1"/>
<boughtConfiguration name="folding" id="1"/>
<washable>
<dirtNode amount="0.020055"/>
<dirtNode amount="0.020055" snowScale="0.000000"/>
<dirtNode amount="0.020055" snowScale="0.000000"/>
<dirtNode amount="0.020055" snowScale="0.000000"/>
<dirtNode amount="0.020055" snowScale="0.000000"/>
</washable>
<wearable damage="0.003509">
<wearNode amount="0.001880"/>
</wearable>
<licensePlates variation="2" characters="JOHN-DOWE" colorIndex="7" placementIndex="1"/>
<wheels lastWheelConfiguration="1"/>
<enterable activeCameraIndex="1">
<camera rotation="-9.9999997090929 180.00000500896 0" translation="0 0 5.75" zoom="5.750010" fovY="0.950018"/>
<camera rotation="-18.000000500896 180.00000500896 0" translation="0.31999999284744 1.2558400630951 -0.14683899283409" zoom="1.304271" fovY="1.047198"/>
</enterable>
<fillUnit>
<unit index="1" fillType="DIESEL" fillLevel="120.000000"/>
</fillUnit>
<drivable cruiseControl="250" cruiseControlReverse="220"/>
<aiFieldWorker lastTurnDirection="false"/>
<attacherJoints comboDirection="-1"/>
<cover state="0"/>
<foldable foldAnimTime="0.000000"/>
<actionController lastDirection="-1" numActions="1"/>
</vehicle>
<vehicle filename="data/vehicles/koeckerling/vector570/vector570.xml" id="23" isAbsolute="true" age="0.000000" price="49150.000000" farmId="1" propertyState="1" operatingTime="419.443237">
<component index="1" position="812.34802246094 87.842765808105 377.77011108398" rotation="-0.9568192161557 -0.68098634875381 0.63737975304981"/>
<component index="2" position="814.21203613281 88.908058166504 377.84204101563" rotation="-0.95157437792507 -0.65910663816047 1.2597248723542"/>
<component index="3" position="810.45794677734 88.853782653809 377.79858398438" rotation="-0.92642156597626 -0.66506512443766 0.65001795089186"/>
<component index="4" position="812.30084228516 88.680114746094 380.92236328125" rotation="-3.1255624392027 -0.69174192234503 0.64763629594479"/>
<component index="5" position="812.28204345703 88.521453857422 382.62319946289" rotation="2.1168111603533 0.0074003899037898 0.29230616310204"/>
<configuration name="powerConsumer" id="1"/>
<configuration name="wheel" id="MICHELIN_BROAD"/>
<configuration name="folding" id="1"/>
<boughtConfiguration name="powerConsumer" id="1"/>
<boughtConfiguration name="wheel" id="TRELLEBORG_DEFAULT"/>
<boughtConfiguration name="wheel" id="MICHELIN_BROAD"/>
<boughtConfiguration name="folding" id="1"/>
<washable>
<dirtNode amount="0.245016"/>
<dirtNode amount="0.267199" snowScale="0.000000"/>
<dirtNode amount="0.296021" snowScale="0.000000"/>
</washable>
<wearable damage="0.005093">
<wearNode amount="0.020995"/>
</wearable>
<wheels lastWheelConfiguration="4"/>
<attacherJoints comboDirection="-1"/>
<foldable foldAnimTime="0.000000"/>
<FS22_manualAttach>
<manualAttachConnectionHoses hasAttachedConnectionHoses="true"/>
</FS22_manualAttach>
</vehicle>
<attachments rootVehicleId="1">
<attachment attachmentId="2" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="2">
<attachment attachmentId="3" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="3">
<attachment attachmentId="4" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="4">
<attachment attachmentId="5" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="5">
<attachment attachmentId="6" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="8">
<attachment attachmentId="9" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="10">
<attachment attachmentId="8" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="16">
<attachment attachmentId="18" inputJointDescIndex="1" jointIndex="2" moveDown="true"/>
<attachment attachmentId="17" inputJointDescIndex="1" jointIndex="1" moveDown="true"/>
</attachments>
<attachments rootVehicleId="19">
<attachment attachmentId="23" inputJointDescIndex="1" jointIndex="1" moveDown="true"/>
</attachments>
</vehicles>

4
cache/weed_growthState.xml vendored Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<densityMapUpdater updateCycleTime="0.000000" currentUpdateTime="0.000000" currentUpdateIndex="-1" numCellsToUpdate="0.000000" applyUpdateCurrentIndex="-1" applyUpdateMaxTimePerFrame="0.500000">
</densityMapUpdater>

165
config/basics/animals.xml Normal file
View File

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<l10n>
<text name="COW_TYPE_BLACK_WHITE">
<cz>Kráva (černobílá)</cz>
<en>Cows (Black &amp; White)</en>
<de>Kuh (Schwarz &amp; Weiß)</de>
<fr>Vache</fr>
</text>
<text name="COW_TYPE_BROWN">
<cz>Kráva (hnědá)</cz>
<en>Cows (brown)</en>
<de>Kuh (Braun)</de>
<fr>COW_TYPE_BROWN</fr>
</text>
<text name="COW_TYPE_BROWN_WHITE">
<cz>Kráva (hnědo bílá)</cz>
<en>Cows (brown &amp; white)</en>
<de>Kuh (Braun &amp; Weiß)</de>
<fr>COW_TYPE_BROWN_WHITE</fr>
</text>
<text name="COW_TYPE_BLACK">
<cz>Kráva (černá)</cz>
<en>Cows (black)</en>
<de>Kuh (Schwarz)</de>
<fr>COW_TYPE_BLACK</fr>
</text>
<text name="COW_TYPE_BRAHMAN_BROWN">
<cz>Brahman (hnědý)</cz>
<en>Brahman (brown)</en>
<de>Brahma (Braun)</de>
<fr>COW_TYPE_BRAHMAN_BROWN</fr>
</text>
<text name="COW_TYPE_BRAHMAN_WHITE">
<cz>Brahman (bílý)</cz>
<en>Brahman (white)</en>
<de>Brahma (Weiß)</de>
<fr>COW_TYPE_BRAHMAN_WHITE</fr>
</text>
<text name="COW_TYPE_BRAHMAN_LIGHT_BROWN">
<cz>Brahman (světle hnědý)</cz>
<en>Brahman (light brown)</en>
<de>Brahma (Hellbraun)</de>
<fr>COW_TYPE_BRAHMAN_LIGHT_BROWN</fr>
</text>
<text name="COW_TYPE_BRAHMAN_GREY">
<cz>Brahman (šedý)</cz>
<en>Brahman (grey)</en>
<de>Brahma (Grau)</de>
<fr>COW_TYPE_BRAHMAN_GREY</fr>
</text>
<text name="PIG_TYPE_RED">
<cz>Prase (růžové)</cz>
<en>Pig (pink)</en>
<de>Schwein (Rosa)</de>
<fr>PIG_TYPE_RED</fr>
</text>
<text name="PIG_TYPE_BLACK">
<cz>Prase (černé)</cz>
<en>Pig (black)</en>
<de>Schwein (Schwarz)</de>
<fr>PIG_TYPE_BLACK</fr>
</text>
<text name="PIG_TYPE_BLACK_WHITE">
<cz>Prase (černobílé)</cz>
<en>Pig (black &amp; white)</en>
<de>Schwein (Schwarz &amp; weiß)</de>
<fr>PIG_TYPE_BLACK_WHITE</fr>
</text>
<text name="PIG_TYPE_WHITE">
<cz>Prase (bílé)</cz>
<en>Pig (white)</en>
<de>Schwein (Weiß)</de>
<fr>PIG_TYPE_WHITE</fr>
</text>
<text name="CHICKEN_TYPE_ROOSTER">
<cz>Slepice</cz>
<en>Rooster</en>
<de>Hahn</de>
<fr>CHICKEN_TYPE_ROOSTER</fr>
</text>
<text name="CHICKEN_TYPE_WHITE">
<cz>Slepice (bílá)</cz>
<en>Chicken (White)</en>
<de>Huhn (Weiß)</de>
<fr>CHICKEN_TYPE_ROOSTER</fr>
</text>
<text name="CHICKEN_TYPE_BROWN">
<cz>Slepice (hnědá)</cz>
<en>Chicken (Brown)</en>
<de>Huhn (Braun)</de>
<fr>CHICKEN_TYPE_ROOSTER</fr>
</text>
<text name="CHICKEN_TYPE_BLACK">
<cz>Slepice (černá)</cz>
<en>Chicken (Black)</en>
<de>Huhn (Schwarz)</de>
<fr>CHICKEN_TYPE_ROOSTER</fr>
</text>
<text name="SHEEP_TYPE_WHITE">
<cz>Ovce</cz>
<en>Sheep (White)</en>
<de>Schaf (Weiß)</de>
<fr>Mouton</fr>
</text>
<text name="SHEEP_TYPE_BLACK_WHITE">
<cz>Ovce (černobílá)</cz>
<en>Sheep (Black &amp; White)</en>
<de>Schaf (Schwarz &amp; Weiß)</de>
<fr>Mouton</fr>
</text>
<text name="SHEEP_TYPE_BROWN">
<cz>Ovce (hnědá)</cz>
<en>Sheep (Brown)</en>
<de>Schaf (Braun)</de>
<fr>Mouton</fr>
</text>
<text name="SHEEP_TYPE_BLACK">
<cz>Ovce (černá)</cz>
<en>Sheep (Black)</en>
<de>Schaf (Schwarz)</de>
<fr>Mouton</fr>
</text>
<text name="HORSE_TYPE_GREY">
<cz>Kůň (šedý)</cz>
<en>Horse (Grey)</en>
<de>Pferd (Schimmel)</de>
</text>
<text name="HORSE_TYPE_BROWN_WHITE">
<cz>Kůň (bílo hnědý)</cz>
<en>Horse (White-brown)</en>
<de>Pferd (Schecke)</de>
</text>
<text name="HORSE_TYPE_BEIGE">
<cz>Kůň (béžový)</cz>
<en>Horse (Beige)</en>
<de>Pferd (Isabell)</de>
</text>
<text name="HORSE_TYPE_BROWN">
<cz>Kůň (hnědý)</cz>
<en>Horse (Brown)</en>
<de>Pferd (Fuchs)</de>
</text>
<text name="HORSE_TYPE_RED_BROWN">
<cz>Kůň (červeno hnědý)</cz>
<en>Horse (Red Brown)</en>
<de>Pferd (Brauner)</de>
</text>
<text name="HORSE_TYPE_BLACK">
<cz>Kůň (černý)</cz>
<en>Horse (Black)</en>
<de>Pferd (Rappe)</de>
</text>
<text name="HORSE_TYPE_DARK_BROWN">
<cz>Kůň (tmavě hnědý)</cz>
<en>Horse (Darkbrown)</en>
<de>Pferd (Schwarzbrauner)</de>
</text>
<text name="HORSE_TYPE_LIGHT_BROWN">
<cz>Kůň (světle hnědý)</cz>
<en>Horse (Light Brown)</en>
<de>Pferd (Falble)</de>
</text>
</l10n>
</mapconfig>

59
config/basics/bales.xml Normal file
View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<l10n>
<text name="baleGrass240">
<cz>Tráva</cz>
<en>Grass</en>
<de>Gras</de>
<fr>Herbe</fr>
</text>
<text name="baleHay240">
<cz>Seno</cz>
<en>Dry grass</en>
<de>Heu</de>
<fr>Foin</fr>
</text>
<text name="baleSilage240">
<cz>Siláž</cz>
<en>Silage</en>
<de>Silage</de>
<fr>Ensilage</fr>
</text>
<text name="baleStraw240">
<cz>Sláma</cz>
<en>Straw</en>
<de>Stroh</de>
<fr>Paille</fr>
</text>
<text name="cottonModule488">
<cz>Bavlna</cz>
<en>Cotton</en>
<de>Baumwolle</de>
<fr>cottonModule488</fr>
</text>
<text name="roundbaleGrass_w112_d130">
<cz>Tráva</cz>
<en>Grass</en>
<de>Gras</de>
<fr>Herbe</fr>
</text>
<text name="roundbaleHay_w112_d130">
<cz>Seno</cz>
<en>Dry grass</en>
<de>Heu</de>
<fr>Foin</fr>
</text>
<text name="roundbaleSilage_w112_d130">
<cz>Siláž</cz>
<en>Silage</en>
<de>Silage</de>
<fr>Ensilage</fr>
</text>
<text name="roundbaleStraw_w112_d130">
<cz>Sláma</cz>
<en>Straw</en>
<de>Stroh</de>
<fr>Paille</fr>
</text>
</l10n>
</mapconfig>

65
config/basics/fruits.xml Normal file
View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<l10n>
<text name="WHEAT">
<cz>Pšenice</cz>
<en>Wheat</en>
<de>Weizen</de>
<fr>Blé</fr>
</text>
<text name="BARLEY">
<cz>Ječmen</cz>
<en>Barley</en>
<de>Gerste</de>
<fr>Orge</fr>
</text>
<text name="OAT">
<cz>Oves</cz>
<en>Oat</en>
<de>Hafer</de>
<fr></fr>
</text>
<text name="CANOLA">
<cz>Řepka</cz>
<en>Canola</en>
<de>Raps</de>
<fr>Colza</fr>
</text>
<text name="SUNFLOWER">
<cz>Slunečnice</cz>
<en>Sunflower</en>
<de>Sonnenblumen</de>
<fr>Tournesol</fr>
</text>
<text name="SOYBEAN">
<cz>Sójové boby</cz>
<en>Soybean</en>
<de>Sojabohnen</de>
<fr>Soja</fr>
</text>
<text name="MAIZE">
<cz>Kukuřice</cz>
<en>Maize</en>
<de>Körnermais</de>
<fr>Maïs</fr>
</text>
<text name="POTATO">
<cz>Brambory</cz>
<en>Potatoes</en>
<de>Kartoffeln</de>
<fr>Pommes de terre</fr>
</text>
<text name="SUGARBEET">
<cz>Cukrová řepa</cz>
<en>Sugar beet</en>
<de>Zuckerrüben</de>
<fr>Betterave à sucre</fr>
</text>
<text name="SUGARCANE">
<cz>Cukrová třtina</cz>
<en>Sugar cane</en>
<de>Zuckerrohr</de>
<fr>Canne à sucre</fr>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,284 @@
<?xml version="1.0" encoding="UTF-8"?>
<ingameShop>
<l10n>
<!-- Some items sharing their names -->
<text name="$l10n_shopItem_frontloaderLogFork">
<en>$l10n_shopItem_frontloaderLogFork</en>
<de>Poltergabel</de>
</text>
<text name="$l10n_shopItem_skidSteerHighDumpBucket">
<en>$l10n_shopItem_skidSteerHighDumpBucketk</en>
<de>Hochkippschaufel</de>
</text>
<text name="$l10n_shopItem_frontloaderPalletFork">
<en>$l10n_shopItem_frontloaderPalletFork</en>
<de>Palettengabel</de>
</text>
<text name="$l10n_shopItem_wheelLoaderSilageFork">
<en>$l10n_shopItem_wheelLoaderSilageFork</en>
<de>Silagegabel</de>
</text>
<text name="$l10n_shopItem_frontloaderBaleFork">
<en>$l10n_shopItem_frontloaderBaleFork</en>
<de>Ballengabel</de>
</text>
<text name="$l10n_shopItem_frontloaderShovel">
<en>$l10n_shopItem_frontloaderShovel</en>
<de>Universalschaufel</de>
</text>
<text name="$l10n_shopItem_frontloaderBaleGrab">
<en>$l10n_shopItem_frontloaderBaleGrab</en>
<de>Ballenzange</de>
</text>
<text name="$l10n_shopItem_frontloaderManureFork">
<en>$l10n_shopItem_frontloaderManureFork</en>
<de>Mistgabel</de>
</text>
<!-- Vehicles categories -->
<text name="tractorsS">
<en></en>
<de>Kompakttraktoren</de>
</text>
<text name="tractorsM">
<en></en>
<de>Mittelgroße Traktoren</de>
</text>
<text name="tractorsL">
<en></en>
<de>Großtraktoren</de>
</text>
<text name="trucks">
<en></en>
<de>LKW</de>
</text>
<text name="harvesters">
<en></en>
<de>Mähdrescher</de>
</text>
<text name="forageHarvesters">
<en></en>
<de>Feldhäcksler</de>
</text>
<text name="potatoVehicles">
<en></en>
<de>Kartoffeltechnik</de>
</text>
<text name="beetVehicles">
<en></en>
<de>Rübentechnik</de>
</text>
<text name="sugarcaneVehicles">
<en></en>
<de>Zuckerrohrtechnik</de>
</text>
<text name="cottonVehicles">
<en></en>
<de>Baumwolltechnik</de>
</text>
<text name="woodHarvesting">
<en></en>
<de>Forstmaschinen</de>
</text>
<text name="animalsVehicles">
<en></en>
<de>Tierhaltung</de>
</text>
<text name="sprayerVehicles">
<en></en>
<de>Pflanzenschutz</de>
</text>
<text name="mowerVehicles">
<en></en>
<de>Mähtechnik</de>
</text>
<text name="frontLoaderVehicles">
<en></en>
<de>Frontlader</de>
</text>
<text name="wheelLoaderVehicles">
<en></en>
<de>Radlader</de>
</text>
<text name="teleLoaderVehicles">
<en></en>
<de>Teleskoplader</de>
</text>
<text name="skidSteerVehicles">
<en></en>
<de>Kompaktlader</de>
</text>
<text name="cars">
<en></en>
<de>Autos</de>
</text>
<text name="miscVehicles">
<en></en>
<de>Diverses</de>
</text>
<!-- Tools categories -->
<text name="trailers">
<en></en>
<de>Anhänger</de>
</text>
<text name="augerWagons">
<en></en>
<de>Überladewagen</de>
</text>
<text name="cutters">
<en></en>
<de>Schneidwerke</de>
</text>
<text name="cornHeaders">
<en></en>
<de>Maispflücker</de>
</text>
<text name="forageHarvesterCutters">
<en></en>
<de>Feldhäcksler Schneidwerke</de>
</text>
<text name="potatoHarvesting">
<en></en>
<de>Kartoffeltechnik</de>
</text>
<text name="beetHarvesting">
<en></en>
<de>Rübentechnik</de>
</text>
<text name="sugarCaneHarvesting">
<en></en>
<de>Zuckerrohrtechnik</de>
</text>
<text name="cottonHarvesting">
<en></en>
<de>Baumwolltechnik</de>
</text>
<text name="plows">
<en></en>
<de>Pflüge</de>
</text>
<text name="cultivators">
<en></en>
<de>Grubber</de>
</text>
<text name="discHarrows">
<en></en>
<de>Scheibeneggen</de>
</text>
<text name="powerHarrows">
<en></en>
<de>Kreiseleggen</de>
</text>
<text name="subsoilers">
<en></en>
<de>Tiefenlockerer</de>
</text>
<text name="seeders">
<en></en>
<de>Sätechnik</de>
</text>
<text name="planters">
<en></en>
<de>Einzelkorn Sätechnik</de>
</text>
<text name="sprayers">
<en></en>
<de>Pflanzenschutz</de>
</text>
<text name="fertilizerSpreaders">
<en></en>
<de>Düngetechnik</de>
</text>
<text name="manureSpreaders">
<en></en>
<de>Miststreuer</de>
</text>
<text name="slurryTanks">
<en></en>
<de>Güllefässer</de>
</text>
<text name="weeders">
<en></en>
<de>Striegel</de>
</text>
<text name="mowers">
<en></en>
<de>Mähtechnik</de>
</text>
<text name="tedders">
<en></en>
<de>Wender</de>
</text>
<text name="windrowers">
<en></en>
<de>Schwader</de>
</text>
<text name="loaderWagons">
<en></en>
<de>Ladewagen</de>
</text>
<text name="baling">
<en></en>
<de>Ballentechnik</de>
</text>
<text name="chainsaws">
<en></en>
<de>Kettensägen</de>
</text>
<text name="wood">
<en></en>
<de>Forstmaschinen</de>
</text>
<text name="animals">
<en></en>
<de>Tierhaltung</de>
</text>
<text name="animalTransport">
<en></en>
<de>Tiertransport</de>
</text>
<text name="leveler">
<en></en>
<de>Schiebeschilder</de>
</text>
<text name="frontLoaders">
<en></en>
<de>Frontlader</de>
</text>
<text name="wheelLoaders">
<en></en>
<de>Radlader</de>
</text>
<text name="teleLoaders">
<en></en>
<de>Teleskoplader</de>
</text>
<text name="skidSteers">
<en></en>
<de>Kompaktlader</de>
</text>
<text name="dollys">
<en></en>
<de>Dollys</de>
</text>
<text name="lowloaders">
<en></en>
<de>Tieflader</de>
</text>
<text name="cutterTrailers">
<en></en>
<de>Transportanhänger Schneidwerke</de>
</text>
<text name="weights">
<en></en>
<de>Gewichte</de>
</text>
<text name="belts">
<en></en>
<de>Förderbandsystem</de>
</text>
<text name="misc">
<en></en>
<de>Diverses</de>
</text>
</l10n>
</ingameShop>

70
config/basics/pallets.xml Normal file
View File

@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<pallets>
<pallet>bigBagContainerChickenFood</pallet>
<pallet>bigBagContainerFertilizer</pallet>
<pallet>bigBagContainerHorseFood</pallet>
<pallet>bigBagContainerLime></pallet>
<pallet>bigBagContainerPigFood</pallet>
<pallet>bigBagContainerSeeds</pallet>
<pallet>eggBox</pallet>
<pallet>fertilizerTank</pallet>
<pallet>fillablePallet</pallet>
<pallet>herbicideTank</pallet>
<pallet>palletPoplar</pallet>
<pallet>palletSugarCane</pallet>
<pallet>pioneerPallet</pallet>
<pallet>treeSaplingPallet</pallet>
<pallet>woolPallet</pallet>
</pallets>
<l10n>
<text name="FERTILIZER">
<cz>Pevné hnojivo</cz>
<en>Fertilizer</en>
<de>Dünger</de>
<fr>Engrais</fr>
</text>
<text name="SEEDS">
<cz>Osivo</cz>
<en>Seeds</en>
<de>Saatgut</de>
<fr>Semence</fr>
</text>
<text name="LIME">
<cz>Vápno</cz>
<en>LIME</en>
<de>Kalk</de>
<fr>LIME</fr>
</text>
<text name="LIQUIDFERTILIZER">
<cz>Kapalné hnojivo</cz>
<en>Liquid Fertilizer</en>
<de>Flüssigdünger</de>
<fr>LIQUIDFERTILIZER</fr>
</text>
<text name="HERBICIDE">
<cz>Postřik</cz>
<en>Herbicide</en>
<de>Pflanzenschutzmittel</de>
<fr>HERBICIDE</fr>
</text>
<text name="POPLAR">
<cz>Paleta se sazenicemi</cz>
<en>Poplar sapling</en>
<de>Papplsetzlinge</de>
<fr>Plants de peuplier</fr>
</text>
<text name="TREESAPLINGS">
<cz>Sazenice</cz>
<en>Saplings</en>
<de>Setzlinge</de>
<fr>Semence</fr>
</text>
<text name="PIGFOOD">
<cz>Prasečí krmivo</cz>
<en>Pig food</en>
<de>Schweinefutter</de>
<fr>Aliment pour les cochons</fr>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,202 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<l10n>
<!-- Tierhaltung ************************************************* -->
<text name="doghouse">
<cz>Psí bouda</cz>
<en>Dog house</en>
<de>Hundehütte</de>
</text>
<text name="husbandryChicken">
<cz>Slepičárna</cz>
<en>husbandryChicken</en>
<de>Hühnerstall</de>
</text>
<text name="husbandryChickenLarge">
<cz>Velká slepičárna</cz>
<en>husbandryChickenLarge</en>
<de>Großer Hühnerstall</de>
</text>
<text name="husbandryCow">
<cz>Velký kravín</cz>
<en>Cow husbandry</en>
<de>Kuhweide</de>
</text>
<text name="husbandryCowLarge">
<cz>Velký kravín</cz>
<en>Big cow husbandry</en>
<de>Große Kuhweide</de>
</text>
<text name="husbandryHorse">
<cz>Konírna</cz>
<en>Horse husbandry</en>
<de>Pferdestall</de>
</text>
<text name="husbandryHorseLarge">
<cz>Velká konírna</cz>
<en>Large horse husbandry</en>
<de>Großer Pferdestall</de>
</text>
<text name="husbandryPig">
<cz>Velký prasečák</cz>
<en>Pig husbandry</en>
<de>Schweinestall</de>
</text>
<text name="husbandryPigLarge">
<cz>Velký prasečák</cz>
<en>Big pig husbandry</en>
<de>Großer Schweinestall</de>
</text>
<text name="husbandrySheep">
<cz>Ovčírna</cz>
<en>Sheep husbandry</en>
<de>Schafweide</de>
</text>
<text name="husbandrySheepLarge">
<cz>Velká ovčírna</cz>
<en>Big sheep husbandry</en>
<de>Große Schafweide</de>
</text>
<!-- Diverses **************************************************** -->
<text name="kaercherHDS918-4M">
<de>HDS 9/18-4 M</de>
</text>
<text name="workshop">
<cz>Dílna</cz>
<en>Workshop</en>
<de>Werkstatt</de>
</text>
<text name="jenzHE700">
<de>HE 700 StA</de>
</text>
<text name="waterTank">
<cz>Vodní nádrž</cz>
<en>Water tank</en>
<de>Wassertank</de>
</text>
<!-- Silos ******************************************************* -->
<text name="farmSiloSmall">
<cz>Malé silo</cz>
<en>Small farm silo</en>
<de>Getreidesilo</de>
</text>
<text name="farmSiloLarge">
<cz>Velké silo</cz>
<en>Big farm silo</en>
<de>Großes Silo</de>
</text>
<text name="siloExtension">
<cz>Rozšíření sila</cz>
<en>Silo extension</en>
<de>Große Siloerweiterung</de>
</text>
<text name="hayLoft">
<cz>Seník</cz>
<en>hayLoft</en>
<de>Heulager</de>
</text>
<text name="bunkerSiloSmall">
<cz>Malá silážní jáma</cz>
<en>Small bunker silo</en>
<de>Kleines Fahrsilo</de>
</text>
<text name="bunkerSiloMedium">
<cz>Střední silážní jáma</cz>
<en>Medium bunker silo</en>
<de>Mittleres Fahrsilo</de>
</text>
<text name="bunkerSiloLarge">
<cz>Velká silážní jáma</cz>
<en>Big bunker silo</en>
<de>Großes Fahrsilo</de>
</text>
<text name="bunkerSiloSmallDouble">
<cz>Malá dvojitá silážní jáma</cz>
<en>Small bunker silo (double)</en>
<de>Kleines Doppelfahrsilo</de>
</text>
<text name="bunkerSiloMediumDouble">
<cz>Střední dvojitá silážní jáma</cz>
<en>Medium bunker silo (double)</en>
<de>Mittleres Doppelfahrsilo</de>
</text>
<text name="bunkerSiloLargeDouble">
<cz>Velká dvojitá silážní jáma</cz>
<en>Big bunker silo (double)</en>
<de>Großes Doppelfahrsilo</de>
</text>
<!-- Dekorationen ************************************************ -->
<text name="sandCastle">
<de>Sandburg</de>
</text>
<text name="farmBarn">
<de>Hof Scheune</de>
</text>
<text name="farmGarage">
<de>Hof Garage</de>
</text>
<text name="farmStorageBarn">
<de>Hof Unterstand</de>
</text>
<text name="farmStable">
<de>Hof Stall</de>
</text>
<text name="farmStorage">
<de>Hof Speicher</de>
</text>
<text name="farmHut">
<de>Hof Hüte</de>
</text>
<text name="farmShack">
<de>Hof Schuppen 1</de>
</text>
<text name="farmShed">
<de>Hof Schuppen 2</de>
</text>
<text name="farmStable">
<de>Hof Stall</de>
</text>
<text name="farmStorage">
<de>Hof Speicher</de>
</text>
<text name="farmTrailer">
<de>Hof Baracke</de>
</text>
<text name="farmOldBarn">
<cz>Stará stodola</cz>
<en>Farm old barn</en>
<de>Hof Scheune (alt)</de>
</text>
<!-- Hallen ****************************************************** -->
<text name="easyShed01">
<cz>Easy Shed 1</cz>
<en>Easy Shed 1</en>
<de>Easy Shed 1</de>
</text>
<text name="easyShed02">
<cz>Easy Shed 2</cz>
<en>Easy Shed 2</en>
<de>Easy Shed 2</de>
</text>
<text name="easyShed03">
<cz>Easy Shed 3</cz>
<en>Easy Shed 3</en>
<de>Easy Shed 3</de>
</text>
<!-- Farmhaus **************************************************** -->
<text name="farmHouse">
<cz>Statek</cz>
<en>Farm house</en>
<de>Farmhaus</de>
</text>
</l10n>
</mapconfig>

42
config/basics/prices.xml Normal file
View File

@ -0,0 +1,42 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<fillTypes>
<fillType name="FERTILIZER" pricePerLiter="1.920" balanceSheet="CI1" />
<fillType name="LIME" pricePerLiter="0.450" balanceSheet="CI1" />
<fillType name="SEEDS" pricePerLiter="0.900" balanceSheet="CI1" />
<fillType name="WATER" pricePerLiter="0.100" balanceSheet="CI1" />
<fillType name="DIESEL" pricePerLiter="1.1874666" balanceSheet="CI1" />
<fillType name="HERBICIDE" pricePerLiter="1.200" balanceSheet="CI1" />
<fillType name="LIQUIDFERTILIZER" pricePerLiter="1.600" balanceSheet="CI1" />
<fillType name="PIGFOOD" pricePerLiter="1.000" balanceSheet="CI1" />
<fillType name="PIG_TYPE_RED" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B3" />
<fillType name="PIG_TYPE_BLACK" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B3" />
<fillType name="PIG_TYPE_BLACK_WHITE" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B3" />
<fillType name="PIG_TYPE_WHITE" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B3" />
<fillType name="SHEEP_TYPE_WHITE" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B4" />
<fillType name="SHEEP_TYPE_BLACK_WHITE" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B4" />
<fillType name="SHEEP_TYPE_BROWN" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B4" />
<fillType name="SHEEP_TYPE_BLACK" pricePerLiter="1000.000" isAnimal="true" balanceSheet="B4" />
<fillType name="COW_TYPE_BLACK_WHITE" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="COW_TYPE_BROWN" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="COW_TYPE_BROWN_WHITE" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="COW_TYPE_BLACK" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="COW_TYPE_BRAHMAN_BROWN" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="COW_TYPE_BRAHMAN_WHITE" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="COW_TYPE_BRAHMAN_LIGHT_BROWN" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="COW_TYPE_BRAHMAN_GREY" pricePerLiter="2000.000" isAnimal="true" balanceSheet="B2" />
<fillType name="CHICKEN_TYPE_WHITE" pricePerLiter="25.000" isAnimal="true" balanceSheet="B5" />
<fillType name="CHICKEN_TYPE_BLACK" pricePerLiter="25.000" isAnimal="true" balanceSheet="B5" />
<fillType name="CHICKEN_TYPE_BROWN" pricePerLiter="25.000" isAnimal="true" balanceSheet="B5" />
<fillType name="CHICKEN_TYPE_ROOSTER" pricePerLiter="25.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_BEIGE" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_BLACK" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_BROWN" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_BROWN_WHITE" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_DARK_BROWN" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_GREY" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_LIGHT_BROWN" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
<fillType name="HORSE_TYPE_RED_BROWN" pricePerLiter="0.000" isAnimal="true" balanceSheet="B5" />
</fillTypes>
</mapconfig>

101
config/basics/products.xml Normal file
View File

@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<l10n>
<text name="WATER">
<cz>Voda</cz>
<en>Water</en>
<de>Wasser</de>
<fr>Eau</fr>
</text>
<text name="DIESEL">
<cz>Nafta</cz>
<en>Fuel</en>
<de>Diesel</de>
<fr>Carburant</fr>
</text>
<text name="LIQUIDMANURE">
<cz>Močůvka</cz>
<en>Liquid manure</en>
<de>Gülle</de>
<fr>Lisier</fr>
</text>
<text name="MANURE">
<cz>Mrva</cz>
<en>Manure</en>
<de>Mist</de>
<fr>Fumier</fr>
</text>
<text name="MILK">
<cz>Mléko</cz>
<en>Milk</en>
<de>Milch</de>
<fr>Lait</fr>
</text>
<text name="EGG">
<cz>Vejce</cz>
<en>Egg</en>
<de>Eier</de>
<fr></fr>
</text>
<text name="WOOL">
<cz>Vlna</cz>
<en>Wool</en>
<de>Wolle</de>
<fr>Laine</fr>
</text>
<text name="COTTON">
<cz>Bavlna</cz>
<en>Cotton</en>
<de>Baumwolle</de>
<fr></fr>
</text>
<text name="STRAW">
<cz>Sláma</cz>
<en>Straw</en>
<de>Stroh</de>
<fr>Paille</fr>
</text>
<text name="GRASS_WINDROW">
<cz>Tráva</cz>
<en>Grass</en>
<de>Gras</de>
<fr>Herbe</fr>
</text>
<text name="CHAFF">
<cz>Řezanka</cz>
<en>Chaff</en>
<de>Häckselgut</de>
<fr>Haché</fr>
</text>
<text name="DIGESTATE">
<cz>Digestát</cz>
<en>Digestate</en>
<de>Gärreste</de>
<fr>Digestat</fr>
</text>
<text name="DRYGRASS_WINDROW">
<cz>Seno</cz>
<en>dry Grass</en>
<de>Heu</de>
<fr>Foin</fr>
</text>
<text name="SILAGE">
<cz>Siláž</cz>
<en>Silage</en>
<de>Silage</de>
<fr>Ensilage</fr>
</text>
<text name="FORAGE">
<cz>Energetické krmivo</cz>
<en>Forage</en>
<de>Mischration</de>
<fr>Aliments composés</fr>
</text>
<text name="WOODCHIPS">
<cz>Štěpka</cz>
<en>Wood chips</en>
<de>Hackschnitzel</de>
<fr>Copeaux de bois</fr>
</text>
</l10n>
</mapconfig>

636
config/basics/vehicles.xml Normal file
View File

@ -0,0 +1,636 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<vehicles>
<vehicle basename="1104.xml" type="tractor" name="1104" brand="ArmaTrac" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="1104" />
</vehicle>
<vehicle basename="161.xml" type="combineDrivable" name="RSM 161" brand="ROSTSELMASH" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="RSM 161" />
</vehicle>
<vehicle basename="18500PE.xml" type="manureBarrel" name="SKE 18.5 PUD" brand="ZUNHAMMER" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="625X.xml" type="cutter" name="625 X" brand="JOHNDEERE" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="643R.xml" type="attachableFrontloader" name="643R" brand="JOHNDEERE" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="645FD.xml" type="cutter" name="645 FD" brand="JOHNDEERE" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="8022.xml" type="fertilizingSowingMachine" name="TT8022 Drive-less" brand="TT" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="980AirCart.xml" type="fillableImplement" name="Seed Hawk 980 Air Cart" brand="VAEDERSTAD" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="A8800MR.xml" type="combineCutterFruitPreparer" name="Austoft 8800 Multi-Row" brand="Case IH" lifetime="600" category="sugarcaneVehicles" wearable="480">
<motor id="1" name="Austoft 8800 MR" />
</vehicle>
<vehicle basename="ASeries.xml" type="tractor" name="A Series" brand="VALTRA" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="A 104" />
<motor id="2" name="A 114" />
</vehicle>
<vehicle basename="C232.xml" type="teleHandler" name="C232" brand="NEWHOLLAND" lifetime="600" category="skidSteerVehicles" wearable="480">
<motor id="1" name="C232" />
</vehicle>
<vehicle basename="D8_30.xml" type="sowingMachine" name="D8 30" brand="AMAZONE" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="F2650.xml" type="combineDrivable" name="F 2650" brand="ROSTSELMASH" lifetime="600" category="forageHarvesters" wearable="480">
<motor id="1" name="F 2650" />
</vehicle>
<vehicle basename="FHL13AK.xml" type="forwarderTrailer" name="FHL 13 AK" brand="STEPA" lifetime="600" category="wood" wearable="480" />
<vehicle basename="FST990.xml" type="fuelTrailer" name="FST 990" brand="THUNDERCREEK" lifetime="600" category="misc" wearable="480" />
<vehicle basename="GL420.xml" type="sowingMachine" name="GL 420" brand="GRIMME" lifetime="600" category="potatoHarvesting" wearable="480" />
<vehicle basename="GL860.xml" type="fertilizingSowingMachine" name="GL 860 Compacta" brand="GRIMME" lifetime="600" category="potatoHarvesting" wearable="480" />
<vehicle basename="HEM583.xml" type="woodCrusherTrailer" name="HEM 583 Z" brand="JENZ" lifetime="600" category="wood" wearable="480" />
<vehicle basename="HKD302.xml" type="trailer" name="HKD 302" brand="KROEGER" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="HR46.xml" type="woodHarvester" name="HR46X" brand="SAMPOROSENLEW" lifetime="600" category="woodHarvesting" wearable="480">
<motor id="1" name="HR46X" />
</vehicle>
<vehicle basename="IDEAL9.xml" type="combineDrivable" name="IDEAL" brand="AGCO" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="IDEAL 8T" />
<motor id="2" name="IDEAL 9T" />
</vehicle>
<vehicle basename="K165.xml" type="spreader" name="K165" brand="BREDAL" lifetime="600" category="fertilizerSpreaders" wearable="480" />
<vehicle basename="KS950.xml" type="trailer" name="KS 950" brand="KRAMPE" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="L218.xml" type="teleHandler" name="L218" brand="NEWHOLLAND" lifetime="600" category="skidSteerVehicles" wearable="480">
<motor id="1" name="L218" />
</vehicle>
<vehicle basename="MC18.xml" type="teleHandler" name="MC 18-4" brand="MANITOU" lifetime="600" category="miscVehicles" wearable="480">
<motor id="1" name="MC 18-4" />
</vehicle>
<vehicle basename="MES400.xml" type="leveler" name="MES 400" brand="HOLARAS" lifetime="600" category="leveler" wearable="480" />
<vehicle basename="MES500.xml" type="leveler" name="MES 500" brand="HOLARAS" lifetime="600" category="leveler" wearable="480" />
<vehicle basename="MF5600.xml" type="tractor" name="MF 5600" brand="MASSEYFERGUSON" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="5610" />
<motor id="2" name="5613" />
</vehicle>
<vehicle basename="MF7700.xml" type="tractor" name="MF 7700" brand="MASSEYFERGUSON" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="7719" />
<motor id="2" name="7722" />
<motor id="3" name="7726" />
</vehicle>
<vehicle basename="MF8700.xml" type="tractor" name="MF 8700" brand="MASSEYFERGUSON" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="8727" />
<motor id="2" name="8732" />
<motor id="3" name="8737" />
</vehicle>
<vehicle basename="MF9407S.xml" type="teleHandler" name="9407 S" brand="MASSEYFERGUSON" lifetime="600" category="teleLoaderVehicles" wearable="480">
<motor id="1" name="9407 S" />
</vehicle>
<vehicle basename="MLAT533.xml" type="teleHandler" name="MLA-T 533-145 V+" brand="MANITOU" lifetime="600" category="teleLoaderVehicles" wearable="480">
<motor id="1" name="MLA-T 533-145 V+" />
</vehicle>
<vehicle basename="MLT737.xml" type="teleHandler" name="MLT 737-130 PS+" brand="MANITOU" lifetime="600" category="teleLoaderVehicles" wearable="480">
<motor id="1" name="MLT 737" />
</vehicle>
<vehicle basename="MSS3000.xml" type="leveler" name="MSS 3000" brand="DUEVELSDORF" lifetime="600" category="leveler" wearable="480" />
<vehicle basename="NSeries.xml" type="tractor" name="N Series" brand="VALTRA" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="N134" />
<motor id="2" name="N154e" />
<motor id="3" name="N174" />
</vehicle>
<vehicle basename="PS3401.xml" type="manureSpreader" name="PS 3401" brand="STRAUTMANN" lifetime="600" category="manureSpreaders" wearable="480" />
<vehicle basename="S790.xml" type="combineDrivable" name="S790" brand="JOHNDEERE" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="S790" />
</vehicle>
<vehicle basename="SB1000.xml" type="implement" name="SB 1000" brand="SUER" lifetime="600" category="weights" wearable="480" />
<vehicle basename="SB1600.xml" type="implement" name="SB 1600" brand="SUER" lifetime="600" category="weights" wearable="480" />
<vehicle basename="SB2400.xml" type="implement" name="SM 2400" brand="SUER" lifetime="600" category="weights" wearable="480" />
<vehicle basename="SB3060.xml" type="trailer" name="SB II 30/1070" brand="KRAMPE" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="SB700.xml" type="implement" name="SB 700" brand="SUER" lifetime="600" category="weights" wearable="480" />
<vehicle basename="SE260.xml" type="attachableCombine" name="SE 260" brand="GRIMME" lifetime="600" category="potatoHarvesting" wearable="480" />
<vehicle basename="SEK802.xml" type="trailer" name="SEK 802" brand="STRAUTMANN" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="SPSL9.xml" type="plow" name="SPSL 9" brand="GREGOIREBESSON" lifetime="600" category="plows" wearable="480" />
<vehicle basename="SSeries.xml" type="tractorReverseDriving" name="S Series" brand="VALTRA" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="S324" />
<motor id="2" name="S374" />
</vehicle>
<vehicle basename="ST65T.xml" type="stumpCutter" name="ST 65 T" brand="FSI" lifetime="600" category="wood" wearable="480" />
<vehicle basename="SWT7.xml" type="attachableCombineCutterFruitPreparer" name="SWT 7" brand="LIZARD" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="T5.xml" type="tractor" name="T5 Series" brand="NEWHOLLAND" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="T5.100" />
<motor id="2" name="T5.120" />
</vehicle>
<vehicle basename="T560.xml" type="combineDrivable" name="T560" brand="JOHNDEERE" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="T560" />
</vehicle>
<vehicle basename="T6.xml" type="tractor" name="T6 Series" brand="NEWHOLLAND" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="T6.125" />
<motor id="2" name="T6.155" />
<motor id="3" name="T6.175" />
</vehicle>
<vehicle basename="T7.xml" type="tractor" name="T7 Series" brand="NEWHOLLAND" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="T7.290" />
<motor id="2" name="T7.315" />
</vehicle>
<vehicle basename="T8.xml" type="tractor" name="T8 Series" brand="NEWHOLLAND" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="T8.320" />
<motor id="2" name="T8.380" />
<motor id="3" name="T8.435" />
</vehicle>
<vehicle basename="T9.xml" type="tractor" name="T9 Series" brand="NEWHOLLAND" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="T9.480" />
<motor id="2" name="T9.565" />
</vehicle>
<vehicle basename="TAW30.xml" type="trailer" name="TAW 30" brand="KROEGER" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="TDK1600.xml" type="trailer" name="TDK 1600" brand="FARMTECH" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="TKD302.xml" type="trailer" name="TKD 302" brand="KROEGER" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="TS1520.xml" type="weeder" name="TS 1520/M3" brand="TREFFLER" lifetime="600" category="weeders" wearable="480" />
<vehicle basename="TSeries.xml" type="tractorReverseDriving" name="T Series" brand="VALTRA" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="T194" />
<motor id="2" name="T234" />
</vehicle>
<vehicle basename="TX32.xml" type="combineDrivable" name="TX 32" brand="NEWHOLLAND" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="TX 32" />
</vehicle>
<vehicle basename="TX32Header.xml" type="cutter" name="TX 32 Header" brand="NEWHOLLAND" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="TX32Trailer.xml" type="dynamicMountAttacherTrailer" name="TX32 Header Trailer" brand="NEWHOLLAND" lifetime="600" category="cutterTrailers" wearable="480" />
<vehicle basename="TX560D.xml" type="trailer" name="TX 560 D" brand="KRONE" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="W190D.xml" type="tractor" name="W190D" brand="NEWHOLLAND" lifetime="600" category="wheelLoaderVehicles" wearable="480">
<motor id="1" name="W190D" />
</vehicle>
<vehicle basename="activa7347.xml" type="combineDrivable" name="MF Activa 7347 S" brand="MASSEYFERGUSON" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="MF Activa 7347 S" />
</vehicle>
<vehicle basename="agrisemCombiplow3M.xml" type="cultivator" name="Combiplow Gold 3M" brand="AGRISEM" lifetime="600" category="subsoilers" wearable="480" />
<vehicle basename="agrisemCombiplow4M.xml" type="cultivator" name="Combiplow Gold 4M" brand="AGRISEM" lifetime="600" category="subsoilers" wearable="480" />
<vehicle basename="agrisemCultiplowPlatinum8m.xml" type="cultivator" name="Cultiplow Platinum 8m" brand="AGRISEM" lifetime="600" category="subsoilers" wearable="480" />
<vehicle basename="agromaszPOH5.xml" type="plow" name="POH 5" brand="AGRO-MASZ" lifetime="600" category="plows" wearable="480" />
<vehicle basename="agromaszSalvis3800.xml" type="fertilizingSowingMachine" name="Salvis 3800" brand="AGRO-MASZ" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="am19.xml" type="livestockTrailer" name="AM19" brand="MICHIELETTO" lifetime="600" category="animalTransport" wearable="480" />
<vehicle basename="amazoneED3000.xml" type="fertilizingSowingMachine" name="ED 3000-C" brand="AMAZONE" lifetime="600" category="planters" wearable="480" />
<vehicle basename="aperion3401.xml" type="trailer" name="Aperion 3401" brand="STRAUTMANN" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="arcusinFSX6372.xml" type="baleLoader" name="FSX 63.72" brand="arcusin" lifetime="600" category="baling" wearable="480" />
<vehicle basename="arcusinForstack12.xml" type="baleLoader" name="ForStack 8.12" brand="arcusin" lifetime="600" category="baling" wearable="480" />
<vehicle basename="asaLaser.xml" type="cultivatingSowingMachine" name="Asa Laser CR-DCR 13" brand="STARA" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="axial9240.xml" type="combineDrivable" name="Axial-Flow 9240" brand="Case IH" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="9240" />
</vehicle>
<vehicle basename="baleHugger.xml" type="baleGrab" name="$l10n_shopItem_frontloaderBaleGrab" brand="PALADIN" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="baleSpear.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_skidSteerBaleFork" brand="PALADIN" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="bandit750.xml" type="trailer" name="Bandit 750" brand="KRAMPE" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="beltSystem.xml" type="pickupConveyorBelt" name="S-710" brand="LIZARD" lifetime="600" category="belts" wearable="480">
<motor id="1" name="S-710" />
</vehicle>
<vehicle basename="bigM450.xml" type="selfPropelledMower" name="BiG M 450" brand="KRONE" lifetime="600" category="mowerVehicles" wearable="480">
<motor id="1" name="BiG M 450" />
</vehicle>
<vehicle basename="bigMasterWesternWCF.xml" type="livestockTrailer" name="Big Master Western WCF" brand="BOECKMANN" lifetime="600" category="animalTransport" wearable="480" />
<vehicle basename="bigX1180.xml" type="combineDrivable" name="BiG X 1180" brand="KRONE" lifetime="600" category="forageHarvesters" wearable="480">
<motor id="1" name="Big X 1180" />
</vehicle>
<vehicle basename="btc50h.xml" type="cultivator" name="BTC 50H" brand="AGRO-MASZ" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="buffalo.xml" type="forwarder" name="Buffalo" brand="PONSSE" lifetime="600" category="woodHarvesting" wearable="480">
<motor id="1" name="Buffalo" />
</vehicle>
<vehicle basename="butterfly.xml" type="dynamicMountAttacherFork" name="Schmetterling" brand="FLIEGL" lifetime="600" category="baling" wearable="480" />
<vehicle basename="canaTrans600.xml" type="tippingAugerWagon" name="Cana Trans 600" brand="LIZARD" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="canavieiro.xml" type="tippingAugerWagon" name="$l10n_shopItem_sugarcaneTrailer" brand="RANDON" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="canavieiroSemi.xml" type="tippingAugerWagon" name="$l10n_shopItem_sugarcaneSemitrailer" brand="RANDON" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="carrierXL825.xml" type="cultivator" name="Carrier XL 825" brand="VAEDERSTAD" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="catros6002.xml" type="cultivator" name="Catros 6002-2" brand="AMAZONE" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="cenius80032TXSuper.xml" type="cultivator" name="Cenius 8003-2TX Super" brand="AMAZONE" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="ceresMaster3570.xml" type="fertilizingSowingMachine" name="Ceres Master 3570" brand="STARA" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="cfb16.xml" type="treeSaw" name="CFB-16" brand="DFM" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="collect900_3.xml" type="cutter" name="X-Collect 900-3" brand="KRONE" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="colosus10000.xml" type="tippingAugerWagon" name="Colossus 10.000" brand="TT" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="condor15001.xml" type="fertilizingSowingMachine" name="Condor 15001" brand="AMAZONE" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="cr1090.xml" type="combineDrivable" name="CR10.90" brand="NEWHOLLAND" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="CR10.90" />
</vehicle>
<vehicle basename="crane.xml" type="crane" name="Crane" brand="LIZARD" lifetime="0" category="misc" wearable="" />
<vehicle basename="cruiser12XL.xml" type="cultivator" name="Cruiser 12 XL" brand="HORSCH" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="damconPL75.xml" type="treePlanter" name="PL-75" brand="Damcon" lifetime="600" category="wood" wearable="480" />
<vehicle basename="de250.xml" type="strawBlower" name="DE250 SSL" brand="WARZEE" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="de250_skidSteer.xml" type="" name="DE250 SSL" brand="WARZEE" lifetime="" category="animals" wearable="" />
<vehicle basename="de551.xml" type="strawBlower" name="DE551 FL" brand="WARZEE" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="de551_frontloader.xml" type="" name="DE551 FL" brand="WARZEE" lifetime="" category="animals" wearable="" />
<vehicle basename="de551_telehandler.xml" type="" name="DE551 TL" brand="WARZEE" lifetime="" category="animals" wearable="" />
<vehicle basename="diamantHS12.xml" type="cutter" name="Diamant HS12" brand="capello" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="diamantHS8.xml" type="cutter" name="Diamant HS8" brand="capello" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="distinction.xml" type="trailer" name="Distinction" brand="LODEKING" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="doblettBigTT.xml" type="cultivator" name="Big TT" brand="TT" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="doblettMulticultivator.xml" type="fertilizingCultivator" name="Multicultivator 5-in-1" brand="TT" lifetime="600" category="subsoilers" wearable="480" />
<vehicle basename="dolly10L.xml" type="dolly" name="Dolly 10 L" brand="KRAMPE" lifetime="600" category="dollys" wearable="480" />
<vehicle basename="drakkar8600.xml" type="trailer" name="DRAKKAR 8600" brand="JOSKIN" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="draper3162.xml" type="cutter" name="3162 TerraFlex Draper 45FT" brand="Case IH" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="dynaFlex9255.xml" type="cutter" name="DynaFlex 9255" brand="AGCO" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="estrela32.xml" type="fertilizingSowingMachine" name="Estrela 32" brand="STARA" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="fastrac4220.xml" type="tractorCrabSteering" name="Fastrac 4220" brand="JCB" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="Fastrac 4220" />
</vehicle>
<vehicle basename="fastrac8330.xml" type="tractorCrabSteering" name="Fastrac 8330" brand="JCB" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="Fastrac 8330" />
</vehicle>
<vehicle basename="favorit500.xml" type="tractor" name="500 Favorit" brand="FENDT" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="Favorit 511c" />
<motor id="2" name="Favorit 515c" />
</vehicle>
<vehicle basename="fb130.xml" type="cutter" name="130FB" brand="NEWHOLLAND" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="fdr600.xml" type="cutter" name="600FDR" brand="NEWHOLLAND" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="fendt300.xml" type="tractor" name="300 Vario" brand="FENDT" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="310 Vario" />
<motor id="2" name="313 Vario" />
</vehicle>
<vehicle basename="fendt700.xml" type="tractor" name="700 Vario" brand="FENDT" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="716 Vario" />
<motor id="2" name="720 Vario" />
<motor id="3" name="724 Vario" />
</vehicle>
<vehicle basename="fendt900.xml" type="tractorReverseDriving" name="900 Vario" brand="FENDT" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="930 Vario" />
<motor id="2" name="936 Vario" />
<motor id="3" name="939 Vario" />
</vehicle>
<vehicle basename="fh2200.xml" type="fillableImplement" name="FH 2200" brand="VAEDERSTAD" lifetime="600" category="planters" wearable="480" />
<vehicle basename="fiat1300dt.xml" type="tractor" name="1300 DT" brand="FIAT" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="1300DT" />
</vehicle>
<vehicle basename="fieldLinerHTS31.xml" type="trailer" name="FieldLiner HTS 31.06" brand="ANNABURGER" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="flex2023.xml" type="manureSpreader" name="FLEX 23" brand="SAMSONAGRO" lifetime="600" category="manureSpreaders" wearable="480" />
<vehicle basename="flieglDPW210.xml" type="dynamicMountAttacherTrailer" name="DPW 210" brand="FLIEGL" lifetime="600" category="baling" wearable="480" />
<vehicle basename="forwarder875.xml" type="forwarder" name="875" brand="KOMATSU" lifetime="600" category="woodHarvesting" wearable="480">
<motor id="1" name="875" />
</vehicle>
<vehicle basename="fox11.xml" type="cultivatingSowingMachine" name="Fox 11" brand="STARA" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="frc.xml" type="manureTrailer" name="FRC" brand="KOTTE" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="freeflow.xml" type="cutter" name="FreeFlow 25FT" brand="MASSEYFERGUSON" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="goldhoferStzVp3.xml" type="" name="STZ-VP 3" brand="GOLDHOFER" lifetime="" category="lowloaders" wearable="" />
<vehicle basename="goldhoferStzVp3Back.xml" type="dynamicMountAttacherTrailer" name="STZ VP 3 Back" brand="GOLDHOFER" lifetime="600" category="lowloaders" wearable="480" />
<vehicle basename="goldhoferStzVp3Front.xml" type="semiTrailerFront" name="STZ VP 3 Front" brand="GOLDHOFER" lifetime="600" category="lowloaders" wearable="480" />
<vehicle basename="grimmeFT300.xml" type="fruitPreparer" name="FT 300" brand="GRIMME" lifetime="600" category="beetHarvesting" wearable="480" />
<vehicle basename="grimmeKS75-4.xml" type="fruitPreparer" name="KS 75-4" brand="GRIMME" lifetime="600" category="potatoHarvesting" wearable="480" />
<vehicle basename="grimmeRH2460.xml" type="receivingHopper" name="RH 24-60" brand="GRIMME" lifetime="600" category="belts" wearable="480" />
<vehicle basename="grimmeSL8022.xml" type="conveyorBelt" name="SL 80-22 Quantum" brand="GRIMME" lifetime="600" category="belts" wearable="480">
<motor id="1" name="SL 80-22 Quantum" />
</vehicle>
<vehicle basename="grimmeTC8016.xml" type="conveyorBelt" name="TC 80-16" brand="GRIMME" lifetime="600" category="belts" wearable="480">
<motor id="1" name="TC 80-16" />
</vehicle>
<vehicle basename="haulMaster.xml" type="augerWagon" name="HaulMaster" brand="ELMERSMFG" lifetime="600" category="augerWagons" wearable="480" />
<vehicle basename="header608C.xml" type="cutter" name="608C" brand="JOHNDEERE" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="header618C.xml" type="cutter" name="618C" brand="JOHNDEERE" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="header980CF12.xml" type="cutter" name="980CF 12R" brand="NEWHOLLAND" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="helianthus12000.xml" type="cutter" name="Helianthus 12000" brand="capello" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="helianthus5700.xml" type="cutter" name="Helianthus 5700" brand="capello" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="heliodor12S.xml" type="cultivator" name="Gigant 12 S 1600" brand="LEMKEN" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="hibiscus1515CdProf.xml" type="windrower" name="Hibiscus 1515 CD Profi" brand="LELY" lifetime="600" category="windrowers" wearable="480" />
<vehicle basename="highDumpBucket.xml" type="shovel" name="$l10n_shopItem_skidSteerHighDumpBucket" brand="PALADIN" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="holmerHR12.xml" type="cutterFruitPreparer" name="HR 12" brand="HOLMER" lifetime="600" category="beetHarvesting" wearable="480" />
<vehicle basename="holmerHR12Trailer.xml" type="dynamicMountAttacherTrailer" name="Transport HR 12" brand="HOLMER" lifetime="600" category="cutterTrailers" wearable="480" />
<vehicle basename="hw80.xml" type="trailer" name="HW 80" brand="FORTSCHRITT" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="imperador3.xml" type="selfPropelledSprayer" name="Imperador 3.0" brand="STARA" lifetime="600" category="sprayerVehicles" wearable="480">
<motor id="1" name="Imperador 3.0" />
</vehicle>
<vehicle basename="jenzBA725.xml" type="woodCrusherTrailerDrivable" name="BA 725 D" brand="JENZ" lifetime="600" category="wood" wearable="480">
<motor id="1" name="BA 725 D" />
</vehicle>
<vehicle basename="joker12RT.xml" type="cultivator" name="Joker 12 RT" brand="HORSCH" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="joskinAquaTrans7300.xml" type="waterTrailer" name="AQUATRANS 7300 S" brand="JOSKIN" lifetime="600" category="animals" wearable="480" />
<vehicle basename="joskinBetimaxRDS7500.xml" type="livestockTrailer" name="BETIMAX RDS 7500" brand="JOSKIN" lifetime="600" category="animalTransport" wearable="480" />
<vehicle basename="k105.xml" type="spreader" name="K105" brand="BREDAL" lifetime="600" category="fertilizerSpreaders" wearable="480" />
<vehicle basename="keiler2.xml" type="attachableCombineCutterFruitPreparer" name="Keiler 2" brand="ROPA" lifetime="600" category="potatoHarvesting" wearable="480" />
<vehicle basename="kroneEasyFlow300S.xml" type="cutter" name="EasyFlow 300 S" brand="KRONE" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="kroneTrailer.xml" type="dynamicMountAttacherTrailer" name="Trailer" brand="KRONE" lifetime="600" category="cutterTrailers" wearable="480" />
<vehicle basename="kroneXDisc620.xml" type="cutter" name="XDisc 620" brand="KRONE" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="kuhnAxis402.xml" type="spreader" name="AXIS 40.2 M-EMC-W" brand="KUHN" lifetime="600" category="fertilizerSpreaders" wearable="480" />
<vehicle basename="kuhnBTF4000.xml" type="sowingMachine" name="BTF 4000" brand="KUHN" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="kuhnCultimerL300.xml" type="cultivator" name="CULTIMER L 300" brand="KUHN" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="kuhnDC401.xml" type="cultivator" name="DC 401" brand="KUHN" lifetime="600" category="subsoilers" wearable="480" />
<vehicle basename="kuhnDeltis1302.xml" type="sprayer" name="DELTIS 1302 MTA3" brand="KUHN" lifetime="600" category="sprayers" wearable="480" />
<vehicle basename="kuhnDiscolanderXM.xml" type="cultivatingSowingMachine" name="DISCOLANDER XM 52" brand="KUHN" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="kuhnFBP3135.xml" type="balerWrapper" name="FBP 3135" brand="KUHN" lifetime="600" category="baling" wearable="480" />
<vehicle basename="kuhnGA9531.xml" type="windrower" name="GA 9531" brand="KUHN" lifetime="600" category="windrowers" wearable="480" />
<vehicle basename="kuhnGF8702.xml" type="tedder" name="GF 8712" brand="KUHN" lifetime="600" category="tedders" wearable="480" />
<vehicle basename="kuhnGMD4411.xml" type="mower" name="GMD 4411" brand="KUHN" lifetime="600" category="mowers" wearable="480" />
<vehicle basename="kuhnHR4004.xml" type="turnOnCultivator" name="HR 4004" brand="KUHN" lifetime="600" category="powerHarrows" wearable="480" />
<vehicle basename="kuhnLSB1290D.xml" type="baler" name="LSB 1290 D" brand="KUHN" lifetime="600" category="baling" wearable="480" />
<vehicle basename="kuhnMergeMaxx902.xml" type="windrower" name="MERGE MAXX 902" brand="KUHN" lifetime="600" category="windrowers" wearable="480" />
<vehicle basename="kuhnMetris4102.xml" type="sprayer" name="METRIS 4102" brand="KUHN" lifetime="600" category="sprayers" wearable="480" />
<vehicle basename="kuhnPF1500.xml" type="fillableImplement" name="PF 1500" brand="KUHN" lifetime="600" category="sprayers" wearable="480" />
<vehicle basename="kuhnPerformer4000.xml" type="cultivator" name="PERFORMER 4000" brand="KUHN" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="kuhnPrimor15070.xml" type="strawBlower" name="PRIMOR 15070" brand="KUHN" lifetime="600" category="animals" wearable="480" />
<vehicle basename="kuhnRA142.xml" type="mixerWagon" name="Knight RA 142" brand="KUHN" lifetime="600" category="animals" wearable="480" />
<vehicle basename="kuhnSLC141.xml" type="manureSpreader" name="SLC 141" brand="KUHN" lifetime="600" category="manureSpreaders" wearable="480" />
<vehicle basename="kuhnSR314.xml" type="windrowerUnpowered" name="SR 314" brand="KUHN" lifetime="600" category="windrowers" wearable="480" />
<vehicle basename="kuhnSW4014.xml" type="baleWrapper" name="SW 4014" brand="KUHN" lifetime="600" category="baling" wearable="480" />
<vehicle basename="kuhnTF1500.xml" type="fillableImplement" name="TF 1512" brand="KUHN" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="leguan.xml" type="dynamicMountAttacherTrailer" name="LEGUAN 24" brand="THUERINGERAGRAR" lifetime="600" category="cutterTrailers" wearable="480" />
<vehicle basename="leguan40.xml" type="dynamicMountAttacherTrailer" name="LEGUAN quattro 40" brand="THUERINGERAGRAR" lifetime="600" category="cutterTrailers" wearable="480" />
<vehicle basename="lemkenAzurit9.xml" type="fertilizingSowingMachine" name="Azurit 9" brand="LEMKEN" lifetime="600" category="planters" wearable="480" />
<vehicle basename="lemkenSolitair23.xml" type="fillableImplement" name="Solitair 23" brand="LEMKEN" lifetime="600" category="planters" wearable="480" />
<vehicle basename="lintrac90.xml" type="tractor" name="Lintrac 90" brand="LINDNER" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="Lintrac 90" />
</vehicle>
<vehicle basename="lizardSilageFork.xml" type="dynamicMountAttacherShovel" name="$l10n_shopItem_wheelLoaderSilageFork" brand="LIZARD" lifetime="600" category="wheelLoaders" wearable="480" />
<vehicle basename="locomotive01.xml" type="locomotive" name="E - Locomotive" brand="LIZARD" lifetime="600" category="tractorsS" wearable="">
<motor id="1" name="E - Locomotive" />
</vehicle>
<vehicle basename="locomotive04.xml" type="locomotive" name="Diesel Locomotive" brand="LIZARD" lifetime="600" category="tractorsS" wearable="">
<motor id="1" name="Diesel Locomotive" />
</vehicle>
<vehicle basename="longNeckCombiPlus.xml" type="logGrab" name="Long Neck Combi Plus" brand="FLIEGL" lifetime="600" category="wood" wearable="480" />
<vehicle basename="maestro12SW.xml" type="fertilizingSowingMachine" name="Maestro 12 SW" brand="HORSCH" lifetime="600" category="planters" wearable="480" />
<vehicle basename="magnum.xml" type="tractor" name="Magnum Series" brand="Case IH" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="340 CVX" />
<motor id="2" name="380 CVX" />
</vehicle>
<vehicle basename="magnum7240Pro.xml" type="tractor" name="7200 Pro Series" brand="Case IH" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="7210 Pro" />
<motor id="2" name="7230 Pro" />
<motor id="3" name="7240 Pro" />
<motor id="4" name="7250 Pro" />
</vehicle>
<vehicle basename="manureFork.xml" type="dynamicMountAttacherShovel" name="$l10n_shopItem_skidSteerManureFork" brand="PALADIN" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="maus5.xml" type="loaderVehicle" name="Maus 5" brand="ROPA" lifetime="600" category="beetVehicles" wearable="480">
<motor id="1" name="Maus 5" />
</vehicle>
<vehicle basename="maxxum145CVX.xml" type="tractor" name="Maxxum Series" brand="Case IH" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="Maxxum CVX 115" />
<motor id="2" name="Maxxum CVX 125" />
<motor id="3" name="Maxxum CVX 135" />
<motor id="4" name="Maxxum CVX 145" />
</vehicle>
<vehicle basename="meadowRollerVario.xml" type="roller" name="Meadow Roller Vario" brand="DUEVELSDORF" lifetime="600" category="misc" wearable="480" />
<vehicle basename="mega2200.xml" type="sprayer" name="Mega 2200" brand="HARDI" lifetime="600" category="sprayers" wearable="480" />
<vehicle basename="mex5.xml" type="attachableCombine" name="MEX 5" brand="POETTINGER" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="mf3012.xml" type="shovel" name="MF 3012" brand="MASSEYFERGUSON" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="mke300.xml" type="turnOnCultivator" name="MKE 300" brand="RABE" lifetime="600" category="powerHarrows" wearable="480" />
<vehicle basename="mks32.xml" type="waterTrailer" name="MKS 32" brand="LIZARD" lifetime="600" category="animals" wearable="480" />
<vehicle basename="mks8.xml" type="waterTrailer" name="MKS 8" brand="LIZARD" lifetime="600" category="animals" wearable="480" />
<vehicle basename="module4.xml" type="baleLoader" name="Module 4" brand="LIZARD" lifetime="600" category="cottonHarvesting" wearable="480" />
<vehicle basename="moduleExpress635.xml" type="cottonHarvester" name="Module Express 635" brand="Case IH" lifetime="600" category="cottonVehicles" wearable="480">
<motor id="1" name="Module Express 635" />
</vehicle>
<vehicle basename="moduleX.xml" type="baleLoader" name="Module X" brand="LIZARD" lifetime="600" category="cottonHarvesting" wearable="480" />
<vehicle basename="modulo.xml" type="manureBarrel" name="MODULO2" brand="JOSKIN" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="mt1100.xml" type="tractor" name="1100 MT" brand="FENDT" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="1149 MT" />
<motor id="2" name="1154 MT" />
<motor id="3" name="1159 MT" />
<motor id="4" name="1165 MT" />
</vehicle>
<vehicle basename="mt700.xml" type="tractor" name="MT700 Series" brand="Challenger" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="MT738" />
<motor id="2" name="MT740" />
<motor id="3" name="MT743" />
</vehicle>
<vehicle basename="mt800.xml" type="tractor" name="MT800E Series" brand="Challenger" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="MT845E" />
<motor id="2" name="MT865E" />
<motor id="3" name="MT875E" />
</vehicle>
<vehicle basename="mt900.xml" type="tractor" name="900 Vario MT" brand="FENDT" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="938 MT" />
<motor id="2" name="940 MT" />
<motor id="3" name="943 MT" />
</vehicle>
<vehicle basename="mt900E.xml" type="tractor" name="MT900E Series" brand="Challenger" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="MT955E" />
<motor id="2" name="MT965E" />
<motor id="3" name="MT975E" />
</vehicle>
<vehicle basename="navigator6000.xml" type="sprayer" name="Navigator 6000" brand="HARDI" lifetime="600" category="sprayers" wearable="480" />
<vehicle basename="nawaRoMaus.xml" type="loaderVehicle" name="NawaRo-Maus" brand="ROPA" lifetime="600" category="miscVehicles" wearable="480">
<motor id="1" name="NawaRo-Maus" />
</vehicle>
<vehicle basename="newHollandDiscbine313.xml" type="mower" name="Discbine 313" brand="NEWHOLLAND" lifetime="600" category="mowers" wearable="480" />
<vehicle basename="newHollandFR780.xml" type="combineDrivable" name="FR 780" brand="NEWHOLLAND" lifetime="600" category="forageHarvesters" wearable="480">
<motor id="1" name="FR 780" />
</vehicle>
<vehicle basename="ninja19000.xml" type="augerWagon" name="Ninja 19000" brand="STARA" lifetime="600" category="augerWagons" wearable="480" />
<vehicle basename="nova330.xml" type="combineDrivable" name="Nova 330" brand="ROSTSELMASH" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="330" />
</vehicle>
<vehicle basename="optimaV.xml" type="fertilizingSowingMachine" name="Optima V" brand="KVERNELAND" lifetime="600" category="planters" wearable="480" />
<vehicle basename="optum.xml" type="tractor" name="Optum Series" brand="Case IH" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="Optum 270 CVX" />
<motor id="2" name="Optum 300 CVX" />
</vehicle>
<vehicle basename="pacesetter.xml" type="trailer" name="Pacesetter" brand="WILSON" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="palletFork.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_frontloaderPalletFork" brand="PALADIN" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="panther2.xml" type="combineDrivable" name="Panther 2" brand="ROPA" lifetime="600" category="beetVehicles" wearable="480">
<motor id="1" name="Panther 2" />
</vehicle>
<vehicle basename="pgII20.xml" type="manureBarrel" name="PG II 20" brand="SAMSONAGRO" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="pgII25m.xml" type="manureBarrel" name="PG II 25" brand="SAMSONAGRO" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="pgII35m.xml" type="manureBarrel" name="PG II 35" brand="SAMSONAGRO" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="pickUp1150.xml" type="implement" name="PickUp 1150" brand="JOHNDEERE" lifetime="600" category="weights" wearable="480" />
<vehicle basename="pickUp1800.xml" type="implement" name="PickUp 1800" brand="JOHNDEERE" lifetime="600" category="weights" wearable="480" />
<vehicle basename="pickUp900.xml" type="implement" name="PickUp 900" brand="JOHNDEERE" lifetime="600" category="weights" wearable="480" />
<vehicle basename="pickup1978.xml" type="carFillable" name="Pickup 1978" brand="LIZARD" lifetime="600" category="cars" wearable="480">
<motor id="1" name="Pickup 1978" />
</vehicle>
<vehicle basename="pickup2014.xml" type="carFillable" name="Pickup 2014" brand="LIZARD" lifetime="600" category="cars" wearable="480">
<motor id="1" name="Pickup 2014" />
</vehicle>
<vehicle basename="plus360.xml" type="cutter" name="360 Plus" brand="KEMPER" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="plus390.xml" type="cutter" name="390 Plus" brand="KEMPER" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="pneumaticstar900.xml" type="weederSowingmachine" name="Pneumaticstar 900" brand="EINBOECK" lifetime="600" category="weeders" wearable="480" />
<vehicle basename="poettingerHit1214T.xml" type="tedder" name="HIT 12.14 T" brand="POETTINGER" lifetime="600" category="tedders" wearable="480" />
<vehicle basename="poettingerNovaCat301.xml" type="mower" name="NOVACAT 301 ED" brand="POETTINGER" lifetime="600" category="mowers" wearable="480" />
<vehicle basename="poettingerNovaCatX8.xml" type="mower" name="NOVACAT X8 ED" brand="POETTINGER" lifetime="600" category="mowers" wearable="480" />
<vehicle basename="poettingerTop462.xml" type="windrower" name="TOP 462" brand="POETTINGER" lifetime="600" category="windrowers" wearable="480" />
<vehicle basename="polymag300.xml" type="cultivator" name="Polymag 300" brand="RAU" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="ponsseScorpion.xml" type="woodHarvester" name="ScorpionKing" brand="PONSSE" lifetime="600" category="woodHarvesting" wearable="480">
<motor id="1" name="ScorpionKing" />
</vehicle>
<vehicle basename="powerFlow.xml" type="cutter" name="PowerFlow" brand="AGCO" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="powerStream500.xml" type="cutter" name="PowerStream500" brand="ROSTSELMASH" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="pp273.xml" type="cutter" name="300FP" brand="NEWHOLLAND" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="premiumIntegral30000.xml" type="manureBarrel" name="Premium Integral II" brand="VEENHUIS" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="profiCVT.xml" type="tractor" name="Profi CVT" brand="STEYR" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="Profi CVT 4115" />
<motor id="2" name="Profi CVT 4145" />
</vehicle>
<vehicle basename="pronto9DC.xml" type="fertilizingSowingMachine" name="Pronto 9 DC" brand="HORSCH" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="puma.xml" type="tractor" name="Puma Series" brand="Case IH" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="Puma 185 CVX" />
<motor id="2" name="Puma 200 CVX" />
<motor id="3" name="Puma 240 CVX" />
</vehicle>
<vehicle basename="quadtrac.xml" type="tractor" name="Quadtrac Series" brand="Case IH" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="Quadtrac 470" />
<motor id="2" name="Quadtrac 540" />
<motor id="3" name="Quadtrac 620" />
</vehicle>
<vehicle basename="qualidisc.xml" type="cultivator" name="Qualidisc Farmer 3000" brand="KVERNELAND" lifetime="600" category="discHarrows" wearable="480" />
<vehicle basename="quasarF4.xml" type="cutter" name="Quasar F4" brand="capello" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="quasarHS16.xml" type="cutter" name="Quasar HS16" brand="capello" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="rapid600s.xml" type="sowingMachine" name="Rapid A 600S" brand="VAEDERSTAD" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="rapide580V.xml" type="forageWagon" name="Rapide 580V" brand="SCHUITEMAKER" lifetime="600" category="loaderWagons" wearable="480" />
<vehicle basename="rapide8400W.xml" type="forageWagon" name="Rapide 8400W" brand="SCHUITEMAKER" lifetime="600" category="loaderWagons" wearable="480" />
<vehicle basename="repex34S.xml" type="forageWagon" name="REPEX 34S" brand="BERGMANN" lifetime="600" category="loaderWagons" wearable="480" />
<vehicle basename="rollBelt150.xml" type="baler" name="Roll-Belt 150" brand="NEWHOLLAND" lifetime="600" category="baling" wearable="480" />
<vehicle basename="rootster604.xml" type="attachableCombine" name="ROOTSTER 604" brand="GRIMME" lifetime="600" category="beetHarvesting" wearable="480" />
<vehicle basename="rotation1200.xml" type="weeder" name="Aerostar-Rotation 1200" brand="EINBOECK" lifetime="600" category="weeders" wearable="480" />
<vehicle basename="rr6x45.xml" type="cutterFruitPreparer" name="RR 6x45" brand="ROPA" lifetime="600" category="beetHarvesting" wearable="480" />
<vehicle basename="rrXL9.xml" type="cutterFruitPreparer" name="RR-XL 9x45" brand="ROPA" lifetime="600" category="beetHarvesting" wearable="480" />
<vehicle basename="rrXLTrailer.xml" type="dynamicMountAttacherTrailer" name="Transport RR-XL 9x45" brand="ROPA" lifetime="600" category="cutterTrailers" wearable="480" />
<vehicle basename="rsmDS900.xml" type="cutter" name="Draper Stream 900" brand="ROSTSELMASH" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="rt3000.xml" type="treeSaw" name="RT3000" brand="DFM" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="rubicon9000.xml" type="selfPropelledSprayer" name="Rubicon 9000" brand="HARDI" lifetime="600" category="sprayerVehicles" wearable="480">
<motor id="1" name="Rubicon 9000" />
</vehicle>
<vehicle basename="salford4204.xml" type="plow" name="4204" brand="SALFORD" lifetime="600" category="plows" wearable="480" />
<vehicle basename="salford8312.xml" type="plow" name="8312" brand="SALFORD" lifetime="600" category="plows" wearable="480" />
<vehicle basename="sbh4_36.xml" type="sprayer" name="SBH4 36" brand="SAMSONAGRO" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="sd700.xml" type="fertilizingCultivator" name="SD 700" brand="SAMSONAGRO" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="seedRunner3755xl.xml" type="augerWagon" name="Seed Runner 3755 XL" brand="UNVERFERTH" lifetime="600" category="augerWagons" wearable="480" />
<vehicle basename="series6M.xml" type="tractor" name="6M Series" brand="JOHNDEERE" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="6135 M" />
<motor id="2" name="6145 M" />
<motor id="3" name="6155 M" />
</vehicle>
<vehicle basename="series6R.xml" type="tractor" name="6R Series" brand="JOHNDEERE" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="6230 R" />
<motor id="2" name="6250 R" />
</vehicle>
<vehicle basename="series7R.xml" type="tractor" name="7R Series" brand="JOHNDEERE" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="7230 R" />
<motor id="2" name="7250 R" />
<motor id="3" name="7270 R" />
<motor id="4" name="7290 R" />
<motor id="5" name="7310 R" />
</vehicle>
<vehicle basename="series8R.xml" type="tractor" name="8R Series" brand="JOHNDEERE" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="8245 R" />
<motor id="2" name="8295 R" />
<motor id="3" name="8345 R" />
<motor id="4" name="8400 R" />
</vehicle>
<vehicle basename="series8RT.xml" type="tractor" name="8RT Series" brand="JOHNDEERE" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="8345 RT" />
<motor id="2" name="8370 RT" />
</vehicle>
<vehicle basename="series9.xml" type="tractor" name="Series 9" brand="Deutz-Fahr" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="9290 TTV" />
<motor id="2" name="9310 TTV" />
<motor id="3" name="9340 TTV" />
</vehicle>
<vehicle basename="sfi900.xml" type="cutter" name="SFI 900" brand="NEWHOLLAND" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="silverstar.xml" type="livestockTrailer" name="Silverstar" brand="WILSON" lifetime="600" category="animalTransport" wearable="480" />
<vehicle basename="singleRow.xml" type="fertilizingSowingMachine" name="Single Row Billet Planter" brand="GESSNER" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="siwa720.xml" type="trailer" name="SIWA 720" brand="SCHUITEMAKER" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="sm18.xml" type="cultivator" name="SWIFTER SM 18000" brand="BEDNAR" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="solitair12.xml" type="sowingMachine" name="Solitair 12" brand="LEMKEN" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="sp1417.xml" type="manureSpreader" name="SP 14/17" brand="SAMSONAGRO" lifetime="600" category="manureSpreaders" wearable="480" />
<vehicle basename="spartan610.xml" type="cutter" name="Spartan 610" brand="capello" lifetime="600" category="forageHarvesterCutters" wearable="480" />
<vehicle basename="spike1.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_frontloaderBaleFork" brand="WARZEE" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="spike2.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_frontloaderBaleFork" brand="WARZEE" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="spike3.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_frontloaderBaleFork" brand="WARZEE" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="spiritR300S.xml" type="sowingMachine" name="Spirit R 300S" brand="VAEDERSTAD" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="st820.xml" type="cultivator" name="ST820" brand="FLEXICOIL" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="stMax105.xml" type="tractor" name="ST MAX 105" brand="STARA" lifetime="600" category="tractorsS" wearable="480">
<motor id="1" name="STMax 105" />
</vehicle>
<vehicle basename="stMax150.xml" type="tractor" name="ST MAX 180" brand="STARA" lifetime="600" category="tractorsM" wearable="480">
<motor id="1" name="ST MAX 180" />
</vehicle>
<vehicle basename="stego485.xml" type="silageRoller" name="Stego 485" brand="HOLARAS" lifetime="600" category="leveler" wearable="480" />
<vehicle basename="stollFrontLoaderFZ.xml" type="attachableFrontloader" name="FZ 30" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollFrontLoaderFZ60.xml" type="attachableFrontloader" name="FZ 60" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolBaleFork.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_frontloaderBaleFork" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolBaleGrab.xml" type="baleGrab" name="$l10n_shopItem_frontloaderBaleGrab" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolLogFork.xml" type="logGrab" name="$l10n_shopItem_frontloaderLogFork" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolManureFork.xml" type="dynamicMountAttacherShovel" name="$l10n_shopItem_frontloaderManureFork" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolManureGrabFork.xml" type="dynamicMountAttacherShovel" name="$l10n_shopItem_frontloaderManureGrabFork" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolPalletFork.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_frontloaderPalletFork" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolRoundBaleFork.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_frontloaderRoundBaleFork" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolShovel.xml" type="shovel" name="$l10n_shopItem_frontloaderShovel" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stollToolSilageCutter.xml" type="dynamicMountAttacherShovel" name="$l10n_shopItem_frontloaderSilageCutter" brand="STOLL" lifetime="600" category="frontLoaders" wearable="480" />
<vehicle basename="stumpGrinder.xml" type="stumpCutter" name="$l10n_shopItem_skidSteerStumpCutter" brand="PALADIN" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="superfex800.xml" type="manureSpreader" name="Superfex 800" brand="FARMTECH" lifetime="600" category="manureSpreaders" wearable="480" />
<vehicle basename="superflexDraper45ft.xml" type="cutter" name="3162 Draper 45FT" brand="NEWHOLLAND" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="t308.xml" type="teleHandler" name="KL30.8T" brand="KRAMER" lifetime="600" category="frontLoaderVehicles" wearable="480">
<motor id="1" name="KL30.8T" />
</vehicle>
<vehicle basename="tatraPhoenix.xml" type="tractor" name="PHOENIX 6x6 Agro-Truck" brand="TATRA" lifetime="600" category="trucks" wearable="480">
<motor id="1" name="PHOENIX 6x6 Agro-Truck" />
</vehicle>
<vehicle basename="td12.xml" type="sprayer" name="TD 12" brand="SAMSONAGRO" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="telehandlerBaleFork.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_telehandlerBaleFork" brand="MAGSI" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="telehandlerBaleGrab.xml" type="baleGrab" name="$l10n_shopItem_telehandlerBaleGrab" brand="MAGSI" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="telehandlerFork.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_telehandlerFork" brand="MAGSI" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="telehandlerLogFork.xml" type="logGrab" name="$l10n_shopItem_telehandlerLogFork" brand="MAGSI" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="telehandlerManureFork.xml" type="dynamicMountAttacherShovel" name="$l10n_shopItem_telehandlerManureFork" brand="MAGSI" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="telehandlerShovel.xml" type="shovel" name="$l10n_shopItem_telehandlerShovel" brand="MAGSI" lifetime="600" category="teleLoaders" wearable="480" />
<vehicle basename="tempoL16.xml" type="fertilizingSowingMachine" name="Tempo L 16" brand="VAEDERSTAD" lifetime="600" category="planters" wearable="480" />
<vehicle basename="tempoVTPV8.xml" type="fertilizingSowingMachine" name="Tempo V 8" brand="VAEDERSTAD" lifetime="600" category="planters" wearable="480" />
<vehicle basename="terminator18.xml" type="fertilizingSowingMachine" name="TERMINATOR TH18" brand="HATZENBICHLER" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="terraDosT4_40.xml" type="combineDrivable" name="Terra Dos T4-40" brand="HOLMER" lifetime="600" category="beetVehicles" wearable="480">
<motor id="1" name="Terra Dos T4-40" />
</vehicle>
<vehicle basename="terraFelis2.xml" type="loaderVehicle" name="Terra Felis 3" brand="HOLMER" lifetime="600" category="beetVehicles" wearable="480">
<motor id="1" name="Terra Felis 3" />
</vehicle>
<vehicle basename="terraland.xml" type="fertilizingCultivator" name="FB3000-TO6000-PT6000" brand="BEDNAR" lifetime="600" category="subsoilers" wearable="480" />
<vehicle basename="terrusCVT.xml" type="tractor" name="Terrus CVT" brand="STEYR" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="6270 CVT" />
<motor id="2" name="6300 CVT" />
</vehicle>
<vehicle basename="tgs18500.xml" type="tractor" name="TGS 18.500 4x4" brand="MAN" lifetime="600" category="trucks" wearable="480">
<motor id="1" name="TGS 18.500 4x4" />
</vehicle>
<vehicle basename="tgx26640.xml" type="woodTruck" name="TGX 26.640" brand="MAN" lifetime="600" category="woodHarvesting" wearable="480">
<motor id="1" name="TGX 26.640" />
</vehicle>
<vehicle basename="th1400.xml" type="fillableImplement" name="TH1400" brand="HATZENBICHLER" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="tiger6.xml" type="combineDrivable" name="Tiger 6 XL" brand="ROPA" lifetime="600" category="beetVehicles" wearable="480">
<motor id="1" name="Tiger 6 XL" />
</vehicle>
<vehicle basename="tiger6DT.xml" type="cultivator" name="Tiger 6 DT" brand="HORSCH" lifetime="600" category="cultivators" wearable="480" />
<vehicle basename="tigoXR75.xml" type="forageWagon" name="Tigo XR 75 D" brand="FENDT" lifetime="600" category="loaderWagons" wearable="480" />
<vehicle basename="timberRunner.xml" type="transportTrailer" name="Timber Runner" brand="FLIEGL" lifetime="600" category="wood" wearable="480" />
<vehicle basename="titan11.xml" type="plow" name="Titan 18" brand="LEMKEN" lifetime="600" category="plows" wearable="480" />
<vehicle basename="tr3200.xml" type="treeSaw_attacherJointControl" name="TR3200" brand="DFM" lifetime="600" category="wood" wearable="480" />
<vehicle basename="trailedLifter.xml" type="baseAttachable" name="TRAILED LIFTER" brand="GREGOIREBESSON" lifetime="600" category="misc" wearable="480" />
<vehicle basename="trailedLineDuo1814.xml" type="mixerWagon" name="TrailedLine Duo 1814" brand="SILOKING" lifetime="600" category="animals" wearable="480" />
<vehicle basename="transSpace8000.xml" type="trailer" name="Trans-SPACE 8000" brand="JOSKIN" lifetime="600" category="trailers" wearable="480" />
<vehicle basename="truckL.xml" type="tractor" name="Roadrunner" brand="LIZARD" lifetime="600" category="trucks" wearable="480">
<motor id="1" name="Roadrunner" />
</vehicle>
<vehicle basename="truckM.xml" type="tractor" name="Hulk" brand="LIZARD" lifetime="600" category="trucks" wearable="480">
<motor id="1" name="Hulk" />
</vehicle>
<vehicle basename="truckS.xml" type="tractor" name="Warrior" brand="LIZARD" lifetime="600" category="trucks" wearable="480">
<motor id="1" name="Warrior" />
</vehicle>
<vehicle basename="tsa.xml" type="manureTrailer" name="TSA 30000" brand="KOTTE" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="twoRow.xml" type="fertilizingSowingMachine" name="Two Row Billet Planter" brand="GESSNER" lifetime="600" category="sugarCaneHarvesting" wearable="480" />
<vehicle basename="utilityGrapple.xml" type="logGrab" name="$l10n_shopItem_skidSteerLogFork" brand="PALADIN" lifetime="600" category="skidSteers" wearable="480" />
<vehicle basename="varifeed41.xml" type="cutter" name="Varifeed 41FT" brand="NEWHOLLAND" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="vario1000.xml" type="tractor" name="1000 Vario" brand="FENDT" lifetime="600" category="tractorsL" wearable="480">
<motor id="1" name="1038" />
<motor id="2" name="1042" />
<motor id="3" name="1046" />
<motor id="4" name="1050" />
</vehicle>
<vehicle basename="varitron470.xml" type="combineCutterFruitPreparer" name="Varitron 470 Platinum Terra Trac" brand="GRIMME" lifetime="600" category="potatoVehicles" wearable="480">
<motor id="1" name="Varitron 470 Terra-Trac" />
</vehicle>
<vehicle basename="ve8000.xml" type="manureBarrel" name="VE 8000" brand="KOTTE" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="vertiMix1702.xml" type="drivableMixerWagon" name="VM 1702 Double SF" brand="STRAUTMANN" lifetime="600" category="animalsVehicles" wearable="480">
<motor id="1" name="Verti-Mix 1702 SF Double" />
</vehicle>
<vehicle basename="viconFanex604.xml" type="tedder" name="Fanex 604" brand="VICON" lifetime="600" category="tedders" wearable="480" />
<vehicle basename="wagon1051.xml" type="augerWagon" name="1051 Grain Cart" brand="KINZE" lifetime="600" category="augerWagons" wearable="480" />
<vehicle basename="wagon851.xml" type="augerWagon" name="851 Grain Cart" brand="KINZE" lifetime="600" category="augerWagons" wearable="480" />
<vehicle basename="wagonGrain.xml" type="trainTrailer" name="Grain Wagon" brand="LIZARD" lifetime="600" category="trailers" wearable="" />
<vehicle basename="wagonSugarbeets.xml" type="trainTrailer" name="Sugarbeet Wagon" brand="LIZARD" lifetime="600" category="trailers" wearable="" />
<vehicle basename="wagonTimber.xml" type="trainTimberTrailer" name="Sugarbeet Wagon" brand="LIZARD" lifetime="600" category="trailers" wearable="" />
<vehicle basename="wagonVehicles.xml" type="trainTimberTrailer" name="Vehicle Wagon" brand="LIZARD" lifetime="600" category="trailers" wearable="" />
<vehicle basename="wagonWoodChips.xml" type="trainTrailer" name="Sugarbeet Wagon" brand="LIZARD" lifetime="0" category="trailers" wearable="" />
<vehicle basename="weight1100.xml" type="implement" name="1100" brand="AGCO" lifetime="600" category="weights" wearable="480" />
<vehicle basename="weight1500.xml" type="implement" name="1500" brand="AGCO" lifetime="600" category="weights" wearable="480" />
<vehicle basename="weight2300.xml" type="implement" name="2300" brand="AGCO" lifetime="600" category="weights" wearable="480" />
<vehicle basename="weight3300.xml" type="implement" name="3300" brand="FENDT" lifetime="600" category="weights" wearable="480" />
<vehicle basename="weight650.xml" type="implement" name="650" brand="AGCO" lifetime="600" category="weights" wearable="480" />
<vehicle basename="wheelLoaderFork.xml" type="implementDynamicMountAttacher" name="$l10n_shopItem_wheelLoaderFork" brand="MAGSI" lifetime="600" category="wheelLoaders" wearable="480" />
<vehicle basename="wheelLoaderLogFork.xml" type="logGrab" name="$l10n_shopItem_wheelLoaderLogFork" brand="MAGSI" lifetime="600" category="wheelLoaders" wearable="480" />
<vehicle basename="wheelLoaderShovel.xml" type="shovel" name="$l10n_shopItem_wheelLoaderHighDumpBucket" brand="MAGSI" lifetime="600" category="wheelLoaders" wearable="480" />
<vehicle basename="xc931.xml" type="woodHarvester" name="931XC" brand="KOMATSU" lifetime="600" category="woodHarvesting" wearable="480">
<motor id="1" name="931XC" />
</vehicle>
<vehicle basename="xlAirDrill84.xml" type="fertilizingSowingMachine" name="Seed Hawk XL Toolbar 84FT" brand="VAEDERSTAD" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="yp2425A.xml" type="sowingMachine" name="YP-2425A" brand="GREATPLAINS" lifetime="600" category="seeders" wearable="480" />
<vehicle basename="z056.xml" type="combineDrivable" name="BIZON SUPER Z056" brand="FMZ" lifetime="600" category="harvesters" wearable="480">
<motor id="1" name="BIZON SUPER Z056" />
</vehicle>
<vehicle basename="z056Header.xml" type="cutter" name="Z056H" brand="FMZ" lifetime="600" category="cutters" wearable="480" />
<vehicle basename="zelonCFS2501DO.xml" type="forageWagon" name="ZELON CFS 2501 DO" brand="STRAUTMANN" lifetime="600" category="loaderWagons" wearable="480" />
<vehicle basename="zieglerCornChampion5R.xml" type="cutter" name="Corn Champion 5R" brand="ZIEGLER" lifetime="600" category="cornHeaders" wearable="480" />
<vehicle basename="zunidisc.xml" type="fertilizingCultivator" name="ZuniDisc" brand="ZUNHAMMER" lifetime="600" category="slurryTanks" wearable="480" />
<vehicle basename="zx560GD.xml" type="forageWagon" name="ZX 560 GD" brand="KRONE" lifetime="600" category="loaderWagons" wearable="480" />
</vehicles>
</mapconfig>

2
config/maps/README.md Normal file
View File

@ -0,0 +1,2 @@
Copy config files for your mod maps into this directory.
Some files can be found here: https://github.com/J0hnHawk/FS19_WebStats_Maps

View File

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<careerSavegame revision="2" valid="true">
<settings>
<savegameName>My game save</savegameName>
<creationDate>2021-12-04</creationDate>
<mapId>MapUS</mapId>
<mapTitle>Elmcreek</mapTitle>
<saveDateFormatted>2021-12-11</saveDateFormatted>
<saveDate>2021-12-11</saveDate>
<resetVehicles>false</resetVehicles>
<trafficEnabled>true</trafficEnabled>
<stopAndGoBraking>true</stopAndGoBraking>
<trailerFillLimit>true</trailerFillLimit>
<automaticMotorStartEnabled>false</automaticMotorStartEnabled>
<growthMode>1</growthMode>
<plannedDaysPerPeriod>1</plannedDaysPerPeriod>
<fruitDestruction>true</fruitDestruction>
<plowingRequiredEnabled>true</plowingRequiredEnabled>
<stonesEnabled>true</stonesEnabled>
<weedsEnabled>true</weedsEnabled>
<limeRequired>true</limeRequired>
<isSnowEnabled>true</isSnowEnabled>
<fuelUsageLow>false</fuelUsageLow>
<helperBuyFuel>false</helperBuyFuel>
<helperBuySeeds>false</helperBuySeeds>
<helperBuyFertilizer>false</helperBuyFertilizer>
<helperSlurrySource>1</helperSlurrySource>
<helperManureSource>1</helperManureSource>
<densityMapRevision>3</densityMapRevision>
<terrainTextureRevision>1</terrainTextureRevision>
<terrainLodTextureRevision>2</terrainLodTextureRevision>
<splitShapesRevision>2</splitShapesRevision>
<tipCollisionRevision>2</tipCollisionRevision>
<placementCollisionRevision>2</placementCollisionRevision>
<navigationCollisionRevision>2</navigationCollisionRevision>
<mapDensityMapRevision>1</mapDensityMapRevision>
<mapTerrainTextureRevision>1</mapTerrainTextureRevision>
<mapTerrainLodTextureRevision>1</mapTerrainLodTextureRevision>
<mapSplitShapesRevision>2</mapSplitShapesRevision>
<mapTipCollisionRevision>2</mapTipCollisionRevision>
<mapPlacementCollisionRevision>2</mapPlacementCollisionRevision>
<mapNavigationCollisionRevision>3</mapNavigationCollisionRevision>
<difficulty>3</difficulty>
<economicDifficulty>3</economicDifficulty>
<dirtInterval>3</dirtInterval>
<timeScale>0.500000</timeScale>
<autoSaveInterval>180.000000</autoSaveInterval>
</settings>
<guidedTour active="false" currentStepIndex="0"/>
<map>
<foundHelpIcons>00000000000000000000</foundHelpIcons>
</map>
<statistics>
<money>290648</money>
<playTime>1659.115967</playTime>
</statistics>
<slotSystem slotUsage="235"/>
<mapsSplitShapeFileIds count="1">
<id id="0"/>
</mapsSplitShapeFileIds>
<mod modName="FS22_SleepAnywhere" title="Sleep Anywhere" version="1.0.0.0" required="false" fileHash="18abcec75ca9792c78326a5d0c6a69f2"/>
<mod modName="FS22_manualAttach" title="Manual Attach" version="2.0.0.0" required="false" fileHash="954e7e07c51051f34af74944745a5c36"/>
<mod modName="FS22_VehicleControlAddon" title="Vehicle Control Addon" version="9.0.1.8" required="false" fileHash="e4645ec30a62c2c2143b1333b47d96ee"/>
<mod modName="FS22_autonomousCaseIH" title="Case IH Autonomous" version="1.0.0.0" required="false" fileHash="1eb2a556c587d1c04ba7991ec0251ab2"/>
</careerSavegame>

View File

@ -0,0 +1,103 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<collectibles isComplete="false">
<collectible index="51" collected="false"/>
<collectible index="28" collected="false"/>
<collectible index="52" collected="false"/>
<collectible index="29" collected="false"/>
<collectible index="34" collected="false"/>
<collectible index="53" collected="false"/>
<collectible index="30" collected="false"/>
<collectible index="2" collected="false"/>
<collectible index="35" collected="false"/>
<collectible index="54" collected="false"/>
<collectible index="31" collected="false"/>
<collectible index="67" collected="false"/>
<collectible index="36" collected="false"/>
<collectible index="3" collected="false"/>
<collectible index="55" collected="false"/>
<collectible index="97" collected="false"/>
<collectible index="32" collected="false"/>
<collectible index="68" collected="false"/>
<collectible index="37" collected="false"/>
<collectible index="56" collected="false"/>
<collectible index="4" collected="false"/>
<collectible index="33" collected="false"/>
<collectible index="69" collected="false"/>
<collectible index="38" collected="false"/>
<collectible index="57" collected="false"/>
<collectible index="99" collected="false"/>
<collectible index="18" collected="false"/>
<collectible index="70" collected="false"/>
<collectible index="98" collected="false"/>
<collectible index="58" collected="false"/>
<collectible index="100" collected="false"/>
<collectible index="96" collected="false"/>
<collectible index="19" collected="false"/>
<collectible index="71" collected="false"/>
<collectible index="6" collected="false"/>
<collectible index="95" collected="false"/>
<collectible index="23" collected="false"/>
<collectible index="43" collected="false"/>
<collectible index="93" collected="false"/>
<collectible index="92" collected="false"/>
<collectible index="20" collected="false"/>
<collectible index="72" collected="false"/>
<collectible index="91" collected="false"/>
<collectible index="90" collected="false"/>
<collectible index="7" collected="false"/>
<collectible index="60" collected="false"/>
<collectible index="89" collected="false"/>
<collectible index="88" collected="false"/>
<collectible index="21" collected="false"/>
<collectible index="73" collected="false"/>
<collectible index="87" collected="false"/>
<collectible index="86" collected="false"/>
<collectible index="85" collected="false"/>
<collectible index="61" collected="false"/>
<collectible index="8" collected="true"/>
<collectible index="84" collected="false"/>
<collectible index="22" collected="false"/>
<collectible index="83" collected="false"/>
<collectible index="82" collected="false"/>
<collectible index="81" collected="false"/>
<collectible index="80" collected="false"/>
<collectible index="62" collected="false"/>
<collectible index="79" collected="false"/>
<collectible index="78" collected="false"/>
<collectible index="9" collected="false"/>
<collectible index="77" collected="true"/>
<collectible index="76" collected="false"/>
<collectible index="75" collected="false"/>
<collectible index="74" collected="false"/>
<collectible index="63" collected="false"/>
<collectible index="66" collected="false"/>
<collectible index="65" collected="false"/>
<collectible index="24" collected="false"/>
<collectible index="16" collected="false"/>
<collectible index="10" collected="false"/>
<collectible index="46" collected="false"/>
<collectible index="94" collected="false"/>
<collectible index="64" collected="false"/>
<collectible index="42" collected="false"/>
<collectible index="39" collected="false"/>
<collectible index="25" collected="false"/>
<collectible index="5" collected="false"/>
<collectible index="13" collected="false"/>
<collectible index="17" collected="false"/>
<collectible index="11" collected="false"/>
<collectible index="49" collected="true"/>
<collectible index="41" collected="false"/>
<collectible index="1" collected="false"/>
<collectible index="26" collected="false"/>
<collectible index="14" collected="false"/>
<collectible index="40" collected="false"/>
<collectible index="15" collected="false"/>
<collectible index="12" collected="false"/>
<collectible index="50" collected="false"/>
<collectible index="47" collected="false"/>
<collectible index="48" collected="false"/>
<collectible index="27" collected="false"/>
<collectible index="45" collected="false"/>
<collectible index="44" collected="false"/>
<collectible index="59" collected="false"/>
</collectibles>

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<tipTypeMappings>
<tipTypeMapping fillType="WHEAT" index="1"/>
<tipTypeMapping fillType="BARLEY" index="2"/>
<tipTypeMapping fillType="OAT" index="3"/>
<tipTypeMapping fillType="CANOLA" index="4"/>
<tipTypeMapping fillType="SORGHUM" index="5"/>
<tipTypeMapping fillType="GRAPE" index="6"/>
<tipTypeMapping fillType="OLIVE" index="7"/>
<tipTypeMapping fillType="SUNFLOWER" index="8"/>
<tipTypeMapping fillType="SOYBEAN" index="9"/>
<tipTypeMapping fillType="MAIZE" index="10"/>
<tipTypeMapping fillType="POTATO" index="11"/>
<tipTypeMapping fillType="SUGARBEET" index="12"/>
<tipTypeMapping fillType="SUGARBEET_CUT" index="13"/>
<tipTypeMapping fillType="COTTON" index="14"/>
<tipTypeMapping fillType="SUGARCANE" index="15"/>
<tipTypeMapping fillType="SEEDS" index="16"/>
<tipTypeMapping fillType="FORAGE" index="17"/>
<tipTypeMapping fillType="CHAFF" index="18"/>
<tipTypeMapping fillType="WOODCHIPS" index="19"/>
<tipTypeMapping fillType="SILAGE" index="20"/>
<tipTypeMapping fillType="GRASS_WINDROW" index="21"/>
<tipTypeMapping fillType="DRYGRASS_WINDROW" index="22"/>
<tipTypeMapping fillType="STRAW" index="23"/>
<tipTypeMapping fillType="SNOW" index="24"/>
<tipTypeMapping fillType="ROADSALT" index="25"/>
<tipTypeMapping fillType="FERTILIZER" index="26"/>
<tipTypeMapping fillType="MANURE" index="27"/>
<tipTypeMapping fillType="PIGFOOD" index="28"/>
<tipTypeMapping fillType="TARP" index="29"/>
<tipTypeMapping fillType="LIME" index="30"/>
<tipTypeMapping fillType="STONE" index="31"/>
</tipTypeMappings>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<foliageCropsUpdater currentGrowthIndex="0" applyGrowthCurrentIndex="4294967295" applyGrowthMaxTimePerFrame="0.500000">
<growthMasks numCells="16384"><![CDATA[XQAABAAAf+/7v/6jsV7l+D+yqiZV+GhwQXAVD439HkwbikK3GfRpGHGuZiOKik0vow3Zf6bjjCMRU+BZGMV1iuJ3+LaUfwxqwN50SWRcnjrRAA==]]></growthMasks>
</foliageCropsUpdater>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<economy/>

View File

@ -0,0 +1,40 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<environment>
<dayTime>334.667603</dayTime>
<currentDay>8</currentDay>
<currentMonotonicDay>8</currentMonotonicDay>
<realHourTimer>1255412</realHourTimer>
<daysPerPeriod>1</daysPerPeriod>
<weather timeSinceLastRain="276">
<forecast>
<instance durationLeft="4.355540" typeName="CLOUDY" variationIndex="3" duration="9.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="3" duration="8.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="2" duration="6.000000" season="2"/>
<instance typeName="SUN" variationIndex="3" duration="11.000000" season="2"/>
<instance typeName="RAIN" variationIndex="2" duration="3.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="2" duration="7.000000" season="2"/>
<instance typeName="CLOUDY" variationIndex="3" duration="5.000000" season="2"/>
<instance typeName="SUN" variationIndex="4" duration="10.000000" season="3"/>
<instance typeName="CLOUDY" variationIndex="2" duration="7.000000" season="3"/>
<instance typeName="CLOUDY" variationIndex="3" duration="8.000000" season="3"/>
<instance typeName="SNOW" variationIndex="3" duration="8.000000" season="3"/>
<instance typeName="SUN" variationIndex="1" duration="11.000000" season="3"/>
<instance typeName="CLOUDY" variationIndex="2" duration="6.000000" season="3"/>
<instance typeName="CLOUDY" variationIndex="4" duration="7.000000" season="3"/>
<instance typeName="SNOW" variationIndex="3" duration="6.000000" season="3"/>
<instance typeName="CLOUDY" variationIndex="2" duration="9.016666" season="3"/>
<instance typeName="CLOUDY" variationIndex="2" duration="8.000000" season="0"/>
<instance typeName="SUN" variationIndex="3" duration="11.000000" season="0"/>
<instance typeName="SUN" variationIndex="1" duration="10.000000" season="0"/>
<instance typeName="SUN" variationIndex="1" duration="11.000000" season="0"/>
<instance typeName="SUN" variationIndex="1" duration="8.000000" season="0"/>
<instance typeName="CLOUDY" variationIndex="3" duration="7.000000" season="0"/>
<instance typeName="CLOUDY" variationIndex="1" duration="8.000000" season="0"/>
<instance typeName="SUN" variationIndex="3" duration="8.000000" season="0"/>
<instance typeName="RAIN" variationIndex="2" duration="1.000000" season="1"/>
</forecast>
<fog currentMieScale="22.993235" lastMieScale="30.000000" targetMieScale="5.750000" alpha="0.288939" duration="7200000.000000" nightFactor="-0.500000" dayFactor="1.000000"/>
<snow height="0.000000"/>
</weather>
<snow physicalHeight="0.000000" height="0.000000"/>
</environment>

View File

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<farmlands>
<farmland id="1" farmId="0"/>
<farmland id="2" farmId="0"/>
<farmland id="3" farmId="0"/>
<farmland id="4" farmId="0"/>
<farmland id="5" farmId="0"/>
<farmland id="6" farmId="0"/>
<farmland id="7" farmId="0"/>
<farmland id="8" farmId="0"/>
<farmland id="9" farmId="0"/>
<farmland id="10" farmId="0"/>
<farmland id="11" farmId="0"/>
<farmland id="12" farmId="0"/>
<farmland id="13" farmId="0"/>
<farmland id="14" farmId="0"/>
<farmland id="15" farmId="0"/>
<farmland id="16" farmId="0"/>
<farmland id="17" farmId="0"/>
<farmland id="18" farmId="0"/>
<farmland id="19" farmId="0"/>
<farmland id="20" farmId="0"/>
<farmland id="21" farmId="0"/>
<farmland id="22" farmId="0"/>
<farmland id="23" farmId="0"/>
<farmland id="24" farmId="0"/>
<farmland id="25" farmId="0"/>
<farmland id="26" farmId="0"/>
<farmland id="27" farmId="0"/>
<farmland id="28" farmId="0"/>
<farmland id="29" farmId="0"/>
<farmland id="30" farmId="0"/>
<farmland id="31" farmId="0"/>
<farmland id="32" farmId="0"/>
<farmland id="33" farmId="0"/>
<farmland id="34" farmId="0"/>
<farmland id="35" farmId="0"/>
<farmland id="36" farmId="0"/>
<farmland id="37" farmId="0"/>
<farmland id="38" farmId="0"/>
<farmland id="39" farmId="0"/>
<farmland id="40" farmId="0"/>
<farmland id="41" farmId="0"/>
<farmland id="42" farmId="0"/>
<farmland id="43" farmId="0"/>
<farmland id="44" farmId="0"/>
<farmland id="45" farmId="0"/>
<farmland id="46" farmId="0"/>
<farmland id="47" farmId="0"/>
<farmland id="48" farmId="0"/>
<farmland id="49" farmId="0"/>
<farmland id="50" farmId="0"/>
<farmland id="51" farmId="0"/>
<farmland id="52" farmId="0"/>
<farmland id="53" farmId="0"/>
<farmland id="54" farmId="0"/>
<farmland id="55" farmId="0"/>
<farmland id="56" farmId="0"/>
<farmland id="57" farmId="0"/>
<farmland id="58" farmId="0"/>
<farmland id="59" farmId="0"/>
<farmland id="60" farmId="0"/>
<farmland id="61" farmId="0"/>
<farmland id="62" farmId="0"/>
<farmland id="63" farmId="0"/>
</farmlands>

View File

@ -0,0 +1,150 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<farms>
<farm farmId="1" name="My farm" color="1" loan="0.000000" money="290648.906250" loanAnnualInterestRate="300.000000">
<players>
<player uniqueUserId="player" farmManager="true" lastNickname="Server" buyVehicle="true" sellVehicle="true" buyPlaceable="true" sellPlaceable="true" manageContracts="true" tradeAnimals="true" createFields="true" landscaping="true" hireAssistant="true" resetVehicle="true" manageRights="true" transferMoney="true" updateFarm="true" manageContracting="true"/>
</players>
<statistics>
<traveledDistance>33.853474</traveledDistance>
<fuelUsage>66.012657</fuelUsage>
<seedUsage>3938.337646</seedUsage>
<sprayUsage>4040.479736</sprayUsage>
<workedHectares>21.287275</workedHectares>
<cultivatedHectares>0.000000</cultivatedHectares>
<sownHectares>7.876675</sownHectares>
<sprayedHectares>13.410600</sprayedHectares>
<threshedHectares>0.000000</threshedHectares>
<plowedHectares>0.000000</plowedHectares>
<workedTime>106.329597</workedTime>
<cultivatedTime>0.000000</cultivatedTime>
<sownTime>88.224945</sownTime>
<sprayedTime>18.104652</sprayedTime>
<threshedTime>0.000000</threshedTime>
<plowedTime>0.000000</plowedTime>
<baleCount>0</baleCount>
<breedCowsCount>0</breedCowsCount>
<breedSheepCount>0</breedSheepCount>
<breedPigsCount>0</breedPigsCount>
<breedChickenCount>0</breedChickenCount>
<breedHorsesCount>0</breedHorsesCount>
<fieldJobMissionCount>3</fieldJobMissionCount>
<fieldJobMissionByNPC>10242</fieldJobMissionByNPC>
<transportMissionCount>0</transportMissionCount>
<revenue>0.000000</revenue>
<expenses>0.000000</expenses>
<playTime>1659.115967</playTime>
<plantedTreeCount>0</plantedTreeCount>
<cutTreeCount>0</cutTreeCount>
<woodTonsSold>0.000000</woodTonsSold>
<treeTypesCut>000000</treeTypesCut>
<petDogCount>0</petDogCount>
<repairVehicleCount>0</repairVehicleCount>
<repaintVehicleCount>0</repaintVehicleCount>
<horseJumpCount>0</horseJumpCount>
<soldCottonBales>0</soldCottonBales>
<wrappedBales>0</wrappedBales>
<tractorDistance>33.853474</tractorDistance>
<carDistance>0.000000</carDistance>
<truckDistance>0.000000</truckDistance>
<horseDistance>0.000000</horseDistance>
</statistics>
<finances>
<stats day="0">
<newVehiclesCost>0.000000</newVehiclesCost>
<soldVehicles>0.000000</soldVehicles>
<newAnimalsCost>0.000000</newAnimalsCost>
<soldAnimals>0.000000</soldAnimals>
<constructionCost>0.000000</constructionCost>
<soldBuildings>0.000000</soldBuildings>
<fieldPurchase>0.000000</fieldPurchase>
<fieldSelling>0.000000</fieldSelling>
<vehicleRunningCost>0.000000</vehicleRunningCost>
<vehicleLeasingCost>0.000000</vehicleLeasingCost>
<animalUpkeep>0.000000</animalUpkeep>
<propertyMaintenance>0.000000</propertyMaintenance>
<propertyIncome>0.000000</propertyIncome>
<productionCosts>0.000000</productionCosts>
<soldWood>0.000000</soldWood>
<soldBales>0.000000</soldBales>
<soldWool>0.000000</soldWool>
<soldMilk>0.000000</soldMilk>
<soldProducts>0.000000</soldProducts>
<purchaseFuel>0.000000</purchaseFuel>
<purchaseSeeds>0.000000</purchaseSeeds>
<purchaseFertilizer>0.000000</purchaseFertilizer>
<purchaseSaplings>0.000000</purchaseSaplings>
<purchaseWater>0.000000</purchaseWater>
<harvestIncome>0.000000</harvestIncome>
<incomeBga>0.000000</incomeBga>
<missionIncome>3318.159912</missionIncome>
<wagePayment>-275.154572</wagePayment>
<other>0.000000</other>
<loanInterest>0.000000</loanInterest>
</stats>
<stats day="1">
<newVehiclesCost>0.000000</newVehiclesCost>
<soldVehicles>0.000000</soldVehicles>
<newAnimalsCost>0.000000</newAnimalsCost>
<soldAnimals>0.000000</soldAnimals>
<constructionCost>0.000000</constructionCost>
<soldBuildings>0.000000</soldBuildings>
<fieldPurchase>0.000000</fieldPurchase>
<fieldSelling>0.000000</fieldSelling>
<vehicleRunningCost>0.000000</vehicleRunningCost>
<vehicleLeasingCost>0.000000</vehicleLeasingCost>
<animalUpkeep>0.000000</animalUpkeep>
<propertyMaintenance>0.000000</propertyMaintenance>
<propertyIncome>0.000000</propertyIncome>
<productionCosts>0.000000</productionCosts>
<soldWood>0.000000</soldWood>
<soldBales>0.000000</soldBales>
<soldWool>0.000000</soldWool>
<soldMilk>0.000000</soldMilk>
<soldProducts>0.000000</soldProducts>
<purchaseFuel>0.000000</purchaseFuel>
<purchaseSeeds>0.000000</purchaseSeeds>
<purchaseFertilizer>-7200.000000</purchaseFertilizer>
<purchaseSaplings>0.000000</purchaseSaplings>
<purchaseWater>0.000000</purchaseWater>
<harvestIncome>0.000000</harvestIncome>
<incomeBga>0.000000</incomeBga>
<missionIncome>2509.882080</missionIncome>
<wagePayment>0.000000</wagePayment>
<other>0.000000</other>
<loanInterest>-1685.000000</loanInterest>
</stats>
<stats day="2">
<newVehiclesCost>0.000000</newVehiclesCost>
<soldVehicles>0.000000</soldVehicles>
<newAnimalsCost>0.000000</newAnimalsCost>
<soldAnimals>0.000000</soldAnimals>
<constructionCost>0.000000</constructionCost>
<soldBuildings>0.000000</soldBuildings>
<fieldPurchase>0.000000</fieldPurchase>
<fieldSelling>0.000000</fieldSelling>
<vehicleRunningCost>0.000000</vehicleRunningCost>
<vehicleLeasingCost>0.000000</vehicleLeasingCost>
<animalUpkeep>0.000000</animalUpkeep>
<propertyMaintenance>0.000000</propertyMaintenance>
<propertyIncome>0.000000</propertyIncome>
<productionCosts>0.000000</productionCosts>
<soldWood>0.000000</soldWood>
<soldBales>0.000000</soldBales>
<soldWool>0.000000</soldWool>
<soldMilk>0.000000</soldMilk>
<soldProducts>0.000000</soldProducts>
<purchaseFuel>0.000000</purchaseFuel>
<purchaseSeeds>-4800.000000</purchaseSeeds>
<purchaseFertilizer>-14560.000000</purchaseFertilizer>
<purchaseSaplings>0.000000</purchaseSaplings>
<purchaseWater>0.000000</purchaseWater>
<harvestIncome>0.000000</harvestIncome>
<incomeBga>0.000000</incomeBga>
<missionIncome>10782.091797</missionIncome>
<wagePayment>-441.070312</wagePayment>
<other>3000.000000</other>
<loanInterest>0.000000</loanInterest>
</stats>
</finances>
</farm>
</farms>

View File

@ -0,0 +1,86 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<fields>
<field id="1" plannedFruit="WHEAT"/>
<field id="2" plannedFruit="MAIZE"/>
<field id="3" plannedFruit="SUGARBEET"/>
<field id="4" plannedFruit="BARLEY"/>
<field id="5" plannedFruit="SUNFLOWER"/>
<field id="6" plannedFruit="COTTON"/>
<field id="7" plannedFruit="CANOLA"/>
<field id="8" plannedFruit="SOYBEAN"/>
<field id="9" plannedFruit="SORGHUM"/>
<field id="10" plannedFruit="OAT"/>
<field id="11" plannedFruit="POTATO"/>
<field id="12" plannedFruit="WHEAT"/>
<field id="13" plannedFruit="GRASS"/>
<field id="14" plannedFruit="GRASS"/>
<field id="15" plannedFruit="GRASS"/>
<field id="16" plannedFruit="GRASS"/>
<field id="17" plannedFruit="GRASS"/>
<field id="18" plannedFruit="GRASS"/>
<field id="19" plannedFruit="GRASS"/>
<field id="20" plannedFruit="SORGHUM"/>
<field id="21" plannedFruit="OAT"/>
<field id="22" plannedFruit="POTATO"/>
<field id="23" plannedFruit="WHEAT"/>
<field id="24" plannedFruit="MAIZE"/>
<field id="25" plannedFruit="SUGARBEET"/>
<field id="26" plannedFruit="BARLEY"/>
<field id="27" plannedFruit="SUNFLOWER"/>
<field id="28" plannedFruit="COTTON"/>
<field id="29" plannedFruit="CANOLA"/>
<field id="30" plannedFruit="SOYBEAN"/>
<field id="31" plannedFruit="SORGHUM"/>
<field id="32" plannedFruit="OAT"/>
<field id="33" plannedFruit="POTATO"/>
<field id="34" plannedFruit="WHEAT"/>
<field id="35" plannedFruit="MAIZE"/>
<field id="36" plannedFruit="SUGARBEET"/>
<field id="37" plannedFruit="BARLEY"/>
<field id="38" plannedFruit="SUNFLOWER"/>
<field id="39" plannedFruit="COTTON"/>
<field id="40" plannedFruit="CANOLA"/>
<field id="41" plannedFruit="SOYBEAN"/>
<field id="42" plannedFruit="SORGHUM"/>
<field id="43" plannedFruit="OAT"/>
<field id="44" plannedFruit="POTATO"/>
<field id="45" plannedFruit="WHEAT"/>
<field id="46" plannedFruit="MAIZE"/>
<field id="47" plannedFruit="SUGARBEET"/>
<field id="48" plannedFruit="BARLEY"/>
<field id="49" plannedFruit="SUNFLOWER"/>
<field id="50" plannedFruit="COTTON"/>
<field id="51" plannedFruit="CANOLA"/>
<field id="52" plannedFruit="SOYBEAN"/>
<field id="53" plannedFruit="SORGHUM"/>
<field id="54" plannedFruit="OAT"/>
<field id="55" plannedFruit="POTATO"/>
<field id="56" plannedFruit="WHEAT"/>
<field id="57" plannedFruit="MAIZE"/>
<field id="58" plannedFruit="SUGARBEET"/>
<field id="59" plannedFruit="BARLEY"/>
<field id="60" plannedFruit="SUNFLOWER"/>
<field id="61" plannedFruit="COTTON"/>
<field id="62" plannedFruit="CANOLA"/>
<field id="63" plannedFruit="SOYBEAN"/>
<field id="64" plannedFruit="SORGHUM"/>
<field id="65" plannedFruit="OAT"/>
<field id="66" plannedFruit="POTATO"/>
<field id="67" plannedFruit="WHEAT"/>
<field id="68" plannedFruit="MAIZE"/>
<field id="69" plannedFruit="SUGARBEET"/>
<field id="70" plannedFruit="BARLEY"/>
<field id="71" plannedFruit="GRASS"/>
<field id="72" plannedFruit="COTTON"/>
<field id="73" plannedFruit="CANOLA"/>
<field id="74" plannedFruit="SOYBEAN"/>
<field id="75" plannedFruit="SORGHUM"/>
<field id="76" plannedFruit="OAT"/>
<field id="77" plannedFruit="POTATO"/>
<field id="78" plannedFruit="WHEAT"/>
<field id="79" plannedFruit="MAIZE"/>
<field id="80" plannedFruit="SUGARBEET"/>
<field id="81" plannedFruit="BARLEY"/>
<field id="82" plannedFruit="SUNFLOWER"/>
<lastHandledFieldIndex>0</lastHandledFieldIndex>
</fields>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<items/>

View File

@ -0,0 +1,26 @@
// Full map name
Name=Elmcreek
// Short map name (for e.g. the navbar)
Short=Elmcreek
// Version of the map
Version=
// Download link of the map
Link=https://giants-software.com/
// Map creator / copyright
Copyright=Copyright 2019 GIANTS Software GmbH
// Map size (standard: 2048; 4x maps: 4096)
Size=2048
// Config creator / copyright
configBy=Mr John Dowe
// Version of the map config
configVersion=1.0
// Config format (old = php; new = xml)
configFormat=xml

View File

@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<missions>
<mission type="fertilize" reward="2352" status="0" success="false">
<field id="50" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="485.575989" spawnedVehicles="false" growthState="7" limeFactor="1.000000" weedFactor="0.250000" stubbleFactor="0.000000" fruitTypeName="COTTON"/>
</mission>
<mission type="fertilize" reward="1640" status="0" success="false">
<field id="60" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="338.687988" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SUNFLOWER"/>
</mission>
<mission type="fertilize" reward="1104" status="0" success="false">
<field id="47" sprayFactor="0.500000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="227.960007" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SUGARBEET"/>
</mission>
<mission type="fertilize" reward="1021" status="0" success="false">
<field id="61" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="210.815994" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="COTTON"/>
</mission>
<mission type="fertilize" reward="4880" status="0" success="false">
<field id="33" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="1007.616028" spawnedVehicles="false" growthState="5" limeFactor="1.000000" weedFactor="0.500000" stubbleFactor="0.000000" fruitTypeName="POTATO"/>
</mission>
<mission type="fertilize" reward="6702" status="0" success="false">
<field id="25" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="1383.712036" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SUGARBEET"/>
</mission>
<mission type="spray" reward="1229" status="0" success="false">
<field id="55" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="2" vehicleUseCost="314.743988" spawnedVehicles="false" growthState="6" limeFactor="0.000000" weedFactor="0.000000" stubbleFactor="0.000000" weedState="5" fruitTypeName="POTATO"/>
</mission>
<mission type="plow" reward="7983" status="0" success="false">
<field id="10" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="3" vehicleGroup="2" vehicleUseCost="1824.887939" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="OAT"/>
</mission>
<mission type="fertilize" reward="2853" status="0" success="false">
<field id="8" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="589.168030" spawnedVehicles="false" growthState="5" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SOYBEAN"/>
</mission>
<mission type="fertilize" reward="2299" status="0" success="false">
<field id="74" sprayFactor="0.500000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="474.656006" spawnedVehicles="false" growthState="6" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SOYBEAN"/>
</mission>
<mission type="plow" reward="2457" status="0" success="false">
<field id="53" sprayFactor="1.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="561.783997" spawnedVehicles="false" growthState="6" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SORGHUM"/>
</mission>
<mission type="cultivate" reward="616" status="0" success="false">
<field id="29" sprayFactor="0.500000" spraySet="true" plowFactor="1.000000" state="3" vehicleGroup="2" vehicleUseCost="329.040009" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="CANOLA"/>
</mission>
<mission type="sow" reward="515" status="0" success="false">
<field id="45" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="1" vehicleGroup="1" vehicleUseCost="113.944000" spawnedVehicles="false" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000"/>
<sow fruitTypeName="WHEAT"/>
</mission>
<mission type="plow" reward="2620" status="0" success="false">
<field id="9" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="3" vehicleGroup="2" vehicleUseCost="598.895996" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SORGHUM"/>
</mission>
<mission type="plow" reward="1446" status="0" success="false">
<field id="22" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="3" vehicleGroup="1" vehicleUseCost="330.623993" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="POTATO"/>
</mission>
<mission type="fertilize" reward="3135" status="0" success="false">
<field id="72" sprayFactor="0.000000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="647.328003" spawnedVehicles="false" growthState="7" limeFactor="1.000000" weedFactor="0.250000" stubbleFactor="0.000000" fruitTypeName="COTTON"/>
</mission>
<mission type="fertilize" reward="445" status="0" success="false">
<field id="4" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="91.975998" spawnedVehicles="false" growthState="1" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="BARLEY"/>
</mission>
<mission type="sow" reward="1449" status="0" success="false">
<field id="12" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="1" vehicleGroup="2" vehicleUseCost="320.832001" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000"/>
<sow fruitTypeName="WHEAT"/>
</mission>
<mission type="fertilize" reward="1157" status="0" success="false">
<field id="27" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="239.048004" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SUNFLOWER"/>
</mission>
<mission type="fertilize" reward="2855" status="0" success="false">
<field id="59" sprayFactor="0.500000" spraySet="false" plowFactor="0.000000" state="2" vehicleGroup="1" vehicleUseCost="589.567993" spawnedVehicles="false" growthState="1" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="BARLEY"/>
</mission>
<mission type="cultivate" reward="104" status="0" success="false">
<field id="20" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="3" vehicleGroup="2" vehicleUseCost="55.824001" spawnedVehicles="false" limeFactor="0.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SORGHUM"/>
</mission>
<mission type="fertilize" reward="378" status="0" success="false">
<field id="82" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="1" vehicleUseCost="78.136002" spawnedVehicles="false" growthState="6" limeFactor="1.000000" weedFactor="0.250000" stubbleFactor="0.000000" fruitTypeName="SUNFLOWER"/>
</mission>
<mission type="harvest" reward="5531" status="0" success="false">
<field id="36" sprayFactor="1.000000" spraySet="false" plowFactor="1.000000" state="2" vehicleGroup="4" vehicleUseCost="368.768005" spawnedVehicles="false" growthState="8" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000" fruitTypeName="SUGARBEET"/>
<harvest sellPointPlaceableId="17" unloadingStationIndex="1" expectedLiters="129887.000000" depositedLiters="0.000000"/>
</mission>
<mission type="sow" reward="341" status="0" success="false">
<field id="67" sprayFactor="0.500000" spraySet="false" plowFactor="1.000000" state="1" vehicleGroup="2" vehicleUseCost="72.959999" spawnedVehicles="false" limeFactor="1.000000" weedFactor="1.000000" stubbleFactor="0.000000"/>
<sow fruitTypeName="WHEAT"/>
</mission>
<mission type="sow" reward="1640" status="0" success="false">
<field id="34" sprayFactor="0.000000" spraySet="false" plowFactor="1.000000" state="1" vehicleGroup="2" vehicleUseCost="351.015991" spawnedVehicles="false" limeFactor="0.000000" weedFactor="0.500000" stubbleFactor="0.000000"/>
<sow fruitTypeName="WHEAT"/>
</mission>
</missions>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<npcs>
<npc name="NPC_US_01" finishedMissions="1"/>
<npc name="NPC_US_02" finishedMissions="0"/>
<npc name="NPC_US_03" finishedMissions="0"/>
<npc name="NPC_US_04" finishedMissions="0"/>
<npc name="NPC_US_05" finishedMissions="0"/>
<npc name="NPC_US_06" finishedMissions="0"/>
<npc name="NPC_US_07" finishedMissions="0"/>
<npc name="NPC_US_08" finishedMissions="0"/>
<npc name="NPC_US_09" finishedMissions="0"/>
<npc name="NPC_US_10" finishedMissions="0"/>
<npc name="NPC_US_11" finishedMissions="1"/>
<npc name="NPC_US_12" finishedMissions="0"/>
<npc name="NPC_US_13" finishedMissions="1"/>
<npc name="NPC_US_14" finishedMissions="0"/>
<npc name="NPC_US_15" finishedMissions="0"/>
</npcs>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<onCreateLoadedObjects/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB

View File

@ -0,0 +1,635 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<placeables>
<placeable filename="data/placeables/mapUS/trainSystem/trainSystem.xml" id="1" position="0 0 0" rotation="0 0 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="trainSystem">
<trainSystem splineTime="0.301396" isRented="false" rentFarmId="0" currentPrice="0.000000">
<railroadVehicle vehicleId="1"/>
<railroadVehicle vehicleId="2"/>
<railroadVehicle vehicleId="3"/>
<railroadVehicle vehicleId="4"/>
<railroadVehicle vehicleId="5"/>
<railroadVehicle vehicleId="6"/>
</trainSystem>
</placeable>
<placeable filename="data/placeables/planET/bga1mw/bga1mw.xml" id="2" position="985.90502929688 83.407997131348 -129.51600646973" rotation="0 90.000002504478 0" age="2.000000" price="1500000.000000" farmId="0" mapBoundId="bga">
<productionPoint>
<production id="biogas" isEnabled="true"/>
<production id="biogasLiquidManure" isEnabled="true"/>
<production id="biogasManure" isEnabled="true"/>
<production id="biogasSugarbeetCut" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/planET/bgaBunkerSilo/bgaBunkerSilo.xml" id="3" position="1005.5 85.309997558594 -77.5" rotation="0 180.00000500896 0" age="2.000000" price="140000.000000" farmId="0" mapBoundId="bgaBunkerSilo1">
<bunkerSilo state="0" fillLevel="0.000000" compactedFillLevel="0.000000" fermentingTime="0.000000" openedAtFront="false" openedAtBack="false"/>
</placeable>
<placeable filename="data/placeables/planET/bgaBunkerSilo/bgaBunkerSilo.xml" id="4" position="971 85.309997558594 -77.5" rotation="0 180.00000500896 0" age="2.000000" price="140000.000000" farmId="0" mapBoundId="bgaBunkerSilo2">
<bunkerSilo state="0" fillLevel="0.000000" compactedFillLevel="0.000000" fermentingTime="0.000000" openedAtFront="false" openedAtBack="false"/>
</placeable>
<placeable filename="data/placeables/lizard/weighingStation/weighingStationLarge/weighingStationLarge.xml" id="5" position="972.88397216797 83.508003234863 -227.59800720215" rotation="0 90.000002504478 0" age="2.000000" price="120000.000000" farmId="0" mapBoundId="bgaWeighingStation"/>
<placeable filename="data/placeables/planET/bgaHall/bgaHall.xml" id="6" position="921.21899414063 82.916000366211 -136.52000427246" rotation="0 -0.48499999357497 0" age="2.000000" price="340000.000000" farmId="0" mapBoundId="bgaHall"/>
<placeable filename="data/placeables/lizard/sellingPoints/debrisCrusher/debrisCrusher.xml" id="7" position="999 88.125 344" rotation="0 90.000002504478 0" age="2.000000" price="10000.000000" farmId="0" mapBoundId="debrisCrusher">
<sellingStation>
<stats fillType="STONE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="33885632.000000">
<curveBaseCurve nominalAmplitude="0.010000" nominalAmplitudeVariation="0.007500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.004420" period="56677204.000000" time="14169301.000000"/>
<curve1 nominalAmplitude="0.005000" nominalAmplitudeVariation="0.001000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005180" period="421448480.000000" time="250657088.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/farmBuildings/farmGarage/farmGarage01.xml" id="8" position="152 85.300003051758 163.57499694824" rotation="0 90.000002504478 0" age="2.000000" price="50000.000000" farmId="1" mapBoundId="farmGarage">
<animatedObjects>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
</placeable>
<placeable filename="data/placeables/mapUS/farmBuildings/farmBarn/farmBarn02.xml" id="9" position="235 86 168.75" rotation="0 90.000002504478 0" age="2.000000" price="100000.000000" farmId="1" mapBoundId="farmBarn">
<animatedObjects>
<animatedObject time="1.000000" direction="0"/>
<animatedObject time="1.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
</placeable>
<placeable filename="data/placeables/mapUS/farmBuildings/farmShed/farmShed.xml" id="10" position="222 85.370002746582 218" rotation="0 -130.00000134085 0" age="2.000000" price="0.000000" farmId="1" mapBoundId="farmShed"/>
<placeable filename="data/placeables/mapUS/farmBuildings/drainageBoard/drainageBoard.xml" id="11" position="137 84 195" rotation="0 90.000002504478 0" age="2.000000" price="0.000000" farmId="1" mapBoundId="farmDrainageBoardA"/>
<placeable filename="data/placeables/mapUS/farmBuildings/drainageBoard/drainageBoard.xml" id="12" position="238 83.75 211" rotation="0 -135.00000034162 0" age="2.000000" price="0.000000" farmId="1" mapBoundId="farmDrainageBoardB"/>
<placeable filename="data/placeables/mapUS/farmBuildings/slideSwing/slideSwing.xml" id="13" position="150 86.949996948242 122.5" rotation="0 90.000002504478 0" age="2.000000" price="0.000000" farmId="1" mapBoundId="farmSlideSwing"/>
<placeable filename="data/placeables/mapUS/farmBuildings/mobileBridge/mobileBridge.xml" id="14" position="162 84 244" rotation="0 0 0" age="2.000000" price="0.000000" farmId="1" mapBoundId="farmMobileBridge"/>
<placeable filename="data/placeables/mapUS/sellingStationBales/sellingStationBales.xml" id="15" position="-647.75 82 -354.5" rotation="0 0 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="sellingStationBales">
<sellingStation>
<stats fillType="DRYGRASS_WINDROW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="2162309.750000">
<curveBaseCurve nominalAmplitude="0.011200" nominalAmplitudeVariation="0.008400" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.015491" period="89058616.000000" time="66793960.000000"/>
<curve1 nominalAmplitude="0.005600" nominalAmplitudeVariation="0.001120" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005664" period="506903104.000000" time="336470496.000000"/>
</stats>
<stats fillType="SUGARBEET_CUT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.034400" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.020097" period="94001184.000000" time="37691320.000000"/>
<curve1 nominalAmplitude="0.017200" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.018782" period="528532864.000000" time="362443168.000000"/>
</stats>
<stats fillType="SILAGE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="10592098.000000">
<curveBaseCurve nominalAmplitude="0.034200" nominalAmplitudeVariation="0.025650" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.032783" period="49694796.000000" time="37271096.000000"/>
<curve1 nominalAmplitude="0.017100" nominalAmplitudeVariation="0.003420" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.015799" period="402389120.000000" time="388210528.000000"/>
</stats>
<stats fillType="GRASS_WINDROW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="11057942.000000">
<curveBaseCurve nominalAmplitude="0.009000" nominalAmplitudeVariation="0.006750" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.005826" period="63671100.000000" time="15917775.000000"/>
<curve1 nominalAmplitude="0.004500" nominalAmplitudeVariation="0.000900" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005002" period="496910016.000000" time="123381632.000000"/>
</stats>
<stats fillType="STRAW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.008200" nominalAmplitudeVariation="0.006150" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.002868" period="80329584.000000" time="80097896.000000"/>
<curve1 nominalAmplitude="0.004100" nominalAmplitudeVariation="0.000820" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003853" period="446410464.000000" time="407372736.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationWoodHeatingPlant/sellingStationWoodHeatingPlant.xml" id="16" position="-1017.375 90.125 840" rotation="0 -90.000002504478 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="sellingStationWoodHeatingPlant">
<sellingStation>
<stats fillType="WOODCHIPS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.016000" nominalAmplitudeVariation="0.012000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.012474" period="51029036.000000" time="37579436.000000"/>
<curve1 nominalAmplitude="0.008000" nominalAmplitudeVariation="0.001600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.008631" period="528482528.000000" time="335604320.000000"/>
</stats>
<stats fillType="WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.200000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.169074" period="91369280.000000" time="89682968.000000"/>
<curve1 nominalAmplitude="0.100000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.103612" period="450328512.000000" time="360889728.000000"/>
</stats>
<stats fillType="STRAW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="30444064.000000">
<curveBaseCurve nominalAmplitude="0.008200" nominalAmplitudeVariation="0.006150" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.009372" period="63943672.000000" time="47957752.000000"/>
<curve1 nominalAmplitude="0.004100" nominalAmplitudeVariation="0.000820" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.003473" period="488210112.000000" time="426376640.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationTrain/sellingStationTrain.xml" id="17" position="995 88 532" rotation="0 0 0" age="2.000000" price="0.000000" farmId="0" mapBoundId="sellingStationTrain">
<sellingStation>
<stats fillType="WHEAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="24182148.000000">
<curveBaseCurve nominalAmplitude="0.077510" nominalAmplitudeVariation="0.058132" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.035525" period="79776856.000000" time="19944214.000000"/>
<curve1 nominalAmplitude="0.038755" nominalAmplitudeVariation="0.007751" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.046124" period="569096640.000000" time="65042512.000000"/>
</stats>
<stats fillType="BARLEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="2922030.000000">
<curveBaseCurve nominalAmplitude="0.071990" nominalAmplitudeVariation="0.053992" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.033134" period="60282836.000000" time="45212128.000000"/>
<curve1 nominalAmplitude="0.035995" nominalAmplitudeVariation="0.007199" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.032124" period="583936896.000000" time="260085104.000000"/>
</stats>
<stats fillType="OAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="37096404.000000">
<curveBaseCurve nominalAmplitude="0.122360" nominalAmplitudeVariation="0.091770" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.176540" period="77904704.000000" time="19476176.000000"/>
<curve1 nominalAmplitude="0.061180" nominalAmplitudeVariation="0.012236" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.071427" period="536053728.000000" time="46695324.000000"/>
</stats>
<stats fillType="CANOLA" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="47407424.000000">
<curveBaseCurve nominalAmplitude="0.138690" nominalAmplitudeVariation="0.104017" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.094606" period="74996456.000000" time="56247344.000000"/>
<curve1 nominalAmplitude="0.069345" nominalAmplitudeVariation="0.013869" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.072196" period="552727296.000000" time="181002800.000000"/>
</stats>
<stats fillType="SORGHUM" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="14787050.000000">
<curveBaseCurve nominalAmplitude="0.098900" nominalAmplitudeVariation="0.074175" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.115256" period="85736104.000000" time="64302080.000000"/>
<curve1 nominalAmplitude="0.049450" nominalAmplitudeVariation="0.009890" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.044160" period="405925728.000000" time="349829280.000000"/>
</stats>
<stats fillType="GRAPE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.138690" nominalAmplitudeVariation="0.104017" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.049252" period="77985712.000000" time="13068359.000000"/>
<curve1 nominalAmplitude="0.069345" nominalAmplitudeVariation="0.013869" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.072306" period="453105664.000000" time="33065264.000000"/>
</stats>
<stats fillType="OLIVE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.138690" nominalAmplitudeVariation="0.104017" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.036488" period="92239616.000000" time="4724678.000000"/>
<curve1 nominalAmplitude="0.069345" nominalAmplitudeVariation="0.013869" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.063937" period="562890112.000000" time="405336960.000000"/>
</stats>
<stats fillType="SUNFLOWER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="4097218.500000">
<curveBaseCurve nominalAmplitude="0.154790" nominalAmplitudeVariation="0.116092" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.209002" period="57558396.000000" time="14389599.000000"/>
<curve1 nominalAmplitude="0.077395" nominalAmplitudeVariation="0.015479" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.078915" period="515855840.000000" time="165570224.000000"/>
</stats>
<stats fillType="SOYBEAN" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="30700130.000000">
<curveBaseCurve nominalAmplitude="0.178940" nominalAmplitudeVariation="0.134205" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.156400" period="81671632.000000" time="20417908.000000"/>
<curve1 nominalAmplitude="0.089470" nominalAmplitudeVariation="0.017894" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.072203" period="487398592.000000" time="465313216.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.087400" nominalAmplitudeVariation="0.065550" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.084149" period="86666128.000000" time="68158760.000000"/>
<curve1 nominalAmplitude="0.043700" nominalAmplitudeVariation="0.008740" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.044690" period="459352032.000000" time="64407136.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="30546936.000000">
<curveBaseCurve nominalAmplitude="0.039560" nominalAmplitudeVariation="0.029670" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.020547" period="54217044.000000" time="40662784.000000"/>
<curve1 nominalAmplitude="0.019780" nominalAmplitudeVariation="0.003956" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.022254" period="593312192.000000" time="531773792.000000"/>
</stats>
<stats fillType="SUGARBEET" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="4519020.000000">
<curveBaseCurve nominalAmplitude="0.028060" nominalAmplitudeVariation="0.021045" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.025436" period="74305144.000000" time="18576286.000000"/>
<curve1 nominalAmplitude="0.014030" nominalAmplitudeVariation="0.002806" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.014465" period="548999680.000000" time="122172520.000000"/>
</stats>
<stats fillType="SUGARCANE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="39041736.000000">
<curveBaseCurve nominalAmplitude="0.027370" nominalAmplitudeVariation="0.020528" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.011171" period="50894252.000000" time="38170688.000000"/>
<curve1 nominalAmplitude="0.013685" nominalAmplitudeVariation="0.002737" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013516" period="428316512.000000" time="377352320.000000"/>
</stats>
<stats fillType="WOODCHIPS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="26058208.000000">
<curveBaseCurve nominalAmplitude="0.018400" nominalAmplitudeVariation="0.013800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.017960" period="78409768.000000" time="19602442.000000"/>
<curve1 nominalAmplitude="0.009200" nominalAmplitudeVariation="0.001840" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.010878" period="586673984.000000" time="36010436.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationWoodTrain/sellingStationWoodTrain.xml" id="18" position="1002.5 88 526.5" rotation="0 -90.000002504478 0" age="2.000000" price="0.000000" farmId="0" mapBoundId="sellingStationWoodTrain01">
<sellingStation>
<stats fillType="WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="38294672.000000">
<curveBaseCurve nominalAmplitude="0.200000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.067099" period="77483512.000000" time="19370878.000000"/>
<curve1 nominalAmplitude="0.100000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.118202" period="432717504.000000" time="188845584.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationWoodTrain/sellingStationWoodTrain.xml" id="19" position="-885 80.5 535.79998779297" rotation="0 -90.000002504478 0" age="2.000000" price="0.000000" farmId="0" mapBoundId="sellingStationWoodTrain02">
<sellingStation>
<stats fillType="WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="18690330.000000">
<curveBaseCurve nominalAmplitude="0.200000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.166805" period="86808960.000000" time="65106720.000000"/>
<curve1 nominalAmplitude="0.100000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.085718" period="564697600.000000" time="99309096.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/bakeryUS/bakeryUS.xml" id="20" position="622 85.625 109" rotation="0 0 0" age="2.000000" price="50000.000000" farmId="0" mapBoundId="sellingStationBakery">
<productionPoint>
<production id="bread" isEnabled="true"/>
<production id="cake" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/carpenterUS/carpenterUS.xml" id="21" position="490 82 780" rotation="0 201.50000617643 0" age="2.000000" price="60000.000000" farmId="0" mapBoundId="sellingStationCarpenter">
<productionPoint>
<production id="furnitureWood" isEnabled="true"/>
<production id="furnitureBoards" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/cerealFactory/cerealFactory.xml" id="22" position="-592.75 87.625 409" rotation="0 0 0" age="2.000000" price="110000.000000" farmId="0" mapBoundId="sellingStationCerealFactory">
<productionPoint>
<production id="cereal" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/dairyUS/dairyUS.xml" id="23" position="-535 87.599998474121 365.5" rotation="0 -90.000002504478 0" age="2.000000" price="70000.000000" farmId="0" mapBoundId="sellingStationDairy">
<productionPoint>
<production id="butter" isEnabled="true"/>
<production id="cheese" isEnabled="true"/>
<production id="chocolate" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/sellingPoints/fastFoodRestaurant/fastFoodRestaurant.xml" id="24" position="284.5 88.125 57.5" rotation="0 90.000002504478 0" age="2.000000" price="55000.000000" farmId="0" mapBoundId="sellingStationFastFoodRestaurant">
<sellingStation>
<stats fillType="GRAPE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="49948708.000000">
<curveBaseCurve nominalAmplitude="0.120600" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.144040" period="45004224.000000" time="33753168.000000"/>
<curve1 nominalAmplitude="0.060300" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.056778" period="512808768.000000" time="330837920.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="34819724.000000">
<curveBaseCurve nominalAmplitude="0.076000" nominalAmplitudeVariation="0.057000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.023117" period="57923916.000000" time="43442936.000000"/>
<curve1 nominalAmplitude="0.038000" nominalAmplitudeVariation="0.007600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.031351" period="595758016.000000" time="145937536.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="13643540.000000">
<curveBaseCurve nominalAmplitude="0.034400" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.032049" period="54811912.000000" time="41108936.000000"/>
<curve1 nominalAmplitude="0.017200" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.016949" period="561342720.000000" time="433689472.000000"/>
</stats>
<stats fillType="EGG" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.300000" nominalAmplitudeVariation="0.225000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.236339" period="73609288.000000" time="20428482.000000"/>
<curve1 nominalAmplitude="0.150000" nominalAmplitudeVariation="0.030000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.146510" period="544047424.000000" time="308921792.000000"/>
</stats>
<stats fillType="FLOUR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="643334.437500">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.134314" period="43225032.000000" time="32418774.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.051505" period="451607744.000000" time="369723744.000000"/>
</stats>
<stats fillType="CAKE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="6443540.500000">
<curveBaseCurve nominalAmplitude="0.660000" nominalAmplitudeVariation="0.495000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.575907" period="87973280.000000" time="65979960.000000"/>
<curve1 nominalAmplitude="0.330000" nominalAmplitudeVariation="0.066000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.348084" period="550711872.000000" time="229228128.000000"/>
</stats>
<stats fillType="BUTTER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.180000" nominalAmplitudeVariation="0.135000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.124867" period="70950680.000000" time="7295541.500000"/>
<curve1 nominalAmplitude="0.090000" nominalAmplitudeVariation="0.018000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.079023" period="486736064.000000" time="126092912.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.360000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.117773" period="82290064.000000" time="61622764.000000"/>
<curve1 nominalAmplitude="0.180000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.196417" period="552215936.000000" time="364732032.000000"/>
</stats>
<stats fillType="SUGAR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.066941" period="62755324.000000" time="59228488.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.046044" period="414365088.000000" time="13803259.000000"/>
</stats>
<stats fillType="HONEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="16954986.000000">
<curveBaseCurve nominalAmplitude="0.200000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.129863" period="84176904.000000" time="63132680.000000"/>
<curve1 nominalAmplitude="0.100000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.113858" period="507071808.000000" time="210164688.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="28717198.000000">
<curveBaseCurve nominalAmplitude="0.270000" nominalAmplitudeVariation="0.202500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.268487" period="60654352.000000" time="45490764.000000"/>
<curve1 nominalAmplitude="0.135000" nominalAmplitudeVariation="0.027000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.150321" period="459262176.000000" time="9132757.000000"/>
</stats>
<stats fillType="CANOLA_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.270000" nominalAmplitudeVariation="0.202500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.169149" period="94173312.000000" time="45786600.000000"/>
<curve1 nominalAmplitude="0.135000" nominalAmplitudeVariation="0.027000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.127868" period="446231552.000000" time="327989184.000000"/>
</stats>
<stats fillType="OLIVE_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.480000" nominalAmplitudeVariation="0.360000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.193844" period="68437768.000000" time="41048344.000000"/>
<curve1 nominalAmplitude="0.240000" nominalAmplitudeVariation="0.048000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.264239" period="529242656.000000" time="176560144.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.320000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.195367" period="58794288.000000" time="43539580.000000"/>
<curve1 nominalAmplitude="0.160000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.160278" period="525407424.000000" time="481726496.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.198000" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.124372" period="90692928.000000" time="81715696.000000"/>
<curve1 nominalAmplitude="0.099000" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.114977" period="425961312.000000" time="31824692.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="34979200.000000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.050794" period="73306072.000000" time="18326518.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.053221" period="559257664.000000" time="256878336.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="892955.937500">
<curveBaseCurve nominalAmplitude="0.050000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.055119" period="71800048.000000" time="17950012.000000"/>
<curve1 nominalAmplitude="0.025000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.027255" period="583009216.000000" time="383820704.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/oilPlant/oilPlant.xml" id="25" position="997.25 88.125 163.5" rotation="0 -90.000002504478 0" age="2.000000" price="80000.000000" farmId="0" mapBoundId="sellingStationOilPlant">
<productionPoint>
<production id="sunflower_oil" isEnabled="true"/>
<production id="canola_oil" isEnabled="true"/>
<production id="olive_oil" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/raisinFactory/raisinFactory.xml" id="26" position="989 88.125 404" rotation="0 90.000002504478 0" age="2.000000" price="80000.000000" farmId="0" mapBoundId="sellingStationRaisinFactory">
<productionPoint>
<production id="raisins" isEnabled="true"/>
<production id="grapejuice" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/lizard/productionPoints/spinneryUS/spinneryUS.xml" id="27" position="65 96.75 -371.375" rotation="0 180.00000500896 0" age="2.000000" price="60000.000000" farmId="0" mapBoundId="sellingStationSpinnery">
<productionPoint>
<production id="fabric_wool" isEnabled="true"/>
<production id="fabric_cotton" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/mapUS/productionPointGrainMill/productionPointGrainMill.xml" id="28" position="-104 96.870002746582 -965" rotation="0 36.000001001791 0" age="2.000000" price="96000.000000" farmId="0" mapBoundId="sellingStationGrainMill">
<productionPoint>
<production id="flourWheat" isEnabled="true"/>
<production id="flourBarley" isEnabled="true"/>
<production id="flourOat" isEnabled="true"/>
<production id="flourSorghum" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/mapUS/sawmill/sawmill.xml" id="29" position="-851 100 -450" rotation="0 19.999999418186 0" age="2.000000" price="100000.000000" farmId="0" mapBoundId="sawmill">
<productionPoint>
<production id="boards" isEnabled="true"/>
<storage farmId="0"/>
</productionPoint>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationGeneric/sellingStationFarmersMarket.xml" id="30" position="-901 92.0625 -642.25" rotation="0 0 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="sellingStationFarmersMarket">
<sellingStation>
<stats fillType="WHEAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.067400" nominalAmplitudeVariation="0.050550" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.017381" period="70191496.000000" time="42832128.000000"/>
<curve1 nominalAmplitude="0.033700" nominalAmplitudeVariation="0.006740" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.039592" period="421035328.000000" time="406760544.000000"/>
</stats>
<stats fillType="BARLEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="6298919.500000">
<curveBaseCurve nominalAmplitude="0.062600" nominalAmplitudeVariation="0.046950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.032253" period="51850096.000000" time="38887572.000000"/>
<curve1 nominalAmplitude="0.031300" nominalAmplitudeVariation="0.006260" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.030718" period="459744480.000000" time="161017056.000000"/>
</stats>
<stats fillType="OAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.106400" nominalAmplitudeVariation="0.079800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.076733" period="57140232.000000" time="33924260.000000"/>
<curve1 nominalAmplitude="0.053200" nominalAmplitudeVariation="0.010640" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.044861" period="581502784.000000" time="258636608.000000"/>
</stats>
<stats fillType="CANOLA" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="5056620.500000">
<curveBaseCurve nominalAmplitude="0.120600" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.073892" period="61941124.000000" time="46455844.000000"/>
<curve1 nominalAmplitude="0.060300" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.052327" period="554903744.000000" time="255622608.000000"/>
</stats>
<stats fillType="SORGHUM" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="32219854.000000">
<curveBaseCurve nominalAmplitude="0.086000" nominalAmplitudeVariation="0.064500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.095531" period="43928436.000000" time="32946328.000000"/>
<curve1 nominalAmplitude="0.043000" nominalAmplitudeVariation="0.008600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.038685" period="403946048.000000" time="356069984.000000"/>
</stats>
<stats fillType="SUNFLOWER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="18797692.000000">
<curveBaseCurve nominalAmplitude="0.134600" nominalAmplitudeVariation="0.100950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.035235" period="70775240.000000" time="53081432.000000"/>
<curve1 nominalAmplitude="0.067300" nominalAmplitudeVariation="0.013460" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.074343" period="561048704.000000" time="274690336.000000"/>
</stats>
<stats fillType="SOYBEAN" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.155600" nominalAmplitudeVariation="0.116700" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.169619" period="87423552.000000" time="85018000.000000"/>
<curve1 nominalAmplitude="0.077800" nominalAmplitudeVariation="0.015560" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.091849" period="404674752.000000" time="38281824.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="15188252.000000">
<curveBaseCurve nominalAmplitude="0.076000" nominalAmplitudeVariation="0.057000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.042485" period="73590888.000000" time="55193168.000000"/>
<curve1 nominalAmplitude="0.038000" nominalAmplitudeVariation="0.007600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.031765" period="495376480.000000" time="345322016.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="9089994.000000">
<curveBaseCurve nominalAmplitude="0.034400" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.011693" period="66928664.000000" time="16732166.000000"/>
<curve1 nominalAmplitude="0.017200" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.017389" period="455782144.000000" time="26770774.000000"/>
</stats>
<stats fillType="SUGARBEET" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="44741452.000000">
<curveBaseCurve nominalAmplitude="0.024400" nominalAmplitudeVariation="0.018300" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.016533" period="49892972.000000" time="37419728.000000"/>
<curve1 nominalAmplitude="0.012200" nominalAmplitudeVariation="0.002440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013883" period="427375744.000000" time="45751856.000000"/>
</stats>
<stats fillType="COTTON" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="11679524.000000">
<curveBaseCurve nominalAmplitude="0.250400" nominalAmplitudeVariation="0.187800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.226137" period="54446812.000000" time="13611703.000000"/>
<curve1 nominalAmplitude="0.125200" nominalAmplitudeVariation="0.025040" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.104125" period="583376832.000000" time="281863808.000000"/>
</stats>
<stats fillType="SUGARCANE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.023800" nominalAmplitudeVariation="0.017850" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.034938" period="56015344.000000" time="36024852.000000"/>
<curve1 nominalAmplitude="0.011900" nominalAmplitudeVariation="0.002380" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.013373" period="532962592.000000" time="422663616.000000"/>
</stats>
<stats fillType="EGG" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="16140951.000000">
<curveBaseCurve nominalAmplitude="0.300000" nominalAmplitudeVariation="0.225000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.187985" period="94044344.000000" time="70533256.000000"/>
<curve1 nominalAmplitude="0.150000" nominalAmplitudeVariation="0.030000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.152817" period="525952128.000000" time="43358632.000000"/>
</stats>
<stats fillType="WOOL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.120000" nominalAmplitudeVariation="0.090000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.047341" period="68980784.000000" time="32718848.000000"/>
<curve1 nominalAmplitude="0.060000" nominalAmplitudeVariation="0.012000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.053710" period="416400352.000000" time="286718304.000000"/>
</stats>
<stats fillType="MILK" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.140000" nominalAmplitudeVariation="0.105000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.117238" period="52585168.000000" time="28687096.000000"/>
<curve1 nominalAmplitude="0.070000" nominalAmplitudeVariation="0.014000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.078939" period="449606336.000000" time="439180864.000000"/>
</stats>
<stats fillType="WOODCHIPS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="4538282.500000">
<curveBaseCurve nominalAmplitude="0.016000" nominalAmplitudeVariation="0.012000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.006456" period="58771860.000000" time="44078896.000000"/>
<curve1 nominalAmplitude="0.008000" nominalAmplitudeVariation="0.001600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.008185" period="440469056.000000" time="187068704.000000"/>
</stats>
<stats fillType="DRYGRASS_WINDROW" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.011200" nominalAmplitudeVariation="0.008400" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.010790" period="91176792.000000" time="18594108.000000"/>
<curve1 nominalAmplitude="0.005600" nominalAmplitudeVariation="0.001120" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.005887" period="594055360.000000" time="400568288.000000"/>
</stats>
<stats fillType="FLOUR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.100369" period="91872056.000000" time="36126976.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.040273" period="471470144.000000" time="299231296.000000"/>
</stats>
<stats fillType="BREAD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.280000" nominalAmplitudeVariation="0.210000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.109776" period="90558856.000000" time="58668368.000000"/>
<curve1 nominalAmplitude="0.140000" nominalAmplitudeVariation="0.028000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.117458" period="402581664.000000" time="391880992.000000"/>
</stats>
<stats fillType="BUTTER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.180000" nominalAmplitudeVariation="0.135000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.067350" period="92958008.000000" time="79513600.000000"/>
<curve1 nominalAmplitude="0.090000" nominalAmplitudeVariation="0.018000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.080160" period="571077632.000000" time="257442320.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="49550192.000000">
<curveBaseCurve nominalAmplitude="0.360000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.118517" period="63623408.000000" time="15905852.000000"/>
<curve1 nominalAmplitude="0.180000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.160451" period="588335936.000000" time="298745792.000000"/>
</stats>
<stats fillType="HONEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="8857052.000000">
<curveBaseCurve nominalAmplitude="0.200000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.110099" period="58452908.000000" time="14613227.000000"/>
<curve1 nominalAmplitude="0.100000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.083515" period="420895104.000000" time="338683200.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="17412650.000000">
<curveBaseCurve nominalAmplitude="0.270000" nominalAmplitudeVariation="0.202500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.141412" period="65338248.000000" time="16334562.000000"/>
<curve1 nominalAmplitude="0.135000" nominalAmplitudeVariation="0.027000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.122746" period="538738304.000000" time="253841120.000000"/>
</stats>
<stats fillType="CANOLA_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="41593964.000000">
<curveBaseCurve nominalAmplitude="0.270000" nominalAmplitudeVariation="0.202500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.068662" period="88343336.000000" time="66257504.000000"/>
<curve1 nominalAmplitude="0.135000" nominalAmplitudeVariation="0.027000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.141771" period="531182624.000000" time="295941024.000000"/>
</stats>
<stats fillType="OLIVE_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.480000" nominalAmplitudeVariation="0.360000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.380285" period="63890592.000000" time="36027348.000000"/>
<curve1 nominalAmplitude="0.240000" nominalAmplitudeVariation="0.048000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.244124" period="494494912.000000" time="271716480.000000"/>
</stats>
<stats fillType="RAISINS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="40217292.000000">
<curveBaseCurve nominalAmplitude="0.280000" nominalAmplitudeVariation="0.210000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.081562" period="73155576.000000" time="18288894.000000"/>
<curve1 nominalAmplitude="0.140000" nominalAmplitudeVariation="0.028000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.133748" period="451607936.000000" time="130609304.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="4145856.500000">
<curveBaseCurve nominalAmplitude="0.320000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.463025" period="77379128.000000" time="58034344.000000"/>
<curve1 nominalAmplitude="0.160000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.139063" period="406235840.000000" time="203884128.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.198000" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.071577" period="68421856.000000" time="10496000.000000"/>
<curve1 nominalAmplitude="0.099000" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.115956" period="512814848.000000" time="381546528.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="39927688.000000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.033003" period="55830808.000000" time="13957702.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.044840" period="578914432.000000" time="185654064.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.050000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.048438" period="83050576.000000" time="70614040.000000"/>
<curve1 nominalAmplitude="0.025000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.026065" period="498754560.000000" time="306390432.000000"/>
</stats>
<stats fillType="ROUNDBALE_WOOD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="43031500.000000">
<curveBaseCurve nominalAmplitude="0.200000" nominalAmplitudeVariation="0.150000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.158687" period="61496052.000000" time="46122040.000000"/>
<curve1 nominalAmplitude="0.100000" nominalAmplitudeVariation="0.020000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.092501" period="494794784.000000" time="386586048.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationGeneric/sellingStationMainGrainSilo.xml" id="31" position="-49 81 948" rotation="0 180.00000500896 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="sellingStationMainGrainSilo">
<animatedObjects>
<animatedObject time="0.000000" direction="0"/>
</animatedObjects>
<sellingStation>
<stats fillType="WHEAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="19362216.000000">
<curveBaseCurve nominalAmplitude="0.067400" nominalAmplitudeVariation="0.050550" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.021614" period="87331600.000000" time="65498700.000000"/>
<curve1 nominalAmplitude="0.033700" nominalAmplitudeVariation="0.006740" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.028481" period="475020320.000000" time="467234144.000000"/>
</stats>
<stats fillType="BARLEY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="9234810.000000">
<curveBaseCurve nominalAmplitude="0.062600" nominalAmplitudeVariation="0.046950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.096275" period="78349016.000000" time="19587254.000000"/>
<curve1 nominalAmplitude="0.031300" nominalAmplitudeVariation="0.006260" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.033535" period="542965504.000000" time="286038624.000000"/>
</stats>
<stats fillType="OAT" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="27206466.000000">
<curveBaseCurve nominalAmplitude="0.106400" nominalAmplitudeVariation="0.079800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.063964" period="80311464.000000" time="60233600.000000"/>
<curve1 nominalAmplitude="0.053200" nominalAmplitudeVariation="0.010640" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.059697" period="523336032.000000" time="340215328.000000"/>
</stats>
<stats fillType="CANOLA" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.120600" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.105980" period="76647840.000000" time="1346438.250000"/>
<curve1 nominalAmplitude="0.060300" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.067920" period="500613472.000000" time="319721152.000000"/>
</stats>
<stats fillType="SORGHUM" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="14004697.000000">
<curveBaseCurve nominalAmplitude="0.086000" nominalAmplitudeVariation="0.064500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.025366" period="44589824.000000" time="11147456.000000"/>
<curve1 nominalAmplitude="0.043000" nominalAmplitudeVariation="0.008600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.037746" period="548852480.000000" time="247143920.000000"/>
</stats>
<stats fillType="SUNFLOWER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="35401204.000000">
<curveBaseCurve nominalAmplitude="0.134600" nominalAmplitudeVariation="0.100950" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.050919" period="55255832.000000" time="41441872.000000"/>
<curve1 nominalAmplitude="0.067300" nominalAmplitudeVariation="0.013460" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.059037" period="575577920.000000" time="108687008.000000"/>
</stats>
<stats fillType="SOYBEAN" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="35881784.000000">
<curveBaseCurve nominalAmplitude="0.155600" nominalAmplitudeVariation="0.116700" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.054762" period="84860920.000000" time="63645688.000000"/>
<curve1 nominalAmplitude="0.077800" nominalAmplitudeVariation="0.015560" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.085748" period="553139776.000000" time="33470518.000000"/>
</stats>
<stats fillType="MAIZE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="3952815.500000">
<curveBaseCurve nominalAmplitude="0.076000" nominalAmplitudeVariation="0.057000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.065368" period="58443936.000000" time="14610984.000000"/>
<curve1 nominalAmplitude="0.038000" nominalAmplitudeVariation="0.007600" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.042723" period="533217504.000000" time="430672000.000000"/>
</stats>
<stats fillType="POTATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="50182216.000000">
<curveBaseCurve nominalAmplitude="0.034400" nominalAmplitudeVariation="0.025800" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.012885" period="47026048.000000" time="35269536.000000"/>
<curve1 nominalAmplitude="0.017200" nominalAmplitudeVariation="0.003440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.018766" period="581112128.000000" time="294394208.000000"/>
</stats>
<stats fillType="SUGARBEET" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="6575962.000000">
<curveBaseCurve nominalAmplitude="0.024400" nominalAmplitudeVariation="0.018300" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.026628" period="45020568.000000" time="33765424.000000"/>
<curve1 nominalAmplitude="0.012200" nominalAmplitudeVariation="0.002440" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.011597" period="493989728.000000" time="480370432.000000"/>
</stats>
<stats fillType="SUGARCANE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.023800" nominalAmplitudeVariation="0.017850" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.024335" period="58239560.000000" time="6471035.000000"/>
<curve1 nominalAmplitude="0.011900" nominalAmplitudeVariation="0.002380" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.012670" period="525241600.000000" time="488310144.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationBowlingCenter/sellingStationBowlingCenter.xml" id="32" position="812 103 -586" rotation="0 109.99999850757 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="sellingStationRestaurantBowlingCenter">
<sellingStation>
<stats fillType="BREAD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="22893460.000000">
<curveBaseCurve nominalAmplitude="0.280000" nominalAmplitudeVariation="0.210000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.151106" period="63065128.000000" time="15766282.000000"/>
<curve1 nominalAmplitude="0.140000" nominalAmplitudeVariation="0.028000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.137191" period="479355264.000000" time="197105648.000000"/>
</stats>
<stats fillType="CHOCOLATE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="7410611.000000">
<curveBaseCurve nominalAmplitude="0.400000" nominalAmplitudeVariation="0.300000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.566697" period="70365248.000000" time="52773936.000000"/>
<curve1 nominalAmplitude="0.200000" nominalAmplitudeVariation="0.040000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.173576" period="493509088.000000" time="171299856.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="16602073.000000">
<curveBaseCurve nominalAmplitude="0.320000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.096245" period="68929984.000000" time="17232496.000000"/>
<curve1 nominalAmplitude="0.160000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.128423" period="583965696.000000" time="250533056.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.270000" nominalAmplitudeVariation="0.202500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.174811" period="84280992.000000" time="53923324.000000"/>
<curve1 nominalAmplitude="0.135000" nominalAmplitudeVariation="0.027000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.114771" period="512947904.000000" time="148491872.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="19678528.000000">
<curveBaseCurve nominalAmplitude="0.360000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.519907" period="91015888.000000" time="22753972.000000"/>
<curve1 nominalAmplitude="0.180000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.201706" period="415870400.000000" time="124681672.000000"/>
</stats>
<stats fillType="CAKE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.660000" nominalAmplitudeVariation="0.495000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.523729" period="71580448.000000" time="14486788.000000"/>
<curve1 nominalAmplitude="0.330000" nominalAmplitudeVariation="0.066000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.294778" period="570982144.000000" time="356115936.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.034737" period="59265788.000000" time="8917371.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.046974" period="504530272.000000" time="210900672.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="33562372.000000">
<curveBaseCurve nominalAmplitude="0.050000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.025428" period="49339952.000000" time="12334988.000000"/>
<curve1 nominalAmplitude="0.025000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.027995" period="528298496.000000" time="286858848.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.198000" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.105464" period="92921992.000000" time="56941856.000000"/>
<curve1 nominalAmplitude="0.099000" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.112222" period="584233984.000000" time="174765584.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/sellingStationShoppingMall/sellingStationShoppingMall.xml" id="33" position="36 85.800003051758 -26" rotation="0 -45.000001252239 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="sellingStationShoppingMall">
<sellingStation>
<stats fillType="GRAPE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="8061178.500000">
<curveBaseCurve nominalAmplitude="0.120600" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.151059" period="73991032.000000" time="18497758.000000"/>
<curve1 nominalAmplitude="0.060300" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.058226" period="499633152.000000" time="393821472.000000"/>
</stats>
<stats fillType="OLIVE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.120600" nominalAmplitudeVariation="0.090450" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.041457" period="67652064.000000" time="29198490.000000"/>
<curve1 nominalAmplitude="0.060300" nominalAmplitudeVariation="0.012060" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.065722" period="553529792.000000" time="428789824.000000"/>
</stats>
<stats fillType="FLOUR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="1196898.500000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.108290" period="82595440.000000" time="61946580.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.057418" period="497091904.000000" time="298582336.000000"/>
</stats>
<stats fillType="BREAD" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="28160764.000000">
<curveBaseCurve nominalAmplitude="0.280000" nominalAmplitudeVariation="0.210000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.168914" period="82363288.000000" time="61772464.000000"/>
<curve1 nominalAmplitude="0.140000" nominalAmplitudeVariation="0.028000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.130635" period="477609376.000000" time="27026564.000000"/>
</stats>
<stats fillType="CAKE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.660000" nominalAmplitudeVariation="0.495000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.668662" period="81401144.000000" time="20079366.000000"/>
<curve1 nominalAmplitude="0.330000" nominalAmplitudeVariation="0.066000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.391246" period="509758304.000000" time="103809112.000000"/>
</stats>
<stats fillType="BUTTER" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="29037932.000000">
<curveBaseCurve nominalAmplitude="0.180000" nominalAmplitudeVariation="0.135000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.172206" period="93498816.000000" time="70124112.000000"/>
<curve1 nominalAmplitude="0.090000" nominalAmplitudeVariation="0.018000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.075006" period="445054912.000000" time="118102720.000000"/>
</stats>
<stats fillType="CHEESE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.360000" nominalAmplitudeVariation="0.270000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.303677" period="66606208.000000" time="15097495.000000"/>
<curve1 nominalAmplitude="0.180000" nominalAmplitudeVariation="0.036000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.183653" period="419489952.000000" time="40095232.000000"/>
</stats>
<stats fillType="FABRIC" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="30202622.000000">
<curveBaseCurve nominalAmplitude="0.600000" nominalAmplitudeVariation="0.450000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.557688" period="73983696.000000" time="55487772.000000"/>
<curve1 nominalAmplitude="0.300000" nominalAmplitudeVariation="0.060000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.302459" period="552920320.000000" time="209431168.000000"/>
</stats>
<stats fillType="CLOTHES" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="20836926.000000">
<curveBaseCurve nominalAmplitude="1.600000" nominalAmplitudeVariation="1.200000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.704772" period="90999040.000000" time="22749760.000000"/>
<curve1 nominalAmplitude="0.800000" nominalAmplitudeVariation="0.160000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.743400" period="425262816.000000" time="105592320.000000"/>
</stats>
<stats fillType="SUGAR" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.122272" period="81534424.000000" time="7746397.500000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.058131" period="479942976.000000" time="277024992.000000"/>
</stats>
<stats fillType="CEREAL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="369849.343750">
<curveBaseCurve nominalAmplitude="0.470000" nominalAmplitudeVariation="0.352500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.281380" period="56761048.000000" time="14190262.000000"/>
<curve1 nominalAmplitude="0.235000" nominalAmplitudeVariation="0.047000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.218026" period="450079008.000000" time="218266672.000000"/>
</stats>
<stats fillType="SUNFLOWER_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="45734996.000000">
<curveBaseCurve nominalAmplitude="0.270000" nominalAmplitudeVariation="0.202500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.225862" period="77015656.000000" time="57761744.000000"/>
<curve1 nominalAmplitude="0.135000" nominalAmplitudeVariation="0.027000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.120932" period="562539840.000000" time="351677888.000000"/>
</stats>
<stats fillType="CANOLA_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="959772.125000">
<curveBaseCurve nominalAmplitude="0.270000" nominalAmplitudeVariation="0.202500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.104573" period="58529872.000000" time="43897404.000000"/>
<curve1 nominalAmplitude="0.135000" nominalAmplitudeVariation="0.027000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.139679" period="499100608.000000" time="50740344.000000"/>
</stats>
<stats fillType="OLIVE_OIL" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.480000" nominalAmplitudeVariation="0.360000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.470953" period="76554040.000000" time="61632212.000000"/>
<curve1 nominalAmplitude="0.240000" nominalAmplitudeVariation="0.048000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.282161" period="592169792.000000" time="706426.500000"/>
</stats>
<stats fillType="RAISINS" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="44691616.000000">
<curveBaseCurve nominalAmplitude="0.280000" nominalAmplitudeVariation="0.210000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.102809" period="94488008.000000" time="70866008.000000"/>
<curve1 nominalAmplitude="0.140000" nominalAmplitudeVariation="0.028000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.123060" period="592535424.000000" time="72203136.000000"/>
</stats>
<stats fillType="GRAPEJUICE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="11991681.000000">
<curveBaseCurve nominalAmplitude="0.320000" nominalAmplitudeVariation="0.240000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.085059" period="89877320.000000" time="22469330.000000"/>
<curve1 nominalAmplitude="0.160000" nominalAmplitudeVariation="0.032000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.155807" period="429329184.000000" time="188714480.000000"/>
</stats>
<stats fillType="LETTUCE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="false" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="0.000000">
<curveBaseCurve nominalAmplitude="0.198000" nominalAmplitudeVariation="0.148500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.073973" period="81050360.000000" time="35739920.000000"/>
<curve1 nominalAmplitude="0.099000" nominalAmplitudeVariation="0.019800" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.095582" period="443784704.000000" time="337428832.000000"/>
</stats>
<stats fillType="TOMATO" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="7022398.000000">
<curveBaseCurve nominalAmplitude="0.100000" nominalAmplitudeVariation="0.075000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.054007" period="80255024.000000" time="60191268.000000"/>
<curve1 nominalAmplitude="0.050000" nominalAmplitudeVariation="0.010000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.040730" period="502895328.000000" time="294234528.000000"/>
</stats>
<stats fillType="STRAWBERRY" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="9337097.000000">
<curveBaseCurve nominalAmplitude="0.050000" nominalAmplitudeVariation="0.037500" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.040239" period="80369704.000000" time="60277280.000000"/>
<curve1 nominalAmplitude="0.025000" nominalAmplitudeVariation="0.005000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.020029" period="421512576.000000" time="316363936.000000"/>
</stats>
<stats fillType="CHOCOLATE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="1" plateauDuration="51840000" meanValue="0.000000" plateauTime="21571400.000000">
<curveBaseCurve nominalAmplitude="0.400000" nominalAmplitudeVariation="0.300000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.269759" period="77556216.000000" time="58167160.000000"/>
<curve1 nominalAmplitude="0.200000" nominalAmplitudeVariation="0.040000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.160953" period="595946624.000000" time="419643584.000000"/>
</stats>
<stats fillType="FURNITURE" received="0.000000" paid="0.000000" priceVersion="1" isInPlateau="true" nextPlateauNumber="0" plateauDuration="51840000" meanValue="0.000000" plateauTime="5009941.000000">
<curveBaseCurve nominalAmplitude="0.400000" nominalAmplitudeVariation="0.300000" amplitudeDistribution="2" nominalPeriod="172800000" nominalPeriodVariation="64800000" periodDistribution="1" amplitude="0.192321" period="48036392.000000" time="12009098.000000"/>
<curve1 nominalAmplitude="0.200000" nominalAmplitudeVariation="0.040000" amplitudeDistribution="1" nominalPeriod="604800000" nominalPeriodVariation="120960000" periodDistribution="1" amplitude="0.221389" period="413908928.000000" time="308079232.000000"/>
</stats>
</sellingStation>
</placeable>
<placeable filename="data/placeables/mapUS/railroadStorageSilo01/railroadStorageSilo01.xml" id="34" position="-708 87 563" rotation="0 -90.000002504478 0" age="2.000000" price="20000.000000" farmId="0" mapBoundId="trainSilo1">
<silo>
<storage index="1" farmId="1"/>
</silo>
</placeable>
<placeable filename="data/placeables/mapUS/railroadStorageSilo02/railroadStorageSilo02.xml" id="35" position="883 88.099998474121 401.11999511719" rotation="0 180.00000500896 0" age="2.000000" price="20000.000000" farmId="0" mapBoundId="trainSilo2">
<silo>
<storage index="1" farmId="1"/>
</silo>
</placeable>
<placeable filename="data/placeables/mapUS/gasStation/gasStation.xml" id="36" position="237 85 60" rotation="0 0 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="gasStation"/>
<placeable filename="data/placeables/mapUS/sellingStationVehicles/sellingStationVehicles.xml" id="37" position="831 86 -1" rotation="0 135.00000034162 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="sellingStationVehicles"/>
<placeable filename="data/placeables/mapUS/waterFillTriggers/waterFillTriggers.xml" id="38" position="0 0 0" rotation="0 0 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="waterFillTriggers"/>
<placeable filename="data/placeables/lizard/limeStation/limeStation.xml" id="39" position="850 88 430" rotation="0 -90.000002504478 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="limeStation01"/>
<placeable filename="data/placeables/lizard/wardrobe/wardrobeTrigger.xml" id="40" position="116.5 86 38" rotation="0 0 0" age="2.000000" price="1.000000" farmId="0" mapBoundId="wardrobeCity"/>
</placeables>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<players>
<player uniqueUserId="v+5jq/2MbyBidOoB94jJD5cv/KMofCqETNrr+BrHnfg=">
<style filename="dataS/character/humans/player/player01.xml" beardConfig="17" beardConfigColor="19" bottomConfig="1" bottomConfigColor="5" faceConfig="5" faceConfigColor="1" footwearConfig="9" footwearConfigColor="3" glassesConfig="6" glassesConfigColor="1" glovesConfig="9" glovesConfigColor="3" hairStyleConfig="9" hairStyleConfigColor="19" headgearConfig="20" headgearConfigColor="1" mustacheConfig="17" mustacheConfigColor="19" onepieceConfig="0" topConfig="34" topConfigColor="65" facegearConfig="0"/>
</player>
</players>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<sales>
<item timeLeft="23" isGenerated="true" xmlFilename="data/vehicles/farmtech/dpw1800/dpw1800.xml" age="40" price="6623" damage="0.461587" wear="0.742165" operatingTime="101937.242188"/>
<item timeLeft="29" isGenerated="true" xmlFilename="data/vehicles/caseIH/terraFlex3050_28/terraFlex3050_28.xml" age="14" price="20647" damage="0.919410" wear="0.833090" operatingTime="44550.273438"/>
</sales>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<densityMapHeightUpdater applyUpdateCurrentIndex="-1" applyUpdateType="24" applyUpdateDeltaDensity="-1575" applyUpdateHeightLimit="0" applyUpdateUseCollisionMap="false" applyUpdateMaxTimePerFrame="1.000000">
</densityMapHeightUpdater>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<densityMapUpdater updateCycleTime="0.000000" currentUpdateTime="0.000000" currentUpdateIndex="-1" numCellsToUpdate="0.000000" applyUpdateCurrentIndex="-1" applyUpdateMaxTimePerFrame="0.500000">
</densityMapUpdater>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<treePlant/>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<vehicleControlAddon/>

View File

@ -0,0 +1,236 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<vehicles>
<vehicle filename="data/vehicles/train/locomotive04/locomotive04.xml" id="1" isAbsolute="true" age="2.000000" price="164000.000000" farmId="0" propertyState="0" operatingTime="99546.890625" selectedObjectIndex="6" subSelectedObjectIndex="1">
<component index="1" position="728.41149902344 88.055000305176 536" rotation="-0 90.000002504478 0"/>
<configuration name="wheel" id="1"/>
<configuration name="motor" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="motor" id="1"/>
<wheels lastWheelConfiguration="1"/>
<enterable activeCameraIndex="1">
<camera rotation="-24.000002375408 180.00000500896 0" translation="-4.5606698167836e-30 3.9790401842302e-15 16" zoom="16.000010" fovY="0.950021"/>
<camera rotation="0 180.00000500896 0" translation="-0.58369398117065 3.5578699111938 4.7593398094177" zoom="5.970810" fovY="1.047198"/>
</enterable>
<drivable cruiseControl="80" cruiseControlReverse="80"/>
<attacherJoints comboDirection="-1"/>
</vehicle>
<vehicle filename="data/vehicles/train/wagonGrain/wagonGrain.xml" id="2" isAbsolute="true" age="2.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="99546.890625">
<component index="1" position="709.50952148438 88.055000305176 536" rotation="-0 90.000002504478 0"/>
<configuration name="trailer" id="1"/>
<configuration name="fillUnit" id="1"/>
<configuration name="cover" id="1"/>
<configuration name="fillVolume" id="1"/>
<configuration name="wheel" id="1"/>
<boughtConfiguration name="trailer" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="fillVolume" id="1"/>
<boughtConfiguration name="cover" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
<cover state="0"/>
</vehicle>
<vehicle filename="data/vehicles/train/wagonWoodChips/wagonWoodChips.xml" id="3" isAbsolute="true" age="2.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="99546.890625">
<component index="1" position="692.26275634766 88.055000305176 536" rotation="-0 90.000002504478 0"/>
<configuration name="trailer" id="1"/>
<configuration name="fillUnit" id="1"/>
<configuration name="fillVolume" id="1"/>
<configuration name="wheel" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="trailer" id="1"/>
<boughtConfiguration name="fillVolume" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/vehicles/train/wagonSugarbeets/wagonSugarbeets.xml" id="4" isAbsolute="true" age="2.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="99546.890625">
<component index="1" position="674.99133300781 88.055000305176 536" rotation="-0 90.000002504478 0"/>
<configuration name="trailer" id="1"/>
<configuration name="fillUnit" id="1"/>
<configuration name="cover" id="1"/>
<configuration name="fillVolume" id="1"/>
<configuration name="wheel" id="1"/>
<boughtConfiguration name="trailer" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="fillVolume" id="1"/>
<boughtConfiguration name="cover" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<fillUnit>
<unit index="1" fillType="UNKNOWN" fillLevel="0.000000"/>
</fillUnit>
<cover state="0"/>
</vehicle>
<vehicle filename="data/vehicles/train/wagonTimber/wagonTimber.xml" id="5" isAbsolute="true" age="2.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="99546.890625">
<component index="1" position="653.23004150391 88.055000305176 536" rotation="-0 90.000002504478 0"/>
<configuration name="wheel" id="1"/>
<configuration name="tensionBelts" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="tensionBelts" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<tensionBelts>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
</tensionBelts>
</vehicle>
<vehicle filename="data/vehicles/train/wagonVehicles/wagonVehicles.xml" id="6" isAbsolute="true" age="2.000000" price="1.000000" farmId="0" propertyState="0" operatingTime="99546.890625">
<component index="1" position="626.12487792969 88.055000305176 536" rotation="-0 90.000002504478 0"/>
<configuration name="wheel" id="1"/>
<configuration name="tensionBelts" id="1"/>
<boughtConfiguration name="wheel" id="1"/>
<boughtConfiguration name="tensionBelts" id="1"/>
<wheels lastWheelConfiguration="1"/>
<attacherJoints comboDirection="-1"/>
<tensionBelts>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
<belt isActive="false"/>
</tensionBelts>
</vehicle>
<vehicle filename="data/objects/pallets/liquidTank/herbicideTank.xml" id="7" isAbsolute="true" age="2.000000" price="2400.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="817.99938964844 85.898826599121 52.999965667725" rotation="0.00028132261131164 90.000002504478 0"/>
<configuration name="fillUnit" id="1"/>
<configuration name="design" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="design" id="1"/>
<fillUnit>
<unit index="1" fillType="HERBICIDE" fillLevel="800.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" id="8" isAbsolute="true" age="1.000000" price="1920.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="789.05847167969 85.898826599121 39.164333343506" rotation="-0.0020544993495578 83.292852362174 -0.0022432110480101"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="FERTILIZER" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" id="9" isAbsolute="true" age="1.000000" price="1920.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="788.82489013672 85.898834228516 37.178024291992" rotation="-0.0014167944271432 83.292381079121 -0.0014004333851685"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="FERTILIZER" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" id="10" isAbsolute="true" age="1.000000" price="1920.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="788.59143066406 85.898818969727 35.191715240479" rotation="-0.0022720450851276 83.291247267719 -0.0023638926616065"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="FERTILIZER" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" id="11" isAbsolute="true" age="1.000000" price="1920.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="788.35766601563 85.898818969727 33.205394744873" rotation="-0.0036462754775755 83.292613305553 -0.0037894626562011"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="FERTILIZER" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" id="12" isAbsolute="true" age="1.000000" price="1920.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="788.12408447266 85.898826599121 31.219079971313" rotation="-0.0029071982748817 83.292053230041 -0.0032925622252661"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="FERTILIZER" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" id="13" isAbsolute="true" age="1.000000" price="1920.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="787.42327880859 85.898826599121 25.260158538818" rotation="-0.002074368346508 83.292551833851 -0.002055486942218"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="FERTILIZER" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBagPallet/fertilizer/bigBagPallet_fertilizer.xml" id="14" isAbsolute="true" age="1.000000" price="1920.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="787.18969726563 85.898834228516 23.273845672607" rotation="-0.0010817626843663 83.292203494203 -0.0010930588225739"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="FERTILIZER" fillLevel="101.017868"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBag/seeds/bigBag_seeds.xml" id="15" isAbsolute="true" age="1.000000" price="800.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="818.47906494141 85.929710388184 57.595409393311" rotation="-7.0740568054598 82.356501728857 -7.185041403057"/>
<component index="2" position="818.48297119141 87.201232910156 57.574569702148" rotation="-7.0508700207749 82.356781766613 -7.1636475430292"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="1000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/bigBag/seeds/bigBag_seeds.xml" id="16" isAbsolute="true" age="1.000000" price="800.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="817.57513427734 85.92643737793 57.500549316406" rotation="-93.516409285443 88.883232424235 -93.297194364032"/>
<component index="2" position="817.57067871094 87.103607177734 57.477596282959" rotation="-93.552377061613 88.89274004756 -93.336119612112"/>
<configuration name="fillUnit" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<fillUnit>
<unit index="1" fillType="SEEDS" fillLevel="56.862473"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/pallets/liquidTank/herbicideTank.xml" id="17" isAbsolute="true" age="0.000000" price="2400.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="797.39819335938 85.898826599121 34.099376678467" rotation="-4.8816946982165e-05 -7.6856609720467 9.4188145549525e-05"/>
<configuration name="fillUnit" id="1"/>
<configuration name="design" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="design" id="1"/>
<fillUnit>
<unit index="1" fillType="HERBICIDE" fillLevel="2000.000000"/>
</fillUnit>
</vehicle>
<vehicle filename="data/objects/pallets/liquidTank/herbicideTank.xml" id="18" isAbsolute="true" age="0.000000" price="2400.000000" farmId="1" propertyState="1" operatingTime="0.000000" selectedObjectIndex="1" subSelectedObjectIndex="1">
<component index="1" position="795.41619873047 85.898834228516 34.36682510376" rotation="-0.00010480838179172 -7.6855977927969 0.00013126621297026"/>
<configuration name="fillUnit" id="1"/>
<configuration name="design" id="1"/>
<boughtConfiguration name="fillUnit" id="1"/>
<boughtConfiguration name="design" id="1"/>
<fillUnit>
<unit index="1" fillType="HERBICIDE" fillLevel="1013.895508"/>
</fillUnit>
</vehicle>
<attachments rootVehicleId="1">
<attachment attachmentId="2" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="2">
<attachment attachmentId="3" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="3">
<attachment attachmentId="4" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="4">
<attachment attachmentId="5" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
<attachments rootVehicleId="5">
<attachment attachmentId="6" inputJointDescIndex="1" jointIndex="1" moveDown="false"/>
</attachments>
</vehicles>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<densityMapUpdater updateCycleTime="0.000000" currentUpdateTime="0.000000" currentUpdateIndex="-1" numCellsToUpdate="0.000000" applyUpdateCurrentIndex="-1" applyUpdateMaxTimePerFrame="0.500000">
</densityMapUpdater>

View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="bga" locationType="bga" isSellingPoint="true" showInProduction="true">
<slot capacity="50000" litersPerSecond="36000">
<fillType fillTypes="SILAGE" scale="0.4" pricePerLiter="0.2"/>
<fillType fillTypes="GRASS_WINDROW DRYGRASS_WINDROW" scale="0.2" pricePerLiter="0.044"/>
<fillType fillTypes="MANURE" scale="0.4" pricePerLiter="0.1"/>
</slot>
<slot capacity="50000" litersPerSecond="10">
<fillType fillTypes="LIQUIDMANURE" scale="0.3" pricePerLiter="0.1"/>
</slot>
<storages>
<storage fillTypes="DIGESTATE" capacityPerFillType="800000"/>
</storages>
</object>
</objects>
<item name="BunkerSilo_silo001" locationType="bunker"/>
<item name="BunkerSilo_silo002" locationType="bunker"/>
<item name="BunkerSilo_silo003" locationType="bunker"/>
<item name="BunkerSilo_silo004" locationType="bunker"/>
<item name="BunkerSilo_silo005" locationType="bunker"/>
<l10n>
<text name="bga">
<en>bga</en>
<de>BGA</de>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<Farmlands>
<Farmland id="1" price="110592" x="-826.435303" z="-842.099365" />
<Farmland id="2" price="383784" x="-640.590027" z="-863.613220" />
<Farmland id="3" price="564384" x="-734.350586" z="-650.776123" />
<Farmland id="4" price="245039" x="-661.160461" z="-604.325745" />
<Farmland id="5" price="265161" x="-403.916382" z="-836.596741" />
<Farmland id="6" price="551580" x="-57.385902" z="-690.603760" />
<Farmland id="7" price="378912" x="254.124023" z="-916.182007" />
<Farmland id="8" price="287280" x="272.152557" z="-764.510132" />
<Farmland id="9" price="303816" x="544.393005" z="-861.528625" />
<Farmland id="10" price="472440" x="841.314148" z="-875.486694" />
<Farmland id="11" price="277848" x="832.990662" z="-676.326233" />
<Farmland id="12" price="77208" x="-800.240295" z="-223.611755" />
<Farmland id="13" price="331752" x="-681.469238" z="-136.551178" />
<Farmland id="14" price="853680" x="-521.874023" z="-416.273315" />
<Farmland id="15" price="503928" x="-224.468597" z="-501.611145" />
<Farmland id="16" price="613776" x="414.513306" z="-525.587708" />
<Farmland id="17" price="338256" x="866.140320" z="-349.090027" />
<Farmland id="18" price="291864" x="-414.624878" z="-148.972702" />
<Farmland id="19" price="530064" x="-155.099518" z="-188.076706" />
<Farmland id="20" price="192648" x="63.934845" z="-115.672981" />
<Farmland id="21" price="453984" x="244.706284" z="-273.977478" />
<Farmland id="22" price="304704" x="254.000000" z="-50.000000" />
<Farmland id="23" price="403656" x="485.856995" z="-132.101379" />
<Farmland id="24" price="390072" x="741.471313" z="-165.938293" />
<Farmland id="25" price="225000" x="-826.570557" z="219.395309" />
<Farmland id="26" price="157224" x="-431.277527" z="215.782776" />
<Farmland id="27" price="604872" x="-644.742554" z="172.956039" />
<Farmland id="28" price="261840" x="-401.970673" z="60.121357" />
<Farmland id="29" price="180192" x="-230.883331" z="71.266113" />
<Farmland id="30" price="174648" x="-121.103340" z="95.179741" />
<Farmland id="31" price="181968" x="-29.590609" z="118.357162" />
<Farmland id="32" price="281592" x="98.679367" z="187.994293" />
<Farmland id="33" price="403824" x="292.347321" z="178.642334" />
<Farmland id="34" price="446832" x="600.874634" z="95.571381" />
<Farmland id="35" price="292512" x="763.879211" z="214.403519" />
<Farmland id="36" price="190944" x="930.782776" z="212.921570" />
<Farmland id="37" price="158808" x="-459.200378" z="383.793396" />
<Farmland id="38" price="125520" x="-335.861176" z="313.830597" />
<Farmland id="39" price="204696" x="-188.215149" z="314.079376" />
<Farmland id="40" price="107496" x="-32.391380" z="351.144226" />
<Farmland id="41" price="128448" x="140.105759" z="405.877441" />
<Farmland id="42" price="181008" x="473.271271" z="286.836121" />
<Farmland id="43" price="223704" x="439.868347" z="408.320892" />
<Farmland id="44" price="201192" x="729.007385" z="376.566498" />
<Farmland id="45" price="290880" x="-733.427368" z="566.721313" />
<Farmland id="46" price="238176" x="-563.403870" z="516.445190" />
<Farmland id="47" price="271728" x="-560.665405" z="635.218323" />
<Farmland id="48" price="115999" x="-225.823914" z="722.910217" />
<Farmland id="49" price="103989" x="79.441048" z="716.987427" />
<Farmland id="50" price="120103" x="430.585388" z="702.207092" />
<Farmland id="51" price="388296" x="867.419067" z="675.649231" />
<Farmland id="52" price="3128256" x="-109.245872" z="519.524475" />
<Farmland id="53" price="176520" x="413.531616" z="582.355835" />
<Farmland id="54" price="324216" x="619.168945" z="532.872803" />
</Farmlands>
</mapconfig>

View File

@ -0,0 +1,26 @@
// Full map name
Name=Felsbrunn
// Short map name (for e.g. the navbar)
Short=Felsbrunn
// Version of the map
Version=
// Download link of the map
Link=https://giants-software.com/
// Map creator / copyright
Copyright=Copyright 2019 GIANTS Software GmbH
// Map size (standard: 2048; 4x maps: 4096)
Size=2048
// Config creator / copyright
configBy=John Hawk
// Version of the map config
configVersion=1.0
// Config format (old = php; new = xml)
configFormat=xml

Binary file not shown.

After

Width:  |  Height:  |  Size: 788 KiB

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="railroadSilo01" locationType="storage" position="189 0 109" />
<object name="railroadSilo02" locationType="storage" position="329 0 -576" />
</objects>
<l10n>
<text name="railroadSilo01">
<en>railroadSilo01</en>
<de>Bahnsilo Ost</de>
</text>
<text name="railroadSilo02">
<en>railroadSilo02</en>
<de>Bahnsilo West</de>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="sellingStationMill02" locationType="TipTrigger" isSellingPoint="true"/>
<object name="sellingStationPort02" locationType="TipTrigger" isSellingPoint="true"/>
<object name="trainStationMill" locationType="TipTrigger" isSellingPoint="true"/>
<object name="sellingStationWool" locationType="TipTrigger" isSellingPoint="true"/>
<object name="sellingStationPort01" locationType="TipTrigger" isSellingPoint="true"/>
<object name="sellingStationBales" locationType="TipTrigger" isSellingPoint="true"/>
<object name="grainElevatorEast" locationType="TipTrigger" isSellingPoint="true"/>
<object name="sellingStationWoodChips" locationType="TipTrigger" isSellingPoint="true"/>
</objects>
<l10n>
<text name="sellingStationMill02">
<en>sellingStationMill02</en>
<de>Getreidemühle</de>
</text>
<text name="sellingStationPort02">
<en>sellingStationPort02</en>
<de>Hafen (Nord)</de>
</text>
<text name="trainStationMill">
<en>trainStationMill</en>
<de>Bahnstation Mühle</de>
</text>
<text name="sellingStationWool">
<en>sellingStationWool</en>
<de>Spinnerei</de>
</text>
<text name="sellingStationPort01">
<en>sellingStationPort01</en>
<de>Hafen (Süd)</de>
</text>
<text name="sellingStationBales">
<en>sellingStationBales</en>
<de>Scheune</de>
</text>
<text name="grainElevatorEast">
<en>grainElevatorEast</en>
<de>Getreidespeicher Ost</de>
</text>
<text name="sellingStationWoodChips">
<en>sellingStationWoodChips</en>
<de>Sägewerk</de>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<item name="bga" locationType="bga" ProdPerHour="1000" position="-111.3 111.65 113" showInProduction="true" isSellingPoint="true">
<input name="SILAGE" price="200" capacity="50000" factor="360" fillTypes="SILAGE" showInStorage="false" />
<input name="GRASS_WINDROW" price="44" capacity="&#8734;" factor="180" fillTypes="GRASS_WINDROW" showInStorage="false" />
<input name="DRYGRASS_WINDROW" price="44" capacity="&#8734;" factor="180" fillTypes="DRYGRASS_WINDROW" showInStorage="false" />
<input name="MANURE" price="200" capacity="&#8734;" factor="180" fillTypes="LIQUIDMANURE" showInStorage="false" />
<input name="LIQUIDMANURE" price="160" capacity="&#8734;" factor="180" fillTypes="MANURE" showInStorage="false" />
<output name="DIGESTATE" capacity="800000" factor="87" fillTypes="digestateSiloFillLevel" showInStorage="true" />
</item>
<item name="BunkerSilo_silo001" locationType="bunker" position="-45 0 -548" />
<item name="BunkerSilo_silo002" locationType="bunker" position="-35 0 -548" />
<item name="BunkerSilo_silo003" locationType="bunker" position="-25 0 -548" />
<item name="BunkerSilo_silo004" locationType="bunker" position="-55 0 -548" />
<item name="BunkerSilo_silo005" locationType="bunker" position="-65 0 -548" />
<l10n>
<text name="bga">
<cz>Bioplynka</cz>
<en>bga</en>
<de>BGA</de>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,60 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<Farmlands>
<Farmland id="1" price="313512" x="-726.972900" z="-768.248413" />
<Farmland id="2" price="315960" x="-564.976135" z="-814.096863" />
<Farmland id="3" price="295392" x="-390.462616" z="-840.564514" />
<Farmland id="4" price="448176" x="-113.499733" z="-866.723877" />
<Farmland id="5" price="141936" x="412.533325" z="-915.342590" />
<Farmland id="6" price="676224" x="-854.509705" z="-439.586090" />
<Farmland id="7" price="811992" x="-393.784973" z="-544.958801" />
<Farmland id="8" price="810312" x="-8.115363" z="-596.855957" />
<Farmland id="9" price="359568" x="258.696716" z="-662.209961" />
<Farmland id="10" price="402240" x="734.561096" z="-717.297729" />
<Farmland id="11" price="446208" x="-837.506348" z="-71.666527" />
<Farmland id="12" price="460320" x="-383.955261" z="-309.147034" />
<Farmland id="13" price="644808" x="-155.247070" z="-93.367889" />
<Farmland id="14" price="1212288" x="191.977951" z="33.125477" />
<Farmland id="15" price="495456" x="410.154907" z="-328.816620" />
<Farmland id="16" price="423864" x="608.503906" z="-302.962402" />
<Farmland id="17" price="680664" x="534.215759" z="20.949438" />
<Farmland id="18" price="231360" x="771.613708" z="-338.781738" />
<Farmland id="19" price="528792" x="824.866638" z="35.414379" />
<Farmland id="20" price="207264" x="-944.320313" z="235.639420" />
<Farmland id="21" price="443472" x="-709.457642" z="185.314102" />
<Farmland id="22" price="438312" x="-512.203003" z="-4.849860" />
<Farmland id="23" price="769872" x="-99.061600" z="162.431259" />
<Farmland id="24" price="362928" x="-862.514099" z="583.834045" />
<Farmland id="25" price="564408" x="-659.383484" z="588.160950" />
<Farmland id="26" price="847680" x="-453.484131" z="384.984253" />
<Farmland id="27" price="428136" x="-246.871521" z="268.882721" />
<Farmland id="28" price="453072" x="-190.307129" z="573.924011" />
<Farmland id="29" price="217680" x="235.333633" z="332.234192" />
<Farmland id="30" price="171240" x="-37.029434" z="651.736389" />
<Farmland id="31" price="102624" x="179.686630" z="455.054718" />
<Farmland id="32" price="126288" x="318.381592" z="422.275574" />
<Farmland id="33" price="137904" x="446.672455" z="370.420807" />
<Farmland id="34" price="213912" x="628.383179" z="294.190186" />
<Farmland id="35" price="370608" x="791.134155" z="356.911530" />
<Farmland id="36" price="386040" x="184.552505" z="628.247742" />
<Farmland id="37" price="346368" x="432.043243" z="556.490295" />
<Farmland id="38" price="210182" x="705.534119" z="547.188965" />
<Farmland id="39" price="216240" x="-857.859741" z="853.164490" />
<Farmland id="40" price="529056" x="-512.352356" z="855.237549" />
<Farmland id="41" price="227040" x="-196.707825" z="823.246521" />
<Farmland id="42" price="147984" x="-56.410316" z="832.498535" />
<Farmland id="43" price="280032" x="106.539764" z="840.714600" />
<Farmland id="44" price="202992" x="314.840149" z="838.675354" />
<Farmland id="45" price="152352" x="462.113739" z="834.030884" />
<Farmland id="46" price="362712" x="618.365295" z="752.776367" />
<Farmland id="47" price="197520" x="705.941895" z="876.689453" />
<Farmland id="48" price="600" x="839.159973" z="820.840027" />
<Farmland id="49" price="253992" x="-868.931580" z="-813.956421" />
<Farmland id="50" price="595224" x="514.737854" z="-722.579773" />
<Farmland id="51" price="179616" x="-693.814270" z="-375.758423" />
<Farmland id="52" price="195072" x="-402.010834" z="-152.563492" />
<Farmland id="53" price="296640" x="77.963432" z="-358.086090" />
<Farmland id="54" price="24" x="311.000000" z="911.000000" />
<Farmland id="55" price="24" x="311.000000" z="909.000000" />
</Farmlands>
</mapconfig>

View File

@ -0,0 +1,26 @@
// Full map name
Name=Hopfach
// Short map name (for e.g. the navbar)
Short=Hopfach
// Version of the map
Version=1.0.4
// Download link of the map
Link=
// Map creator / copyright
Copyright=
// Map size (standard: 2048; 4x maps: 4096)
Size=2048
// Config creator / copyright
configBy=John Hawk
// Version of the map config
configVersion=1.0
// Config format (old = php; new = xml)
configFormat=xml

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 KiB

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<item name="grainSiloRailroad01" locationType="storage" position="189 0 109" />
<item name="grainSiloRailroad02" locationType="storage" position="329 0 -576" />
<l10n>
<text name="grainSiloRailroad01">
<cz>Železniční silo západ</cz>
<en>railroadSilo01</en>
<de>Bahnsilo Ost</de>
</text>
<text name="grainSiloRailroad02">
<cz>Železniční silo východ</cz>
<en>railroadSilo02</en>
<de>Bahnsilo West</de>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<item name="sellingStationRestaurant" locationType="TipTrigger" position="751 0 -299" isSellingPoint="true" />
<item name="sellingStationRanch" locationType="TipTrigger" position="751 0 -299" isSellingPoint="true" />
<item name="grainSiloCentral" locationType="TipTrigger" position="-949 0 571" isSellingPoint="true" />
<item name="sellingStationWool" locationType="TipTrigger" position="-946 0 -26" isSellingPoint="true" />
<item name="grainSiloPort" locationType="TipTrigger" position="-727 0 -820" isSellingPoint="true" />
<item name="sellingStationBales" locationType="TipTrigger" position="-727 0 -820" isSellingPoint="true" />
<item name="sellingStationWoodChips" locationType="TipTrigger" position="834 0 820" isSellingPoint="true" />
<l10n>
<text name="sellingStationRestaurant">
<cz>Restaurace</cz>
<en>Restaurace</en>
<de>Restaurace</de>
</text>
<text name="sellingStationRanch">
<cz>Ranč</cz>
<en>Ranč</en>
<de>Ranč</de>
</text>
<text name="grainSiloCentral">
<cz>Centrální sýpka</cz>
<en>Centrální sýpka</en>
<de>Centrální sýpka</de>
</text>
<text name="sellingStationWool">
<cz>Přádelna</cz>
<en>Přádelna</en>
<de>Přádelna</de>
</text>
<text name="grainSiloPort">
<cz>Přístavní sýpka</cz>
<en>Přístavní</en>
<de>Přístavní</de>
</text>
<text name="sellingStationBales">
<cz>Seník</cz>
<en>Seník</en>
<de>Seník</de>
</text>
<text name="sellingStationWoodChips">
<cz>Pila</cz>
<en>Pila</en>
<de>Pila</de>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="FS19_Apfel" locationType="GlobalCompany" showInProduction="true" canPurchaseInputs="true">
<inputProducts>
<inputProduct name="IP_COMPOST" capacity="200000" fillTypes="COMPOST" fixedPricePerLitre="1.5"/>
<inputProduct name="IP_FERTILIZER" capacity="200000" fillTypes="FERTILIZER" fixedPricePerLitre="1"/>
<inputProduct name="IP_LIQUID" capacity="200000" fillTypes="WATER" fixedPricePerLitre="0.1"/>
</inputProducts>
<outputProducts>
<outputProduct name="OP_APFEL" fillType="APFEL" capacity="200000"/>
</outputProducts>
<productLines>
<productLine outputPerHour="1500">
<inputs>
<inputProduct name="IP_COMPOST" percent="50"/>
<inputProduct name="IP_FERTILIZER" percent="4"/>
<inputProduct name="IP_LIQUID" percent="50"/>
</inputs>
<outputs>
<outputProduct name="OP_APFEL" percent="110"/>
</outputs>
</productLine>
</productLines>
</object>
</objects>
<l10n>
<text name="FS19_Apfel">
<de>Apfelplantage</de>
<en>Apple orchard</en>
</text>
<text name="IP_COMPOST">
<de>Kompost</de>
<en>compost</en>
</text>
<text name="IP_FERTILIZER">
<de>Dünger</de>
<en>fertilizer</en>
</text>
<text name="IP_LIQUID">
<de>Wasser</de>
<en>water</en>
</text>
<text name="OP_APFEL">
<de>Apfel</de>
<en>Apple</en>
</text>
</l10n>
<pallets>
<pallet>apfelPallet</pallet>
</pallets>
</mapconfig>

View File

@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="FS19_Birne" locationType="GlobalCompany" showInProduction="true" canPurchaseInputs="true">
<inputProducts>
<inputProduct name="IP_COMPOST" capacity="200000" fillTypes="COMPOST" fixedPricePerLitre="1.5"/>
<inputProduct name="IP_FERTILIZER" capacity="200000" fillTypes="FERTILIZER" fixedPricePerLitre="1"/>
<inputProduct name="IP_LIQUID" capacity="200000" fillTypes="WATER" fixedPricePerLitre="0.1"/>
</inputProducts>
<outputProducts>
<outputProduct name="OP_BIRNE" fillType="BIRNE" capacity="200000"/>
</outputProducts>
<productLines>
<productLine outputPerHour="1500">
<inputs>
<inputProduct name="IP_COMPOST" percent="50"/>
<inputProduct name="IP_FERTILIZER" percent="4"/>
<inputProduct name="IP_LIQUID" percent="50"/>
</inputs>
<outputs>
<outputProduct name="OP_BIRNE" percent="110"/>
</outputs>
</productLine>
</productLines>
</object>
</objects>
<l10n>
<text name="FS19_Birne">
<de>Birnenplantage</de>
<en>Pear orchard</en>
</text>
<text name="IP_COMPOST">
<de>Kompost</de>
<en>compost</en>
</text>
<text name="IP_FERTILIZER">
<de>Dünger</de>
<en>fertilizer</en>
</text>
<text name="IP_LIQUID">
<de>Wasser</de>
<en>water</en>
</text>
<text name="OP_BIRNE">
<de>Birne</de>
<en>Pear</en>
</text>
</l10n>
<pallets>
<pallet>birnePallet</pallet>
</pallets>
</mapconfig>

View File

@ -0,0 +1,87 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="FS19_Brauerei" locationType="GlobalCompany" showInProduction="true" canPurchaseInputs="true">
<inputProducts>
<inputProduct name="IP_wheat" capacity="500000" fillTypes="WHEAT" fixedPricePerLitre="1.6"/>
<inputProduct name="IP_barley" capacity="500000" fillTypes="BARLEY" fixedPricePerLitre="1.6"/>
<inputProduct name="IP_hops" capacity="500000" fillTypes="HOPS" fixedPricePerLitre="1.6"/>
<inputProduct name="IP_malz" capacity="200000" fillTypes="MALZ" fixedPricePerLitre="1.6"/>
<inputProduct name="IP_LIQUID" capacity="500000" fillTypes="WATER" fixedPricePerLitre="1.6"/>
<inputProduct name="IP_PALLET" capacity="175000" fillTypes="LEERPALLET" fixedPricePerLitre="1.6"/>
</inputProducts>
<outputProducts>
<outputProduct name="OP_BIERKASTEN" fillType="BIERKASTEN" capacity="500000"/>
<outputProduct name="OP_BIERFASS" fillType="BIERFASS" capacity="500000"/>
</outputProducts>
<productLines>
<productLine outputPerHour="5000">
<inputs>
<inputProduct name="IP_BARLEY" percent="40"/>
<inputProduct name="IP_HOPS" percent="40"/>
<inputProduct name="IP_MALZ" percent="10"/>
<inputProduct name="IP_LIQUID" percent="50"/>
<inputProduct name="IP_PALLET" percent="5"/>
</inputs>
<outputs>
<outputProduct name="OP_BIERKASTEN" percent="100"/>
</outputs>
</productLine>
<productLine outputPerHour="5000">
<inputs>
<inputProduct name="IP_BARLEY" percent="40"/>
<inputProduct name="IP_HOPS" percent="40"/>
<inputProduct name="IP_MALZ" percent="10"/>
<inputProduct name="IP_LIQUID" percent="50"/>
<inputProduct name="IP_PALLET" percent="5"/>
</inputs>
<outputs>
<outputProduct name="OP_BIERKASTEN" percent="100"/>
</outputs>
</productLine>
</productLines>
</object>
</objects>
<l10n>
<text name="FS19_Brauerei">
<de>Brauerei</de>
<en>brewery</en>
</text>
<text name="IP_wheat">
<de>Weizen</de>
<en>Wheat</en>
</text>
<text name="IP_barley">
<de>Gerste</de>
<en>Barley</en>
</text>
<text name="IP_hops">
<de>Hopfen</de>
<en>Hops</en>
</text>
<text name="IP_malz">
<de>Malz</de>
<en>Malt</en>
</text>
<text name="IP_LIQUID">
<de>Wasser</de>
<en>Water</en>
</text>
<text name="IP_PALLET">
<de>Leerpaletten</de>
<en>emptyPallet</en>
</text>
<text name="OP_BIERKASTEN">
<de>Bierkasten</de>
<en>Beerbox</en>
</text>
<text name="OP_BIERFASS">
<de>Bierfass</de>
<en>Beerbarrel</en>
</text>
</l10n>
<pallets>
<pallet>bierkastenPallet</pallet>
<pallet>bierfassPallet</pallet>
</pallets>
</mapconfig>

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="FS19_Dieselherstellung" locationType="GlobalCompany" showInProduction="true" canPurchaseInputs="true">
<inputProducts>
<inputProduct name="IP_CANOLASUNFLOWER" capacity="500000" fillTypes="CANOLA SUNFLOWER" useSellPointPrice="DIESEL" purchaseMultiplier="1.0"/>
</inputProducts>
<outputProducts>
<outputProduct name="OP_COMPOST" fillType="COMPOST" capacity="500000"/>
<outputProduct name="OP_DIESEL" fillType="DIESEL" capacity="500000"/>
</outputProducts>
<productLines>
<productLine outputPerHour="9000">
<inputs>
<inputProduct name="IP_CANOLASUNFLOWER" percent="100"/>
</inputs>
<outputs>
<outputProduct name="OP_COMPOST" percent="90"/>
<outputProduct name="OP_DIESEL" percent="75"/>
</outputs>
</productLine>
</productLines>
</object>
</objects>
<l10n>
<text name="FS19_Dieselherstellung">
<de>Dieselherstellung</de>
<en>diesel production</en>
</text>
<text name="IP_CANOLASUNFLOWER">
<de>Raps / Sonnenblumen</de>
<en>canola / sunflower</en>
</text>
<text name="OP_COMPOST">
<de>Kompost</de>
<en>Compost</en>
</text>
<text name="OP_DIESEL">
<de>Diesel</de>
<en>Diesel</en>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="FS19_Duengerherstellung" locationType="GlobalCompany" showInProduction="true" canPurchaseInputs="true">
<inputProducts>
<inputProduct name="IP_LIQUID" capacity="150000" fillTypes="LIQUIDMANURE DIGESTATE" useSellPointPrice="LIQUIDMANURE" purchaseMultiplier="2.0"/>
<inputProduct name="IP_MANURE" capacity="150000" fillTypes="MANURE COMPOST" useSellPointPrice="MANURE" purchaseMultiplier="7.0"/>
</inputProducts>
<outputProducts>
<outputProduct name="OP_FERTILIZER" fillType="FERTILIZER" capacity="150000"/>
</outputProducts>
<productLines>
<productLine outputPerHour="3000">
<inputs>
<inputProduct name="IP_LIQUID" percent="50"/>
<inputProduct name="IP_MANURE" percent="50"/>
</inputs>
<outputs>
<outputProduct name="OP_FERTILIZER" percent="100"/>
</outputs>
</productLine>
</productLines>
</object>
</objects>
<l10n>
<text name="FS19_Duengerherstellung">
<de>Düngerherstellung</de>
<en>Fertilizer production</en>
</text>
<text name="IP_LIQUID">
<de>Gülle / Gärreste</de>
<en>Slurry / Digestate</en>
</text>
<text name="IP_MANURE">
<de>Mist / Kompost</de>
<en>Manure / Compost</en>
</text>
<text name="OP_FERTILIZER">
<de>Dünger</de>
<en>Fertilizer</en>
</text>
</l10n>
</mapconfig>

View File

@ -0,0 +1,37 @@
<?xml version="1.0" encoding="UTF-8"?>
<mapconfig>
<objects>
<object name="FS19_Erde" locationType="GlobalCompany" showInProduction="true" canPurchaseInputs="true">
<inputProducts>
<inputProduct name="IP_DIESEL" capacity="500000" fillTypes="DIESEL" useSellPointPrice="DIESEL" purchaseMultiplier="1.0"/>
</inputProducts>
<outputProducts>
<outputProduct name="OP_ERDE" fillType="ERDE" capacity="500000"/>
</outputProducts>
<productLines>
<productLine outputPerHour="18000">
<inputs>
<inputProduct name="IP_DIESEL" percent="3"/>
</inputs>
<outputs>
<outputProduct name="OP_ERDE" percent="600"/>
</outputs>
</productLine>
</productLines>
</object>
</objects>
<l10n>
<text name="FS19_Erde">
<de>Erdhaufen</de>
<en>Earth Heap</en>
</text>
<text name="IP_DIESEL">
<de>Diesel</de>
<en>Diesel</en>
</text>
<text name="OP_ERDE">
<de>Erde</de>
<en>dirt</en>
</text>
</l10n>
</mapconfig>

Some files were not shown because too many files have changed in this diff Show More