mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-21 05:35:45 +01:00
Set Shortest Path contract difficulty factor
This commit is contained in:
parent
809f8f6687
commit
197e875610
@ -820,8 +820,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [
|
||||
"Answer: ''\n\n",
|
||||
].join(" ");
|
||||
},
|
||||
difficulty: 5, // TODO: higher, but probably not much more?
|
||||
numTries: 10, // TODO: probably OK?
|
||||
difficulty: 7,
|
||||
numTries: 10,
|
||||
gen: (): number[][] => {
|
||||
const height = getRandomInt(6, 12);
|
||||
const width = getRandomInt(6, 12);
|
||||
|
Loading…
Reference in New Issue
Block a user