Skip to content

Commit

Permalink
feat(model): Add fix defs for #79
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <[email protected]>
  • Loading branch information
macinsight committed Nov 27, 2023
1 parent db3ba08 commit 3168337
Showing 1 changed file with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
module coavinsfirearms {
imports {
Base
}

fixing Fix RifleLowerReceiver_308AR Welding
{
Require : RifleLowerReceiver_308AR,
GlobalItem : BlowTorch=2,
ConditionModifier : 1.2,

Fixer : SmallSheetMetal; MetalWelding=3,
Fixer : ScrapMetal; MetalWelding=1,
}

fixing Fix RifleLowerReceiver_308AR
{
Require : RifleLowerReceiver_308AR,
ConditionModifier : 1,

Fixer : DuctTape=2; Aiming=4,
Fixer : Scotchtape=3; Aiming=2,
}

fixing Fix RifleUpperReceiver_308AR
{
Require : RifleUpperReceiver_308AR,
ConditionModifier : 1,

Fixer : DuctTape=2; Aiming=4,
Fixer : Scotchtape=3; Aiming=2,
}

fixing Fix RifleBoltCarrier_308AR Welding
{
Require : RifleBoltCarrier_308AR,
GlobalItem : BlowTorch=1,
ConditionModifier : 1.2,

Fixer : SmallSheetMetal; MetalWelding=3,
Fixer : ScrapMetal; MetalWelding=1,
}

fixing Fix RifleFiringPin_308AR Welding
{
Require : RifleFiringPin_308AR,
GlobalItem : BlowTorch=2,
ConditionModifier : 1.2,

Fixer : ScrapMetal=2; MetalWelding=6,
Fixer : SmallSheetMetal; MetalWelding=4,
}

fixing Fix RifleBolt_308AR Welding
{
Require : RifleBolt_308AR,
GlobalItem : BlowTorch=2,
ConditionModifier : 1.2,

Fixer : SmallSheetMetal; MetalWelding=4,
Fixer : ScrapMetal; MetalWelding=1,
}
}

0 comments on commit 3168337

Please sign in to comment.