Skip to content

Commit

Permalink
feat(model): Add item defs for #79
Browse files Browse the repository at this point in the history
Signed-off-by: macinsight <gh@macinsight.net>
  • Loading branch information
macinsight committed Nov 27, 2023
1 parent 3168337 commit 8a138f5
Showing 1 changed file with 55 additions and 0 deletions.
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,
}
}

0 comments on commit 8a138f5

Please sign in to comment.