|
282 | 282 | <flag-bit name='path_has_construction'/> |
283 | 283 | <flag-bit name='path_has_gap'/> |
284 | 284 | <flag-bit name='path_has_natural_wall'/> |
| 285 | + <flag-bit name='path_made_for_leader'/> |
285 | 286 | </bitfield-type> |
286 | 287 |
|
287 | 288 | <struct-type type-name='plot_invasion_planst'> |
|
309 | 310 | <flag-bit name='can_copy_heat_map'/> |
310 | 311 | <flag-bit name='planless'/> |
311 | 312 | <flag-bit name='scrap_non_vehicle_plans'/> |
| 313 | + <flag-bit name='handed_over_artifact'/> |
| 314 | + <flag-bit name='leader_plan_enabled'/> |
312 | 315 | </bitfield-type> |
313 | 316 |
|
314 | 317 | <enum-type type-name='mission_type' base-type='int16_t'> bay12: MissionType |
|
372 | 375 | <int32_t name='entered_planless_year'/> |
373 | 376 | <int32_t name='entered_planless_season_count'/> |
374 | 377 |
|
| 378 | + <int32_t name='leader_planning_stalled_year'/> |
| 379 | + <int32_t name='leader_planning_stalled_season_count'/> |
| 380 | + |
375 | 381 | <int32_t name='last_death_caged_scrap_year'/> |
376 | 382 | <int32_t name='last_death_caged_scrap_season_count'/> |
377 | 383 | <int32_t name='last_non_vehicle_scrap_year'/> |
|
743 | 749 | <int32_t name='wild_irritate_decay'/> |
744 | 750 | <int32_t name='werebeast_interval'/> |
745 | 751 | <int32_t name='vampire_fraction'/> |
746 | | - <static-array type-name='int32_t' count='3' name='invasion_cap_regular'/> |
747 | | - <static-array type-name='int32_t' count='3' name='invasion_cap_monsters'/> |
| 752 | + <int32_t name='invasion_unit_cap'/> |
| 753 | + <int32_t name='invasion_difficulty_first'/> |
| 754 | + <int32_t name='invasion_difficulty_second'/> |
| 755 | + <int32_t name='invasion_difficulty_third'/> |
| 756 | + <int32_t name='invasion_difficulty_scaling'/> |
748 | 757 | <int32_t name='min_raids_before_siege'/> |
749 | 758 | <int32_t name='min_raids_between_sieges'/> |
750 | 759 | <int32_t name='siege_frequency'/> |
|
779 | 788 | <int32_t name='grand_guild_unit_count'/> |
780 | 789 | <int32_t name='mandate_period'/> |
781 | 790 | <int32_t name='demand_period'/> |
| 791 | + <int32_t name='fort_dig_speed'/> |
782 | 792 | </struct-type> |
783 | 793 |
|
784 | 794 | <bitfield-type type-name='plotinfo_flag' base-type='uint32_t'> bay12: PLOTINFOFLAG_* |
|
0 commit comments