-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: macinsight <gh@macinsight.net>
- Loading branch information
1 parent
06b8425
commit 41dd80f
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
...mods/coavinsfirearms/media/scripts/coavinsfirearms/fixings/coavins_fixing_rifle_308BA.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
module coavinsfirearms { | ||
imports { | ||
Base | ||
} | ||
|
||
fixing Fix RifleLowerReceiver_308BA Welding | ||
{ | ||
Require : RifleLowerReceiver_308BA, | ||
GlobalItem : BlowTorch=2, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal; MetalWelding=3, | ||
Fixer : ScrapMetal; MetalWelding=1, | ||
} | ||
|
||
fixing Fix RifleLowerReceiver_308BA | ||
{ | ||
Require : RifleLowerReceiver_308BA, | ||
ConditionModifier : 1, | ||
|
||
Fixer : DuctTape=2; Aiming=4, | ||
Fixer : Scotchtape=3; Aiming=2, | ||
} | ||
|
||
fixing Fix RifleUpperReceiver_308BA | ||
{ | ||
Require : RifleUpperReceiver_308BA, | ||
ConditionModifier : 1, | ||
|
||
Fixer : DuctTape=2; Aiming=4, | ||
Fixer : Scotchtape=3; Aiming=2, | ||
} | ||
|
||
fixing Fix RifleBoltCarrier_308BA Welding | ||
{ | ||
Require : RifleBoltCarrier_308BA, | ||
GlobalItem : BlowTorch=1, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal; MetalWelding=3, | ||
Fixer : ScrapMetal; MetalWelding=1, | ||
} | ||
|
||
fixing Fix RifleFiringPin_308BA Welding | ||
{ | ||
Require : RifleFiringPin_308BA, | ||
GlobalItem : BlowTorch=2, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : ScrapMetal=2; MetalWelding=6, | ||
Fixer : SmallSheetMetal; MetalWelding=4, | ||
} | ||
|
||
fixing Fix RifleBolt_308BA Welding | ||
{ | ||
Require : RifleBolt_308BA, | ||
GlobalItem : BlowTorch=2, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal; MetalWelding=4, | ||
Fixer : ScrapMetal; MetalWelding=1, | ||
} | ||
} |