RimWorld
Powerful Psycast AI
Εμφάνιση 31-40 από 55 καταχωρίσεις
< 1  2  3  4  5  6 >
Ενημέρωση: 2 Απρ 2020 στις 13:30

Fixed NullReferenceException thrown by Psykers trying to target non-pawn enemies like Turrets.
Psyker AI can recognize pawns with 0% psychic sensitivity and will no longer target them.

Ενημέρωση: 30 Μαρ 2020 στις 21:12

Removed stun check and movement check in JobGiver_PsycastAI which were throwing exceptions.
Also was quite destructive with some JobDriver trying to figure out the problem, keep a look out to see if those modifications cause problems.

Ενημέρωση: 22 Μαρ 2020 στις 14:58

Increased T2 Psyker combat power, and slightly reduced their spawn rate.
Changed Psyker's apparel scheme to purple instead of red to distinguish them from stellic guards.

Ενημέρωση: 21 Μαρ 2020 στις 20:10

Reverted AI back to ThinkTree after some testing with large raid sizes and optional setting on (which increases number of Psykers and therefore greater computational burden)

Ενημέρωση: 21 Μαρ 2020 στις 13:22

* AI can now use Chaos Skip as desperation measure against enemy in good cover.
* Patch method changed so that Psyker raids are added to Empire raid possibilities instead of replacing them. This mean new units have 50% chance to appear in Empire raids.
* Moved AI JobGiver from Humanlike ThinkTree to HumanlikeConstant. Since the code does not compute unless NPC with Psycast ability has enemyTarget, this should not significantly affect performance unless active battle is happening.

Ενημέρωση: 20 Μαρ 2020 στις 16:56

Added new mod option that give Psycast ability to all NPC.
Nerfed gear choice of T2 Psyker to that of Janissary.

Ενημέρωση: 19 Μαρ 2020 στις 16:42

Reuploading my local copy to just make sure.

Ενημέρωση: 19 Μαρ 2020 στις 16:15

Removed Two Families compatibility because it introduced a bug where you gain inheritance from killed friendlies.

Ενημέρωση: 19 Μαρ 2020 στις 16:01

Compatibility with Two Families mod.

Ενημέρωση: 19 Μαρ 2020 στις 15:21

Moved Psycast AI into ThinkTreeDef (insertion) instead of DutyDef (replacement).
Patch canBeSapper tag to Empire Champions.