中级玩家
![Rank: 3](static/image/common/star_level2.gif) ![Rank: 3](static/image/common/star_level1.gif)
- 贡献度
- 1
- 金元
- 1580
- 积分
- 162
- 精华
- 0
- 注册时间
- 2012-11-4
|
mgr.defineSpell( "he_in_feuerball", {
eiStateName = "cSpellCastProjectile",
fxTypeCast = "FX_HE_FEUERBALL_C",
fxTypeSpell = "FX_HE_FEUERBALL",
fxTypeCastSpecial = "FX_HE_CAST_K",
duration = 1.000000,
animType = "ANIM_TYPE_SM01",
animTypeApproach = "ANIM_TYPE_INVALID",
animTypeRide = "ANIM_TYPE_INVALID",
animTypeSpecial = "ANIM_TYPE_RIDESM01-SPECIAL",
causesSpellDamage = 1,
tokens = {
entry0 = {"et_maxangle_cone", 30, 0, 0, 8 },
entry1 = {"et_damage_any_rel", 0, 20, 0, 5 },
entry2 = {"et_spelldamage_fire", 700, 350, 0, 133 },
entry3 = {"et_spelldamage_physical", 350, 175, 0, 133 },
entry4 = {"et_missile_adapt", 300, 10, 0, 9 },
entry5 = {"et_chance_burning", 297, 3, 1, 133 },
entry6 = {"et_chance_areasplash", 595, 5, 2, 5 },
entry7 = {"et_missile_adapt", 300, 10, 3, 9 },
entry8 = {"et_spelldamage_fire", 400, 200, 4, 133 },
entry9 = {"et_missile_adapt", 300, 10, 5, 9 },
entry10 = {"et_target_seeker", 1000, 0, 6, 133 },
entry11 = {"et_missile_adapt", 300, 10, 0, 9 },
entry12 = {"et_missile_adapt", 300, 10, 0, 9
最下面两排是我加的,多了两个火球。还想加数量的话就多复制几句,把序号顺着改大 |
|