diff --git a/src/Documentation/doc/en/advanced/gang.md b/src/Documentation/doc/en/advanced/gang.md index dfae01e27..62242f581 100644 --- a/src/Documentation/doc/en/advanced/gang.md +++ b/src/Documentation/doc/en/advanced/gang.md @@ -6,7 +6,9 @@ Seen by most of the population as nihilistic, murderous and vile, occasional rum ## Starting and Recruiting -Outside of [BitNode-2](bitnodes.md) gangs require much more crime and heartbreak to create, but can still be a great help. Creating a Gang in other [BitNodes](bitnodes.md) will offer more [Augmentations](../basic/augmentations.md) than other [Factions](../basic/factions.md), but they will not be a way to destroy the [BitNode](bitnodes.md) alone. +Outside of [BitNode-2](bitnodes.md), you need to have -54000 karma or lower to create a Gang. It takes a long time to reduce your karma, but Gang is a great help. If you have access to [Sleeves](sleeves.md), you can make them commit crimes and "farm karma" for you. + +Creating a Gang in other [BitNodes](bitnodes.md) will offer more [Augmentations](../basic/augmentations.md) than other [Factions](../basic/factions.md), but they will not be a way to destroy the [BitNode](bitnodes.md) alone. After creating a gang, you will be able to start recruiting, adding members to your gang as you gain Respect. While in a BitNode, your gang and gang member stats will not reset if you install augmentations. diff --git a/src/Documentation/doc/en/basic/crimes.md b/src/Documentation/doc/en/basic/crimes.md index db502dd82..8a0c4ca9c 100644 --- a/src/Documentation/doc/en/basic/crimes.md +++ b/src/Documentation/doc/en/basic/crimes.md @@ -1,6 +1,7 @@ # Crimes -Committing crimes is an active gameplay mechanic that allows the player to train their [Stats](stats.md) and potentially earn money. +Committing crimes is an active gameplay mechanic that allows the player to train their [Stats](stats.md) and potentially earn money. It also reduces your karma, and having low karma is a requirement of some factions. + The player can attempt to commit crimes by visiting `The Slums` through the `City` tab (Alt + w). `The Slums` is available in every city. diff --git a/src/ui/CharacterStats.tsx b/src/ui/CharacterStats.tsx index db7747d5f..9abcb2905 100644 --- a/src/ui/CharacterStats.tsx +++ b/src/ui/CharacterStats.tsx @@ -284,6 +284,7 @@ export function CharacterStats(): React.ReactElement { color={Settings.theme.primary} data={{ content: String(Player.augmentations.length) }} /> +