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