comparison building.yaml @ 54:2d3c394b7940

rules for build new building and buy transporters
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Mon, 20 Oct 2008 23:24:15 +0800
parents d2ac1e198ce4
children ff00d108e955
comparison
equal deleted inserted replaced
53:336164c9a983 54:2d3c394b7940
9 1: 9 1:
10 # let's find something to build up 10 # let's find something to build up
11 0: 11 0:
12 # 確認是否為主城 12 # 確認是否為主城
13 # 確認是否有學院 13 # 確認是否有學院
14 - is_gold_enoughforcargo:
15 1: increaseTransporter
14 - is_wall_enough: 16 - is_wall_enough:
15 0: build_wall 17 0: build_wall
16 - is_space_enough: 18 - is_space_enough:
17 0: build_cityhall 19 0: build_townHall
18 - is_corruption: 20 - is_corruption:
19 1: build_governorsresidence 21 1: build_governorsresidence
20 # 倉庫庫存量 22 # 倉庫庫存量
21 - is_warehouse_enough: 23 - is_warehouse_enough:
22 0: build_warehouse 24 0: build_warehouse