view city.yaml @ 210:a5862d3f1c84

fixed build_barracks and build_shipyard
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Mon, 03 Nov 2008 22:56:31 +0800
parents b7af307a222d
children 5f94d8d8370a
line wrap: on
line source

# TODO adjust human resources
---
# city level
# 基本建設規則
# 若遭受攻擊則暫停建設
- is_attacked:
    # we are in Peace :D
    0:
      - is_constructing:
         0:
            # FIXME: 這樣會一口氣買同等城市數量的船耶, 應拉出至全國金錢考量
            # - is_gold_enoughforcargo:
               # 1: increaseTransporter
            - is_corruption:
               1:
                  - is_warehouse_enougn_for_governorsresidence:
                     0: build_warehouse
                     1: build_palaceColony
            - is_any_corruption:
               0: 
                  - is_space_enough:
                     0: 
                        - is_resource_enoghforHall:
                           1: build_townHall
                  - is_wall_enough:
                     0: build_wall
                  - is_happiness:
                     0:
                        - is_winepress_researched:
                           1:
                              - is_tavern_available:
                                 0: build_tavern
                                 1: 
                                    - is_bacchanal:
                                       0: set_tavern
                                       1: build_tavern
                  - is_shipyard_level_enough:
                     0:
                        - is_professionalarmy_researched:
                           1: build_shipyard
                  - is_barracks_level_enough:
                     0:
                        - is_professionalarmy_researched:
                           1: build_barracks
                  - is_safehouse_enough:
                     0: build_safehouse
                  - is_warehouse_enough:
                     0: build_warehouse

            # TODO
            # build_safehouse
            # is_espionage_researched
            #    1: 
            #       - build_hideout

            # 水晶島應該建設 
            # is_invention_researched
            #    1: 
            #       - build_workshop 
            # build_academy

            # 大使館
            # build_embassy 

            # is_culturalexchange_resaerched
            #    1: 
            #       - build_museum