From 30cdaa1a7a4dd9163c3a1155de989bfb5e52d140 Mon Sep 17 00:00:00 2001 From: gmcew <97335456+gmcew@users.noreply.github.com> Date: Mon, 27 May 2024 22:52:05 +0100 Subject: [PATCH] DOCS: Faction work description update (#1310) - made it clear security gives hacking exp, and utilises it too - clarified weighting of stats for hacking/field work. --- src/Faction/ui/FactionRoot.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Faction/ui/FactionRoot.tsx b/src/Faction/ui/FactionRoot.tsx index dfbb5abc1..b96c8ca57 100644 --- a/src/Faction/ui/FactionRoot.tsx +++ b/src/Faction/ui/FactionRoot.tsx @@ -31,18 +31,18 @@ type FactionRootProps = { const hackingContractsInfo = "Complete hacking contracts for your faction. " + "Your effectiveness, which determines how much " + - "reputation you gain for this faction, is based on your hacking skill. " + + "reputation you gain for this faction, is based completely on your hacking skill. " + "You will gain hacking exp."; const fieldWorkInfo = "Carry out field missions for your faction. " + "Your effectiveness, which determines how much " + - "reputation you gain for this faction, is based on all of your stats. " + + "reputation you gain for this faction, is based on all of your stats equally . " + "You will gain exp for all stats."; const securityWorkInfo = "Serve in a security detail for your faction. " + "Your effectiveness, which determines how much " + - "reputation you gain for this faction, is based on your combat stats. " + - "You will gain exp for all combat stats."; + "reputation you gain for this faction, is based on your combat stats and your hacking skill. " + + "You will gain exp for all combat stats and hacking."; const augmentationsInfo = "As your reputation with this faction rises, you will " + "unlock Augmentations, which you can purchase to enhance " +