conjure ![code/modules/spells/spell_types/conjure/_conjure.dm 1](git.png)
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 ![code/modules/spells/spell_types/conjure/_conjure.dm 21](git.png)
for how long must we stay still when summoning
summon_amount ![code/modules/spells/spell_types/conjure/_conjure.dm 13](git.png)
Amount of summons to create.
summon_lifespan ![code/modules/spells/spell_types/conjure/_conjure.dm 11](git.png)
How long before the summons will be despawned. Set to 0 for permanent.
summon_radius ![code/modules/spells/spell_types/conjure/_conjure.dm 6](git.png)
The radius around the caster the items will appear. 0 = spawns on top of the caster.
summon_respects_density ![code/modules/spells/spell_types/conjure/_conjure.dm 15](git.png)
If TRUE, summoned objects will not be spawned in dense turfs.
summon_respects_prev_spawn_points ![code/modules/spells/spell_types/conjure/_conjure.dm 17](git.png)
If TRUE, no two summons can be spawned in the same turf.
summon_type ![code/modules/spells/spell_types/conjure/_conjure.dm 9](git.png)
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