Skip to content

Commit

Permalink
Merge pull request #1565 from techannihilation/patch-hyperion
Browse files Browse the repository at this point in the history
Move Hyperion into T3
  • Loading branch information
skymyj authored Nov 25, 2019
2 parents ec29668 + 4037448 commit c3a0b69
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 18 deletions.
9 changes: 7 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
3.1 -> 3.2
2019-11-24
!!On this update, major changes that will changes gameplay!! (in test for 1-2 weeks)
2019-11-25
On this update, major changes that will changes gameplay!
Balance:
- Decrease Regen/S for All Plasma Deflector. Fix at 10E => 1 Regen
- Decrease stats and cost for tllblind (t3 tll). And increase speed.
- Decrease Horgue Cost by 10%
- Decrease Speed rotation for pelvis ExoArm
- Add 1000 HP to All Fusion Com
- Decrease Stats and costfor Hyperion
- Increase range for arm_furie main weapon 590 => 650
- Decrease velocity for armorco (1.25 => 1.2) Same than Krogoth.

Improvements:
- Delete for Test the T1.5 Adv Vehicle/Kbot
Expand All @@ -17,6 +20,8 @@ Improvements:
- Add T3 Vehicle Naja (Rocket Thermite launcher)
- T3 Rex and black Tiger are now Amphibious
- Rework t2 kbot TLllDischarge (was the harder unit to use. Now more easier and it rocks !)
- Increase T3 ARM Lab model by 20%
- Hyperion rebecomes T3 unit
- Add DDS icon for new units

3.09 -> 3.1
Expand Down
2 changes: 1 addition & 1 deletion units/arm_furie.lua
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ return {
impulsefactor = 0,
intensity = 1,
name = "Gauss Cannon2",
range = 590,
range = 700,
reloadtime = 0.1,
rgbcolor = "1 0.1 0.1",
soundhitdry = "xplomed2",
Expand Down
2 changes: 1 addition & 1 deletion units/armorco.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ return {
mass = 26333.33398,
maxdamage = 158000,
maxslope = 17,
maxvelocity = 1.25,
maxvelocity = 1.2,
maxwaterdepth = 12,
mobilestandorders = 1,
movementclass = "VKBOT5",
Expand Down
22 changes: 9 additions & 13 deletions units/hyperion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ return {
hyperion = {
acceleration = 0.08,
brakerate = 0.42,
buildcostenergy = 420116,
buildcostmetal = 73502,
buildcostenergy = 350116,
buildcostmetal = 35502,
builder = false,
buildpic = "hyperion.dds",
buildtime = 1000000,
buildtime = 375000,
canattack = true,
canguard = true,
canmove = true,
Expand All @@ -22,7 +22,6 @@ return {
defaultmissiontype = "Standby",
description = "Gigantic Siege Kbot",
downloadable = 1,
energystorage = 20000,
explodeas = "NUCLEAR_MISSILE2",
firestandorders = 1,
footprintx = 5,
Expand All @@ -32,9 +31,9 @@ return {
losemitheight = 108,
maneuverleashlength = 640,
mass = 73502,
maxdamage = 255000,
maxdamage = 181325,
maxslope = 17,
maxvelocity = 1.76,
maxvelocity = 1.1,
maxwaterdepth = 12,
metalmake = 0,
mobilestandorders = 1,
Expand All @@ -47,13 +46,13 @@ return {
radaremitheight = 108,
selfdestructas = "CRBLMSSL",
selfdestructcountdown = 10,
sightdistance = 700,
sightdistance = 600,
standingfireorder = 2,
standingmoveorder = 1,
steeringmode = 2,
turninplaceanglelimit = 140,
turninplacespeedlimit = 1.056,
turnrate = 620,
turnrate = 450,
unitname = "hyperion",
upright = true,
customparams = {
Expand Down Expand Up @@ -160,7 +159,6 @@ return {
texture1 = "Type4Beam",
texture3 = "beamrifle",
thickness = 14,
tolerance = 100000,
turret = true,
weapontype = "BeamLaser",
weaponvelocity = 1500,
Expand All @@ -169,10 +167,8 @@ return {
light_radius_mult = 1.2,
},
damage = {
commanders = 2250,
default = 4500,
experimental_land = 9000,
experimental_ships = 9000,
commanders = 600,
default = 1800,
subs = 5,
},
},
Expand Down
1 change: 1 addition & 0 deletions units/tllhtcp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ return {
[4] = "tllcrawler",
[5] = "tllhtml",
[6] = "tllgrim",
[7] = "hyperion",
},
customparams = {
buildpic = "tllhtcp.dds",
Expand Down
2 changes: 1 addition & 1 deletion units/tllprototype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ return {
[2] = "tllmantis",
[3] = "irritator",
[4] = "tllhailstorm",
[5] = "hyperion",
--[5] = "hyperion",
[6] = "tllgorgon",
[7] = "tllmcv",
[8] = "tllcolossus",
Expand Down

0 comments on commit c3a0b69

Please sign in to comment.