conjure_item
Vars | |
delete_old | If TRUE, we delete any previously created items when we cast the spell |
---|---|
delete_on_failure | If TRUE, deletes the item if no mob picks it up on cast |
item_refs | List of weakrefs to items summoned |
item_type | Typepath of whatever item we summon |
requires_hands | If TRUE, requires the caster be able to pick it up afterwards |
Procs | |
make_item | Instantiates the item we're conjuring and returns it. Item is made in at the caster's. |
post_created | Called after item has been handed to the caster, for any additional presentation |
Var Details
delete_old
If TRUE, we delete any previously created items when we cast the spell
delete_on_failure
If TRUE, deletes the item if no mob picks it up on cast
item_refs
List of weakrefs to items summoned
item_type
Typepath of whatever item we summon
requires_hands
If TRUE, requires the caster be able to pick it up afterwards
Proc Details
make_item
Instantiates the item we're conjuring and returns it. Item is made in at the caster's.
post_created
Called after item has been handed to the caster, for any additional presentation