Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IRepairConfig.BonusSettings
import { type IRepairConfig } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";
const { BonusSettings } = IRepairConfig;

Properties

rarityWeight: Record<string, number>
bonusTypeWeight: Record<string, number>
common: Record<string, BonusValues>
rare: Record<string, BonusValues>