-
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 <[email protected]>
- Loading branch information
1 parent
db3ba08
commit 3168337
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_308ar.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_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, | ||
} | ||
} |