minetest-mod-nssw/settings.lua

31 lines
967 B
Lua

rweapons_player_dmg_multiplier = 1.0
rweapons_mob_dmg_multiplier = 1.0
rweapons_headshot_dmg_multiplier = 1.75
rweapons_max_gun_efficiency = 300
rweapons_min_gun_efficiency = 40
rweapons_bloodyness = 10
rweapons_gun_crafting = "true"
rweapons_gun_durability = "true"
-- Enable/Disable types of weapons
rweapons_allow_throwables = "true"
rweapons_allow_handguns = "true"
rweapons_allow_revolvers = "true"
rweapons_allow_sub_machine_gun = "true"
rweapons_allow_machine_pistols = "true"
rweapons_allow_machineguns = "true"
rweapons_allow_shotguns = "true"
rweapons_allow_auto_shotguns = "true"
rweapons_allow_rifles = "true"
rweapons_allow_auto_rifles = "true"
rweapons_allow_explosives = "true"
rweapons_allow_power_weapons = "true"
rweapons_allow_forceguns = "true"
rweapons_glass_breaking = "true"
rweapons_door_breaking = "true"
rweapons_other_weapon_crafting = "true"
rweapons_ammo_crafting = "true"
rweapons_item_crafting = "true"