Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.
Comentarios: Grammatical correction: "casted" => cast, "applyed" => applied. Also corrected some occurrences of "what" to 'which', based on English grammar.

...

This table provides data for spell linking system, telling it what which spells trigger what, and under what which conditions.

Field

Type

Attributes

Key

Null

Default

Extra

Comment

spell_trigger

mediumint(8)

signed

 

NO

NULL

 

 

spell_effect

mediumint(8)

signed

 

NO

0

 

 

type

smallint(3)

unsigned

 

NO

0

 

 

comment

text

signed

 

NO

NULL

 

 

Description of the fields

spell_trigger

The spell that , which when cast, will trigger the spell listed in spell_effect

...

Panel

*spell_trigger > 0: "When spell_trigger is castedcast..."
*spell_trigger < 0: "When the aura due to spell_trigger is removed..."

...

Panel

*spell_effect > 0: spell_effect is also casted cast (with triggered flag) on the same targets, on the caster if spell_trigger has no target.
*spell_effect < 0: Auras due to spell_effect are removed.

...

Panel

*spell_effect > 0: spell_effect is casted cast (with triggered flag) on the same target.
*spell_effect < 0: Auras due to spell_effect are removed.

...

For this mode spell_trigger must be positive. Effect is executed when the aura spell_trigger is applyed applied AND when it is removed from a target.

...