This commit is contained in:
parent
f338710074
commit
63598d2f73
17 changed files with 363 additions and 72 deletions
|
@ -870,7 +870,7 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
{ // NPC_SPIDER_CRAB
|
||||
ACTORS_SPIDERCRAB_SBK,
|
||||
ANIM_SPIDERCRAB_IDLE,
|
||||
NPC_INIT_DEFAULT,
|
||||
NPC_INIT_SPIDER_CRAB,
|
||||
NPC_SENSOR_SPIDER_CRAB_USER_CLOSE,
|
||||
NPC_MOVEMENT_FIXED_PATH_WALK,
|
||||
NPC_MOVEMENT_MODIFIER_NONE,
|
||||
|
@ -891,6 +891,30 @@ CNpcEnemy::NPC_DATA CNpcEnemy::m_data[NPC_UNIT_TYPE_MAX] =
|
|||
false,
|
||||
},
|
||||
|
||||
{ // NPC_SPIDER_CRAB_SPAWNER
|
||||
ACTORS_SPIDERCRAB_SBK,
|
||||
ANIM_SPIDERCRAB_IDLE,
|
||||
NPC_INIT_DEFAULT,
|
||||
NPC_SENSOR_NONE,
|
||||
NPC_MOVEMENT_SPIDER_CRAB_SPAWNER,
|
||||
NPC_MOVEMENT_MODIFIER_NONE,
|
||||
NPC_CLOSE_NONE,
|
||||
NPC_TIMER_NONE,
|
||||
false,
|
||||
3,
|
||||
2048,
|
||||
DETECT_NO_COLLISION,
|
||||
DAMAGE__PINCH_ENEMY,
|
||||
0,
|
||||
ANIM_SPIDERCRAB_RUN,
|
||||
NPC_SHOT_NONE,
|
||||
ANIM_SPIDERCRAB_DIE,
|
||||
ANIM_SPIDERCRAB_HIT,
|
||||
NPC_COLLISION_GENERIC,
|
||||
false,
|
||||
false,
|
||||
},
|
||||
|
||||
{ // NPC_EYEBALL
|
||||
ACTORS_EYEBALL_SBK,
|
||||
ANIM_EYEBALL_STALK,
|
||||
|
@ -1330,6 +1354,7 @@ CNpcEnemy::NPC_UNIT_TYPE CNpcEnemy::mapEditConvertTable[NPC_UNIT_TYPE_MAX] =
|
|||
NPC_SQUID_DART,
|
||||
NPC_SKULL_STOMPER,
|
||||
NPC_DUST_DEVIL,
|
||||
NPC_SPIDER_CRAB_SPAWNER,
|
||||
NPC_FALLING_ITEM,
|
||||
NPC_FISH_HOOK,
|
||||
NPC_PENDULUM,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue