Skip to content

Commit

Permalink
Boost 'Plated' materials rate from Metals class (#5891)
Browse files Browse the repository at this point in the history
  • Loading branch information
themrrobert authored May 21, 2024
1 parent a02aef3 commit 1c51fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/invention/groups/Metals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const Metals: DisassemblySourceGroup = {
{ item: i('Rune dart tip'), lvl: 9 },
{ item: i('Dragon dart tip'), lvl: 80, flags: new Set(['orikalkum']) }
],
parts: { strong: 10, plated: 10, heavy: 10, metallic: 70 }
parts: { strong: 10, plated: 20, heavy: 10, metallic: 60 }
};

0 comments on commit 1c51fb7

Please sign in to comment.