The wonder object

From Scenario League Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Back To TOTPP Functions


id (get)

wonder.id -> integer

Returns the id of the wonder.


name (get)

wonder.name -> string

Returns the name of the wonder.


city (get/set)

wonder.city -> city

Returns the city that has built the wonder, `nil` if not built yet or destroyed.


destroyed (get)

wonder.destroyed -> boolean

Returns whether or not the wonder is destroyed. Use wonder:destroy() to set this field.


prereq (get/set)

wonder.prereq -> tech

Returns the prerequisite technology of the wonder. Ephemeral.


cost (get/set)

wonder.cost -> integer

Returns the cost of the wonder. Ephemeral.


expires (get/set)

wonder.expires -> tech

Returns the tech that renders the wonder obsolete, or `nil` if there isn't any. Ephemeral.


destroy

wonder:destroy()

Alias for `civ.destroyWonder(wonder)`.