Skip to content

Commit

Permalink
feat: b3095 weapons (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikigoalie committed Mar 14, 2024
1 parent 2b0224c commit 3ae7d13
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion data/weapons.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
return {
Weapons = {
['WEAPON_BATTLERIFLE'] = {
label = 'Battle Rifle',
weight = 3300,
durability = 0.03,
ammoname = 'ammo-rifle2',
},

['WEAPON_SNOWLAUNCHER'] = {
label = 'Snowball Launcher',
weight = 1000,
durability = 0.03,
ammoname = 'WEAPON_SNOWBALL',
},

['WEAPON_TECPISTOL'] = {
label = 'Tactical SMG',
weight = 1500,
durability = 0.075,
ammoname = 'ammo-9',
},

['WEAPON_ADVANCEDRIFLE'] = {
label = 'Advanced Rifle',
weight = 3100,
Expand Down Expand Up @@ -745,7 +760,7 @@ return {
`COMPONENT_AT_AR_SUPP`,
`COMPONENT_AT_AR_SUPP_02`,
`COMPONENT_AT_SR_SUPP`,
`COMPONENT_AT_SR_SUPP_03`
`COMPONENT_AT_SR_SUPP_03`,
},
usetime = 2500
}
Expand Down Expand Up @@ -859,6 +874,7 @@ return {
`COMPONENT_SPECIALCARBINE_CLIP_02`,
`COMPONENT_SPECIALCARBINE_MK2_CLIP_02`,
`COMPONENT_TACTICALRIFLE_CLIP_02`,
`COMPONENT_BATTLERIFLE_CLIP_02`,
},
usetime = 2500
}
Expand Down

0 comments on commit 3ae7d13

Please sign in to comment.