Skip to content

Commit

Permalink
Set manaketes to promoted jobs for 20 level growth
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 17, 2024
1 parent 76f96eb commit 59ac1e0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source/jobs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2501,6 +2501,7 @@ const struct JInfo JInfoTableNew[] =
.id = JID_MANAKETE,
.msg_name = MSG_7E0,
.msg_desc = MSG_58C,
.jid_promote = JID_MANAKETE,
.map_sprite = UNITSPRITE_MANAKETE,
.walk_speed = UNIT_WALKSPEED_SLOW,
.fid = FID_B6,
Expand All @@ -2525,7 +2526,7 @@ const struct JInfo JInfoTableNew[] =
.growth_def = 0,
.growth_res = 10,
.growth_lck = 25,
.attributes = UNIT_ATTR_LOCK_DRAGON,
.attributes = UNIT_ATTR_LOCK_DRAGON | UNIT_ATTR_PROMOTED,
.banim_info = BanimInfo_Manakete,
.mov_table = MoveTable_Dragon,
.avo_terrain_table = TerrainAvoTable_Default,
Expand All @@ -2538,6 +2539,7 @@ const struct JInfo JInfoTableNew[] =
.id = JID_MANAKETE_F,
.msg_name = MSG_7E1,
.msg_desc = MSG_58C,
.jid_promote = JID_MANAKETE_F,
.map_sprite = UNITSPRITE_FAE,
.walk_speed = UNIT_WALKSPEED_SLOW,
.fid = FID_B6,
Expand All @@ -2563,7 +2565,7 @@ const struct JInfo JInfoTableNew[] =
.growth_def = 0,
.growth_res = 10,
.growth_lck = 25,
.attributes = UNIT_ATTR_LOCK_DRAGON,
.attributes = UNIT_ATTR_LOCK_DRAGON | UNIT_ATTR_PROMOTED,
.banim_info = BanimInfo_Manakete_F,
.mov_table = MoveTable_Dragon,
.avo_terrain_table = TerrainAvoTable_Default,
Expand Down Expand Up @@ -2601,7 +2603,7 @@ const struct JInfo JInfoTableNew[] =
.growth_def = 0,
.growth_res = 10,
.growth_lck = 25,
.attributes = 0,
.attributes = UNIT_ATTR_LOCK_DRAGON,
.banim_info = BanimInfo_Firedragon,
.mov_table = MoveTable_Dragon,
.avo_terrain_table = TerrainAvoTable_Default,
Expand Down Expand Up @@ -2639,7 +2641,7 @@ const struct JInfo JInfoTableNew[] =
.growth_def = 55,
.growth_res = 10,
.growth_lck = 25,
.attributes = 0,
.attributes = UNIT_ATTR_LOCK_DRAGON,
.banim_info = BanimInfo_Divinedragon,
.mov_table = MoveTable_Dragon,
.avo_terrain_table = TerrainAvoTable_Default,
Expand Down

0 comments on commit 59ac1e0

Please sign in to comment.