Skip to content

Commit

Permalink
Set number of elf farms at front to 1 #429
Browse files Browse the repository at this point in the history
Should work a little better now with the all the additional protection from base blocking
  • Loading branch information
SMUnlimited committed Nov 18, 2024
1 parent 6545100 commit 158ab9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions REFORGED/Elf/Settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ race_item_sale_level 0 buy expand item need hall level ?
race_item_expansion_item_id 0 what is expand item name(from StandardUnits.txt) ?
race_sell_ziggurats false does the race sell ziggurats that are at no more needed expansions ?
race_ziggurat_keep_distance 1500 keep ziggurat if this near another building except a ziggurat is
race_build_farms_front false should the race build farms towards the front (as soon as the front is computed) ?
race_farms_front_limit 4 limit the number of farms at the front to this number
race_build_farms_front true should the race build farms towards the front (as soon as the front is computed) ?
race_farms_front_limit 1 limit the number of farms at the front to this number
race_farms_at_mine 0 the first that many farms will be built at the mine
race_max_expa_mine_distance 850 the maximum distance between the mine and the expansion building
race_has_moonwells true Racial farms have healing properties
Expand Down
4 changes: 2 additions & 2 deletions TFT/Elf/Settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ race_item_sale_level 0 buy expand item need hall level ?
race_item_expansion_item_id 0 what is expand item name(from StandardUnits.txt) ?
race_sell_ziggurats false does the race sell ziggurats that are at no more needed expansions ?
race_ziggurat_keep_distance 1500 keep ziggurat if this near another building except a ziggurat is
race_build_farms_front false should the race build farms towards the front (as soon as the front is computed) ?
race_farms_front_limit 4 limit the number of farms at the front to this number
race_build_farms_front true should the race build farms towards the front (as soon as the front is computed) ?
race_farms_front_limit 1 limit the number of farms at the front to this number
race_farms_at_mine 0 the first that many farms will be built at the mine
race_max_expa_mine_distance 850 the maximum distance between the mine and the expansion building
race_has_moonwells true Racial farms have healing properties
Expand Down

2 comments on commit 158ab9a

@jzy-chitong56
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't worry , even when I use 4 now, it won't blocking

@Slayer95
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, players will harass AI and prevent it from finishing those moon wells. Hence building in front too much does not have a good effect. (#384)

Please sign in to comment.