跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
•
item_template
数据库:world数据库:spell_linked_spell
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== spell_linked_spell 表 ====== ---- [[数据库:world数据库:首页|<-返回:World 数据库]] This table provides data for spell linking system, telling it which spells trigger what, and under which conditions. **表结构** ^Field^Type^Attributes^Key^Null^Default^Extra^Comment^ |[[#spell_trigger|spell_trigger]]|MEDIUMINT|SIGNED| |NO| | | | |[[#spell_effect|spell_effect]]|MEDIUMINT|SIGNED| |NO| | | | |[[#type|type]]|SMALLINT|UNSIGNED| |NO| | | | |[[#comment|comment]]|text| | |NO| | | | ===== 字段说明 ===== ---- ==== spell_trigger ==== The spell, which when cast, will trigger the spell listed in spell_effect ==== spell_effect ==== The spell that you want to be triggered. How this spell acts is determined by the type field. ==== type ==== Three values are possible (0,1,2). See below. ==== comment ==== Optional comment to explain the link. ===== Description of the linking effects ===== ---- ==== type h1. 0 (CAST) ==== **Trigger mode** * spell_trigger > 0: "When spell_trigger is cast..." * spell_trigger < 0: "When the aura due to spell_trigger is removed..." **Effect** * spell_effect > 0: spell_effect is also 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. ==== type 1 (HIT) ==== Trigger mode For this mode spell_trigger must be positive. Effect is executed when spell_trigger hits a target. I suppose that if the spell_trigger hits more than one target, the effect is executed for each target hit. Effect * spell_effect > 0: spell_effect is cast (with triggered flag) on the same target. * spell_effect < 0: Auras due to spell_effect are removed. ==== type == 2 (AURA) ==== **Trigger mode** For this mode spell_trigger must be positive. Effect is executed when the aura spell_trigger is applied AND when it is removed from a target. **Effect** * spell_effect > 0 (ADD/REMOVE AURA)\\ \\ * ON APPLY: Adds aura spell_effect on the same target. * ON REMOVE: Removes aura spell_effecton the same target.\\ \\ * spell_effect < 0 (IMMUNITY)\\ \\ * ON APPLY: Makes the target immune to //spell_effect//. * ON REMOVE: Clears target immunity to //spell_effect//.
数据库/world数据库/spell_linked_spell.txt
· 最后更改: 2023/10/03 23:06 由
admin
页面工具
显示页面
修订记录
反向链接
回到顶部