Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
etorth committed Oct 15, 2021

Unverified

This user has not yet uploaded their public signing key.
1 parent ce303e0 commit 38e0b2b
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/processrun.cpp
Original file line number Diff line number Diff line change
@@ -2005,6 +2005,8 @@ void ProcessRun::checkMagicSpell(const SDL_Event &event)
case DBCOM_MAGICID(u8"魄冰刺"):
case DBCOM_MAGICID(u8"疾光电影"):
case DBCOM_MAGICID(u8"焰天火雨"):
case DBCOM_MAGICID(u8"瞬息移动"):
case DBCOM_MAGICID(u8"异形换位"):
{
const auto [aimX, aimY] = getMouseGLoc();
getMyHero()->brakeMove();
16 changes: 16 additions & 0 deletions common/src/magicrecord.inc
Original file line number Diff line number Diff line change
@@ -1704,6 +1704,22 @@
.coolDown = 2500,
.mp = 20,
.mpInc = 20,
.gfxList
{
{
.stage = u8"启动",
.type = u8"附着",
.gfxID = 0X0000006E, // same as 瞬息移动
.frameCount = 10,
},

{
.stage = u8"结束",
.type = u8"附着",
.gfxID = 0X00000938, // same as 瞬息移动
.frameCount = 10,
},
},
},

{ .name = u8"超强召唤骷髅",

0 comments on commit 38e0b2b

Please sign in to comment.