/tg/ Station 13 - Modules - TypesVar Details - Proc Details

conjure_item

Vars

delete_oldIf TRUE, we delete any previously created items when we cast the spell
delete_on_failureIf TRUE, deletes the item if no mob picks it up on cast
item_refsList of weakrefs to items summoned
item_typeTypepath of whatever item we summon
requires_handsIf TRUE, requires the caster be able to pick it up afterwards

Procs

make_itemInstantiates the item we're conjuring and returns it. Item is made in at the caster's.
post_createdCalled 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