Research object

(info) Other great resources: Official JS API docs, Scripting Forum

Research object

Describes various attributes related to a specific researchable technology.

 

Properties

Property

Type

Description

Game Version

power

Number

The number of power points required to start the research.

3.1

points

Number

The number of research points required to complete the research once it's started.

3.1

started

Boolean

Whether this research has been started by you or one of your allies:

  • true - yes

  • false - no

It's not clear what this value will be if the research has been completed.

3.1

done

Boolean

Has this technology been fully researched yet?

  • true - yes

  • false - no

3.1

name

String

The name of the technology.

I assume this is from research.txt?

3.1

type

Constant

RESEARCH_DATA

3.1 Beta 11

 

Comments