Skip to content

Commit

Permalink
ver
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Mar 11, 2024
1 parent cd3a710 commit afe86af
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
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.60.3.0")]
[assembly: AssemblyFileVersion("0.60.4.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.60.3.0"
"version": "0.60.4.0"
},
"SpeciesColorImages": {
"Id": "SpeciesColorImages",
Expand Down
8 changes: 4 additions & 4 deletions ARKBreedingStats/json/values/ASA-values.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "32.11.468631",
"version": "32.11.468632",
"format": "1.15-asa",
"mod": {
"id": "ASA",
Expand Down Expand Up @@ -1594,13 +1594,13 @@
"incubationTime": 5999.52004,
"eggTempMin": 26,
"eggTempMax": 32,
"maturationTime": 416666.667,
"maturationTime": 166666.667,
"matingCooldownMin": 64800,
"matingCooldownMax": 172800
},
"taming": {
"nonViolent": false,
"violent": true,
"nonViolent": true,
"violent": false,
"tamingIneffectiveness": 0.06,
"affinityNeeded0": 6800,
"affinityIncreasePL": 160,
Expand Down
4 changes: 2 additions & 2 deletions ARKBreedingStats/json/values/_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
"mod": { "id": "919470289", "tag": "SSFlyer", "title": "SSFlyer" }
},
"ASA-values.json": {
"version": "32.11.468631",
"version": "32.11.468632",
"format": "1.15-asa",
"mod": { "id": "ASA", "tag": "", "title": "Ark: Survival Ascended", "shortTitle": "ASA" }
},
Expand All @@ -407,7 +407,7 @@
"mod": { "id": "CrystalIsles", "tag": "CrystalIsles", "title": "CrystalIsles", "official": true, "expansion": true }
},
"values.json": {
"version": "358.6.11410860"
"version": "358.17.12291776"
}
}
}
6 changes: 4 additions & 2 deletions ARKBreedingStats/json/values/values.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "358.6.11410860",
"version": "358.17.12291776",
"format": "1.14-flyerspeed",
"species": [
{
Expand Down Expand Up @@ -105510,11 +105510,13 @@
}
],
"taming": {
"nonViolent": false,
"nonViolent": true,
"violent": false,
"tamingIneffectiveness": 0.9375,
"affinityNeeded0": 6850,
"affinityIncreasePL": 300,
"wakeAffinityMult": 1.6,
"wakeFoodDeplMult": 2,
"foodConsumptionBase": 0.001543,
"foodConsumptionMult": 216.0294,
"babyFoodConsumptionMult": 510
Expand Down

0 comments on commit afe86af

Please sign in to comment.