About Nade Plus
NadePlus adds a few custom Grenades to the world for more Tactical Gameplay
Fair warning ....All Players with IsAdmin tag are exempt from nade effects (but in fairness Admins should not play, Right?)
Custom Nades
- Radiation Nade (spreads radiation and kills NPC's) ** Requires ZoneManager***
- WaterBomb (Puts out fire's also works on Bradley and patrol and removes radiation effect to players in radius)
- Medical Nade (heals players within radius)
- DropNGo Nade (drops nearby players Hotbar items to give you a chance to run away)
- Sleeper Nade (Forces players to sleep for a set time)
- Gravity Nade (pulls players /animals and scientist to explosion position)
- Ping Nade (Pings players and Scientists in blast radius)
- F15 Nade (spawns a F15 Jets to taget npc or player in radius)
- Wall Nade (spawns Walls for defense)
- Boogie Nade (makes players dance for set time) (if player dont own the dlc , they will not dance but there movement will be blocked) (RustPlugin dont support dlc bypass)
Console Commands
givenade <playername> <type> // 0 = Radiation 1=Waterbomb 2 = Medical 3 =DropNGo 4=Sleeper 5 = Gravity 6 = Ping 7 = F15 8 = Walls 9 = Boogie givenades <playername> // gives all nads to player
Config
{ "Use F1 grenades?": true, "Grenade SkinID's": { "RadiationNade": 810239244, "WaterNade": 1104350225, "HealNade": 830797289, "DropAndGoNade": 1806709625, "SleepNade": 1052763402, "GravityNade": 879489202, "PingNade": 3139713369, "F15Nade": 2425947331, "WallNade": 3263974252, "BoogieNade": 2206463709 }, "Nade Config's": { "Radiation Nade": { "SpawnRadius": 20.0, "MaxRadiation": 60.0 }, "Water Nade": { "SpawnRadius": 20.0 }, "Medical Nade": { "SpawnRadius": 20.0, "Maxheal": 75.0 }, "DropNGo Nade": { "SpawnRadius": 20.0 }, "Sleeper Nade": { "SpawnRadius": 20.0, "TimeToKeepSleeping": 20.0 }, "Gravity Nade": { "SpawnRadius": 20.0, "PullScientists": true, "PullAnimals": false }, "Ping Nade": { "SpawnRadius": 40.0, "PingScientists": true, "PingTeam": false }, "F15 Nade": { "SpawnRadius": 40.0 }, "Wall Nade": { "WallAmount": 4, "TimetillKill": 10.0 }, "Boogie Nade": { "SpawnRadius": 20.0, "TimeToKeepBoogie": 10.0 } }, "Enable Nade world spawns?": true, "Drop Settings": [ { "Object Short prefab name": "crate_elite", "Minimum item to drop": 1, "Maximum item to drop": 1, "Item Drop Chance": 7.0 }, { "Object Short prefab name": "codelockedhackablecrate", "Minimum item to drop": 1, "Maximum item to drop": 1, "Item Drop Chance": 9.0 }, { "Object Short prefab name": "crate_ammunition", "Minimum item to drop": 1, "Maximum item to drop": 1, "Item Drop Chance": 20.0 } ] }
Video examples
Future plans
- Add more nades
- add more custom setting per nade in config
- more screenshots and videos