-
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.
* Add Model definitions for Rifle_556 Signed-off-by: macinsight <[email protected]> * Add Helper definitions for Rifle_556 Signed-off-by: macinsight <[email protected]> * Add Translation for RIfle_556 Signed-off-by: macinsight <[email protected]> * Add fixing defs for rifle_556 Signed-off-by: macinsight <[email protected]> * Add item defs for rifle_556 Signed-off-by: macinsight <[email protected]> --------- Signed-off-by: macinsight <[email protected]>
- Loading branch information
1 parent
4fad76b
commit 94f2d75
Showing
5 changed files
with
154 additions
and
0 deletions.
There are no files selected for viewing
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
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
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
63 changes: 63 additions & 0 deletions
63
...s/mods/coavinsfirearms/media/scripts/coavinsfirearms/fixings/coavins_fixing_rifle_556.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_556 Welding | ||
{ | ||
Require : RifleLowerReceiver_556, | ||
GlobalItem : BlowTorch=2, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal; MetalWelding=3, | ||
Fixer : ScrapMetal; MetalWelding=1, | ||
} | ||
|
||
fixing Fix RifleLowerReceiver_556 | ||
{ | ||
Require : RifleLowerReceiver_556, | ||
ConditionModifier : 1, | ||
|
||
Fixer : DuctTape=2; Aiming=4, | ||
Fixer : Scotchtape=3; Aiming=2, | ||
} | ||
|
||
fixing Fix RifleUpperReceiver_556 | ||
{ | ||
Require : RifleUpperReceiver_556, | ||
ConditionModifier : 1, | ||
|
||
Fixer : DuctTape=2; Aiming=4, | ||
Fixer : Scotchtape=3; Aiming=2, | ||
} | ||
|
||
fixing Fix RifleBoltCarrier_556 Welding | ||
{ | ||
Require : RifleBoltCarrier_556, | ||
GlobalItem : BlowTorch=1, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal; MetalWelding=3, | ||
Fixer : ScrapMetal; MetalWelding=1, | ||
} | ||
|
||
fixing Fix RifleFiringPin_556 Welding | ||
{ | ||
Require : RifleFiringPin_556, | ||
GlobalItem : BlowTorch=2, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : ScrapMetal=2; MetalWelding=6, | ||
Fixer : SmallSheetMetal; MetalWelding=4, | ||
} | ||
|
||
fixing Fix RifleBolt_556 Welding | ||
{ | ||
Require : RifleBolt_556, | ||
GlobalItem : BlowTorch=2, | ||
ConditionModifier : 1.2, | ||
|
||
Fixer : SmallSheetMetal; MetalWelding=4, | ||
Fixer : ScrapMetal; MetalWelding=1, | ||
} | ||
} |
55 changes: 55 additions & 0 deletions
55
...ts/mods/coavinsfirearms/media/scripts/coavinsfirearms/weapons/coavins_items_rifle_556.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,55 @@ | ||
module coavinsfirearms { | ||
imports { | ||
Base | ||
} | ||
|
||
item RifleLowerReceiver_556 { | ||
DisplayName = Rifle Lower Receiver, | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleLowerReceiver, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleUpperReceiver_556 { | ||
DisplayName = Rifle Upper Receiver, | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleUpperReceiver, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleBoltCarrier_556 { | ||
DisplayName = Rifle Bolt Carrier, | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleBoltCarrier, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleFiringPin_556 { | ||
DisplayName = Rifle Firing Pin, | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleFiringPin, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleBolt_556 { | ||
DisplayName = Rifle Bolt, | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleBolt, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
} |