Skip to content

Commit

Permalink
ver, ASA Gigantoraptor
Browse files Browse the repository at this point in the history
  • Loading branch information
cadon committed Mar 2, 2024
1 parent 341b33f commit 681fea6
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 4 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.2.1")]
[assembly: AssemblyFileVersion("0.60.3.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.2.1"
"version": "0.60.3.0"
},
"SpeciesColorImages": {
"Id": "SpeciesColorImages",
Expand Down
52 changes: 51 additions & 1 deletion ARKBreedingStats/json/values/ASA-values.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "32.11.468629",
"version": "32.11.468631",
"format": "1.15-asa",
"mod": {
"id": "ASA",
Expand Down Expand Up @@ -1561,6 +1561,56 @@
{
"blueprintPath": "/Game/PrimalEarth/Dinos/Yutyrannus/Yutyrannus_Character_BP.Yutyrannus_Character_BP",
"skipWildLevelStats": 512
},
{
"name": "Gigantoraptor",
"blueprintPath": "/Gigantoraptor/Gigantoraptor/Gigantoraptor_Character_BP.Gigantoraptor_Character_BP",
"skipWildLevelStats": 512,
"fullStatsRaw": [
[ 770, 0.2, 0.27, 0.5, 0 ],
[ 350, 0.1, 0.1, 0, 0 ],
[ 950, 0.06, 0, 0.5, 0 ],
[ 150, 0.1, 0.1, 0, 0 ],
[ 3000, 0.1, 0.1, 0, 0.15 ],
null,
null,
[ 320, 0.02, 0.04, 0, 0 ],
[ 1, 0.05, 0.1, 0.5, 0.4 ],
[ 1, 0, 0.01, 0, 0 ],
null,
null
],
"colors": [
{ "name": "Body Main" },
{ "name": "Neck Main" },
{ "name": "Feather Tips" },
{ "name": "Feather Highlights" },
{ "name": "Legs And Beak" },
{ "name": "Feather Pattern" }
],
"immobilizedBy": [ "Chain Bola", "Large Bear Trap", "Plant Species Y" ],
"breeding": {
"gestationTime": 0,
"incubationTime": 5999.52004,
"eggTempMin": 26,
"eggTempMax": 32,
"maturationTime": 416666.667,
"matingCooldownMin": 64800,
"matingCooldownMax": 172800
},
"taming": {
"nonViolent": false,
"violent": true,
"tamingIneffectiveness": 0.06,
"affinityNeeded0": 6800,
"affinityIncreasePL": 160,
"torporDepletionPS0": 2.8333332,
"foodConsumptionBase": 0.002314,
"foodConsumptionMult": 180.0634,
"babyFoodConsumptionMult": 510
},
"TamedBaseHealthMultiplier": 1,
"displayedStats": 927
}
],
"dyeStartIndex": 128,
Expand Down
2 changes: 1 addition & 1 deletion 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.468629",
"version": "32.11.468631",
"format": "1.15-asa",
"mod": { "id": "ASA", "tag": "", "title": "Ark: Survival Ascended", "shortTitle": "ASA" }
},
Expand Down

0 comments on commit 681fea6

Please sign in to comment.