Kenshi
评价数不足
Relaxes Recruitment Rules
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
47.334 KB
2021 年 2 月 27 日 下午 10:17
1 项改动说明 ( 查看 )

订阅以下载
Relaxes Recruitment Rules

描述
In vanilla, there is a rule that we cannot recruit strong NPCs. This MOD relaxes that rule.

This is one of the MODs that assists MOD "NPCs are More Stronger". But you can use this without it.

Technical Details
I replaced "BEFORE" with "AFTER" as shown below.

BEFORE: T = ME, DC_IS_RECRUITABLE == 1
AFTER: T_TARGET, DC_WEAKER_THAN_ME == 0

There may be "BEFORE" that I haven't found.

How to subscribe
  1. Subscribes this MOD.
  2. Imports a saved data if it exists.
  3. That's all.

How to unsubscribe
  1. Unsubscribes this MOD.
  2. Imports a saved data if it exists.
  3. That's all.

--------------------------------------------------------------------------------

バニラ上では、強力な NPC を雇用できないというルールがあります。
この MOD は、そのルールを緩和します。

これは MOD「NPCs are More Stronger」を補助する MOD の1つです。
ですが、それなしでも使用できます。

技術詳細
下記のように BEFORE を AFTER に置換しました。

BEFORE: T = ME, DC_IS_RECRUITABLE == 1
AFTER: T_TARGET, DC_WEAKER_THAN_ME == 0

見つけていない BEFORE があるかもしれません。

導入方法
  1. この MOD をサブスクライブする。
  2. セーブデータが存在するのであれば、インポートする。
  3. 以上。

導入解除方法
  1. この MOD のサブスクライブを解除する。
  2. セーブデータが存在するのであれば、インポートする。
  3. 以上。
3 条留言
clione  [作者] 2022 年 3 月 22 日 上午 8:51 
It appears that Kenshi's system refers to character and equipment stats when comparing character strength. However, it is unconfirmed which stats and how much they affect the system.
clione  [作者] 2022 年 3 月 22 日 上午 8:43 
Make sure the strength of the character is PLAYER≧TARGET.

Perhaps there is a change omitted.I will take a look when I have time.
16jackcole 2022 年 3 月 21 日 下午 9:33 
Interesting idea. I noticed that freed bounty hunters/rebel captains/rebel heavies/tech-hunters/hiver caravan guards/etc... would never ever join me after freeing them from slavery. If this mod does as I believe it does, then it should be possible to recruit these people if their personality allows it? If so, very cool. I will try it out. It would be great to be able to get mid-level recruits in a natural way. Thanks.