Skip to content

Commit

Permalink
Added part definitions for .45 ACP Pistols
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 24, 2023
1 parent d4f5ef5 commit d99a67d
Showing 1 changed file with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
module coavinsfirearms {
imports {
Base
}

item PistolReceiver_9 {
DisplayName = Pistol Frame (9mm),
DisplayCategory = FirearmPart,
Type = Normal,
Icon = PistolReceiver,
Weight = 0.4,
ConditionMax = 20,
WorldStaticModel = Paperbag_Ground,
}

item PistolSlide_9 {
DisplayName = Pistol Slide (9mm),
DisplayCategory = FirearmPart,
Type = Normal,
Icon = PistolSlide,
Weight = 0.3,
ConditionMax = 20,
WorldStaticModel = Paperclip,
}

item PistolBarrel_9 {
DisplayName = Pistol Barrel (9mm),
DisplayCategory = FirearmPart,
Type = Normal,
Icon = PistolBarrel,
Weight = 0.3,
ConditionMax = 20,
WorldStaticModel = Razor_Ground,
}
}

0 comments on commit d99a67d

Please sign in to comment.