formerly, the string "Draw Bridge" was defined separately for east-west and north-south bridges, simply because they were disjoint in the tile numbering sequence. Now both draw bridges use description number 20. This frees up description number 25 for something else some day. git-svn-id: https://micropolis.googlecode.com/svn/trunk/micropolis-java@824 d9718cc8-9f43-0410-858b-315f434eb58c
62 lines
1.3 KiB
Properties
62 lines
1.3 KiB
Properties
!! This file is part of MicropolisJ.
|
|
!! Copyright (C) 2013 Jason Long
|
|
!! Portions Copyright (C) 1989-2007 Electronic Arts Inc.
|
|
!!
|
|
!! MicropolisJ is free software; you can redistribute it and/or modify
|
|
!! it under the terms of the GNU GPLv3, with additional terms.
|
|
!! See the README file, included in this distribution, for details.
|
|
|
|
zone.0 = Clear
|
|
zone.1 = Water
|
|
zone.2 = Trees
|
|
zone.3 = Rubble
|
|
zone.4 = Flood
|
|
zone.5 = Radioactive Waste
|
|
zone.6 = Fire
|
|
zone.7 = Road
|
|
zone.8 = Power
|
|
zone.9 = Rail
|
|
zone.10 = Residential
|
|
zone.11 = Commercial
|
|
zone.12 = Industrial
|
|
zone.13 = Seaport
|
|
zone.14 = Airport
|
|
zone.15 = Coal Power
|
|
zone.16 = Fire Department
|
|
zone.17 = Police Department
|
|
zone.18 = Stadium
|
|
zone.19 = Nuclear Power
|
|
zone.20 = Draw Bridge
|
|
zone.21 = Radar Dish
|
|
zone.22 = Fountain
|
|
zone.23 = Industrial
|
|
zone.24 = Steelers 38 Bears 3
|
|
zone.25 =
|
|
zone.26 = Ur 238
|
|
zone.27 =
|
|
|
|
! population density
|
|
status.1 = Low
|
|
status.2 = Medium
|
|
status.3 = High
|
|
status.4 = Very High
|
|
! land value
|
|
status.5 = Slum
|
|
status.6 = Lower Class
|
|
status.7 = Middle Class
|
|
status.8 = High
|
|
! crime level
|
|
status.9 = Safe
|
|
status.10 = Light
|
|
status.11 = Moderate
|
|
status.12 = Dangerous
|
|
! pollution
|
|
status.13 = None
|
|
status.14 = Moderate
|
|
status.15 = Heavy
|
|
status.16 = Very Heavy
|
|
! growth rate
|
|
status.17 = Declining
|
|
status.18 = Stable
|
|
status.19 = Slow Growth
|
|
status.20 = Fast Growth
|