Skip to content

Commit eac0c0a

Browse files
authored
Merge pull request #16 from rcorex/main
legion lvl 5 com and raptor commander fix
2 parents 2a46d48 + b9b5847 commit eac0c0a

2 files changed

Lines changed: 9 additions & 12 deletions

File tree

lua/tweakdefs.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--NuttyB v1.52 Def Main
1+
--NuttyB v1.52b Def Main
22
-- Authors: ChrispyNut, BackBash
33
-- docs.google.com/spreadsheets/d/1QSVsuAAMhBrhiZdTihVfSCwPzbbZWDLCtXWP23CU0ko
44
local unitDefs, repulsor, pairs, tableMerge = UnitDefs or {}, 'repulsor', pairs, table.merge
@@ -45,7 +45,7 @@ for _, shieldedUnit in ipairs(
4545
'legcomlvl2',
4646
'legcomlvl3',
4747
'legcomlvl4',
48-
'legcomt2com'
48+
'legcomlvl5'
4949
}
5050
) do
5151
addWeapon(

lua/tweakunits1.lua

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--NuttyB v1.52 Legion Com
1+
--NuttyB v1.52b Legion Com
22
-- Authors: ChrispyNut, BackBash
33
-- docs.google.com/spreadsheets/d/1QSVsuAAMhBrhiZdTihVfSCwPzbbZWDLCtXWP23CU0ko
44
return {
@@ -359,8 +359,7 @@ return {
359359
combatradius = 0,
360360
evolution_timer = 300,
361361
paratrooper = true,
362-
fall_damage_multiplier = 0,
363-
evolution_target = 'legcomt2com'
362+
fall_damage_multiplier = 0
364363
},
365364
buildoptions = {
366365
[1] = 'legdeflector',
@@ -498,13 +497,17 @@ return {
498497
}
499498
}
500499
},
501-
legcomt2com = {
500+
legcomlvl5 = {
502501
energymake = 2280,
503502
metalmake = 64,
504503
speed = 92,
505504
workertime = 1500,
506505
autoheal = 3500,
507506
health = 41900,
507+
customparams = {
508+
paratrooper = true,
509+
fall_damage_multiplier = 0,
510+
},
508511
buildoptions = {
509512
[1] = 'legdeflector',
510513
[2] = 'legfus',
@@ -544,12 +547,6 @@ return {
544547
[52] = 'legsrailt4',
545548
[53] = 'legelrpcmech'
546549
},
547-
featuredefs = {
548-
dead = {
549-
reclaimable = false,
550-
damage = 99999
551-
}
552-
},
553550
weapondefs = {
554551
armcomlaser = {
555552
accuracy = 50,

0 commit comments

Comments
 (0)