Skip to content

Commit

Permalink
updated stats of Quetz and Bronto
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Jun 8, 2016
1 parent 3876400 commit 40b95ae
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 451 deletions.
2 changes: 1 addition & 1 deletion ARKBreedingStats/CreatureCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace ARKBreedingStats
[XmlArray]
public bool[] shownStatus = new bool[2]; // which status are selected to be shown. 0: dead, 1: unavailable
public int maxDomLevel = 61;
public int maxWildLevel = 120;
public int maxWildLevel = 150;
public int maxBreedingSuggestions = 10;
}
}
878 changes: 439 additions & 439 deletions ARKBreedingStats/Form1.Designer.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ARKBreedingStats/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3160,7 +3160,7 @@ private void findDuplicatesToolStripMenuItem_Click(object sender, EventArgs e)
MessageBox.Show("No possible duplicates found", "No Duplicates", MessageBoxButtons.OK, MessageBoxIcon.Information);
return;
}
if (MessageBox.Show(dups1.Count.ToString() + " possible duplicates found. Show them?", "Duplicates found", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
if (MessageBox.Show(dups1.Count.ToString() + " possible duplicates found. Show them?\nThis function is currently under development and does currently not more than showing a messagebox for each possible duplicate.", "Duplicates found", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes)
{
for (int i = 0; i < dups1.Count; i++)
MessageBox.Show("Possible duplicate found (all wild levels are equal, the creatures also could be siblings).\n" + creatureCollection.creatures[dups1[i]].species + "\n\"" + creatureCollection.creatures[dups1[i]].name + "\" and \"" + creatureCollection.creatures[dups2[i]].name + "\"", "Possible duplicate found", MessageBoxButtons.OK, MessageBoxIcon.Information);
Expand Down
6 changes: 4 additions & 2 deletions ARKBreedingStats/Form1.resx
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,11 @@ The TEfficency can differ 0.1% due to ingame-rounding.</value>

5. Uncheck all Lock-to-Zero-buttons in the stats (all lock-symbols should be green and opened)

6. The multipliers in the Settings (File - Settings) are not set to the multipliers of the server. Ask your admin for the correct multipliers and adjust them in the Settings.
6. The maximal wild level is set too low, go to the settings and adjust it

7. The stat-values in this tool are wrong or the game does show wrong stats. Send me a screenshot of the stats on reddit or github.</value>
7. The multipliers in the Settings (File - Settings) are not set to the multipliers of the server. Ask your admin for the correct multipliers and adjust them in the Settings.

8. The stat-values in this tool are wrong or the game does show wrong stats. Send me a screenshot of the stats on reddit or github.</value>
</data>
<metadata name="contextMenuStripLibrary.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>364, 17</value>
Expand Down
2 changes: 1 addition & 1 deletion ARKBreedingStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.19.4.0")]
[assembly: AssemblyFileVersion("0.19.5.0")]
12 changes: 6 additions & 6 deletions ARKBreedingStats/stats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// if a creature has no oxygen, set basevalue to 0 and the stat will be deactivated
//
// version of this file (is used for update-check)
!2400600
!2400601
Angler
450,0.2,0.27,0.3,0
240,0.1,0.1,0,0
Expand Down Expand Up @@ -61,14 +61,14 @@ Beelzebufo
1,0,0.025,1,0
200,0.06,0,0.5,0
Brontosaurus
2120,0.2,0.27,0.5,0
2300,0.2,0.27,0.5,0
240,0.1,0.1,0,0
150,0.1,0.1,0,0
10000,0.1,0.1,0,0
900,0.02,0.04,0,0
1600,0.02,0.04,0,0
60,0.05,0.1,.5,0.4
1,0,0.025,0,0
1900,0.06,0,0.5,0
2000,0.06,0,0.5,0
Carbonemys
700,0.2,0.27,0.5,0
200,0.1,0.1,0,0
Expand Down Expand Up @@ -412,11 +412,11 @@ Pulmonoscorpius
1,0,0.025,1,0
150,0.06,0,0.5,0
Quetzal
1500,0.2,0.27,0.5,0
1200,0.2,0.27,0.5,0
750,0.1,0.1,0,0
150,0.1,0.1,0,0
1200,0.1,0.1,0,0.15
820,0.02,0.04,0,0
780,0.02,0.04,0,0
32,0.04,0.1,.4,0.4
1,0,0.025,.365,0
1850,0.06,0,0.5,0
Expand Down
2 changes: 1 addition & 1 deletion ARKBreedingStats/ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2400600,2360503,0.19.4.0
2400601,2360503,0.19.4.0

0 comments on commit 40b95ae

Please sign in to comment.