-
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
3168337
commit 8a138f5
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
55 changes: 55 additions & 0 deletions
55
.../mods/coavinsfirearms/media/scripts/coavinsfirearms/weapons/coavins_items_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,55 @@ | ||
module coavinsfirearms { | ||
imports { | ||
Base | ||
} | ||
|
||
item RifleLowerReceiver_308AR { | ||
DisplayName = Rifle Lower Receiver (.308 AR), | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleLowerReceiver, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleUpperReceiver_308AR { | ||
DisplayName = Rifle Upper Receiver (.308 AR), | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleUpperReceiver, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleBoltCarrier_308AR { | ||
DisplayName = Rifle Bolt Carrier (.308 AR), | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleBoltCarrier, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleFiringPin_308AR { | ||
DisplayName = Rifle Firing Pin (.308 AR), | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleFiringPin, | ||
Weight = 0.1, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
|
||
item RifleBolt_308AR { | ||
DisplayName = Rifle Bolt (.308 AR), | ||
DisplayCategory = FirearmPart, | ||
Type = Normal, | ||
Icon = RifleBolt, | ||
Weight = 2, | ||
ConditionMax = 20, | ||
WorldStaticModel = Paperbag_Ground, | ||
} | ||
} |