conjure
Vars | |
create_summon_timer | for how long must we stay still when summoning |
---|---|
summon_amount | Amount of summons to create. |
summon_lifespan | How long before the summons will be despawned. Set to 0 for permanent. |
summon_radius | The radius around the caster the items will appear. 0 = spawns on top of the caster. |
summon_respects_density | If TRUE, summoned objects will not be spawned in dense turfs. |
summon_respects_prev_spawn_points | If TRUE, no two summons can be spawned in the same turf. |
summon_type | A list of types that will be created on summon. The type is picked from this list, not all provided are guaranteed. |
Procs | |
post_summon | Called on atoms summoned after they are created, allows extra variable editing and such of created objects |
Var Details
create_summon_timer
for how long must we stay still when summoning
summon_amount
Amount of summons to create.
summon_lifespan
How long before the summons will be despawned. Set to 0 for permanent.
summon_radius
The radius around the caster the items will appear. 0 = spawns on top of the caster.
summon_respects_density
If TRUE, summoned objects will not be spawned in dense turfs.
summon_respects_prev_spawn_points
If TRUE, no two summons can be spawned in the same turf.
summon_type
A list of types that will be created on summon. The type is picked from this list, not all provided are guaranteed.
Proc Details
post_summon
Called on atoms summoned after they are created, allows extra variable editing and such of created objects