Skip to content

Modul Fraktionen

ame824 edited this page Aug 6, 2026 · 3 revisions

Fraktionen / Factions

Deutsch: tasks/manage-factions.js ist ein kleiner Koordinator. Er startet nacheinander die Phasen Einladungen, gemeinsamer Fraktionsplan und Fraktionsarbeit. Der teure Plan wird in /data/autoDoIt-faction-plan.txt gespeichert und ebenfalls vom Augmentierungsmodul verwendet. Gearbeitet wird zuerst für die günstigste noch benötigte fraktionsspezifische Augmentation; NeuroFlux folgt erst danach.

Sobald der Critical-Path-State daedalus-hacking oder world-daemon-hacking meldet, pausiert workers/faction-work.js normale Fraktions-, Job- und Charisma-Arbeit. Der Spieler besucht stattdessen automatisch den v3-Kurs Algorithms an der Universität seiner Stadt; außerhalb einer Universitätsstadt reist er nach Volhaven. Damit arbeitet auch der persönliche Arbeitsslot direkt auf das fehlende Hacking-Level hin.

English: tasks/manage-factions.js is a small coordinator. It runs invitation, shared-plan, and faction-work phases one at a time. The expensive plan is stored in /data/autoDoIt-faction-plan.txt and reused by the augmentation module. Work first targets the cheapest still-needed faction-specific augmentation; NeuroFlux follows only afterwards.

When the critical-path state reports daedalus-hacking or world-daemon-hacking, workers/faction-work.js pauses regular faction, job, and Charisma work. The player automatically takes the v3 Algorithms university course in the current city, travelling to Volhaven when necessary. This makes the personal work slot contribute directly to the missing Hacking level.

Mutually exclusive city factions follow the configured preference.

Phase workers: workers/faction-invitations.js, workers/faction-planner.js, and workers/faction-work.js.

Clone this wiki locally