forked from plus-22/rangedweapons_expanded
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.lua
More file actions
37 lines (33 loc) · 1.08 KB
/
settings.lua
File metadata and controls
37 lines (33 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
rweapons_player_dmg_multiplier = 2
rweapons_mob_dmg_multiplier = 1.0
rweapons_headshot_dmg_multiplier = 1.25
rweapons_max_gun_efficiency = 30000
rweapons_min_gun_efficiency = 40
rweapons_bloodyness = 10
rweapons_enable_gun_smoke = "false"
rweapons_enable_shell_ejecting = "false"
rweapons_enable_sparks = "false"
rweapons_is_g11_craftable = "false"
rweapons_gun_recoil = "false"
rweapons_gun_crafting = "true"
rweapons_gun_durability = "true"
rweapons_shurikens = "true"
rweapons_handguns = "true"
rweapons_forceguns = "true"
rweapons_javelins = "true"
rweapons_power_weapons = "true"
rweapons_machine_pistols = "true"
rweapons_shotguns = "true"
rweapons_auto_shotguns = "true"
rweapons_smgs = "true"
rweapons_rifles = "true"
rweapons_assault_rifles = "true"
rweapons_heavy_machineguns = "true"
rweapons_revolvers = "true"
rweapons_explosives = "true"
rweapons_glass_breaking = "true"
rweapons_door_breaking = "true"
rweapons_other_weapon_crafting = "true"
rweapons_ammo_crafting = "true"
rweapons_item_crafting = "true"
rweapons_explosive_weapons_crafting = "false"