mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 10:13:52 +01:00
nerf some shapes
This commit is contained in:
parent
d2f2ab07d7
commit
dbc77f6f0e
@ -290,7 +290,7 @@ export function FragmentById(id: number): Fragment | null {
|
||||
[X, X, X],
|
||||
], // shape
|
||||
FragmentType.Bladeburner, // type
|
||||
1.3, // power
|
||||
0.4, // power
|
||||
1, // limit
|
||||
),
|
||||
);
|
||||
@ -299,9 +299,10 @@ export function FragmentById(id: number): Fragment | null {
|
||||
2, // id
|
||||
[
|
||||
// shape
|
||||
[X, X, X],
|
||||
[X, _, X],
|
||||
[X, X, X],
|
||||
[X, X, X, X],
|
||||
[X, _, _, X],
|
||||
[X, _, _, X],
|
||||
[X, X, X, X],
|
||||
],
|
||||
FragmentType.Booster, // type
|
||||
1.1, // power
|
||||
|
Loading…
Reference in New Issue
Block a user