The Fields objects can reference details about valleys you own.

Field objects can be referenced as:

The # will be which valley slot you are referencing, between 0-9. The .property at the end is how you will specify which detail you are referencing. Using the table below, you can for example get the level of the 5th valley you own with city.fields[4].level.

Properties

Property

Type

Description

id

int

Description here

level

int

Description here

name

String

Description here

type

String

Description here

The following functions can give further information about valleys, but are used as:

Methods

Method

Type

Description

length

int

Description here

Examples


ScriptObjects

Field (last edited 2012-10-28 20:55:25 by Inanna)