Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit c363076

Browse files
committed
Loadout edits
1 parent d51e29d commit c363076

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Ronin.rte/Loadouts.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RoninLoadouts = {["Rifleman"] = {}, ["Machinegunner"] = {}, ["CQB"] = {}, ["Gren
55
RoninLoadouts["Rifleman"]["Primary"] = {"AK-47", "M16A2"};
66
RoninLoadouts["Rifleman"]["Secondary"] = {".357 Magnum", "Desert Eagle"};
77
RoninLoadouts["Rifleman"]["Tertiary"] = {"Luger P08", "Beretta 93R", "Shovel", "Medical Dart Gun", "Grapple Gun", "Medikit"};
8-
RoninLoadouts["Rifleman"]["Throwable"] = {"M67 Grenade", "M24 Potato Masher", "Molotov Cocktail"};
8+
RoninLoadouts["Rifleman"]["Throwable"] = {"M67 Grenade", "M24 Potato Masher", "Molotov Cocktail", "Scrambler"};
99

1010
RoninLoadouts["Machinegunner"]["Headgear"] = {"Soldier Helmet", "Motorcycle Helmet", "Dummy Mask", "Browncoat Mask"};
1111
RoninLoadouts["Machinegunner"]["Primary"] = {"M60", "Stoner 63"};
@@ -14,13 +14,13 @@ RoninLoadouts["Machinegunner"]["Tertiary"] = {"Luger P08", "Beretta 93R", "Shove
1414

1515
RoninLoadouts["CQB"]["Headgear"] = {"Dummy Mask", "Browncoat Mask"};
1616
RoninLoadouts["CQB"]["Primary"] = {"Model 590", "SPAS 12"};
17-
RoninLoadouts["CQB"]["Secondary"] = {".357 Magnum", "Desert Eagle", "UZI", "MP5K", "Sawed-Off Shotgun"};
18-
RoninLoadouts["CQB"]["Tertiary"] = {"Luger P08", "Beretta 93R", "Chainsaw"};
17+
RoninLoadouts["CQB"]["Secondary"] = {".357 Magnum", "Desert Eagle", "UZI", "MP5K", "Sawed-Off Shotgun", "Chainsaw"};
18+
RoninLoadouts["CQB"]["Throwable"] = {"Molotov Cocktail", "Scrambler"};
1919

2020
RoninLoadouts["Grenadier"]["Headgear"] = {"Soldier Helmet"};
2121
RoninLoadouts["Grenadier"]["Primary"] = {"RPG-7", "M79", "RPC M17"};
2222
RoninLoadouts["Grenadier"]["Secondary"] = {"UZI", "MP5K"};
23-
RoninLoadouts["Grenadier"]["Throwable"] = {"M67 Grenade", "M24 Potato Masher", "Molotov Cocktail"};
23+
RoninLoadouts["Grenadier"]["Throwable"] = {"M67 Grenade", "M24 Potato Masher"};
2424

2525
RoninLoadouts["Sniper"]["Headgear"] = {"Sniper Hat"};
2626
RoninLoadouts["Sniper"]["Primary"] = {"Kar98k", "M1 Garand"};

Techion.rte/Loadouts.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AddLoadout = Loadout
2121
AddCargoItem = AHuman
2222
PresetName = Base.rte/Brain Robot
2323
AddCargoItem = HDFirearm
24-
PresetName = Techion.rte/Pulse Rifle
24+
PresetName = Techion.rte/Laser Rifle
2525
AddCargoItem = HDFirearm
2626
PresetName = Base.rte/Constructor
2727

@@ -42,7 +42,7 @@ AddLoadout = Loadout
4242
AddCargoItem = AHuman
4343
PresetName = Techion.rte/Whitebot
4444
AddCargoItem = HDFirearm
45-
PresetName = Techion.rte/Pulse Rifle
45+
PresetName = Techion.rte/Laser Rifle
4646
AddCargoItem = HDFirearm
4747
PresetName = Techion.rte/Micro Pulsar
4848
AddCargoItem = TDExplosive

0 commit comments

Comments
 (0)