Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Dec 17, 2023
1 parent b12ee83 commit 259d064
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ARKBreedingStats/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@ private void UpdateStatusBar()
+ ")"
: string.Empty)
+ ". v" + Application.ProductVersion
+ "-BETA" // TODO BETA indicator
//+ "-BETA" // TODO BETA indicator
+ " / values: " + Values.V.Version +
(loadedMods?.Any() == true
? ", additional values from " + _creatureCollection.ModList.Count +
Expand Down
2 changes: 1 addition & 1 deletion ARKBreedingStats/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("0.58.1.0")]
[assembly: AssemblyFileVersion("0.59.2.0")]
[assembly: NeutralResourcesLanguage("en")]

2 changes: 1 addition & 1 deletion ARKBreedingStats/_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ARK Smart Breeding": {
"Id": "ARK Smart Breeding",
"Category": "main",
"version": "0.58.1.0"
"version": "0.59.2.0"
},
"SpeciesColorImages": {
"Id": "SpeciesColorImages",
Expand Down
21 changes: 17 additions & 4 deletions ARKBreedingStats/json/values/ASA-values.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"version": "25.53.449746",
"version": "32.11.468629",
"format": "1.15-asa",
"mod": {
"id": "ASA",
"tag": "",
"title": "Ark: Survival Ascended",
"shortTitle": "ASA",
"official": true
"shortTitle": "ASA"
},
"species": [
{
Expand Down Expand Up @@ -1341,7 +1340,21 @@
},
{
"blueprintPath": "/Game/PrimalEarth/Dinos/Rhyniognatha/Rhynio_Character_BP.Rhynio_Character_BP",
"skipWildLevelStats": 512
"skipWildLevelStats": 512,
"fullStatsRaw": [
[ 900, 0.17, 0.1755, 0.5, 0 ],
[ 350, 0.05, 0.06, 0, 0 ],
[ 800, 0.06, 0, 0.5, 0 ],
[ 800, 0.1, 0.1, 0, 0 ],
[ 1600, 0.1, 0.1, 0, 0.15 ],
null,
null,
[ 1100, 0.02, 0.04, 0, 0 ],
[ 1, 0.05, 0.1, 0.5, 0.4 ],
[ 1, 0, 0.01, 0, 0 ],
null,
null
]
},
{
"blueprintPath": "/Game/PrimalEarth/Dinos/Saber/Saber_Character_BP.Saber_Character_BP",
Expand Down
12 changes: 6 additions & 6 deletions ARKBreedingStats/json/values/_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"mod": { "id": "1139775728", "tag": "Confuciusornis", "title": "Confuciusornis" }
},
"1169020368-Trex.json": {
"version": "358.17.1700597183",
"version": "358.17.1701004683",
"mod": { "id": "1169020368", "tag": "Trex", "title": "Ark Creature Rebalance (AG Reborn)" }
},
"1178308359-ShadDragon.json": {
Expand Down Expand Up @@ -310,11 +310,11 @@
"mod": { "id": "2362246280", "tag": "GigaFullTame", "title": "Giga Full Tame" }
},
"2447186973-ArkOmega.json": {
"version": "358.17.1697907008",
"version": "358.17.1701673974",
"mod": { "id": "2447186973", "tag": "ArkOmega", "title": "Ark Omega" }
},
"2453342929-MoreDragonsMod.json": {
"version": "358.11.1691443191",
"version": "358.17.1701039233",
"mod": { "id": "2453342929", "tag": "MoreDragonsMod", "title": "More Dragons Evolved" }
},
"2472371628-MilicrocaWarriors_MOD.json": {
Expand Down Expand Up @@ -378,7 +378,7 @@
"mod": { "id": "883957187", "tag": "WyvernWorld", "title": "Wyvern World" }
},
"893735676-AE.json": {
"version": "358.17.1696662074",
"version": "358.17.1701815786",
"mod": { "id": "893735676", "tag": "AE", "title": "Ark Eternal" }
},
"895711211-ClassicFlyers.json": {
Expand All @@ -398,9 +398,9 @@
"mod": { "id": "919470289", "tag": "SSFlyer", "title": "SSFlyer" }
},
"ASA-values.json": {
"version": "25.53.449746",
"version": "32.11.468629",
"format": "1.15-asa",
"mod": { "id": "ASA", "tag": "", "title": "Ark: Survival Ascended", "shortTitle": "ASA", "official": true }
"mod": { "id": "ASA", "tag": "", "title": "Ark: Survival Ascended", "shortTitle": "ASA" }
},
"CrystalIsles-CrystalIsles.json": {
"version": "345.39.8870324.1",
Expand Down

0 comments on commit 259d064

Please sign in to comment.