|
|
Line 1: |
Line 1: |
− | === Status Variables===
| + | [[Template:Status Variables]] |
− | *Status variables come from the UO Status Bar in game. They provide information about the current character.
| + | |
− | '''The character's status bar MUST be opened for these values to work!'''
| + | |
− | {|
| + | |
− | | style="width:150px" | [[charName|#charName]] || style="width:30px" | {{ro}} || Returns the name of the character
| + | |
− | |-
| + | |
− | | [[sex|#sex]] || {{ro}} || Returns the sex of the character
| + | |
− | |-
| + | |
− | | [[str (system variable)|#str]] || {{ro}} || Returns the strength of the character
| + | |
− | |-
| + | |
− | | [[hits|#hits]] || {{ro}} || Returns the current number of hitpoints of the character
| + | |
− | |-
| + | |
− | | [[maxHits|#maxHits]] || {{ro}} || Returns the maximum number of hitpoints of the character
| + | |
− | |-
| + | |
− | | [[dex|#dex]] || {{ro}} || Returns the dexterity of the character
| + | |
− | |-
| + | |
− | | [[stamina|#stamina]] || {{ro}} || Returns the current stamina level or the character
| + | |
− | |-
| + | |
− | | [[maxStam|#maxStam]] || {{ro}} || Returns the maximum stamina level or the character
| + | |
− | |-
| + | |
− | | [[int|#int]] || {{ro}} || Returns the intelligence of the character
| + | |
− | |-
| + | |
− | | [[mana|#mana]] || {{ro}} || Returns the current mana pool for the character
| + | |
− | |-
| + | |
− | | [[maxMana|#maxMana]] || {{ro}} || Returns the maximum mana pool for the character
| + | |
− | |-
| + | |
− | | [[maxStats|#maxStats]] || {{ro}} || Returns the current maximum stats of the character
| + | |
− | |-
| + | |
− | | [[luck|#luck]] || {{ro}} || Returns the current luck of the character
| + | |
− | |-
| + | |
− | | [[weight|#weight]] || {{ro}} || Returns the current weight of the character
| + | |
− | |-
| + | |
− | | [[maxWeight|#maxWeight]] || {{ro}} || Returns the maximum weight of the character
| + | |
− | |-
| + | |
− | | [[minDmg|#minDmg]] || {{ro}} || Returns the minimum damage done with the currently yielded weapon
| + | |
− | |-
| + | |
− | | [[maxDmg|#maxDmg]] || {{ro}} || Returns the maximum damage done with the currently yielded weapon
| + | |
− | |-
| + | |
− | | [[gold|#gold]] || {{ro}} || Returns the amount of gold on the character
| + | |
− | |-
| + | |
− | | [[followers|#followers]] || {{ro}} || Returns the current number of followers of the character
| + | |
− | |-
| + | |
− | | [[maxFol|#maxFol]] || {{ro}} || Returns the maximum number of followers of the character
| + | |
− | |-
| + | |
− | | [[AR|#AR]] || {{ro}} || Returns the Armor Rating of the character
| + | |
− | |-
| + | |
− | | [[FR|#FR]] || {{ro}} || Returns the Fire Resist of the character
| + | |
− | |-
| + | |
− | | [[CR|#CR]] || {{ro}} || Returns the Cold Resist of the character
| + | |
− | |-
| + | |
− | | [[PR|#PR]] || {{ro}} || Returns the Poison Resist of the character
| + | |
− | |-
| + | |
− | | [[ER|#ER]] || {{ro}} || Returns the Energy Resist of the character
| + | |
− | |-
| + | |
− | | [[TP|#TP]] || {{ro}} || Returns the Tithing Points of the character
| + | |
− | |}
| + | |