Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Cluster Grenade | Grenade | 36 | 15% Chance to appear in Light Armory, Heavy Arm
Additional Health 207 | Anti SCP-207 | 37 | 25% Chance to appear in MicroHID | 1 | When consumed, it adds more health to the player until they die.
Low Gravity Armor [WIP] | Heavy Armor | 38 | Does not spawn on the map | 0 | When equipped, it applies low gravity to the player.
Viper PDW | Crossvec | 39 | Spawns on MTF Vanguard, 25% Chance to appear in Heavy Armory, 049 Armory, Inside 096 Containment Chamber | 1 | A firearm that does different damage at different ranges.
Pathfinder | COM-18 | 40 | Spawns on MTf Vanguard | 1 | A firearm that when hitting a foe, causes them to take increased damage for a short amount of time.
Pathfinder | COM-18 | 40 | Spawns on MTF Vanguard | 1 | A firearm that when hitting a foe, causes them to take increased damage for a short amount of time.

# Snivy's Server Events

Expand Down
2 changes: 1 addition & 1 deletion SnivysUltimatePackage/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Plugin : Plugin<MasterConfig>
public override string Name { get; } = "Snivy's Ultimate Plugin Package";
public override string Author { get; } = "Vicious Vikki";
public override string Prefix { get; } = "VVUltimatePluginPackage";
public override Version Version { get; } = new Version(2, 3, 0);
public override Version Version { get; } = new Version(3, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(9, 6, 0);

public static int ActiveEvent = 0;
Expand Down
2 changes: 1 addition & 1 deletion SnivysUltimatePackageOneConfig/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Plugin : Plugin<MasterConfig>
public override string Name { get; } = "Snivy's Ultimate Plugin Package One Config";
public override string Author { get; } = "Vicious Vikki";
public override string Prefix { get; } = "VVUltimatePluginPackageOneConfig";
public override Version Version { get; } = new Version(2, 3, 0);
public override Version Version { get; } = new Version(3, 0, 0);
public override Version RequiredExiledVersion { get; } = new Version(9, 6, 0);

public static int ActiveEvent = 0;
Expand Down
Loading