Servant: Difference between revisions
Jump to navigation
Jump to search
imported>Aventuristo Content related to servant data type |
imported>Aventuristo Add to Data Types category |
||
Line 82: | Line 82: | ||
|} | |} | ||
[[Category:Scripting]] | [[Category:Scripting]] [[Category:Data Types]] |
Latest revision as of 00:48, 30 September 2017
This data type represents servants, which are unique to the
Actually Ed the Undying path and
located in The Servants' Quarters, replacing familiars.
The set of possible values, including $servant[ none ], are:
- Assassin
- Belly-Dancer
- Bodyguard
- Cat
- Maid
- Priest
- Scribe
Related Functions
boolean have_servant( servant )
servant my_servant( servant )
servant to_servant( int )
servant to_servant( strict_string )
boolean use_servant( servant )
Proxy Record Fields
Here are the proxy record fields for servants. Proxy records are discussed in more detail here.
Field | Data type | Default value | ASH Accessor Function / Notes |
---|---|---|---|
id | int | 0 | |
name | string | "" | |
level | int | 0 | |
experience | int | 0 | |
image | string | "" | |
level1_ability | string | "" | |
level7_ability | string | "" | |
level14_ability | string | "" | |
level21_ability | string | "" |