DungeonSettlers.wiki

Recruit More Units

Steam

Your settlement recruits from a board of candidates. The board shows 67 candidates at the first rank and 89 at rank 3, the highest rank this build allows. Four things decide how many units you can recruit: your 遠征ランク, the refresh timer, the reroll button, and the member cap.

Four ways to recruit more

1. Raise your Expedition Reputation Rank

Every rank adds candidates to the board, raises the member cap, widens the candidate level span and unlocks races. Locked ranks exist in the data but cannot be reached in this build.

ランクランクアップに必要な貢献度Member cap更新ごとの候補数Reroll cost (gold)Candidate levelsRaces on the board
Rank 1 · 新米探索1004 (+0)67100levels 1 to 2 (most often 1)人間 リザードマン
Rank 2 · 無名探索2005 (+1)78200levels 1 to 3 (most often 1)人間 リザードマン エルフ
Rank 3 · 地歩を固めた探検隊300 (cap: points stop here)6 (+1)89250levels 1 to 5 (most often 1)人間 リザードマン エルフ ライカン
Rank 4 · 注目探索 locked4007 (+1)910250levels 1 to 5 (most often 1)人間 リザードマン エルフ ライカン
Rank 5 · 高評価探索 locked5008 (+1)1011250levels 1 to 9 (most often 1)人間 リザードマン エルフ ライカン
Rank 6 · 著名探索 locked6009 (+1)1112250levels 1 to 11 (most often 1)人間 リザードマン エルフ ライカン
Rank 7 · 伝説探索 locked70010 (+1)1213250levels 1 to 12 (most often 1)人間 リザードマン エルフ ライカン

Full recruit odds per level and race are on the 遠征ランク ページ。

2. Wait for the board to refresh

The board rolls a new set of candidates on its own every 480 in-game minutes, which is 8 in-game hours. The timer starts full, so a new campaign rolls its first board right away. Candidates you did not hire are replaced; hire before the timer runs out if you want one of them.

3. Reroll the board by hand

The refresh button rolls a new board at once. It costs clan gold, and the price is set per rank:

rank 1: 100 ゴールド rank 2: 200 ゴールド rank 3: 250 ゴールド

The gold is taken first. With less gold than the price nothing happens and the game shows a notice. A manual reroll also restarts the automatic timer.

Notice when you cannot pay
募集するためのゴールドが足りません。

4. Make room under the member cap

A new campaign starts with a cap of 4 members. Every rank adds its own bonus on top of the previous ranks:

rank 1: 4 members rank 2: 5 members rank 3: 6 members

At the cap the board still shows candidates, but hiring fails until a member leaves or dies, or you rank up.

Notice at the cap
探索隊の最大人数を超えて募集できません。

How to rank up: Contribution Points

貢献ポイント

ゲーム内公式テキスト
探索でダンジョン探索にどれだけ貢献したかを表します。
貢献度が最大に達すると、遠征ランクが増加します。

特定のクエストの達成や、探索方針の達成で獲得できます。

Contribution Points come from 65 Expedition Resolutions and from 6 dungeon events. A resolution is a small task offered at base; completing it pays the points listed in its reward.

How many points each rank needs

ランクContribution neededTotal from a new campaignExpedition Resolutions at this rankResolutions to rank up
Rank 1 · 新米探索100 to reach rank 210018 resolutions offered here, each +1010 resolutions
Rank 2 · 無名探索200 to reach rank 330029 resolutions offered here, each +10 to +2010 to 20 resolutions
Rank 3 · 地歩を固めた探検隊300 cap: points stop here60020 resolutions offered here, each +10none: this is the cap

Events that change Contribution

イベント選択貢献度Also
探索成功 2"見事な功績だ!"+200適用 満足 2880分間、すべてのユニットに
探索成功"始まりはここからだ。"+150適用 満足 2880分間、すべてのユニットに
本格的な探索の始まり"これからが始まりだ。"+80経過時間:1分
クランゴールド +300
功績報告"了解しました、監督官。"+80経過時間:1分
クランゴールド +300
賄賂"こういうときこそ助け合うものではありませんか?"+50クランゴールド -200
支援要請"資金援助が必要です。"-80クランゴールド +800
支援要請"技術支援が必要です。"-808倍付与 技術書

The rules, read from the game code

  1. Contribution points add up. When the total reaches the contribution your current rank requires, the clan ranks up by one step, the points above the requirement carry over, and the next rank's requirement becomes the new target.
  2. One grant raises the rank by at most one step; points still above the new target wait for the next grant before they trigger another rank-up.
  3. At the reachable cap (rank 3 in this build) points keep accumulating only up to the rank's requirement and then stop; no further rank-up happens. Nothing lowers a rank.
  4. The member cap is the campaign's default cap plus the member bonus of every rank up to the current one; a rank-up adds the new rank's bonus.
  5. The recruitment board rolls a number of candidates drawn uniformly between the current rank's minimum and maximum candidate count (both included).
  6. The board refreshes on its own every refresh interval (an in-game-minute constant); the counter starts full, so the first board is rolled as soon as the campaign starts.
  7. A manual reroll costs exactly the current rank's reroll price in clan gold (never below 0). With less gold than that the game shows the not-enough-gold notice and nothing happens. A successful reroll also resets the automatic refresh timer.