Cattle and Crops: Mission Documentation


command: transport

Lässt ein Fahrzeug ein Anbaugerät anhängen und an einen Zielpunkt (Point of Interest) transportieren (via das Straßennetzwerk).


Attribute

Attribute Type Value Beschreibung
vehicleCommand integer * Die ID des Commands/Fahrzeugs das das Anbaugerät anhängt.
implementCommand integer * Die ID des Commands/Anbaugerät das transportiert wird.
targetID integer * Die InfoForTaskAndQuestId des Ziels.

Station Attributes

Attribute Type Value Beschreibung
amount float > 0 Menge, die bei der Station be- oder entladen werden soll.
taskId string * InfoForTaskAndQuestId des Be- oder Entladepunktes.
type string load | unload Definiert ob be- oder entladen werden soll.
fillType string * FillType der bei der Station be- oder entladen werden soll.

Beispiel

<commands>
    <command type="transport" vehicleCommand="200" implementCommand="201" targetId="farm.barn.entry">
        <stations>
            <station amount="100" taskId="machine_hall.farm_grain_unload" type="load" fillType="Solid,ThreshedFruit,Corny,Barley" />
            <station amount="100" taskId="harbor.grain_trader.unload" type="unload" fillType="Solid,ThreshedFruit,Corny,Barley" />
        </stations>
    </command>
</commands>

results matching ""

    No results matching ""