IP_CONST_CASTSPELL_NUMUSES_* Constant Group
Itemproperty constants relating to the number of uses an item has of a specific spell.
Constants
Constant | Value | Description |
---|
IP_CONST_CASTSPELL_NUMUSES_0_CHARGES_PER_USE | 7 | |
IP_CONST_CASTSPELL_NUMUSES_1_CHARGE_PER_USE | 6 | 1 charge spent per use of item. |
|
IP_CONST_CASTSPELL_NUMUSES_1_USE_PER_DAY | 8 | Item can cast spell once per day. |
|
IP_CONST_CASTSPELL_NUMUSES_2_CHARGES_PER_USE | 5 | 2 charges spent per use of item. |
|
IP_CONST_CASTSPELL_NUMUSES_2_USES_PER_DAY | 9 | Item can cast spell twice per day. |
|
IP_CONST_CASTSPELL_NUMUSES_3_CHARGES_PER_USE | 4 | 3 charges spent per use of item. |
|
IP_CONST_CASTSPELL_NUMUSES_3_USES_PER_DAY | 10 | Item can cast spell three times per day. |
|
IP_CONST_CASTSPELL_NUMUSES_4_CHARGES_PER_USE | 3 | 4 charges spent per use of item. |
|
IP_CONST_CASTSPELL_NUMUSES_4_USES_PER_DAY | 11 | Item can cast spell four times per day. |
|
IP_CONST_CASTSPELL_NUMUSES_5_CHARGES_PER_USE | 2 | 5 charges spent per use of item. |
|
IP_CONST_CASTSPELL_NUMUSES_5_USES_PER_DAY | 12 | Item can cast spell five times per day. |
|
IP_CONST_CASTSPELL_NUMUSES_SINGLE_USE | 1 | Item can cast spell once and once only. |
|
IP_CONST_CASTSPELL_NUMUSES_UNLIMITED_USE | 13 | Item can cast spell without limits of usage. |
|
See Also