This commit is contained in:
parent
30f38c3c45
commit
09bf0f7421
7 changed files with 141 additions and 39 deletions
|
@ -111,6 +111,10 @@
|
|||
#include <ACTOR_SEASNAKE_ANIM.h>
|
||||
#endif
|
||||
|
||||
#ifndef __ANIM_BUTTERFLY_HEADER__
|
||||
#include <ACTOR_BUTTERFLY_ANIM.h>
|
||||
#endif
|
||||
|
||||
|
||||
CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
||||
{
|
||||
|
@ -1079,6 +1083,29 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
false,
|
||||
false,
|
||||
},
|
||||
|
||||
{ // NPC_BUTTERFLY_BACKGROUND
|
||||
0,//ACTORS_BUTTERFLY_SBK,
|
||||
FRM_JELLYFISH1_SWIM1,
|
||||
NPC_SENSOR_USER_CLOSE,
|
||||
NPC_MOVEMENT_FIXED_PATH,
|
||||
NPC_CLOSE_NONE,
|
||||
NPC_TIMER_NONE,
|
||||
false,
|
||||
2,
|
||||
128,
|
||||
DETECT_ALL_COLLISION,
|
||||
DAMAGE__NONE,
|
||||
16,
|
||||
FRM_JELLYFISH1_SWIM1,
|
||||
NPC_SHOT_GENERIC,
|
||||
0,
|
||||
FRM_JELLYFISH1_SWIM1,
|
||||
true,
|
||||
false,
|
||||
false,
|
||||
false,
|
||||
},
|
||||
};
|
||||
|
||||
CNpcEnemy::NPC_UNIT_TYPE CNpcEnemy::mapEditConvertTable[NPC_UNIT_TYPE_MAX] =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue