mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
3785cd705f
#pair[kre39,mra106] #story[1036]
22 lines
875 B
Plaintext
22 lines
875 B
Plaintext
<BoatConfig>
|
|
<Modified>2012-05-17T07:49:40+0200</Modified>
|
|
<Version>12</Version>
|
|
<Settings>
|
|
<RaceBoatType Type="AC45" />
|
|
<BoatDimension BoatLength="14.019" HullLength="13.449" />
|
|
<ZoneSize MarkZoneSize="40.347" CourseZoneSize="40.347" />
|
|
<ZoneLimits Limit1="200" Limit2="100" Limit3="40.347" Limit4="0" Limit5="-100" />
|
|
</Settings>
|
|
<BoatShapes>
|
|
<#-- Not used -->
|
|
</BoatShapes>
|
|
<Boats>
|
|
<#list boats as boat>
|
|
<Boat Type="Yacht" SourceID="${boat.sourceId}" ShapeID="4" HullNum="${boat.hullID}" StoweName="${boat.shortName}" ShortName="${boat.shortName}"
|
|
BoatName="${boat.boatName}" Country="${boat.country}">
|
|
<GPSposition Z="0" Y="3.7" X="0" />
|
|
<MastTop Z="0" Y="6.2" X="0" />
|
|
</Boat>
|
|
</#list>
|
|
</Boats>
|
|
</BoatConfig> |