Changes damage values for each weapon to any body part

Supported Games
GameServerKingsGameServerKings

As requested by my mate @SCE CropCrop from Battle Of The Best - PVP Tournaments

Don't like the fact a bolty doesn't 1 hit head shot with a metal facemask on? Do you think that pistol's deal too much damage when shooting someones hand? Then this is the plugin for you!

Its a simple plugin designed to scale damage from any weapon to any part of the victims body. This is for player versus player interactions only.

You can edit this from within game using the chat commands, or through the config. All default values are set to 1.0 (100%/normal damage).

Chat Commands

  • /scale list - Display a list of available bone types
  • /scale weapon <shortname> <bone> <amount> - Scale damage for a weapon to a bone.
  • <shortname> - Weapon shortname
  • <bone> - The bodypart hit
  • <amount> - The percentage modifier. ex. 0.5 is half damage, 1.0 is standard, 2.2 is 220% damage

Example command usage - /scale weapon rifle.ak pelvis 2.5 This will scale damage dealt to the pelvis by a Assault Rifle to 250%

MIT License


Copyright (c) 2020 k1lly0u


Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:


The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.


THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.