ITEM WAND: Difference between revisions
Jump to navigation
Jump to search
New page: These are useful yet hardly used item types. Only casting one spell, but able to cast it more then once. And they are rechargable by Witches, and maybe eventually by a mob (store or some... |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
v2 = Charges remaining | v2 = Charges remaining | ||
v3 = Spellnum of spell to be cast | v3 = Spellnum of spell to be cast | ||
wand_type = How the wand is "powered". Values are: | |||
CHARGES : Wand is powered by charges in the wand (v2) | |||
MANA : Wand is powered by mana stored in the wand (v2), max mana is stored in v1. | |||
Works a lot like charges, but it's based on rechargeable mana. | |||
USER : Wand is powered by taking mana from the user | |||
See also: [[OEDIT]], [[OSET | |||
See also: [[OEDIT]], [[OSET]], [[ITEM_TYPES]] | |||
[[CATEGORY:OLC]] | [[CATEGORY:OLC]] | ||
Latest revision as of 18:42, 19 December 2025
These are useful yet hardly used item types. Only casting one spell, but able to cast it more then once. And they are rechargable by Witches, and maybe eventually by a mob (store or some such) at a future date.
v0 = Level at which the spell is cast
v1 = Total charge capacity (MUST be 1 or greater)
v2 = Charges remaining
v3 = Spellnum of spell to be cast
wand_type = How the wand is "powered". Values are:
CHARGES : Wand is powered by charges in the wand (v2)
MANA : Wand is powered by mana stored in the wand (v2), max mana is stored in v1.
Works a lot like charges, but it's based on rechargeable mana.
USER : Wand is powered by taking mana from the user
See also: OEDIT, OSET, ITEM_TYPES