Jump to content

South America

This is a free download custom map (Procedural map) outlining South America and its surroundings with some custom monuments that will be added in later versions.
Check out

Hydrae Oxide

Hydrae Oxide 4K is our second free map project
Check out

AutoCopter

AutoCopter brings you all the tools needed to survive the Rust Apocalypse while flying in your private helicopter.
Check out

Tanks Factory

This is great alternative of Launch Site. For looting needs red card.
Check out

Cobalt Police Department

Custom Monument for RUST
Check out

Weapon Damage Modifier


FlamesFenix
 Share

Recommended Posts

Weapon Damage Modifier


Modifies the damage from your weapon.

Permission = "weapondamagemodifier.use";

Some weapons have already been added to the config file for example.
You can edit the list to your liking by adding or removing weapons from the list.

How to find out the shortname of a weapon?
Enable debugging in the config file.
"Default: what weapon the player is using, what damage was received from this weapon.": true,
"Modifier: what weapon the player is using, what damage was received from this weapon.": true
Reload the plugin.
Choose an active weapon for your character, and deal damage to the entity.
Information will be displayed to you in the server console.
"Hit Info (Initiator - who did the damage). Weapon (ShortName - what weapon). Damage (Total - what was the damage)."
Copy the name of the weapon and add it to the list in your config file.
Save the config file.
Reload the plugin.

Default config file.

{
  "Debag settings": {
    "Default: what weapon the player is using, what damage was received from this weapon.": true,
    "Modifier: what weapon the player is using, what damage was received from this weapon.": true
  },
  "Multiplier settings": {
    "Weapon list (weapon shortname : multiplier)": {
      "explosive.timed.deployed": 1.0,
      "explosive.satchel.deployed": 1.0,
      "grenade.beancan.deployed": 1.0,
      "grenade.f1.deployed": 1.0,
      "rocket_basic": 1.0,
      "rocket_hv": 1.0,
      "rocket_fire": 1.0,
      "mp5.entity": 1.0,
      "thompson.entity": 1.0,
      "m92.entity": 1.0,
      "bolt_rifle.entity": 1.0,
      "l96.entity": 1.0,
      "m39.entity": 1.0
    }
  }
}

 


 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...