• My Pages
  • Comments
  • Add Link
  • Subscribe
  • Subscribe User
  • Edit (GUI)
  • Edit (Text)
  • Rename Page
  • Copy Page
  • Load Page
  • Save Page
  • Delete Page
  • Attachments
  • Check Spelling
  • Diffs
  • Info
  • Revert to this revision
  • XML
  • Render as Docbook
  • Print View
  • Raw Text
  • Delete Cache
  • Like Pages
  • Local Site Map
  • Remove Spam
  • Package Pages
  • Sync Pages

    Upload page content

    You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

    File to load page content from
    Page name
    Comment

    Troop beans are objects which contain information about troops.

    properties of troop beans:

    property

    type

    description

    archer

    int

    number of archers

    ballista

    int

    number of balls

    batteringRam

    int

    number of rams

    carriage

    int

    number of transports

    catapult

    int

    number of catapults

    heavyCavalry

    int

    number of cataphracts

    lightCavalry

    int

    number of cav

    militia

    int

    number of warriors

    peasants

    int

    number of workers

    pikemen

    int

    number of pikemen

    scouter

    int

    number of scouts

    swordsmen

    int

    number of swordsmen

    foodConsumeRate

    int

    hourly food consumption of this troop bean

    typOrder

    ?

    ???

    example:

    echo "the troops currently in the city are eating {city.troop.foodConsumeRate} food per hour."

    see also GetTroops getAvailableTroop


    ScriptObjects