Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
- Optimized TTK calculations slightly
- Refactored TTK code to be a bit more readable
- Added significantly larger base target grouping (courtesy of Frupus)
- Reworked bottom controls to be more user friendly
  • Loading branch information
GottFaust committed Jun 16, 2015
1 parent 942b614 commit 228a267
Showing 1 changed file with 48 additions and 2 deletions.
50 changes: 48 additions & 2 deletions src/etc/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,54 @@ public class Constants {
/** Default TTK Targets **/
public static final String[] baseTTKTargets = { "Corpus Tech,15,95,0,700,250,CorpusFlesh,FerriteArmor,ProtoShield,Corpus,0",
"Toxic Ancient,1,95,0,400,0,Fossilized,FerriteArmor,Shields,Infested,0",
"Heavy Gunner,8,95,500,300,0,CloneFlesh,FerriteArmor,Shields,Grineer,0",
"Fusion Moa,15,95,0,250,250,Robotic,FerriteArmor,Shields,Corpus,0"};
"Heavy Gunner,8,95,500,300,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,0",
"Fusion Moa,15,95,0,250,250,Robotic,FerriteArmor,Shields,Corpus,0",
"Corrupted Butcher,1,95,5,100,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,4",
"Corrupted Lancer,1,95,200,60,0,CloneFlesh,AlloyArmor,ProtoShield,Grineer,4",
"Corrupted Crewman,1,95,0,60,150,CorpusFlesh,AlloyArmor,Shields,Grineer,4",
"Corrupted Nullifier,1,95,0,60,150,CorpusFlesh,AlloyArmor,ProtoShield,Grineer,4",
"Corrupted MOA,1,95,0,250,250,Robotic,AlloyArmor,Shields,Grineer,4",
"Corrupted Ancient,1,95,0,400,0,Fossilized,AlloyArmor,ProtoShield,Grineer,4",
"Corrupted Heavy Gunner,8,95,500,700,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,4",
"Corrupted Bombard,4,95,500,300,0,CloneFlesh,AlloyArmor,ProtoShield,Grineer,4",
"Corrupted Heavy Gunner Leech Eximus,8,95,800,2100,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,4",
"Corrupted Bombard Leech Eximus,4,95,800,900,0,CloneFlesh,AlloyArmor,ProtoShield,Grineer,4",
"Butcher,1,95,5,50,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Scorpion,10,95,150,150,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Elite Lancer,15,95,200,150,0,CloneFlesh,AlloyArmor,ProtoShield,Grineer,1",
"Trooper,1,95,150,120,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Ballista,1,95,100,100,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Scorch,10,95,100,120,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Seeker,1,95,200,100,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Drahk Master,12,95,200,500,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Drahk,1,95,175,300,0,CorpusFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Napalm,6,95,500,600,0,CloneFlesh,AlloyArmor,ProtoShield,Grineer,1",
"Heavy Gunner,8,95,500,300,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Bombard,1,95,500,300,0,CloneFlesh,AlloyArmor,ProtoShield,Grineer,1",
"Napalm Leech Eximus,6,95,800,1800,0,CloneFlesh,AlloyArmor,ProtoShield,Grineer,1",
"Heavy Gunner Leech Eximus,8,95,800,900,0,CloneFlesh,FerriteArmor,ProtoShield,Grineer,1",
"Prod Crewman,1,95,0,100,50,CorpusFlesh,AlloyArmor,Shields,Corpus,2",
"Crewman,1,95,0,60,150,CorpusFlesh,AlloyArmor,Shields,Corpus,2",
"Sniper Crewman,15,95,0,60,150,CorpusFlesh,AlloyArmor,ProtoShield,Corpus,2",
"Elite Crewman,15,95,0,100,200,CorpusFlesh,AlloyArmor,Shields,Corpus,2",
"Tech,15,95,0,700,250,CorpusFlesh,AlloyArmor,ProtoShield,Corpus,2",
"Nullifer Crewman,1,95,0,600,150,CorpusFlesh,AlloyArmor,ProtoShield,Corpus,2",
"MOA,1,95,0,60,150,Robotic,AlloyArmor,Shields,Corpus,2",
"Fusion MOA,15,95,0,250,250,Robotic,AlloyArmor,Shields,Corpus,2",
"Fusion MOA Drone,15,95,0,250,75,Robotic,AlloyArmor,Shields,Corpus,2",
"Anti MOA,5,95,0,50,500,Robotic,AlloyArmor,Shields,Corpus,2",
"Oxium Osprey,1,95,0,750,150,Robotic,AlloyArmor,Shields,Corpus,2",
"Bursa,1,95,350,2500,2400,Robotic,FerriteArmor,Shields,Corpus,2",
"Charger,1,95,0,80,0,Infested,AlloyArmor,ProtoShield,Infested,3",
"Volatile Runner,1,95,0,80,0,InfestedFlesh,AlloyArmor,ProtoShield,Infested,3",
"Runner,1,95,0,100,0,Infested,AlloyArmor,ProtoShield,Infested,3",
"Crawler,1,95,0,50,0,InfestedFlesh,AlloyArmor,ProtoShield,Infested,3",
"Ancient,1,95,0,400,0,Fossilized,AlloyArmor,ProtoShield,Infested,3",
"Mutalist Osprey,1,95,0,200,0,InfestedFlesh,AlloyArmor,ProtoShield,Infested,3",
"Mutalist MOA,0,95,0,350,0,Fossilized,AlloyArmor,ProtoShield,Infested,3",
"Brood Mother,1,95,0,700,0,Fossilized,AlloyArmor,ProtoShield,Infested,3",
"Boiler,1,95,0,1200,0,Fossilized,AlloyArmor,ProtoShield,Infested,3",
"Juggernaut,1,95,200,3500,0,Infested,FerriteArmor,ProtoShield,Infested,3"};

/** The Default Mod DB for use if the file is missing **/
public static final String[] baseModDB = {"Accelerated Blast,Shotgun,3,2,FireRate,PunctureDamage,0.15,0.15,V,6",
Expand Down

0 comments on commit 228a267

Please sign in to comment.