Location: Difference between revisions

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m Redirected page to Data Types#location
imported>Aventuristo
Replaced redirect with location content
Line 1: Line 1:
#REDIRECT [[Data Types#location]]
{{DISPLAYTITLE:location}}
 
{{TOCright}}
 
This data type represents any location in KoL in which one can adventure.
 
The full range, besides $location[ none ], is too much to list and keep
up with here: please see the Wiki {{kolwiki|Locations}} page for more information.
 
==Related Functions==
 
{{Flink|boolean|adv1|location|int|string}}
{{Flink|boolean|adventure|int|location|{{opt|string}}}}
{{Flink|float [monster]|appearance_rates|location|{{opt|boolean}}}}
{{Flink|string [location, 3]|get_florist_plants}}
{{Flink|monster [int]|get_monsters|location}}
{{flink|int|jump_chance|location|{{opt|int}}|{{opt|int}}}}
{{Flink|location|my_location}}
{{Flink|void|set_location|location}}
{{Flink|location|to_location|strict_string}}
{{Flink|location|to_location|int}}
{{Flink|string|to_url|location}}
 
==Proxy Record Fields==
 
Here are the proxy record fields for locations.  Proxy records are discussed in more
detail [[Proxy Records|here]].
 
{| cellpadding="3" cellspacing="0" border="1px" class="sortable"
|- | style="background-color: #F2F2F2"
|-
! Field
! Data type
! Default value
! ASH Accessor Function / Notes
|-
| nocombats
| boolean
| false
|
|-
| zone
| string
| ""
|
|-
| parent
| string
| ""
|
|-
| parentdesc
| string
| ""
|
|-
| environment
| string
| ""
|
|-
| bounty
| bounty
| none
|
|-
| combat_queue
| string
| ""
|
|-
| noncombat_queue
| string
| ""
|
|-
| turns_spent
| int
| 0
|
|-
| kisses
| int
| 0
|
|-
| recommended_stat
| int
| 0
|
|-
| water_level
| int
| 0
|
|}
 
[[Category:Scripting]]

Revision as of 23:41, 29 September 2017


This data type represents any location in KoL in which one can adventure.

The full range, besides $location[ none ], is too much to list and keep up with here: please see the Wiki Locations page for more information.

Related Functions

boolean adv1( location, int, string )

boolean adventure( int, location, [string] )

float [monster] appearance_rates( location, [boolean] )

string [location, 3] get_florist_plants()

monster [int] get_monsters( location )

int jump_chance( location, [int], [int] )

location my_location()

void set_location( location )

location to_location( strict_string )

location to_location( int )

string to_url( location )


Proxy Record Fields

Here are the proxy record fields for locations. Proxy records are discussed in more detail here.

Field Data type Default value ASH Accessor Function / Notes
nocombats boolean false
zone string ""
parent string ""
parentdesc string ""
environment string ""
bounty bounty none
combat_queue string ""
noncombat_queue string ""
turns_spent int 0
kisses int 0
recommended_stat int 0
water_level int 0