mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-16 18:12:24 +01:00
IPVGO: Tetrads do def (#1284)
This commit is contained in:
@ -39,7 +39,7 @@ export const opponentDetails = {
|
||||
description: "Martial AI",
|
||||
flavorText:
|
||||
"The faction known as Tetrads prefers to get up close and personal. Their combat style excels at circling around and cutting through their opponents, both on and off of the subnets.",
|
||||
bonusDescription: "strength, dex, and agility levels",
|
||||
bonusDescription: "strength, defense, dexterity, and agility levels",
|
||||
bonusPower: 0.7,
|
||||
},
|
||||
[GoOpponent.Daedalus]: {
|
||||
|
@ -79,6 +79,7 @@ function calculateMults(): Multipliers {
|
||||
break;
|
||||
case GoOpponent.Tetrads:
|
||||
mults.strength *= effect;
|
||||
mults.defense *= effect;
|
||||
mults.dexterity *= effect;
|
||||
mults.agility *= effect;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user