33 lines
1.3 KiB
XML
33 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<tns:ResultSheet gameId="K77" playerId="Marco" turn="1" xmlns:tns="http://www.example.com/SpaceWarGame" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.example.com/SpaceWarGame SpaceWarGame.xsd ">
|
|
<report>
|
|
<planets>
|
|
<planet name="Nimbus" owner="Marco" si="900">
|
|
<resources>
|
|
<resource amount="300" kind="metal"/>
|
|
<resource amount="70" kind="trilithium"/>
|
|
</resources>
|
|
<infrastructure>
|
|
<mine capacity="200" kind="metal" output="10" workers="10"/>
|
|
</infrastructure>
|
|
<weapons>
|
|
<weapon ammo="50" kind="ion cannon" variant="large"/>
|
|
</weapons>
|
|
<shields>
|
|
<shield kind="diffusion" power="125"/>
|
|
</shields>
|
|
</planet>
|
|
</planets>
|
|
<ships>
|
|
<ship kind="battle ship" name="Mantis" owner="Fred" si="20"/>
|
|
<ship kind="battle ship" name="Chimera" owner="Marco" si="96"/>
|
|
<ship kind="capital ship" name="Hydra-II" owner="Marco" si="25"/>
|
|
</ships>
|
|
<transmissions>
|
|
<transmission from="Mantis" kind="sos" to="all">
|
|
<text>Help!! Marco's got me!</text>
|
|
</transmission>
|
|
</transmissions>
|
|
</report>
|
|
</tns:ResultSheet>
|