File tree 2 files changed +1
-19
lines changed
2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -1262,16 +1262,6 @@ local options = {
1262
1262
def = false ,
1263
1263
},
1264
1264
1265
- {
1266
- key = " accuratelasers" ,
1267
- name = " Accurate Lasers" ,
1268
- desc = " Removes inaccuracy vs moving units from all laser weapons as a proposed solution to overpowered scoutspam" ,
1269
- type = " bool" ,
1270
- hidden = true ,
1271
- section = " options_experimental" ,
1272
- def = false ,
1273
- },
1274
-
1275
1265
{
1276
1266
key = " lategame_rebalance" ,
1277
1267
name = " Lategame Rebalance" ,
@@ -1338,7 +1328,7 @@ local options = {
1338
1328
name = " Proposed Unit Reworks" ,
1339
1329
desc = " Modoption used to test and balance unit reworks that are being considered for the base game." ,
1340
1330
type = " bool" ,
1341
- -- hidden = true,
1331
+ hidden = true ,
1342
1332
section = " options_experimental" ,
1343
1333
def = false ,
1344
1334
},
Original file line number Diff line number Diff line change 1
1
local function proposed_unit_reworksTweaks (name , uDef )
2
2
3
- if name == " armpw" then
4
- uDef .metalcost = 60
5
- end
6
- if name == " corak" then
7
- uDef .metalcost = 45
8
- uDef .weapondefs .gator_laser .range = 220
9
- end
10
-
11
3
12
4
return uDef
13
5
end
You can’t perform that action at this time.
0 commit comments