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

Magicarp

Carp who can cast spells! Mostly created via wizard event or transformation. Come in 'does one thing' and 'does random things' varieties.

Vars

allowed_projectile_typesList of all projectiles we can fire. Non-static, because subtypes can have their own lists.
spellOur magic attack

Procs

RangedAttackShoot when you click away from you
assign_spellUpdates name based on chosen spell
assign_spell_aiIf you have certain spells, use a different targeting strategy
spell_listReturns the list of spells we are allowed to cast

Var Details

allowed_projectile_types

List of all projectiles we can fire. Non-static, because subtypes can have their own lists.

spell

Our magic attack

Proc Details

RangedAttack

Shoot when you click away from you

assign_spell

Updates name based on chosen spell

assign_spell_ai

If you have certain spells, use a different targeting strategy

spell_list

Returns the list of spells we are allowed to cast