diff --git a/ARKBreedingStats/App.config b/ARKBreedingStats/App.config index 97db7b66..8e61f770 100644 --- a/ARKBreedingStats/App.config +++ b/ARKBreedingStats/App.config @@ -148,6 +148,12 @@ + + False + + + False + diff --git a/ARKBreedingStats/BreedingPlan.Designer.cs b/ARKBreedingStats/BreedingPlan.Designer.cs index 7a4c0d9e..7e6d9812 100644 --- a/ARKBreedingStats/BreedingPlan.Designer.cs +++ b/ARKBreedingStats/BreedingPlan.Designer.cs @@ -38,8 +38,14 @@ private void InitializeComponent() this.lbBreedingPlanHeader = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); + this.pedigreeCreatureBestPossibleInSpecies = new ARKBreedingStats.PedigreeCreature(); + this.btShowAllCreatures = new System.Windows.Forms.Button(); + this.panel1 = new System.Windows.Forms.Panel(); + this.pedigreeCreature1 = new ARKBreedingStats.PedigreeCreature(); this.lbBPBreedingScore = new System.Windows.Forms.Label(); + this.pedigreeCreature2 = new ARKBreedingStats.PedigreeCreature(); this.gbBPOffspring = new System.Windows.Forms.GroupBox(); + this.offspringPossibilities1 = new ARKBreedingStats.OffspringPossibilities(); this.btBPJustMated = new System.Windows.Forms.Button(); this.labelBreedingInfos = new System.Windows.Forms.Label(); this.lbBPProbabilityBest = new System.Windows.Forms.Label(); @@ -49,6 +55,8 @@ private void InitializeComponent() this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.lbBPBreedingTimes = new System.Windows.Forms.Label(); + this.pedigreeCreatureBest = new ARKBreedingStats.PedigreeCreature(); + this.pedigreeCreatureWorst = new ARKBreedingStats.PedigreeCreature(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPageBreedableSpecies = new System.Windows.Forms.TabPage(); @@ -58,24 +66,17 @@ private void InitializeComponent() this.cbServerFilterLibrary = new System.Windows.Forms.CheckBox(); this.cbBPTagExcludeDefault = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); + this.tagSelectorList1 = new ARKBreedingStats.uiControls.TagSelectorList(); this.btBPApplyNewWeights = new System.Windows.Forms.Button(); this.gbBPBreedingMode = new System.Windows.Forms.GroupBox(); + this.nudBPMutationLimit = new ARKBreedingStats.uiControls.Nud(); this.label2 = new System.Windows.Forms.Label(); this.cnBPIncludeCooldowneds = new System.Windows.Forms.CheckBox(); this.rbBPTopStatsCn = new System.Windows.Forms.RadioButton(); this.rbBPHighStats = new System.Windows.Forms.RadioButton(); this.rbBPTopStats = new System.Windows.Forms.RadioButton(); - this.btShowAllCreatures = new System.Windows.Forms.Button(); - this.pedigreeCreatureBestPossibleInSpecies = new ARKBreedingStats.PedigreeCreature(); - this.pedigreeCreature1 = new ARKBreedingStats.PedigreeCreature(); - this.pedigreeCreature2 = new ARKBreedingStats.PedigreeCreature(); - this.offspringPossibilities1 = new ARKBreedingStats.OffspringPossibilities(); - this.pedigreeCreatureBest = new ARKBreedingStats.PedigreeCreature(); - this.pedigreeCreatureWorst = new ARKBreedingStats.PedigreeCreature(); - this.tagSelectorList1 = new ARKBreedingStats.uiControls.TagSelectorList(); - this.nudBPMutationLimit = new ARKBreedingStats.uiControls.Nud(); this.statWeighting1 = new ARKBreedingStats.uiControls.StatWeighting(); - this.panel1 = new System.Windows.Forms.Panel(); + this.cbOwnerFilterLibrary = new System.Windows.Forms.CheckBox(); this.panelCombinations.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); @@ -162,6 +163,44 @@ private void InitializeComponent() this.flowLayoutPanel1.Size = new System.Drawing.Size(915, 122); this.flowLayoutPanel1.TabIndex = 5; // + // pedigreeCreatureBestPossibleInSpecies + // + this.pedigreeCreatureBestPossibleInSpecies.Creature = null; + this.pedigreeCreatureBestPossibleInSpecies.IsVirtual = false; + this.pedigreeCreatureBestPossibleInSpecies.Location = new System.Drawing.Point(3, 44); + this.pedigreeCreatureBestPossibleInSpecies.Name = "pedigreeCreatureBestPossibleInSpecies"; + this.pedigreeCreatureBestPossibleInSpecies.Size = new System.Drawing.Size(296, 35); + this.pedigreeCreatureBestPossibleInSpecies.TabIndex = 5; + // + // btShowAllCreatures + // + this.btShowAllCreatures.Location = new System.Drawing.Point(397, 44); + this.btShowAllCreatures.Margin = new System.Windows.Forms.Padding(95, 3, 3, 3); + this.btShowAllCreatures.Name = "btShowAllCreatures"; + this.btShowAllCreatures.Size = new System.Drawing.Size(297, 35); + this.btShowAllCreatures.TabIndex = 6; + this.btShowAllCreatures.Text = "Unset restriction to …"; + this.btShowAllCreatures.UseVisualStyleBackColor = true; + this.btShowAllCreatures.Click += new System.EventHandler(this.btShowAllCreatures_Click); + // + // panel1 + // + this.flowLayoutPanel1.SetFlowBreak(this.panel1, true); + this.panel1.Location = new System.Drawing.Point(700, 44); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(10, 32); + this.panel1.TabIndex = 7; + // + // pedigreeCreature1 + // + this.pedigreeCreature1.Creature = null; + this.pedigreeCreature1.IsVirtual = false; + this.pedigreeCreature1.Location = new System.Drawing.Point(3, 82); + this.pedigreeCreature1.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); + this.pedigreeCreature1.Name = "pedigreeCreature1"; + this.pedigreeCreature1.Size = new System.Drawing.Size(296, 35); + this.pedigreeCreature1.TabIndex = 2; + // // lbBPBreedingScore // this.lbBPBreedingScore.Location = new System.Drawing.Point(305, 97); @@ -171,6 +210,16 @@ private void InitializeComponent() this.lbBPBreedingScore.TabIndex = 4; this.lbBPBreedingScore.Text = "Breeding-Score"; // + // pedigreeCreature2 + // + this.pedigreeCreature2.Creature = null; + this.pedigreeCreature2.IsVirtual = false; + this.pedigreeCreature2.Location = new System.Drawing.Point(398, 82); + this.pedigreeCreature2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); + this.pedigreeCreature2.Name = "pedigreeCreature2"; + this.pedigreeCreature2.Size = new System.Drawing.Size(296, 35); + this.pedigreeCreature2.TabIndex = 3; + // // gbBPOffspring // this.gbBPOffspring.Controls.Add(this.offspringPossibilities1); @@ -189,6 +238,13 @@ private void InitializeComponent() this.gbBPOffspring.TabStop = false; this.gbBPOffspring.Text = "Offspring"; // + // offspringPossibilities1 + // + this.offspringPossibilities1.Location = new System.Drawing.Point(315, 19); + this.offspringPossibilities1.Name = "offspringPossibilities1"; + this.offspringPossibilities1.Size = new System.Drawing.Size(247, 151); + this.offspringPossibilities1.TabIndex = 1; + // // btBPJustMated // this.btBPJustMated.Location = new System.Drawing.Point(6, 129); @@ -262,6 +318,26 @@ private void InitializeComponent() this.lbBPBreedingTimes.TabIndex = 3; this.lbBPBreedingTimes.Text = "Breeding Times"; // + // pedigreeCreatureBest + // + this.pedigreeCreatureBest.Creature = null; + this.pedigreeCreatureBest.Cursor = System.Windows.Forms.Cursors.Hand; + this.pedigreeCreatureBest.IsVirtual = false; + this.pedigreeCreatureBest.Location = new System.Drawing.Point(6, 46); + this.pedigreeCreatureBest.Name = "pedigreeCreatureBest"; + this.pedigreeCreatureBest.Size = new System.Drawing.Size(296, 35); + this.pedigreeCreatureBest.TabIndex = 1; + // + // pedigreeCreatureWorst + // + this.pedigreeCreatureWorst.Creature = null; + this.pedigreeCreatureWorst.Cursor = System.Windows.Forms.Cursors.Hand; + this.pedigreeCreatureWorst.IsVirtual = false; + this.pedigreeCreatureWorst.Location = new System.Drawing.Point(6, 88); + this.pedigreeCreatureWorst.Name = "pedigreeCreatureWorst"; + this.pedigreeCreatureWorst.Size = new System.Drawing.Size(296, 35); + this.pedigreeCreatureWorst.TabIndex = 2; + // // tableLayoutPanel3 // this.tableLayoutPanel3.ColumnCount = 3; @@ -330,6 +406,7 @@ private void InitializeComponent() // // tabPageTags // + this.tabPageTags.Controls.Add(this.cbOwnerFilterLibrary); this.tabPageTags.Controls.Add(this.cbServerFilterLibrary); this.tabPageTags.Controls.Add(this.cbBPTagExcludeDefault); this.tabPageTags.Controls.Add(this.label1); @@ -356,7 +433,7 @@ private void InitializeComponent() // cbBPTagExcludeDefault // this.cbBPTagExcludeDefault.AutoSize = true; - this.cbBPTagExcludeDefault.Location = new System.Drawing.Point(6, 101); + this.cbBPTagExcludeDefault.Location = new System.Drawing.Point(6, 121); this.cbBPTagExcludeDefault.Name = "cbBPTagExcludeDefault"; this.cbBPTagExcludeDefault.Size = new System.Drawing.Size(160, 17); this.cbBPTagExcludeDefault.TabIndex = 4; @@ -366,12 +443,20 @@ private void InitializeComponent() // // label1 // - this.label1.Location = new System.Drawing.Point(6, 29); + this.label1.Location = new System.Drawing.Point(6, 49); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(174, 69); this.label1.TabIndex = 2; this.label1.Text = "Consider creatures by tag. \r\n✕ excludes creatures, ✓ includes creatures (even if " + "they have an exclusive tag). Add tags in the library with F3."; + // + // tagSelectorList1 + // + this.tagSelectorList1.AutoScroll = true; + this.tagSelectorList1.Location = new System.Drawing.Point(6, 144); + this.tagSelectorList1.Name = "tagSelectorList1"; + this.tagSelectorList1.Size = new System.Drawing.Size(174, 263); + this.tagSelectorList1.TabIndex = 3; // // btBPApplyNewWeights // @@ -401,6 +486,30 @@ private void InitializeComponent() this.gbBPBreedingMode.TabStop = false; this.gbBPBreedingMode.Text = "Breeding-Mode"; // + // nudBPMutationLimit + // + this.nudBPMutationLimit.ForeColor = System.Drawing.SystemColors.GrayText; + this.nudBPMutationLimit.Location = new System.Drawing.Point(38, 157); + this.nudBPMutationLimit.Maximum = new decimal(new int[] { + 1000, + 0, + 0, + 0}); + this.nudBPMutationLimit.Minimum = new decimal(new int[] { + 1, + 0, + 0, + -2147483648}); + this.nudBPMutationLimit.Name = "nudBPMutationLimit"; + this.nudBPMutationLimit.NeutralNumber = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.nudBPMutationLimit.Size = new System.Drawing.Size(50, 20); + this.nudBPMutationLimit.TabIndex = 4; + this.nudBPMutationLimit.ValueChanged += new System.EventHandler(this.nudMutationLimit_ValueChanged); + // // label2 // this.label2.AutoSize = true; @@ -455,105 +564,6 @@ private void InitializeComponent() this.rbBPTopStats.UseVisualStyleBackColor = true; this.rbBPTopStats.CheckedChanged += new System.EventHandler(this.radioButtonBPTopStats_CheckedChanged); // - // btShowAllCreatures - // - this.btShowAllCreatures.Location = new System.Drawing.Point(397, 44); - this.btShowAllCreatures.Margin = new System.Windows.Forms.Padding(95, 3, 3, 3); - this.btShowAllCreatures.Name = "btShowAllCreatures"; - this.btShowAllCreatures.Size = new System.Drawing.Size(297, 35); - this.btShowAllCreatures.TabIndex = 6; - this.btShowAllCreatures.Text = "Unset restriction to …"; - this.btShowAllCreatures.UseVisualStyleBackColor = true; - this.btShowAllCreatures.Click += new System.EventHandler(this.btShowAllCreatures_Click); - // - // pedigreeCreatureBestPossibleInSpecies - // - this.pedigreeCreatureBestPossibleInSpecies.Creature = null; - this.pedigreeCreatureBestPossibleInSpecies.IsVirtual = false; - this.pedigreeCreatureBestPossibleInSpecies.Location = new System.Drawing.Point(3, 44); - this.pedigreeCreatureBestPossibleInSpecies.Name = "pedigreeCreatureBestPossibleInSpecies"; - this.pedigreeCreatureBestPossibleInSpecies.Size = new System.Drawing.Size(296, 35); - this.pedigreeCreatureBestPossibleInSpecies.TabIndex = 5; - // - // pedigreeCreature1 - // - this.pedigreeCreature1.Creature = null; - this.pedigreeCreature1.IsVirtual = false; - this.pedigreeCreature1.Location = new System.Drawing.Point(3, 82); - this.pedigreeCreature1.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); - this.pedigreeCreature1.Name = "pedigreeCreature1"; - this.pedigreeCreature1.Size = new System.Drawing.Size(296, 35); - this.pedigreeCreature1.TabIndex = 2; - // - // pedigreeCreature2 - // - this.pedigreeCreature2.Creature = null; - this.pedigreeCreature2.IsVirtual = false; - this.pedigreeCreature2.Location = new System.Drawing.Point(398, 82); - this.pedigreeCreature2.Margin = new System.Windows.Forms.Padding(3, 0, 3, 3); - this.pedigreeCreature2.Name = "pedigreeCreature2"; - this.pedigreeCreature2.Size = new System.Drawing.Size(296, 35); - this.pedigreeCreature2.TabIndex = 3; - // - // offspringPossibilities1 - // - this.offspringPossibilities1.Location = new System.Drawing.Point(315, 19); - this.offspringPossibilities1.Name = "offspringPossibilities1"; - this.offspringPossibilities1.Size = new System.Drawing.Size(247, 151); - this.offspringPossibilities1.TabIndex = 1; - // - // pedigreeCreatureBest - // - this.pedigreeCreatureBest.Creature = null; - this.pedigreeCreatureBest.Cursor = System.Windows.Forms.Cursors.Hand; - this.pedigreeCreatureBest.IsVirtual = false; - this.pedigreeCreatureBest.Location = new System.Drawing.Point(6, 46); - this.pedigreeCreatureBest.Name = "pedigreeCreatureBest"; - this.pedigreeCreatureBest.Size = new System.Drawing.Size(296, 35); - this.pedigreeCreatureBest.TabIndex = 1; - // - // pedigreeCreatureWorst - // - this.pedigreeCreatureWorst.Creature = null; - this.pedigreeCreatureWorst.Cursor = System.Windows.Forms.Cursors.Hand; - this.pedigreeCreatureWorst.IsVirtual = false; - this.pedigreeCreatureWorst.Location = new System.Drawing.Point(6, 88); - this.pedigreeCreatureWorst.Name = "pedigreeCreatureWorst"; - this.pedigreeCreatureWorst.Size = new System.Drawing.Size(296, 35); - this.pedigreeCreatureWorst.TabIndex = 2; - // - // tagSelectorList1 - // - this.tagSelectorList1.AutoScroll = true; - this.tagSelectorList1.Location = new System.Drawing.Point(6, 124); - this.tagSelectorList1.Name = "tagSelectorList1"; - this.tagSelectorList1.Size = new System.Drawing.Size(174, 283); - this.tagSelectorList1.TabIndex = 3; - // - // nudBPMutationLimit - // - this.nudBPMutationLimit.ForeColor = System.Drawing.SystemColors.GrayText; - this.nudBPMutationLimit.Location = new System.Drawing.Point(38, 157); - this.nudBPMutationLimit.Maximum = new decimal(new int[] { - 1000, - 0, - 0, - 0}); - this.nudBPMutationLimit.Minimum = new decimal(new int[] { - 1, - 0, - 0, - -2147483648}); - this.nudBPMutationLimit.Name = "nudBPMutationLimit"; - this.nudBPMutationLimit.NeutralNumber = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.nudBPMutationLimit.Size = new System.Drawing.Size(50, 20); - this.nudBPMutationLimit.TabIndex = 4; - this.nudBPMutationLimit.ValueChanged += new System.EventHandler(this.nudMutationLimit_ValueChanged); - // // statWeighting1 // this.statWeighting1.CustomWeightings = ((System.Collections.Generic.Dictionary)(resources.GetObject("statWeighting1.CustomWeightings"))); @@ -570,13 +580,16 @@ private void InitializeComponent() 1D, 1D}; // - // panel1 + // cbOwnerFilterLibrary // - this.flowLayoutPanel1.SetFlowBreak(this.panel1, true); - this.panel1.Location = new System.Drawing.Point(700, 44); - this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(10, 32); - this.panel1.TabIndex = 7; + this.cbOwnerFilterLibrary.AutoSize = true; + this.cbOwnerFilterLibrary.Location = new System.Drawing.Point(3, 29); + this.cbOwnerFilterLibrary.Name = "cbOwnerFilterLibrary"; + this.cbOwnerFilterLibrary.Size = new System.Drawing.Size(139, 17); + this.cbOwnerFilterLibrary.TabIndex = 6; + this.cbOwnerFilterLibrary.Text = "Owner Filter from Library"; + this.cbOwnerFilterLibrary.UseVisualStyleBackColor = true; + this.cbOwnerFilterLibrary.CheckedChanged += new System.EventHandler(this.cbOwnerFilterLibrary_CheckedChanged); // // BreedingPlan // @@ -648,5 +661,6 @@ private void InitializeComponent() private System.Windows.Forms.CheckBox cbServerFilterLibrary; private System.Windows.Forms.Button btShowAllCreatures; private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.CheckBox cbOwnerFilterLibrary; } } diff --git a/ARKBreedingStats/BreedingPlan.cs b/ARKBreedingStats/BreedingPlan.cs index ae748e7d..5700c7f8 100644 --- a/ARKBreedingStats/BreedingPlan.cs +++ b/ARKBreedingStats/BreedingPlan.cs @@ -69,6 +69,7 @@ public BreedingPlan() dontUpdateBreedingPlan = false; cbServerFilterLibrary.Checked = Properties.Settings.Default.UseServerFilterForBreedingPlan; + cbOwnerFilterLibrary.Checked = Properties.Settings.Default.UseOwnerFilterForBreedingPlan; tagSelectorList1.OnTagChanged += TagSelectorList1_OnTagChanged; } @@ -219,6 +220,14 @@ private void AsyncCalculateBreedingScoresAndDisplayPairs(BreedingMode breedingMo chosenM = chosenM.Where(c => (c.server == "" && !creatureCollection.hiddenServers.Contains("n/a")) || (c.server != "" && !creatureCollection.hiddenServers.Contains(c.server))).ToList(); } + // filter by owner + if (cbOwnerFilterLibrary.Checked) + { + chosenF = chosenF.Where(c => (c.owner == "" && !creatureCollection.hiddenOwners.Contains("n/a")) + || (c.owner != "" && !creatureCollection.hiddenOwners.Contains(c.owner))).ToList(); + chosenM = chosenM.Where(c => (c.owner == "" && !creatureCollection.hiddenOwners.Contains("n/a")) + || (c.owner != "" && !creatureCollection.hiddenOwners.Contains(c.owner))).ToList(); + } bool creaturesTagFilteredOut = (crCountF != chosenF.Count) || (crCountM != chosenM.Count); @@ -650,7 +659,9 @@ public List Creatures { for (int s = 0; s < 8; s++) { - if (c.levelsWild[s] > bestLevels[s]) + if ((s > 6 || statWeights[s] > 0) && c.levelsWild[s] > bestLevels[s]) + bestLevels[s] = c.levelsWild[s]; + else if (s < 7 && statWeights[s] < 0 && c.levelsWild[s] >= 0 && (c.levelsWild[s] < bestLevels[s] || bestLevels[s] < 0)) bestLevels[s] = c.levelsWild[s]; } } @@ -978,5 +989,11 @@ private void btShowAllCreatures_Click(object sender, EventArgs e) chosenCreature = null; calculateBreedingScoresAndDisplayPairs(); } + + private void cbOwnerFilterLibrary_CheckedChanged(object sender, EventArgs e) + { + Properties.Settings.Default.UseOwnerFilterForBreedingPlan = cbOwnerFilterLibrary.Checked; + calculateBreedingScoresAndDisplayPairs(); + } } } diff --git a/ARKBreedingStats/CreatureInfoInput.cs b/ARKBreedingStats/CreatureInfoInput.cs index 6cd134d7..187c8fc1 100644 --- a/ARKBreedingStats/CreatureInfoInput.cs +++ b/ARKBreedingStats/CreatureInfoInput.cs @@ -231,6 +231,12 @@ public DateTime Grown set => dhmsInputGrown.Timespan = value - DateTime.Now; } + public void SetTimersToChanged() + { + dhmsInputCooldown.changed = true; + dhmsInputGrown.changed = true; + } + public string[] AutocompleteOwnerList { set diff --git a/ARKBreedingStats/Form1.Designer.cs b/ARKBreedingStats/Form1.Designer.cs index 9539a9e3..a7354cfe 100644 --- a/ARKBreedingStats/Form1.Designer.cs +++ b/ARKBreedingStats/Form1.Designer.cs @@ -160,7 +160,7 @@ private void InitializeComponent() this.llOnlineHelpExtractionIssues = new System.Windows.Forms.LinkLabel(); this.groupBoxRadarChartExtractor = new System.Windows.Forms.GroupBox(); this.radarChartExtractor = new ARKBreedingStats.RadarChart(); - this.labelImprintingFailInfo = new System.Windows.Forms.Label(); + this.lbImprintingFailInfo = new System.Windows.Forms.Label(); this.groupBoxTamingInfo = new System.Windows.Forms.GroupBox(); this.labelTamingInfo = new System.Windows.Forms.Label(); this.button2TamingCalc = new System.Windows.Forms.Button(); @@ -1623,7 +1623,7 @@ private void InitializeComponent() // // creatureInfoInputTester // - this.creatureInfoInputTester.Cooldown = new System.DateTime(2019, 2, 1, 16, 20, 43, 970); + this.creatureInfoInputTester.Cooldown = new System.DateTime(2019, 3, 6, 21, 42, 6, 316); this.creatureInfoInputTester.CreatureName = ""; this.creatureInfoInputTester.CreatureNote = ""; this.creatureInfoInputTester.CreatureOwner = ""; @@ -1633,7 +1633,7 @@ private void InitializeComponent() this.creatureInfoInputTester.CreatureTribe = ""; this.creatureInfoInputTester.domesticatedAt = new System.DateTime(2016, 7, 5, 13, 11, 41, 997); this.creatureInfoInputTester.father = null; - this.creatureInfoInputTester.Grown = new System.DateTime(2019, 2, 1, 16, 20, 43, 971); + this.creatureInfoInputTester.Grown = new System.DateTime(2019, 3, 6, 21, 42, 6, 317); this.creatureInfoInputTester.Location = new System.Drawing.Point(321, 184); this.creatureInfoInputTester.mother = null; this.creatureInfoInputTester.MutationCounterFather = 0; @@ -1661,7 +1661,7 @@ private void InitializeComponent() this.tabPageExtractor.AutoScroll = true; this.tabPageExtractor.Controls.Add(this.llOnlineHelpExtractionIssues); this.tabPageExtractor.Controls.Add(this.groupBoxRadarChartExtractor); - this.tabPageExtractor.Controls.Add(this.labelImprintingFailInfo); + this.tabPageExtractor.Controls.Add(this.lbImprintingFailInfo); this.tabPageExtractor.Controls.Add(this.groupBoxTamingInfo); this.tabPageExtractor.Controls.Add(this.button2TamingCalc); this.tabPageExtractor.Controls.Add(this.gbStatsExtractor); @@ -1717,19 +1717,19 @@ private void InitializeComponent() this.radarChartExtractor.TabIndex = 10; this.radarChartExtractor.TabStop = false; // - // labelImprintingFailInfo + // lbImprintingFailInfo // - this.labelImprintingFailInfo.BackColor = System.Drawing.Color.MistyRose; - this.labelImprintingFailInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.labelImprintingFailInfo.ForeColor = System.Drawing.Color.Maroon; - this.labelImprintingFailInfo.Location = new System.Drawing.Point(8, 532); - this.labelImprintingFailInfo.Name = "labelImprintingFailInfo"; - this.labelImprintingFailInfo.Size = new System.Drawing.Size(307, 48); - this.labelImprintingFailInfo.TabIndex = 49; - this.labelImprintingFailInfo.Text = "If the creature is imprinted the extraction may fail because the game sometimes \"" + + this.lbImprintingFailInfo.BackColor = System.Drawing.Color.MistyRose; + this.lbImprintingFailInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; + this.lbImprintingFailInfo.ForeColor = System.Drawing.Color.Maroon; + this.lbImprintingFailInfo.Location = new System.Drawing.Point(8, 532); + this.lbImprintingFailInfo.Name = "lbImprintingFailInfo"; + this.lbImprintingFailInfo.Size = new System.Drawing.Size(307, 80); + this.lbImprintingFailInfo.TabIndex = 49; + this.lbImprintingFailInfo.Text = "If the creature is imprinted the extraction may fail because the game sometimes \"" + "forgets\" to increase some stat-values during the imprinting-process. Usually it " + "works after a server-restart."; - this.labelImprintingFailInfo.Visible = false; + this.lbImprintingFailInfo.Visible = false; // // groupBoxTamingInfo // @@ -1990,7 +1990,7 @@ private void InitializeComponent() // // creatureInfoInputExtractor // - this.creatureInfoInputExtractor.Cooldown = new System.DateTime(2019, 2, 1, 16, 20, 44, 22); + this.creatureInfoInputExtractor.Cooldown = new System.DateTime(2019, 3, 6, 21, 42, 6, 356); this.creatureInfoInputExtractor.CreatureName = ""; this.creatureInfoInputExtractor.CreatureNote = ""; this.creatureInfoInputExtractor.CreatureOwner = ""; @@ -2000,7 +2000,7 @@ private void InitializeComponent() this.creatureInfoInputExtractor.CreatureTribe = ""; this.creatureInfoInputExtractor.domesticatedAt = new System.DateTime(2016, 7, 5, 13, 12, 15, 968); this.creatureInfoInputExtractor.father = null; - this.creatureInfoInputExtractor.Grown = new System.DateTime(2019, 2, 1, 16, 20, 44, 23); + this.creatureInfoInputExtractor.Grown = new System.DateTime(2019, 3, 6, 21, 42, 6, 356); this.creatureInfoInputExtractor.Location = new System.Drawing.Point(321, 184); this.creatureInfoInputExtractor.mother = null; this.creatureInfoInputExtractor.MutationCounterFather = 0; @@ -3637,7 +3637,7 @@ private void InitializeComponent() private System.Windows.Forms.GroupBox groupBoxTamingInfo; private System.Windows.Forms.ColumnHeader columnHeaderAdded; private System.Windows.Forms.CheckBox checkBoxShowNeuteredCreatures; - private System.Windows.Forms.Label labelImprintingFailInfo; + private System.Windows.Forms.Label lbImprintingFailInfo; private System.Windows.Forms.Label lbImprintedCount; private System.Windows.Forms.Label lbImprintingCuddleCountExtractor; private System.Windows.Forms.ColumnHeader columnHeaderMutations; diff --git a/ARKBreedingStats/Form1.cs b/ARKBreedingStats/Form1.cs index 37783dfc..3823ae44 100644 --- a/ARKBreedingStats/Form1.cs +++ b/ARKBreedingStats/Form1.cs @@ -146,6 +146,13 @@ public Form1() } reactOnSelectionChange = true; + + // TODO temporary fix if importExportWindow.Location was set to an invalid value + if (Properties.Settings.Default.importExportedLocation.X < 0) + { + Properties.Settings.Default.importExportedLocation = new Point(0, 0); + Properties.Settings.Default.importExportedSize = new Size(800, 800); + } } private void Form1_Load(object sender, EventArgs e) @@ -427,6 +434,7 @@ private void clearAll(bool clearExtraCreatureData = true) creatureInfoInputExtractor.parentListValid = false; creatureInfoInputExtractor.CreatureGuid = Guid.Empty; exportedCreatureControl = null; + creatureInfoInputExtractor.SetArkId(0, false); } } @@ -613,7 +621,7 @@ private void extractionFailed(IssueNotes.Issue issues = IssueNotes.Issue.None) labelTE.BackColor = Color.Transparent; llOnlineHelpExtractionIssues.Visible = false; labelErrorHelp.Visible = false; - labelImprintingFailInfo.Visible = false; // TODO move imprinting-fail to upper note-info + lbImprintingFailInfo.Visible = false; // TODO move imprinting-fail to upper note-info extractor.possibleIssues = IssueNotes.Issue.None; } else @@ -675,16 +683,15 @@ private void extractionFailed(IssueNotes.Issue issues = IssueNotes.Issue.None) lbInfoYellowStats.Visible = false; if (rbBredExtractor.Checked && numericUpDownImprintingBonusExtractor.Value > 0) { - labelImprintingFailInfo.Text = "If the creature is imprinted the extraction may fail because the game sometimes \"forgets\" " + - "to increase some stat-values during the imprinting-process. Usually it works after a server-restart."; - labelImprintingFailInfo.Visible = true; + lbImprintingFailInfo.Text = Loc.s("lbImprintingFailInfo"); + lbImprintingFailInfo.Visible = true; } else if (rbTamedExtractor.Checked && "Procoptodon,Pulmonoscorpius,Troodon".Split(',').ToList().Contains(speciesSelector1.species)) { // creatures that display wrong stat-values after taming - labelImprintingFailInfo.Text = $"The {speciesSelector1.species} is known for displaying wrong stat-values after taming. " + + lbImprintingFailInfo.Text = $"The {speciesSelector1.species} is known for displaying wrong stat-values after taming. " + "Please try the extraction again after the server restarted."; - labelImprintingFailInfo.Visible = true; + lbImprintingFailInfo.Visible = true; } toolStripButtonSaveCreatureValuesTemp.Visible = true; @@ -1010,6 +1017,11 @@ private void SpeciesSelector1_onSpeciesChanged() statPotentials1.setLevels(testingIOs.Select(s => s.LevelWild).ToArray(), true); setTesterInfoInputCreature(); } + else if (tabControlMain.SelectedTab == tabPageLibrary) + { + if (Properties.Settings.Default.ApplyGlobalSpeciesToLibrary) + listBoxSpeciesLib.SelectedIndex = listBoxSpeciesLib.Items.IndexOf(speciesSelector1.species); + } else if (tabControlMain.SelectedTab == tabPageTaming) { tamingControl1.setSpeciesIndex(speciesSelector1.speciesIndex); @@ -1424,7 +1436,7 @@ private void applySettingsToValues() ArkOCR.OCR.waitBeforeScreenCapture = Properties.Settings.Default.waitBeforeScreenCapture; ocrControl1.setWhiteThreshold(Properties.Settings.Default.OCRWhiteThreshold); - int maxImprintingPercentage = creatureCollection.allowMoreThanHundredImprinting ? 1000 : 100; + int maxImprintingPercentage = creatureCollection.allowMoreThanHundredImprinting ? 100000 : 100; numericUpDownImprintingBonusExtractor.Maximum = maxImprintingPercentage; numericUpDownImprintingBonusTester.Maximum = maxImprintingPercentage; @@ -3345,7 +3357,9 @@ private void tabControl1_SelectedIndexChanged(object sender, EventArgs e) } else if (tabControlMain.SelectedTab == tabPageLibrary) { - if (libraryNeedsUpdate) + if (Properties.Settings.Default.ApplyGlobalSpeciesToLibrary) + listBoxSpeciesLib.SelectedIndex = listBoxSpeciesLib.Items.IndexOf(speciesSelector1.species); + else if (libraryNeedsUpdate) filterLib(); } else if (tabControlMain.SelectedTab == tabPagePedigree) @@ -3449,8 +3463,8 @@ private void editCreatureInTester(Creature c, bool virtualCreature = false) if (c != null) { speciesSelector1.setSpecies(c.species); - NumericUpDownTestingTE.Value = c.tamingEff >= 0 ? (decimal)c.tamingEff * 100 : 0; - numericUpDownImprintingBonusTester.Value = (decimal)c.imprintingBonus * 100; + NumericUpDownTestingTE.ValueSave = c.tamingEff >= 0 ? (decimal)c.tamingEff * 100 : 0; + numericUpDownImprintingBonusTester.ValueSave = (decimal)c.imprintingBonus * 100; if (c.isBred) rbBredTester.Checked = true; else if (c.tamingEff > 0 || c.tamingEff == -2) // -2 is unknown (e.g. Giganotosaurus) @@ -4651,7 +4665,7 @@ private void chkbToggleOverlay_CheckedChanged(object sender, EventArgs e) private void toolStripButtonCopy2Tester_Click_1(object sender, EventArgs e) { double te = extractor.uniqueTE(); - NumericUpDownTestingTE.Value = (decimal)(te >= 0 ? te * 100 : 80); + NumericUpDownTestingTE.ValueSave = (decimal)(te >= 0 ? te * 100 : 80); numericUpDownImprintingBonusTester.Value = numericUpDownImprintingBonusExtractor.Value; if (rbBredExtractor.Checked) rbBredTester.Checked = true; @@ -5082,6 +5096,8 @@ private void setCreatureValuesToInfoInput(CreatureValues cv, CreatureInfoInput i input.Cooldown = cv.cooldownUntil; input.MotherArkId = cv.motherArkId; input.FatherArkId = cv.fatherArkId; + input.CreatureNote = ""; + input.SetTimersToChanged(); } private void toolStripButtonSaveCreatureValuesTemp_Click(object sender, EventArgs e) @@ -5389,6 +5405,8 @@ private void extractExportedFileInExtractor(string exportFile) private void extractExportedFileInExtractor(importExported.ExportedCreatureControl ecc, bool updateParentVisuals = false) { + if (ecc == null) return; + setCreatureValuesToExtractor(ecc.creatureValues, false, false); extractLevels(); // gets deleted in extractLevels() @@ -5546,6 +5564,7 @@ private void setLocalizations(bool init = true) Loc.ControlText(lbExtractorDomLevel, "domLvl"); Loc.ControlText(lbSum); Loc.ControlText(lbShouldBe); + Loc.ControlText(lbImprintingFailInfo); Loc.ControlText(cbExactlyImprinting, tt); Loc.ControlText(btExtractLevels); Loc.ControlText(cbQuickWildCheck, tt); diff --git a/ARKBreedingStats/ImportSavegame.cs b/ARKBreedingStats/ImportSavegame.cs index 4b703ada..f9157f64 100644 --- a/ARKBreedingStats/ImportSavegame.cs +++ b/ARKBreedingStats/ImportSavegame.cs @@ -1,17 +1,18 @@ -using System; -using System.Collections.Generic; -using System.IO; -using System.Linq; -using System.Text.RegularExpressions; -using System.Threading.Tasks; -using ARKBreedingStats.species; +using ARKBreedingStats.species; using SavegameToolkit; using SavegameToolkit.Arrays; using SavegameToolkit.Structs; using SavegameToolkit.Types; using SavegameToolkitAdditions; +using System; +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Text.RegularExpressions; +using System.Threading.Tasks; -namespace ARKBreedingStats { +namespace ARKBreedingStats +{ public class ImportSavegame { @@ -179,6 +180,8 @@ private Creature convertGameObject(GameObject creatureObject, int? levelStep) { imprinterName = creatureObject.GetPropertyValue("ImprinterName"), guid = Utils.ConvertArkIdToGuid(creatureObject.GetDinoId()), + ArkId = creatureObject.GetDinoId(), + ArkIdImported = true, domesticatedAt = DateTime.Now, // TODO: convert ingame-time to realtime? addedToLibrary = DateTime.Now, mutationsMaternal = creatureObject.GetPropertyValue("RandomMutationsFemale"), @@ -250,7 +253,8 @@ private string convertSpecies(string species) // Use fuzzy matching to convert between the two slightly different naming schemes // This doesn't handle spaces well, so we simply remove them and then it works perfectly - var scores = Values.V.speciesNames.Select(n => new { + var scores = Values.V.speciesNames.Select(n => new + { Score = DiceCoefficient.diceCoefficient(n.Replace(" ", string.Empty), species.Replace(" ", string.Empty)), Name = n }); diff --git a/ARKBreedingStats/Properties/AssemblyInfo.cs b/ARKBreedingStats/Properties/AssemblyInfo.cs index 9718eb19..1a73d58c 100644 --- a/ARKBreedingStats/Properties/AssemblyInfo.cs +++ b/ARKBreedingStats/Properties/AssemblyInfo.cs @@ -31,6 +31,6 @@ // Revision // [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.30.0.0")] +[assembly: AssemblyFileVersion("0.30.1.0")] [assembly: NeutralResourcesLanguage("en")] diff --git a/ARKBreedingStats/Properties/Settings.Designer.cs b/ARKBreedingStats/Properties/Settings.Designer.cs index e93e0fba..3ec5b99b 100644 --- a/ARKBreedingStats/Properties/Settings.Designer.cs +++ b/ARKBreedingStats/Properties/Settings.Designer.cs @@ -651,5 +651,29 @@ public string ExportCreatureFolder { this["ExportCreatureFolder"] = value; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool ApplyGlobalSpeciesToLibrary { + get { + return ((bool)(this["ApplyGlobalSpeciesToLibrary"])); + } + set { + this["ApplyGlobalSpeciesToLibrary"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool UseOwnerFilterForBreedingPlan { + get { + return ((bool)(this["UseOwnerFilterForBreedingPlan"])); + } + set { + this["UseOwnerFilterForBreedingPlan"] = value; + } + } } } diff --git a/ARKBreedingStats/Properties/Settings.settings b/ARKBreedingStats/Properties/Settings.settings index 1b639a48..b6d5c1c4 100644 --- a/ARKBreedingStats/Properties/Settings.settings +++ b/ARKBreedingStats/Properties/Settings.settings @@ -161,5 +161,11 @@ + + False + + + False + \ No newline at end of file diff --git a/ARKBreedingStats/SpeciesSelector.cs b/ARKBreedingStats/SpeciesSelector.cs index 90c04cf2..55c83b4d 100644 --- a/ARKBreedingStats/SpeciesSelector.cs +++ b/ARKBreedingStats/SpeciesSelector.cs @@ -28,6 +28,7 @@ public partial class SpeciesSelector : UserControl public SpeciesSelector() { InitializeComponent(); + species = ""; speciesList = new List(); speciesWithAliasesList = new List(); lastSpecies = new List(); @@ -200,7 +201,8 @@ private void updateLastSpecies() public string[] LastSpecies { get => lastSpecies.ToArray(); - set { + set + { if (value == null) lastSpecies.Clear(); else diff --git a/ARKBreedingStats/TamingControl.Designer.cs b/ARKBreedingStats/TamingControl.Designer.cs index de51be6a..372c9444 100644 --- a/ARKBreedingStats/TamingControl.Designer.cs +++ b/ARKBreedingStats/TamingControl.Designer.cs @@ -34,24 +34,34 @@ private void InitializeComponent() this.lbMax = new System.Windows.Forms.Label(); this.lbUsed = new System.Windows.Forms.Label(); this.gpTorporTime = new System.Windows.Forms.GroupBox(); + this.numericUpDownCurrentTorpor = new ARKBreedingStats.uiControls.Nud(); this.btAddWakeUpTimer = new System.Windows.Forms.Button(); this.lbTimeUntilWakingUp = new System.Windows.Forms.Label(); this.lbCurrentTorpor = new System.Windows.Forms.Label(); this.lbTamingTime = new System.Windows.Forms.Label(); this.gbWeaponDamage = new System.Windows.Forms.GroupBox(); + this.nudWDmHarpoon = new ARKBreedingStats.uiControls.Nud(); this.chkbDmHarpoon = new System.Windows.Forms.CheckBox(); this.rbBoneDamageDefault = new System.Windows.Forms.RadioButton(); + this.nudWDmProd = new ARKBreedingStats.uiControls.Nud(); this.chkbDmCrossbow = new System.Windows.Forms.CheckBox(); this.chkbDmBow = new System.Windows.Forms.CheckBox(); this.chkbDmSlingshot = new System.Windows.Forms.CheckBox(); this.chkbDmClub = new System.Windows.Forms.CheckBox(); this.chkbDmLongneck = new System.Windows.Forms.CheckBox(); + this.nudWDmSlingshot = new ARKBreedingStats.uiControls.Nud(); this.chkbDmProd = new System.Windows.Forms.CheckBox(); + this.nudWDmClub = new ARKBreedingStats.uiControls.Nud(); + this.nudWDmBow = new ARKBreedingStats.uiControls.Nud(); + this.nudWDmCrossbow = new ARKBreedingStats.uiControls.Nud(); + this.nudWDmLongneck = new ARKBreedingStats.uiControls.Nud(); this.gbKOInfo = new System.Windows.Forms.GroupBox(); this.lbKOInfo = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.gpStarvingTime = new System.Windows.Forms.GroupBox(); + this.nudCurrentFood = new ARKBreedingStats.uiControls.Nud(); this.btnAddStarvingTimer = new System.Windows.Forms.Button(); + this.label2 = new System.Windows.Forms.Label(); this.lbTimeUntilStarving = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); @@ -60,33 +70,26 @@ private void InitializeComponent() this.flpTamingFood = new System.Windows.Forms.FlowLayoutPanel(); this.panel2 = new System.Windows.Forms.Panel(); this.nudLevel = new ARKBreedingStats.uiControls.Nud(); - this.nudWDmHarpoon = new ARKBreedingStats.uiControls.Nud(); - this.nudWDmProd = new ARKBreedingStats.uiControls.Nud(); - this.nudWDmSlingshot = new ARKBreedingStats.uiControls.Nud(); - this.nudWDmClub = new ARKBreedingStats.uiControls.Nud(); - this.nudWDmBow = new ARKBreedingStats.uiControls.Nud(); - this.nudWDmCrossbow = new ARKBreedingStats.uiControls.Nud(); - this.nudWDmLongneck = new ARKBreedingStats.uiControls.Nud(); - this.numericUpDownCurrentTorpor = new ARKBreedingStats.uiControls.Nud(); this.gpTorporTime.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCurrentTorpor)).BeginInit(); this.gbWeaponDamage.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmHarpoon)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmProd)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmSlingshot)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmClub)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmBow)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmCrossbow)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmLongneck)).BeginInit(); this.gbKOInfo.SuspendLayout(); this.groupBox3.SuspendLayout(); this.gpStarvingTime.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nudCurrentFood)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.panel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudLevel)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmHarpoon)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmProd)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmSlingshot)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmClub)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmBow)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmCrossbow)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmLongneck)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCurrentTorpor)).BeginInit(); this.SuspendLayout(); // // labelResult @@ -119,6 +122,29 @@ private void InitializeComponent() this.gpTorporTime.Name = "gpTorporTime"; this.gpTorporTime.TabStop = false; // + // numericUpDownCurrentTorpor + // + this.numericUpDownCurrentTorpor.DecimalPlaces = 1; + this.numericUpDownCurrentTorpor.ForeColor = System.Drawing.SystemColors.GrayText; + this.numericUpDownCurrentTorpor.Increment = new decimal(new int[] { + 10, + 0, + 0, + 0}); + resources.ApplyResources(this.numericUpDownCurrentTorpor, "numericUpDownCurrentTorpor"); + this.numericUpDownCurrentTorpor.Maximum = new decimal(new int[] { + 100000000, + 0, + 0, + 0}); + this.numericUpDownCurrentTorpor.Name = "numericUpDownCurrentTorpor"; + this.numericUpDownCurrentTorpor.NeutralNumber = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.numericUpDownCurrentTorpor.ValueChanged += new System.EventHandler(this.numericUpDownCurrentTorpor_ValueChanged); + // // btAddWakeUpTimer // resources.ApplyResources(this.btAddWakeUpTimer, "btAddWakeUpTimer"); @@ -163,180 +189,6 @@ private void InitializeComponent() this.tableLayoutPanel1.SetRowSpan(this.gbWeaponDamage, 2); this.gbWeaponDamage.TabStop = false; // - // chkbDmHarpoon - // - resources.ApplyResources(this.chkbDmHarpoon, "chkbDmHarpoon"); - this.chkbDmHarpoon.Name = "chkbDmHarpoon"; - this.chkbDmHarpoon.UseVisualStyleBackColor = true; - this.chkbDmHarpoon.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); - // - // rbBoneDamageDefault - // - resources.ApplyResources(this.rbBoneDamageDefault, "rbBoneDamageDefault"); - this.rbBoneDamageDefault.Name = "rbBoneDamageDefault"; - this.rbBoneDamageDefault.TabStop = true; - this.rbBoneDamageDefault.UseVisualStyleBackColor = true; - this.rbBoneDamageDefault.CheckedChanged += new System.EventHandler(this.rbBoneDamage_CheckedChanged); - // - // chkbDmCrossbow - // - resources.ApplyResources(this.chkbDmCrossbow, "chkbDmCrossbow"); - this.chkbDmCrossbow.Checked = true; - this.chkbDmCrossbow.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkbDmCrossbow.Name = "chkbDmCrossbow"; - this.chkbDmCrossbow.UseVisualStyleBackColor = true; - this.chkbDmCrossbow.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); - // - // chkbDmBow - // - resources.ApplyResources(this.chkbDmBow, "chkbDmBow"); - this.chkbDmBow.Name = "chkbDmBow"; - this.chkbDmBow.UseVisualStyleBackColor = true; - this.chkbDmBow.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); - // - // chkbDmSlingshot - // - resources.ApplyResources(this.chkbDmSlingshot, "chkbDmSlingshot"); - this.chkbDmSlingshot.Name = "chkbDmSlingshot"; - this.chkbDmSlingshot.UseVisualStyleBackColor = true; - this.chkbDmSlingshot.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); - // - // chkbDmClub - // - resources.ApplyResources(this.chkbDmClub, "chkbDmClub"); - this.chkbDmClub.Name = "chkbDmClub"; - this.chkbDmClub.UseVisualStyleBackColor = true; - this.chkbDmClub.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); - // - // chkbDmLongneck - // - resources.ApplyResources(this.chkbDmLongneck, "chkbDmLongneck"); - this.chkbDmLongneck.Checked = true; - this.chkbDmLongneck.CheckState = System.Windows.Forms.CheckState.Checked; - this.chkbDmLongneck.Name = "chkbDmLongneck"; - this.chkbDmLongneck.UseVisualStyleBackColor = true; - this.chkbDmLongneck.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); - // - // chkbDmProd - // - resources.ApplyResources(this.chkbDmProd, "chkbDmProd"); - this.chkbDmProd.Name = "chkbDmProd"; - this.chkbDmProd.UseVisualStyleBackColor = true; - this.chkbDmProd.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); - // - // gbKOInfo - // - this.gbKOInfo.Controls.Add(this.lbKOInfo); - resources.ApplyResources(this.gbKOInfo, "gbKOInfo"); - this.gbKOInfo.Name = "gbKOInfo"; - this.gbKOInfo.TabStop = false; - // - // lbKOInfo - // - resources.ApplyResources(this.lbKOInfo, "lbKOInfo"); - this.lbKOInfo.Name = "lbKOInfo"; - // - // groupBox3 - // - this.tableLayoutPanel1.SetColumnSpan(this.groupBox3, 2); - this.groupBox3.Controls.Add(this.labelResult); - resources.ApplyResources(this.groupBox3, "groupBox3"); - this.groupBox3.Name = "groupBox3"; - this.tableLayoutPanel1.SetRowSpan(this.groupBox3, 2); - this.groupBox3.TabStop = false; - // - // gpStarvingTime - // - this.gpStarvingTime.Controls.Add(this.btnAddStarvingTimer); - this.gpStarvingTime.Controls.Add(this.lbTimeUntilStarving); - resources.ApplyResources(this.gpStarvingTime, "gpStarvingTime"); - this.gpStarvingTime.Name = "gpStarvingTime"; - this.gpStarvingTime.TabStop = false; - // - // btnAddStarvingTimer - // - resources.ApplyResources(this.btnAddStarvingTimer, "btnAddStarvingTimer"); - this.btnAddStarvingTimer.Name = "btnAddStarvingTimer"; - this.btnAddStarvingTimer.UseVisualStyleBackColor = true; - this.btnAddStarvingTimer.Click += new System.EventHandler(this.btnAddStarvingTimer_Click); - // - // lbTimeUntilStarving - // - resources.ApplyResources(this.lbTimeUntilStarving, "lbTimeUntilStarving"); - this.lbTimeUntilStarving.Name = "lbTimeUntilStarving"; - // - // tableLayoutPanel1 - // - resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); - this.tableLayoutPanel1.Controls.Add(this.gpTorporTime, 0, 0); - this.tableLayoutPanel1.Controls.Add(this.gbKOInfo, 2, 2); - this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 1); - this.tableLayoutPanel1.Controls.Add(this.gbWeaponDamage, 2, 0); - this.tableLayoutPanel1.Controls.Add(this.gpStarvingTime, 1, 0); - this.tableLayoutPanel1.Name = "tableLayoutPanel1"; - // - // panel1 - // - resources.ApplyResources(this.panel1, "panel1"); - this.panel1.Controls.Add(this.lbMax); - this.panel1.Controls.Add(this.lbUsed); - this.panel1.Controls.Add(this.lbTamingTime); - this.panel1.Name = "panel1"; - // - // tableLayoutPanel2 - // - resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); - this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0); - this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 1, 0); - this.tableLayoutPanel2.Name = "tableLayoutPanel2"; - // - // tableLayoutPanel3 - // - resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); - this.tableLayoutPanel3.Controls.Add(this.panel1, 0, 1); - this.tableLayoutPanel3.Controls.Add(this.flpTamingFood, 0, 2); - this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 0); - this.tableLayoutPanel3.Name = "tableLayoutPanel3"; - // - // flpTamingFood - // - resources.ApplyResources(this.flpTamingFood, "flpTamingFood"); - this.flpTamingFood.Name = "flpTamingFood"; - // - // panel2 - // - this.panel2.Controls.Add(this.nudLevel); - this.panel2.Controls.Add(this.label1); - resources.ApplyResources(this.panel2, "panel2"); - this.panel2.Name = "panel2"; - // - // nudLevel - // - this.nudLevel.ForeColor = System.Drawing.SystemColors.WindowText; - resources.ApplyResources(this.nudLevel, "nudLevel"); - this.nudLevel.Maximum = new decimal(new int[] { - 10000, - 0, - 0, - 0}); - this.nudLevel.Minimum = new decimal(new int[] { - 1, - 0, - 0, - 0}); - this.nudLevel.Name = "nudLevel"; - this.nudLevel.NeutralNumber = new decimal(new int[] { - 0, - 0, - 0, - 0}); - this.nudLevel.Value = new decimal(new int[] { - 30, - 0, - 0, - 0}); - this.nudLevel.ValueChanged += new System.EventHandler(this.nudLevel_ValueChanged); - // // nudWDmHarpoon // this.nudWDmHarpoon.DecimalPlaces = 1; @@ -365,6 +217,21 @@ private void InitializeComponent() 0}); this.nudWDmHarpoon.ValueChanged += new System.EventHandler(this.nudWDm_ValueChanged); // + // chkbDmHarpoon + // + resources.ApplyResources(this.chkbDmHarpoon, "chkbDmHarpoon"); + this.chkbDmHarpoon.Name = "chkbDmHarpoon"; + this.chkbDmHarpoon.UseVisualStyleBackColor = true; + this.chkbDmHarpoon.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); + // + // rbBoneDamageDefault + // + resources.ApplyResources(this.rbBoneDamageDefault, "rbBoneDamageDefault"); + this.rbBoneDamageDefault.Name = "rbBoneDamageDefault"; + this.rbBoneDamageDefault.TabStop = true; + this.rbBoneDamageDefault.UseVisualStyleBackColor = true; + this.rbBoneDamageDefault.CheckedChanged += new System.EventHandler(this.rbBoneDamage_CheckedChanged); + // // nudWDmProd // this.nudWDmProd.DecimalPlaces = 1; @@ -393,6 +260,45 @@ private void InitializeComponent() 0}); this.nudWDmProd.ValueChanged += new System.EventHandler(this.nudWDm_ValueChanged); // + // chkbDmCrossbow + // + resources.ApplyResources(this.chkbDmCrossbow, "chkbDmCrossbow"); + this.chkbDmCrossbow.Checked = true; + this.chkbDmCrossbow.CheckState = System.Windows.Forms.CheckState.Checked; + this.chkbDmCrossbow.Name = "chkbDmCrossbow"; + this.chkbDmCrossbow.UseVisualStyleBackColor = true; + this.chkbDmCrossbow.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); + // + // chkbDmBow + // + resources.ApplyResources(this.chkbDmBow, "chkbDmBow"); + this.chkbDmBow.Name = "chkbDmBow"; + this.chkbDmBow.UseVisualStyleBackColor = true; + this.chkbDmBow.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); + // + // chkbDmSlingshot + // + resources.ApplyResources(this.chkbDmSlingshot, "chkbDmSlingshot"); + this.chkbDmSlingshot.Name = "chkbDmSlingshot"; + this.chkbDmSlingshot.UseVisualStyleBackColor = true; + this.chkbDmSlingshot.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); + // + // chkbDmClub + // + resources.ApplyResources(this.chkbDmClub, "chkbDmClub"); + this.chkbDmClub.Name = "chkbDmClub"; + this.chkbDmClub.UseVisualStyleBackColor = true; + this.chkbDmClub.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); + // + // chkbDmLongneck + // + resources.ApplyResources(this.chkbDmLongneck, "chkbDmLongneck"); + this.chkbDmLongneck.Checked = true; + this.chkbDmLongneck.CheckState = System.Windows.Forms.CheckState.Checked; + this.chkbDmLongneck.Name = "chkbDmLongneck"; + this.chkbDmLongneck.UseVisualStyleBackColor = true; + this.chkbDmLongneck.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); + // // nudWDmSlingshot // this.nudWDmSlingshot.DecimalPlaces = 1; @@ -421,6 +327,13 @@ private void InitializeComponent() 0}); this.nudWDmSlingshot.ValueChanged += new System.EventHandler(this.nudWDm_ValueChanged); // + // chkbDmProd + // + resources.ApplyResources(this.chkbDmProd, "chkbDmProd"); + this.chkbDmProd.Name = "chkbDmProd"; + this.chkbDmProd.UseVisualStyleBackColor = true; + this.chkbDmProd.CheckedChanged += new System.EventHandler(this.chkbDm_CheckedChanged); + // // nudWDmClub // this.nudWDmClub.DecimalPlaces = 1; @@ -533,28 +446,148 @@ private void InitializeComponent() 0}); this.nudWDmLongneck.ValueChanged += new System.EventHandler(this.nudWDm_ValueChanged); // - // numericUpDownCurrentTorpor + // gbKOInfo // - this.numericUpDownCurrentTorpor.DecimalPlaces = 1; - this.numericUpDownCurrentTorpor.ForeColor = System.Drawing.SystemColors.GrayText; - this.numericUpDownCurrentTorpor.Increment = new decimal(new int[] { + this.gbKOInfo.Controls.Add(this.lbKOInfo); + resources.ApplyResources(this.gbKOInfo, "gbKOInfo"); + this.gbKOInfo.Name = "gbKOInfo"; + this.gbKOInfo.TabStop = false; + // + // lbKOInfo + // + resources.ApplyResources(this.lbKOInfo, "lbKOInfo"); + this.lbKOInfo.Name = "lbKOInfo"; + // + // groupBox3 + // + this.tableLayoutPanel1.SetColumnSpan(this.groupBox3, 2); + this.groupBox3.Controls.Add(this.labelResult); + resources.ApplyResources(this.groupBox3, "groupBox3"); + this.groupBox3.Name = "groupBox3"; + this.tableLayoutPanel1.SetRowSpan(this.groupBox3, 2); + this.groupBox3.TabStop = false; + // + // gpStarvingTime + // + this.gpStarvingTime.Controls.Add(this.nudCurrentFood); + this.gpStarvingTime.Controls.Add(this.btnAddStarvingTimer); + this.gpStarvingTime.Controls.Add(this.label2); + this.gpStarvingTime.Controls.Add(this.lbTimeUntilStarving); + resources.ApplyResources(this.gpStarvingTime, "gpStarvingTime"); + this.gpStarvingTime.Name = "gpStarvingTime"; + this.gpStarvingTime.TabStop = false; + // + // nudCurrentFood + // + this.nudCurrentFood.DecimalPlaces = 1; + this.nudCurrentFood.ForeColor = System.Drawing.SystemColors.GrayText; + this.nudCurrentFood.Increment = new decimal(new int[] { 10, 0, 0, 0}); - resources.ApplyResources(this.numericUpDownCurrentTorpor, "numericUpDownCurrentTorpor"); - this.numericUpDownCurrentTorpor.Maximum = new decimal(new int[] { + resources.ApplyResources(this.nudCurrentFood, "nudCurrentFood"); + this.nudCurrentFood.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); - this.numericUpDownCurrentTorpor.Name = "numericUpDownCurrentTorpor"; - this.numericUpDownCurrentTorpor.NeutralNumber = new decimal(new int[] { + this.nudCurrentFood.Name = "nudCurrentFood"; + this.nudCurrentFood.NeutralNumber = new decimal(new int[] { 0, 0, 0, 0}); - this.numericUpDownCurrentTorpor.ValueChanged += new System.EventHandler(this.numericUpDownCurrentTorpor_ValueChanged); + this.nudCurrentFood.ValueChanged += new System.EventHandler(this.nudCurrentFood_ValueChanged); + // + // btnAddStarvingTimer + // + resources.ApplyResources(this.btnAddStarvingTimer, "btnAddStarvingTimer"); + this.btnAddStarvingTimer.Name = "btnAddStarvingTimer"; + this.btnAddStarvingTimer.UseVisualStyleBackColor = true; + this.btnAddStarvingTimer.Click += new System.EventHandler(this.btnAddStarvingTimer_Click); + // + // label2 + // + resources.ApplyResources(this.label2, "label2"); + this.label2.Name = "label2"; + // + // lbTimeUntilStarving + // + resources.ApplyResources(this.lbTimeUntilStarving, "lbTimeUntilStarving"); + this.lbTimeUntilStarving.Name = "lbTimeUntilStarving"; + // + // tableLayoutPanel1 + // + resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); + this.tableLayoutPanel1.Controls.Add(this.gpTorporTime, 0, 0); + this.tableLayoutPanel1.Controls.Add(this.gbKOInfo, 2, 2); + this.tableLayoutPanel1.Controls.Add(this.groupBox3, 0, 1); + this.tableLayoutPanel1.Controls.Add(this.gbWeaponDamage, 2, 0); + this.tableLayoutPanel1.Controls.Add(this.gpStarvingTime, 1, 0); + this.tableLayoutPanel1.Name = "tableLayoutPanel1"; + // + // panel1 + // + resources.ApplyResources(this.panel1, "panel1"); + this.panel1.Controls.Add(this.lbMax); + this.panel1.Controls.Add(this.lbUsed); + this.panel1.Controls.Add(this.lbTamingTime); + this.panel1.Name = "panel1"; + // + // tableLayoutPanel2 + // + resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); + this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0); + this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel1, 1, 0); + this.tableLayoutPanel2.Name = "tableLayoutPanel2"; + // + // tableLayoutPanel3 + // + resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); + this.tableLayoutPanel3.Controls.Add(this.panel1, 0, 1); + this.tableLayoutPanel3.Controls.Add(this.flpTamingFood, 0, 2); + this.tableLayoutPanel3.Controls.Add(this.panel2, 0, 0); + this.tableLayoutPanel3.Name = "tableLayoutPanel3"; + // + // flpTamingFood + // + resources.ApplyResources(this.flpTamingFood, "flpTamingFood"); + this.flpTamingFood.Name = "flpTamingFood"; + // + // panel2 + // + this.panel2.Controls.Add(this.nudLevel); + this.panel2.Controls.Add(this.label1); + resources.ApplyResources(this.panel2, "panel2"); + this.panel2.Name = "panel2"; + // + // nudLevel + // + this.nudLevel.ForeColor = System.Drawing.SystemColors.WindowText; + resources.ApplyResources(this.nudLevel, "nudLevel"); + this.nudLevel.Maximum = new decimal(new int[] { + 10000, + 0, + 0, + 0}); + this.nudLevel.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); + this.nudLevel.Name = "nudLevel"; + this.nudLevel.NeutralNumber = new decimal(new int[] { + 0, + 0, + 0, + 0}); + this.nudLevel.Value = new decimal(new int[] { + 30, + 0, + 0, + 0}); + this.nudLevel.ValueChanged += new System.EventHandler(this.nudLevel_ValueChanged); // // TamingControl // @@ -564,11 +597,21 @@ private void InitializeComponent() this.Name = "TamingControl"; this.gpTorporTime.ResumeLayout(false); this.gpTorporTime.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCurrentTorpor)).EndInit(); this.gbWeaponDamage.ResumeLayout(false); this.gbWeaponDamage.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmHarpoon)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmProd)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmSlingshot)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmClub)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmBow)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmCrossbow)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.nudWDmLongneck)).EndInit(); this.gbKOInfo.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.gpStarvingTime.ResumeLayout(false); + this.gpStarvingTime.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.nudCurrentFood)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); @@ -577,14 +620,6 @@ private void InitializeComponent() this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudLevel)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmHarpoon)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmProd)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmSlingshot)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmClub)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmBow)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmCrossbow)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.nudWDmLongneck)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.numericUpDownCurrentTorpor)).EndInit(); this.ResumeLayout(false); } @@ -629,5 +664,7 @@ private void InitializeComponent() private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.FlowLayoutPanel flpTamingFood; private System.Windows.Forms.Panel panel2; + private uiControls.Nud nudCurrentFood; + private System.Windows.Forms.Label label2; } } diff --git a/ARKBreedingStats/TamingControl.cs b/ARKBreedingStats/TamingControl.cs index 67f9b2ab..2c16d1bf 100644 --- a/ARKBreedingStats/TamingControl.cs +++ b/ARKBreedingStats/TamingControl.cs @@ -1,8 +1,8 @@ -using System; +using ARKBreedingStats.species; +using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; -using ARKBreedingStats.species; namespace ARKBreedingStats { @@ -59,7 +59,7 @@ public void setSpeciesIndex(int speciesIndex) this.speciesIndex = speciesIndex; // bone damage adjusters - boneDamageAdjustersImmobilization = Taming.boneDamageAdjustersImmobilization(speciesIndex, + boneDamageAdjustersImmobilization = Taming.boneDamageAdjustersImmobilization(speciesIndex, out Dictionary boneDamageAdjusters); int ib = 0; @@ -91,10 +91,12 @@ public void setSpeciesIndex(int speciesIndex) TamingData td = Values.V.species[speciesIndex].taming; kibbleRecipe = ""; - if (td.favoriteKibble != null && Kibbles.K.kibble.ContainsKey(td.favoriteKibble)) - { - kibbleRecipe = "\n\nKibble:" + Kibbles.K.kibble[td.favoriteKibble].RecipeAsText(); - } + + // TODO replace with new kibble recipes + //if (td.favoriteKibble != null && Kibbles.K.kibble.ContainsKey(td.favoriteKibble)) + //{ + // kibbleRecipe = "\n\nKibble:" + Kibbles.K.kibble[td.favoriteKibble].RecipeAsText(); + //} foodDepletion = td.foodConsumptionBase * td.foodConsumptionMult * tamingFoodRateMultiplier; @@ -226,10 +228,11 @@ private void updateTamingData() // displays the time until the food has decreased enough to tame the creature in one go. var durationStarving = new TimeSpan(0, 0, (int)(hunger / foodDepletion)); - lbTimeUntilStarving.Text = $"{Loc.s("TimeUntilFeedingAllFood")}: {Utils.duration(durationStarving)}"; - if (Values.V.species[speciesIndex].stats[3].BaseValue * (1 + Values.V.species[speciesIndex].stats[3].IncPerWildLevel * (level / 7)) < hunger) + lbTimeUntilStarving.Text = (enoughFood ? $"{Loc.s("TimeUntilFeedingAllFood")}: {Utils.duration(durationStarving)}" : ""); + nudCurrentFood.Value = (decimal)(Values.V.species[speciesIndex].stats[3].BaseValue * (1 + Values.V.species[speciesIndex].stats[3].IncPerWildLevel * (level / 7))); + if ((double)nudCurrentFood.Value < hunger) { - lbTimeUntilStarving.Text += $"\n{Loc.s("WarningMoreStarvingThanFood")}"; + lbTimeUntilStarving.Text += (lbTimeUntilStarving.Text.Length > 0 ? "\n" : "") + $"{Loc.s("WarningMoreStarvingThanFood")}"; lbTimeUntilStarving.ForeColor = Color.DarkRed; } else lbTimeUntilStarving.ForeColor = SystemColors.ControlText; @@ -262,6 +265,11 @@ private void numericUpDownCurrentTorpor_ValueChanged(object sender, EventArgs e) wakeUpTime = DateTime.Now.Add(duration); } + private void nudCurrentFood_ValueChanged(object sender, EventArgs e) + { + + } + private void nudWDm_ValueChanged(object sender, EventArgs e) { updateKOCounting(); @@ -294,7 +302,8 @@ private void updateKOCounting(double boneDamageAdjuster = 0) public double[] weaponDamages { get => new[] { (double)nudWDmLongneck.Value, (double)nudWDmCrossbow.Value, (double)nudWDmBow.Value, (double)nudWDmSlingshot.Value, (double)nudWDmClub.Value, (double)nudWDmProd.Value, (double)nudWDmHarpoon.Value }; - set { + set + { if (value != null) { NumericUpDown[] nuds = { nudWDmLongneck, nudWDmCrossbow, nudWDmBow, nudWDmSlingshot, nudWDmClub, nudWDmProd, nudWDmHarpoon }; diff --git a/ARKBreedingStats/TamingControl.resx b/ARKBreedingStats/TamingControl.resx index 98ba6191..cb75ec79 100644 --- a/ARKBreedingStats/TamingControl.resx +++ b/ARKBreedingStats/TamingControl.resx @@ -129,7 +129,7 @@ 3, 16 - 338, 486 + 388, 486 @@ -265,10 +265,10 @@ NoControl - 6, 65 + 6, 115 - 158, 23 + 157, 23 3 @@ -352,7 +352,7 @@ 3, 3 - 169, 94 + 169, 144 5 @@ -790,7 +790,7 @@ Fill - 353, 3 + 403, 3 3 @@ -805,7 +805,7 @@ 3, 16 - 265, 286 + 265, 336 2 @@ -829,10 +829,10 @@ Fill - 353, 303 + 403, 303 - 271, 305 + 271, 355 8 @@ -856,10 +856,10 @@ Fill - 3, 103 + 3, 153 - 344, 505 + 394, 505 9 @@ -879,14 +879,35 @@ 2 + + 86, 19 + + + 77, 20 + + + 4 + + + nudCurrentFood + + + ARKBreedingStats.uiControls.Nud, ARK Smart Breeding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null + + + gpStarvingTime + + + 0 + NoControl - 6, 65 + 6, 115 - 158, 23 + 157, 23 3 @@ -904,16 +925,46 @@ gpStarvingTime - 0 + 1 + + + True + + + NoControl + + + 6, 21 + + + 68, 13 + + + 5 + + + Current Food + + + label2 + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + gpStarvingTime + + + 2 NoControl - 6, 16 + 6, 41 - 158, 46 + 207, 71 2 @@ -931,13 +982,13 @@ gpStarvingTime - 1 + 3 178, 3 - 169, 94 + 219, 144 6 @@ -985,7 +1036,7 @@ 1 - <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="gpTorporTime" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="gbKOInfo" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox3" Row="1" RowSpan="2" Column="0" ColumnSpan="2" /><Control Name="gbWeaponDamage" Row="0" RowSpan="2" Column="2" ColumnSpan="1" /><Control Name="gpStarvingTime" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Absolute,175,Absolute,175,AutoSize,0" /><Rows Styles="Absolute,100,Absolute,200,AutoSize,0,Absolute,20" /></TableLayoutSettings> + <?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="gpTorporTime" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="gbKOInfo" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="groupBox3" Row="1" RowSpan="2" Column="0" ColumnSpan="2" /><Control Name="gbWeaponDamage" Row="0" RowSpan="2" Column="2" ColumnSpan="1" /><Control Name="gpStarvingTime" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="Absolute,175,Absolute,225,AutoSize,0" /><Rows Styles="Absolute,150,Absolute,150,AutoSize,0" /></TableLayoutSettings> 271, 294 @@ -1041,6 +1092,9 @@ 1 + + True + Fill diff --git a/ARKBreedingStats/Values.cs b/ARKBreedingStats/Values.cs index 2a89cc87..c7bb4300 100644 --- a/ARKBreedingStats/Values.cs +++ b/ARKBreedingStats/Values.cs @@ -406,6 +406,11 @@ private void updateSpeciesBlueprints() } } + /// + /// Checks if the passed name is an available species name or an alias, then returns the species name + /// + /// + /// Available species name or empty, if not available. public string speciesName(string alias) { if (speciesNames.Contains(alias)) diff --git a/ARKBreedingStats/importExported/ExportedCreatureList.cs b/ARKBreedingStats/importExported/ExportedCreatureList.cs index cb6f8d81..01a353fa 100644 --- a/ARKBreedingStats/importExported/ExportedCreatureList.cs +++ b/ARKBreedingStats/importExported/ExportedCreatureList.cs @@ -36,8 +36,12 @@ public ExportedCreatureList() private void ExportedCreatureList_FormClosing(object sender, FormClosingEventArgs e) { - Properties.Settings.Default.importExportedLocation = Location; - Properties.Settings.Default.importExportedSize = Size; + // if window is not minimized + if (Location.X >= 0) + { + Properties.Settings.Default.importExportedLocation = Location; + Properties.Settings.Default.importExportedSize = Size; + } } private void chooseFolderToolStripMenuItem_Click(object sender, EventArgs e) diff --git a/ARKBreedingStats/importExported/ImportExported.cs b/ARKBreedingStats/importExported/ImportExported.cs index 8ac425dd..0a546bc7 100644 --- a/ARKBreedingStats/importExported/ImportExported.cs +++ b/ARKBreedingStats/importExported/ImportExported.cs @@ -89,6 +89,11 @@ public static CreatureValues importExportedCreature(string filePath) text = text.Substring(0, text.Length - 2); // the last two characters are "_C" cv.species = Values.V.speciesNameFromBP(text); break; + case "DinoNameTag": + // get name if blueprintpath is not available (in this case a custom values_mod.json should be created, this is just a fallback + if (string.IsNullOrEmpty(cv.species)) + cv.species = Values.V.speciesName(text); + break; case "bIsFemale": cv.sex = text == "True" ? Sex.Female : Sex.Male; break; @@ -96,7 +101,7 @@ public static CreatureValues importExportedCreature(string filePath) cv.neutered = text != "False"; break; case "TamerString": - cv.owner = text; + cv.tribe = text; break; case "TamedName": cv.name = text; diff --git a/ARKBreedingStats/json/KrakensBetterDinos.json b/ARKBreedingStats/json/KrakensBetterDinos.json new file mode 100644 index 00000000..d01bbdeb --- /dev/null +++ b/ARKBreedingStats/json/KrakensBetterDinos.json @@ -0,0 +1 @@ +{"ver":"1.0.18","species":[{"name":"Pulmonoscorpius","blueprintPath":"/Game/Mods/BetterDinosTest/Scorp/Scorpion_Character_BP.Scorpion_Character_BP","statsRaw":[[280,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1,0],[150,0.06,0,0.5,0]]}]} \ No newline at end of file diff --git a/ARKBreedingStats/json/values.json b/ARKBreedingStats/json/values.json index 4a6ba005..029f173c 100644 --- a/ARKBreedingStats/json/values.json +++ b/ARKBreedingStats/json/values.json @@ -1 +1 @@ -{"ver":"291.100","foodData":[{"Key":"Raw Meat","Value":{"d":[50,50]}},{"Key":"Cooked Meat","Value":{"d":[25,25]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,25]}},{"Key":"Raw Prime Meat","Value":{"d":[50,150]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,75]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,75]}},{"Key":"Raw Fish Meat","Value":{"d":[25,20]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,60]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,10]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.7,30]}},{"Key":"Spoiled Meat","Value":{"d":[50,100]}},{"Key":"Vegetables","Value":{"d":[40,40]}},{"Key":"Mejoberry","Value":{"d":[30,30]}},{"Key":"Berries","Value":{"d":[20,20]}},{"Key":"Stimberry","Value":{"d":[-15,1.5]}},{"Key":"Kibble","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,300]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,165]}}],"imprintingMultiplier":1,"statMultipliers":[[0.14,0.44,0.2,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[0.14,0.44,0.17,1],[1,1,1,1],[1,1,1,1]],"statMultipliersSP":[[3.57142857,2.27272727,2.125,null],null,null,null,null,[3.57142857,2.27272727,2.35294118,null],null,null],"matingIntervalMultiplierSP":0.125,"eggHatchSpeedMultiplierSP":10,"babyMatureSpeedMultiplierSP":36.799,"babyCuddleIntervalMultiplierSP":0.167,"tamingSpeedMultiplierSP":2.5,"species":[{"name":"Fire Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_Fire.Wyvern_Character_BP_Fire","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,41,42,43,22]},{"name":"Wings Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":"Fins Highlight","colorIds":[10,44,20,21,35,42]},{"name":"Body Highlights","colorIds":[10,44,43,21,33,42]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Jerboa","blueprintPath":"/Game/ScorchedEarth/Dinos/Jerboa/Jerboa_Character_BP.Jerboa_Character_BP","breeding":{"gestationTime":9523.80957,"incubationTime":0,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Paws and Back","colorIds":[13,14,15,20,22,34,35,37,41,40,39,55,56]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[8,9,10,13,14,36,20,22,33,31,35,17,55,56]},{"name":"Belly and Highlights","colorIds":[13,9,33,40,41,39,37,55,56]}],"statsRaw":[[55,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[55,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.5,0],[30,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Y Seed","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Plant Species Y Seed","Value":{"d":[65,160]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":1350,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Lightning Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_Lightning.Wyvern_Character_BP_Lightning","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[30,28,14,51,8,35]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Wings","colorIds":[49,50,31,35,28,30,8,51]},{"name":null,"colorIds":[]},{"name":"Scales Top","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Lymantria","blueprintPath":"/Game/ScorchedEarth/Dinos/Moth/Moth_Character_BP.Moth_Character_BP","colors":[{"name":"Facial Highlights","colorIds":[33,21,28,8,32,40]},{"name":"Wings Main","colorIds":[53,10,11,19,25,28,30,13]},{"name":"Legs","colorIds":[33,21,28,8,32,40]},{"name":"Wing Highlights","colorIds":[29,4,54,31,16,17,27,8,14]},{"name":"Facial Main","colorIds":[33,21,28,8,32,40]},{"name":"Stinger and Underbody","colorIds":[33,21,28,8,32,40]}],"statsRaw":[[260,0.2,0.27,0.5,0],[150,0.05,0.06,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[175,0.02,0.03,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0,0],[550,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Thorny Dragon","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":1800,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Mantis","blueprintPath":"/Game/ScorchedEarth/Dinos/Mantis/Mantis_Character_BP.Mantis_Character_BP","colors":[{"name":"Body","colorIds":[9,10,16,17,15,11,33,27,26]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[9,10,16,17,15,11,33,27,26]},{"name":"Underneath","colorIds":[9,10,16,17,15,11,33,27,26]}],"statsRaw":[[275,0.2,0.135,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[220,0.02,0.08,0,0],[1,0.025,0.1,0.5,0.4],[1,0,0.01,0.67,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Deathworm Horn"],"nonViolent":true,"specialFoodValues":[{"Key":"Deathworm Horn","Value":{"d":[300,450]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1800,"affinityIncreasePL":75,"foodConsumptionBase":0.002314,"foodConsumptionMult":360,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Bear Trap","Plant Species Y"]},{"name":"Morellatops","blueprintPath":"/Game/ScorchedEarth/Dinos/Camelsaurus/camelsaurus_Character_BP.camelsaurus_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Spine","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Spikes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Furred Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.5,0],[220,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[440,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.964,0],[315,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Head"}]},{"name":"Phoenix","blueprintPath":"/Game/ScorchedEarth/Dinos/Phoenix/Phoenix_Character_BP.Phoenix_Character_BP","colors":[{"name":"Body Main","colorIds":[20,22,42,43,44,10,14]},{"name":"Beak and Feet","colorIds":[20,22,21,33,39,43,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feather Highlights","colorIds":[21,10,11,44,4,7,8]},{"name":"Underbelly and Wing Highlights","colorIds":[29,48,28,53,51,49,5,54,14]}],"statsRaw":[[640,0.2,0.27,0.5,0],[352,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[324,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0,0],[200,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Sulfur"],"nonViolent":true,"specialFoodValues":[{"Key":"Sulfur","Value":{"d":[100,25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6600,"affinityIncreasePL":200,"foodConsumptionBase":0.002893,"foodConsumptionMult":192.034409,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false}},{"name":"Poison Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_Poison.Wyvern_Character_BP_Poison","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[45,46,35,27,26,24,8,47,40,38,39]},{"name":"Wings Main","colorIds":[45,46,35,27,26,24,8]},{"name":"Scales Main","colorIds":[47,32,25,23,8]},{"name":"Wings Highlight","colorIds":[7,11,23,24,25,26,27,30,45,46]},{"name":"Scale Highlights","colorIds":[47,32,25,23,8,48]},{"name":"Body Highlights","colorIds":[47,32,25,23,8]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Rock Elemental","blueprintPath":"/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP","colors":[{"name":null,"colorIds":[]},{"name":"Body","colorIds":[1,17,19,23,24,28,36,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]}],"statsRaw":[[25000,0.0125,0.135,-22000,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[660,0.02,0.04,0,0],[1,0.05,0.1,0.125,0.4],[1,0,0.01,0,0],[5000,0.02,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Sulfur","Clay"],"favoriteKibble":"Mantis","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[19.9995,400]}},{"Key":"Sulfur","Value":{"d":[25,25]}},{"Key":"Clay","Value":{"d":[25,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6500,"affinityIncreasePL":325,"torporDepletionPS0":0.325,"foodConsumptionBase":0.002543,"foodConsumptionMult":180.063385,"violent":true}},{"name":"Thorny Dragon","blueprintPath":"/Game/ScorchedEarth/Dinos/SpineyLizard/SpineyLizard_Character_BP.SpineyLizard_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Mid-section and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Quills","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Belly","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Top","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[260,0.2,0.27,0.66,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Camelsaurus","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,162.5]}},{"Key":"Raw Prime Meat","Value":{"d":[50,130]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,52]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,24]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Raw Fish Meat","Value":{"d":[25,16]}}],"tamingIneffectiveness":1.5,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.5,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Vulture","blueprintPath":"/Game/ScorchedEarth/Dinos/Vulture/Vulture_Character_BP.Vulture_Character_BP","breeding":{"gestationTime":0,"incubationTime":4864.475586,"maturationTime":90090.085938,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":35,"eggTempMax":38},"colors":[{"name":"Body Main","colorIds":[33,34,35,41,22,20,14,13]},{"name":"Head Highlight","colorIds":[19,20,21,22,28,29,30,31,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Head Main","colorIds":[37,38,39,32,33,21,35]},{"name":"Body Highlights","colorIds":[33,34,35,41,22,20,14,13,37,39,32,21]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":655,"affinityIncreasePL":45,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Zombie Fire Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_ZombieFire.Wyvern_Character_BP_ZombieFire","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,41,42,43,22]},{"name":"Wings Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":"Fins Highlight","colorIds":[10,44,20,21,35,42]},{"name":"Body Highlights","colorIds":[10,44,43,21,33,42]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Zombie Lightning Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_ZombieLightning.Wyvern_Character_BP_ZombieLightning","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[30,28,14,51,8,35]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Wings","colorIds":[49,50,31,35,28,30,8,51]},{"name":"wings","colorIds":[49,50,30,28,8,51]},{"name":"Scales Top","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Zombie Poison Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_ZombiePoison.Wyvern_Character_BP_ZombiePoison","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[45,46,35,27,26,24,8,47,40,38,39]},{"name":"Wings Main","colorIds":[45,46,35,27,26,24,8]},{"name":"Scales Main","colorIds":[47,32,25,23,8]},{"name":"Wings Highlight","colorIds":[7,11,23,24,25,26,27,30,45,46]},{"name":"Scale Highlights","colorIds":[47,32,25,23,8,48]},{"name":"Body Highlights","colorIds":[47,32,25,23,8]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Dire Polar Bear","blueprintPath":"/Game/Mods/Ragnarok/Custom_Assets/Dinos/Polar_Bear/Polar_Bear.Polar_Bear","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"statsRaw":[[400,0.2,0.27,0.5,0],[500,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[650,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Giant Bee Honey","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat"],"favoriteKibble":"Carnotaurus","nonViolent":false,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4000,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Ice Wyvern","blueprintPath":"/Game/Mods/Ragnarok/Custom_Assets/Dinos/Wyvern/Ice_Wyvern/Ragnarok_Wyvern_Override_Ice.Ragnarok_Wyvern_Override_Ice","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[25,28,8,51,52,30,36,38,48,50,56]},{"name":"Fins","colorIds":[14,28,8,51,52]},{"name":"Wings","colorIds":[49,50,31,35,28,30,8,51]},{"name":null,"colorIds":[]},{"name":"Scales Belly","colorIds":[25,28,8,51,52,30,32,36,37,38,40,48,56]},{"name":"Scales Top and Fins","colorIds":[25,28,8,51,50,30,36,48,56]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Achatina","blueprintPath":"/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP_Aberrant.Achatina_Character_BP_Aberrant","colors":[{"name":"Body","colorIds":[49,22,33,34,41,42,43]},{"name":"Shell","colorIds":[19,21,22,23,24,28,30,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":"Shell Highlights","colorIds":[19,28,33,30,32,21,43,25,23]},{"name":"Stripe","colorIds":[19,21,32,30,41,25,23,50]},{"name":"Underside","colorIds":[19,21,33,30,50,25,23]}],"statsRaw":[[75,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[50,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[195,400]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Aberrant Anglerfish","blueprintPath":"/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP_Aberrant.Angler_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36,1,4,3,2]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Tail fin and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]}],"statsRaw":[[450,0.2,0.27,0.3,0],[240,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[350,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[900,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Kairuku","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1800,"affinityIncreasePL":90,"torporDepletionPS0":2.8,"foodConsumptionBase":0.001852,"foodConsumptionMult":149.988007,"violent":true}},{"name":"Aberrant Ankylosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP_Aberrant.Ankylo_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"Back","colorIds":[0]},{"name":"Spikes","colorIds":[21,23,32,33,8,14]},{"name":"Leg Plates","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Spike Tips","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Head and Back","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[175,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.35,0],[420,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dilophosaur","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Araneo","blueprintPath":"/Game/PrimalEarth/Dinos/Spider-Small/SpiderS_Character_BP_Aberrant.SpiderS_Character_BP_Aberrant","colors":[{"name":"Thorax and Head","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Lower Abdomen","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Leg","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Scutes","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Upper Abdomen and Markings","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[150,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[100,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[80,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":4000,"affinityIncreasePL":120,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Arthropluera","blueprintPath":"/Game/PrimalEarth/Dinos/Arthropluera/Arthro_Character_BP_Aberrant.Arthro_Character_BP_Aberrant","colors":[{"name":"Segments","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Head","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Sternites","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Legs, Antennae, and Forcipules","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Underside of Head/Segments","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[500,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[100,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Broth of Enlightenment","Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Broth of Enlightenment","Value":{"d":[20,1500]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":3000,"affinityIncreasePL":75,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Aberrant Baryonyx","blueprintPath":"/Game/PrimalEarth/Dinos/Baryonyx/Baryonyx_Character_BP_Aberrant.Baryonyx_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body","colorIds":[22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[23,37,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[32,33,39,34,41,24,13]},{"name":"Underside","colorIds":[37,32,33,39,38,40,23,8]}],"statsRaw":[[440,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[225,0.1,0.1,0,0],[2250,0.1,0.1,0,0],[325,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[400,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat"],"favoriteKibble":"Pachyrhino","nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2.5,"affinityNeeded0":2500,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Beelzebufo","blueprintPath":"/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP_Aberrant.Toad_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Spikes","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Belly and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[220,0.2,0.27,0.5,0],[190,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[160,0.02,0.04,0,0],[1,0.05,0.1,0.2,0.25],[1,0,0.01,1,0],[200,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Pulmonoscorpius","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1800,"affinityIncreasePL":75,"torporDepletionPS0":0.6666,"foodConsumptionBase":0.001929,"foodConsumptionMult":648.00415,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Carbonemys","blueprintPath":"/Game/PrimalEarth/Dinos/Turtle/Turtle_Character_BP_Aberrant.Turtle_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":4499.640137,"maturationTime":83333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Shell Base","colorIds":[19,21,23,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell, Plates, and Claws","colorIds":[20,22,24,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[270,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.7,0],[275,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.864,"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Pteranodon","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.2,"Value":"Body"},{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Aberrant Carnotaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP_Aberrant.Carno_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Horns","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[420,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0125,0.085,0],[350,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Ankylosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Dimetrodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimetrodon/Dimetro_Character_BP_Aberrant.Dimetro_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[21,23,25,26,32,33,8,14]},{"name":"Side Fin","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail Spines","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Legs and Belly","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]}],"statsRaw":[[350,0.2,0.27,0.65,0],[300,0.1,0.1,0,0],[500,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[250,0.02,0.04,0,0],[1,0.02,0.04,0.8,0.5],[1,0,0.01,0,0],[750,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Quetzal","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":90,"torporDepletionPS0":25,"foodConsumptionBase":0.001736,"foodConsumptionMult":160.010239,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Dimorphodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aberrant.Dimorph_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":4864.475586,"maturationTime":90090.085938,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":35,"eggTempMax":38},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Face and Wing Membrane","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":900,"affinityIncreasePL":45,"torporDepletionPS0":0.8333,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Aberrant Diplocaulus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP_Aberrant.Diplocaulus_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Fins","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":"Underbelly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[190,0.2,0.27,0.5,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.25],[1,0,0.01,0,0],[220,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Archaeopteryx","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[119.969994,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":225,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Diplodocus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP_Aberrant.Diplodocus_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":29},"colors":[{"name":"Sides, Legs, and Accents","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[1700,0.2,0.27,0.5,0],[550,0.1,0.1,0,0],[300,0.1,0.1,0,0],[10000,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0,0,0.5,0.4],[1,0,0.01,0,0],[3000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Lystrosaurus","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,275]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.08,"affinityNeeded0":7500,"affinityIncreasePL":375,"torporDepletionPS0":0.75,"foodConsumptionBase":0.007716,"foodConsumptionMult":180.001144,"wakeAffinityMult":3,"wakeFoodDeplMult":2,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Dire Bear","blueprintPath":"/Game/PrimalEarth/Dinos/Direbear/Direbear_Character_BP_Aberrant.Direbear_Character_BP_Aberrant","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Back and Head","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.5,0],[500,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[650,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[1000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Giant Bee Honey","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat"],"favoriteKibble":"Carnotaurus","nonViolent":false,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4000,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Dodo","blueprintPath":"/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP_Aberrant.Dodo_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Face","colorIds":[21,23,32,33,8,14]},{"name":"Beak","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Forehead, Neck, and Feet","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Head","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Wings and Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[40,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[50,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[30,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Doedicurus","blueprintPath":"/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP_Aberrant.Doed_Character_BP_Aberrant","breeding":{"gestationTime":17857.142578,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Shell and Plates","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Spikes and Claws","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]}],"statsRaw":[[850,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.6,0],[800,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.864,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dilophosaur","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.75,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Dung Beetle","blueprintPath":"/Game/PrimalEarth/Dinos/DungBeetle/DungBeetle_Character_BP_Aberrant.DungBeetle_Character_BP_Aberrant","colors":[{"name":"Shell","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Legs","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Palps and Leg Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Shell Patterning","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[200,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[5,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[200,0.06,0,0.5,0]],"taming":{"eats":["Large Animal Feces","Medium Animal Feces","Spoiled Meat","Small Animal Feces","Human Feces","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Large Animal Feces","Value":{"d":[37.5,225]}},{"Key":"Medium Animal Feces","Value":{"d":[25,150]}},{"Key":"Small Animal Feces","Value":{"d":[12.5,75]}},{"Key":"Human Feces","Value":{"d":[10,60]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":900,"affinityIncreasePL":50,"foodConsumptionBase":0.001488,"foodConsumptionMult":336.021515,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Electrophorus","blueprintPath":"/Game/PrimalEarth/Dinos/Eel/Eel_Character_BP_Aberrant.Eel_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body Main","colorIds":[19,20,21,22,23,24,25,28,29,30,31,14,36]},{"name":"Fins","colorIds":[19,20,21,22,28,30,43,48]},{"name":"Eel Highlight","colorIds":[0]},{"name":"Fin Highlight","colorIds":[0]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[19,43,21,42,23,24,25,28,48,30,49,14,36]}],"statsRaw":[[180,0.2,0.27,-0.2,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.25],[1,0,0.01,0,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Bio Toxin","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Bio Toxin","Value":{"d":[45,200]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2250,"affinityIncreasePL":90,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Aberrant Equus","blueprintPath":"/Game/PrimalEarth/Dinos/Equus/Equus_Character_BP_Aberrant.Equus_Character_BP_Aberrant","breeding":{"gestationTime":47619.042969,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"BodyMain","colorIds":[9,32,33,34,8,13,35,14,41,56,42,55]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]},{"name":"Underbelly and Highlights","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]}],"statsRaw":[[240,0.2,0.27,0.5,0],[560,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0175,0.2,0],[420,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Rockarrot","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.33,400]}},{"Key":"Rockarrot","Value":{"d":[20,210]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":3600,"affinityIncreasePL":180,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Aberrant Gigantopithecus","blueprintPath":"/Game/PrimalEarth/Dinos/Bigfoot/Bigfoot_Character_BP_Aberrant.Bigfoot_Character_BP_Aberrant","breeding":{"gestationTime":23809.521484,"incubationTime":0,"maturationTime":277777.75,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Fur Mane","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[640,0.1,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[220,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.06,0],[1100,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Titanoboa","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.979996,300]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":4600,"affinityIncreasePL":75,"foodConsumptionBase":0.004156,"foodConsumptionMult":176.03154,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3.5,"Value":"Head"}]},{"name":"Aberrant Iguanodon","blueprintPath":"/Game/PrimalEarth/Dinos/Iguanodon/Iguanodon_Character_BP_Aberrant.Iguanodon_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"MainBody","colorIds":[42,21,22,23,24,25,45,46,32,33,34,8,13,35,14,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Highlights and Belly","colorIds":[43,21,23,25,47,32,37,8,14]}],"statsRaw":[[250,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1800,0.1,0.1,0,0],[375,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0,0],[210,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Microraptor","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[90,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":2800,"affinityIncreasePL":140,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Aberrant Lystrosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Lystrosaurus/Lystro_Character_BP_Aberrant.Lystro_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Spine and Feet","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[90,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[215,0.1,0.1,0,0],[500,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,2,0],[100,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Rare Flower","Mejoberry","Berries"],"nonViolent":true,"specialFoodValues":[{"Key":"Rare Flower","Value":{"d":[34.9995,200]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":2000,"affinityIncreasePL":22.5,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1.1,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Manta","blueprintPath":"/Game/PrimalEarth/Dinos/Manta/Manta_Character_BP_Aberrant.Manta_Character_BP_Aberrant","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Spots","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[320,0.05,0.0675,0.5,0],[270,0.2,0.2,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.05,1,0.4],[1,0,0.05,0,0],[700,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["AnglerGel"],"nonViolent":true,"specialFoodValues":[{"Key":"AnglerGel","Value":{"d":[24,50]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1,"violent":false}},{"name":"Aberrant Megalania","blueprintPath":"/Game/PrimalEarth/Dinos/Megalania/Megalania_Character_BP_Aberrant.Megalania_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body Main","colorIds":[21,22,23,24,25,26,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[42,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,51]},{"name":"Belly","colorIds":[43,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,52]}],"statsRaw":[[480,0.2,0.27,0.5,0],[400,0.1,0.1,0,0],[200,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[700,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Baryonyx","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[119.969994,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.5,"affinityNeeded0":4000,"affinityIncreasePL":85,"torporDepletionPS0":18,"foodConsumptionBase":0.001736,"foodConsumptionMult":160.010239,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Megalosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Megalosaurus/Megalosaurus_Character_BP_Aberrant.Megalosaurus_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Face, Appendages, Sides","colorIds":[42,21,22,23,24,25,46,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feathers, Osteoderms, Patterning","colorIds":[42,22,24,46,45,33,34,13,35,14]},{"name":"Belly","colorIds":[47,23,25,28,32,33,8,14]}],"statsRaw":[[1025,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[775,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Oviraptor","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[135,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Moschops","blueprintPath":"/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP_Aberrant.Moschops_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"unknown","colorIds":[22,24,42,33,35,14]},{"name":"unknown","colorIds":[22,24,34,33,13,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[21,24,42,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[300,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.2,0],[300,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Raw Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,250]}},{"Key":"Raw Prime Meat","Value":{"d":[50,200]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,80]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":6000,"affinityIncreasePL":150,"foodConsumptionBase":0.001736,"foodConsumptionMult":176.03154,"wakeAffinityMult":2.5,"wakeFoodDeplMult":1.2,"violent":false},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Aberrant Otter","blueprintPath":"/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP_Aberrant.Otter_Character_BP_Aberrant","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":142800},"colors":[{"name":"Body Main","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Stripes and Highlights","colorIds":[22,33,34,8,13,35,14,37,38,39]},{"name":"Underbelly","colorIds":[21,32,33,8,37,38,39]}],"statsRaw":[[40,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[600,0.1,0.1,0,0],[400,0.1,0.1,0,0],[30,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.7,0],[350,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":null,"tamingIneffectiveness":8.333333,"affinityNeeded0":1200,"affinityIncreasePL":25,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Ovis","blueprintPath":"/Game/PrimalEarth/Dinos/Sheep/Sheep_Character_BP_Aberrant.Sheep_Character_BP_Aberrant","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Horns","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Hooves and Eye Regions","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[100,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[85,0.06,0,0.5,0]],"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":true,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,200000]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"foodConsumptionBase":0.003156,"foodConsumptionMult":1584.283936,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Paraceratherium","blueprintPath":"/Game/PrimalEarth/Dinos/Paraceratherium/Paracer_Character_BP_Aberrant.Paracer_Character_BP_Aberrant","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[1026,0.2,0.2025,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6500,0.1,0.1,0,0],[850,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1300,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Pachy","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.0923,"affinityNeeded0":6500,"affinityIncreasePL":325,"torporDepletionPS0":0.9025,"foodConsumptionBase":0.0035,"foodConsumptionMult":327.6474,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Parasaur","blueprintPath":"/Game/PrimalEarth/Dinos/Para/Para_Character_BP_Aberrant.Para_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Beak and Frill","colorIds":[20,22,24,26,27,33,34,13,35,14,36]},{"name":"Frill Edge","colorIds":[19,21,23,25,26,32,33,8,14]},{"name":"Crest","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[19,21,23,25,26,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[480,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[150,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Aberrant Pulmonoscorpius","blueprintPath":"/Game/PrimalEarth/Dinos/Scorpion/Scorpion_Character_BP_Aberrant.Scorpion_Character_BP_Aberrant","colors":[{"name":"Plate Edges","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Claw Stripes, Barb Patterning, Body Joints","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Limb Joints","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Body","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Plates","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Legs","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[280,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[200,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1,0],[150,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Spoiled Meat","Raw Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Purlovia","blueprintPath":"/Game/PrimalEarth/Dinos/Purlovia/Purlovia_Character_BP_Aberrant.Purlovia_Character_BP_Aberrant","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,39,37,41,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[20,41,33,34,13,35]},{"name":"Highlights","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[275,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[4000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Moschops","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2250,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Raptor","blueprintPath":"/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP_Aberrant.Raptor_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Body Accent","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Feather Tips","colorIds":[19,21,23,25,26,28,30]},{"name":null,"colorIds":[]},{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Feathers","colorIds":[19,21,23,25,26,28,30]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0.2,0],[180,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Parasaur","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Sarco","blueprintPath":"/Game/PrimalEarth/Dinos/Sarco/Sarco_Character_BP_Aberrant.Sarco_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Stripe, Face, and Tail","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Snout and Tail Tip","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Plates","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Body Accent","colorIds":[23,24,26,27,33,34,13,35,14]}],"statsRaw":[[400,0.2,0.27,0.65,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[300,0.02,0.04,0,0],[1,0.05,0.1,0.8,0.5],[1,0,0.01,0.6,0],[400,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky"],"favoriteKibble":"Triceratops","nonViolent":false,"specialFoodValues":[{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001578,"foodConsumptionMult":211.237854,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Spino","blueprintPath":"/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP_Aberrant.Spino_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":13845.046875,"maturationTime":256410.25,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Sail Edge","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Face, Tail, Inner Sail, and Frill","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[650,0.1,0.1,0,0],[2600,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[850,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky"],"favoriteKibble":"Argentavis","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}}],"tamingIneffectiveness":1.5,"affinityNeeded0":3200,"affinityIncreasePL":150,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Stegosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Stego/Stego_Character_BP_Aberrant.Stego_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spine","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Plate Base and Spike Base","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Plate Edge and Spike Tips","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Belly","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0.964,0],[500,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Sarco","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":6000,"affinityIncreasePL":300,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.7,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Aberrant Titanoboa","blueprintPath":"/Game/PrimalEarth/Dinos/BoaFrill/BoaFrill_Character_BP_Aberrant.BoaFrill_Character_BP_Aberrant","colors":[{"name":"Body","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14,36]},{"name":"Frill Middle Line 1","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 2","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 3","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Body Accent and Inner Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Outer Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]}],"statsRaw":[[170,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Golden Hesperornis Egg","Fertilized Giganotosaurus Egg","Giganotosaurus Egg","Basilisk Egg","Bronto Egg","Dinosaur Egg","Diplo Egg","Fertilized Aberrant Diplo Egg","Fertilized Bronto Egg","Fertilized Diplo Egg","Titanboa Egg","Dimetrodon Egg","Fertilized Aberrant Dimetrodon Egg","Fertilized Aberrant Sarco Egg","Fertilized Dimetrodon Egg","Fertilized Glowtail Egg","Fertilized Quetzal Egg","Fertilized Rex Egg","Fertilized Sarco Egg","Fertilized Tek Quetzal Egg","Fertilized Tek Rex Egg","Fertilized Yutyrannus Egg","Glowtail Egg","Quetzal Egg","Rex Egg","Sarco Egg","Tek Quetzal Egg","Tek Rex Egg","Yutyrannus Egg","Allosaurus Egg","Argentavis Egg","Carno Egg","Fertilized Aberrant Carno Egg","Fertilized Aberrant Megalosaurus Egg","Fertilized Aberrant Spino Egg","Fertilized Aberrant Stego Egg","Fertilized Allosaurus Egg","Fertilized Argentavis Egg","Fertilized Carno Egg","Fertilized Kentro Egg","Fertilized Megalosaurus Egg","Fertilized Snow Owl Egg","Fertilized Spino Egg","Fertilized Stego Egg","Fertilized Tek Stego Egg","Fertilized Therizino Egg","Kentro Egg","Megalosaurus Egg","Snow Owl Egg","Spino Egg","Stego Egg","Tek Stego Egg","Therizino Egg","Araneo Egg","Camelsaurus Egg","Fertilized Aberrant Trike Egg","Fertilized Camelsaurus Egg","Fertilized Pachyrhino Egg","Fertilized Thorny Dragon Egg","Fertilized Trike Egg","Mantis Egg","Pachyrhino Egg","Pulminoscorpius Egg","Thorny Dragon Egg","Trike Egg","Baryonyx Egg","Featherlight Egg","Fertilized Aberrant Baryonyx Egg","Fertilized Aberrant Megalania Egg","Fertilized Aberrant Raptor Egg","Fertilized Baryonyx Egg","Fertilized Featherlight Egg","Fertilized Ichthyornis Egg","Fertilized Kaprosuchus Egg","Fertilized Megalania Egg","Fertilized Pachycephalosaurus Egg","Fertilized Pelagornis Egg","Fertilized Pteranodon Egg","Fertilized Raptor Egg","Fertilized Rock Drake Egg","Fertilized Tapejara Egg","Fertilized Tek Raptor Egg","Fertilized Terror Bird Egg","Fertilized Wyvern Egg","Ichthyornis Egg","Kaprosuchus Egg","Megalania Egg","Pachycephalosaurus Egg","Pelagornis Egg","Pteranodon Egg","Raptor Egg","Rock Drake Egg","Tapejara Egg","Tek Raptor Egg","Terror Bird Egg","Wyvern Egg","Fertilized Oviraptor Egg","Oviraptor Egg","Ankylo Egg","Dimorph Egg","Fertilized Aberrant Ankylo Egg","Fertilized Aberrant Iguanodon Egg","Fertilized Aberrant Moschops Egg","Fertilized Aberrant Parasaur Egg","Fertilized Ankylo Egg","Fertilized Dimorph Egg","Fertilized Gallimimus Egg","Fertilized Iguanodon Egg","Fertilized Moschops Egg","Fertilized Moth Egg","Fertilized Parasaur Egg","Fertilized Tek Parasaur Egg","Fertilized Vulture Egg","Gallimimus Egg","Iguanodon Egg","Moschops Egg","Moth Egg","Parasaur Egg","Tek Parasaur Egg","Vulture Egg","Archaeopteryx Egg","Compy Egg","Dilo Egg","Dodo Egg","Fertilized Aberrant Dodo Egg","Fertilized Aberrant Lystrosaurus Egg","Fertilized Aberrant Turtle Egg","Fertilized Achaeopteryx Egg","Fertilized Compy Egg","Fertilized Dilo Egg","Fertilized Dodo Egg","Fertilized Hesperornis Egg","Fertilized Kairuku Egg","Fertilized Lystrosaurus Egg","Fertilized Microraptor Egg","Fertilized Pegomastax Egg","Fertilized Troodon Egg","Fertilized Turtle Egg","Fertilized Velonasaur Egg","Hesperornis Egg","Kairuku Egg","Lystro Egg","Microraptor Egg","Pegomastax Egg","Troodon Egg","Turtle Egg","Velonasaur Egg"],"nonViolent":true,"specialFoodValues":[{"Key":"Golden Hesperornis Egg","Value":{"d":[1125,150]}},{"Key":"Fertilized Giganotosaurus Egg","Value":{"d":[900,120]}},{"Key":"Giganotosaurus Egg","Value":{"d":[900,120]}},{"Key":"Basilisk Egg","Value":{"d":[750,100]}},{"Key":"Bronto Egg","Value":{"d":[750,100]}},{"Key":"Dinosaur Egg","Value":{"d":[750,100]}},{"Key":"Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Aberrant Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Bronto Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Diplo Egg","Value":{"d":[750,100]}},{"Key":"Titanboa Egg","Value":{"d":[750,100]}},{"Key":"Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Glowtail Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Yutyrannus Egg","Value":{"d":[600,80]}},{"Key":"Glowtail Egg","Value":{"d":[600,80]}},{"Key":"Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Rex Egg","Value":{"d":[600,80]}},{"Key":"Sarco Egg","Value":{"d":[600,80]}},{"Key":"Tek Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Tek Rex Egg","Value":{"d":[600,80]}},{"Key":"Yutyrannus Egg","Value":{"d":[600,80]}},{"Key":"Allosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Argentavis Egg","Value":{"d":[412.5,55]}},{"Key":"Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Allosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Argentavis Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Kentro Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Snow Owl Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Tek Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Therizino Egg","Value":{"d":[412.5,55]}},{"Key":"Kentro Egg","Value":{"d":[412.5,55]}},{"Key":"Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Snow Owl Egg","Value":{"d":[412.5,55]}},{"Key":"Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Tek Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Therizino Egg","Value":{"d":[412.5,55]}},{"Key":"Araneo Egg","Value":{"d":[337.5,45]}},{"Key":"Camelsaurus Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Aberrant Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Camelsaurus Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Pachyrhino Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Thorny Dragon Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Mantis Egg","Value":{"d":[337.5,45]}},{"Key":"Pachyrhino Egg","Value":{"d":[337.5,45]}},{"Key":"Pulminoscorpius Egg","Value":{"d":[337.5,45]}},{"Key":"Thorny Dragon Egg","Value":{"d":[337.5,45]}},{"Key":"Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Featherlight Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Featherlight Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Ichthyornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Kaprosuchus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pachycephalosaurus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pelagornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pteranodon Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Rock Drake Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tapejara Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tek Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Terror Bird Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Wyvern Egg","Value":{"d":[262.5,35]}},{"Key":"Ichthyornis Egg","Value":{"d":[262.5,35]}},{"Key":"Kaprosuchus Egg","Value":{"d":[262.5,35]}},{"Key":"Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Pachycephalosaurus Egg","Value":{"d":[262.5,35]}},{"Key":"Pelagornis Egg","Value":{"d":[262.5,35]}},{"Key":"Pteranodon Egg","Value":{"d":[262.5,35]}},{"Key":"Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Rock Drake Egg","Value":{"d":[262.5,35]}},{"Key":"Tapejara Egg","Value":{"d":[262.5,35]}},{"Key":"Tek Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Terror Bird Egg","Value":{"d":[262.5,35]}},{"Key":"Wyvern Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Oviraptor Egg","Value":{"d":[225,30]}},{"Key":"Oviraptor Egg","Value":{"d":[225,30]}},{"Key":"Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Dimorph Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Dimorph Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Gallimimus Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moth Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Tek Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Vulture Egg","Value":{"d":[187.5,25]}},{"Key":"Gallimimus Egg","Value":{"d":[187.5,25]}},{"Key":"Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Moth Egg","Value":{"d":[187.5,25]}},{"Key":"Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Tek Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Vulture Egg","Value":{"d":[187.5,25]}},{"Key":"Archaeopteryx Egg","Value":{"d":[150,20]}},{"Key":"Compy Egg","Value":{"d":[150,20]}},{"Key":"Dilo Egg","Value":{"d":[150,20]}},{"Key":"Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Achaeopteryx Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Compy Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dilo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Hesperornis Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Kairuku Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Microraptor Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Pegomastax Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Troodon Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Velonasaur Egg","Value":{"d":[150,20]}},{"Key":"Hesperornis Egg","Value":{"d":[150,20]}},{"Key":"Kairuku Egg","Value":{"d":[150,20]}},{"Key":"Lystro Egg","Value":{"d":[150,20]}},{"Key":"Microraptor Egg","Value":{"d":[150,20]}},{"Key":"Pegomastax Egg","Value":{"d":[150,20]}},{"Key":"Troodon Egg","Value":{"d":[150,20]}},{"Key":"Turtle Egg","Value":{"d":[150,20]}},{"Key":"Velonasaur Egg","Value":{"d":[150,20]}}],"tamingIneffectiveness":3,"affinityNeeded0":1950,"affinityIncreasePL":90,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Aberrant Triceratops","blueprintPath":"/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP_Aberrant.Trike_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Face and Feet","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Frill","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,1.2,0],[250,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Carnotaurus","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.15,"Value":"Head"}]},{"name":"Achatina","blueprintPath":"/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP","colors":[{"name":"Body","colorIds":[49,22,33,34,41,42,43]},{"name":"Shell","colorIds":[19,21,22,23,24,28,30,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":"Shell Highlights","colorIds":[19,28,33,30,32,21,43,25,23]},{"name":"Stripe","colorIds":[19,21,32,30,41,25,23,50]},{"name":"Underside","colorIds":[19,21,33,30,50,25,23]}],"statsRaw":[[75,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[50,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[195,400]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Allosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Allosaurus/Allo_Character_BP.Allo_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Spine","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Belly","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]}],"statsRaw":[[630,0.2,0.27,0.5,0],[250,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[380,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,-0.1,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Diplodocus","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2400,"affinityIncreasePL":100,"torporDepletionPS0":0.8,"foodConsumptionBase":0.002052,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Anglerfish","blueprintPath":"/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP.Angler_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36,1,4,3,2]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Tail fin and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]}],"statsRaw":[[450,0.2,0.27,0.3,0],[240,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[350,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[900,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Kairuku","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1800,"affinityIncreasePL":90,"torporDepletionPS0":2.8,"foodConsumptionBase":0.001852,"foodConsumptionMult":149.988007,"violent":true}},{"name":"Ankylosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"Back","colorIds":[0]},{"name":"Spikes","colorIds":[21,23,32,33,8,14]},{"name":"Leg Plates","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Spike Tips","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Head and Back","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[175,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.35,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dilophosaur","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Araneo","blueprintPath":"/Game/PrimalEarth/Dinos/Spider-Small/SpiderS_Character_BP.SpiderS_Character_BP","colors":[{"name":"Thorax and Head","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Lower Abdomen","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Leg","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Scutes","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Upper Abdomen and Markings","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[150,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[100,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[80,0.06,0,0.5,0]],"taming":{"eats":["Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":4000,"affinityIncreasePL":120,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Archaeopteryx","blueprintPath":"/Game/PrimalEarth/Dinos/Archaeopteryx/Archa_Character_BP.Archa_Character_BP","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"Sides, Tail, Wings and Face","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[21,23,32,33,8,14]},{"name":"Skin","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Top and Wing Tips","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Underside and Accents","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[30,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Chitin"],"favoriteKibble":"Pelagornis","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[25,400]}},{"Key":"Chitin","Value":{"d":[50,50]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":500,"affinityIncreasePL":22.5,"torporDepletionPS0":0.8333,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Argentavis","blueprintPath":"/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP","breeding":{"gestationTime":0,"incubationTime":10587.388672,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":12,"eggTempMax":13.5},"colors":[{"name":"Main Body","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":null,"colorIds":[]},{"name":"Wing Tips","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":"Legs","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":"Head Feathers","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":"Underside","colorIds":[21,23,32,33,8,14,18]}],"statsRaw":[[365,0.2,0.30375,0.5,0],[400,0.05,0.075,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.055,0,0],[1,0.05,0.15,0.5,0.4],[1,0,0,0,0],[600,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Stegosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Arthropluera","blueprintPath":"/Game/PrimalEarth/Dinos/Arthropluera/Arthro_Character_BP.Arthro_Character_BP","colors":[{"name":"Segments","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Head","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Sternites","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Legs, Antennae, and Forcipules","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Underside of Head/Segments","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[500,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[100,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Broth of Enlightenment","Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Broth of Enlightenment","Value":{"d":[20,1500]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":3000,"affinityIncreasePL":75,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Baryonyx","blueprintPath":"/Game/PrimalEarth/Dinos/Baryonyx/Baryonyx_Character_BP.Baryonyx_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body","colorIds":[22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[23,37,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[32,33,39,34,41,24,13]},{"name":"Underside","colorIds":[37,32,33,39,38,40,23,8]}],"statsRaw":[[440,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[225,0.1,0.1,0,0],[2250,0.1,0.1,0,0],[325,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[400,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat"],"favoriteKibble":"Pachyrhino","nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2.5,"affinityNeeded0":2500,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Basilosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Basilosaurus/Basilosaurus_Character_BP.Basilosaurus_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[2400,0.2,0.243,0.3,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[8000,0.1,0.1,0,0.15],[700,0.02,0.04,0,0],[1,0.05,0.1,0.9,0.4],[1,0,0.01,0,0],[2000,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Basic Augmented Kibble ","Exceptional Augmented Kibble ","Extraordinary Augmented Kibble ","Regular Augmented Kibble ","Simple Augmented Kibble ","Superior Augmented Kibble ","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Therizinosaurus","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[319.679993,500]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Augmented Kibble ","Value":{"d":[360,60]}},{"Key":"Exceptional Augmented Kibble ","Value":{"d":[360,60]}},{"Key":"Extraordinary Augmented Kibble ","Value":{"d":[360,60]}},{"Key":"Regular Augmented Kibble ","Value":{"d":[360,60]}},{"Key":"Simple Augmented Kibble ","Value":{"d":[360,60]}},{"Key":"Superior Augmented Kibble ","Value":{"d":[360,60]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6600,"affinityIncreasePL":250,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":5,"violent":false}},{"name":"Beelzebufo","blueprintPath":"/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP.Toad_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Spikes","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Belly and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[220,0.2,0.27,0.5,0],[190,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[160,0.02,0.04,0,0],[1,0.05,0.1,0.2,0.25],[1,0,0.01,1,0],[200,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Pulmonoscorpius","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1800,"affinityIncreasePL":75,"torporDepletionPS0":0.6666,"foodConsumptionBase":0.001929,"foodConsumptionMult":648.00415,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Brontosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Sauropod/Sauropod_Character_BP.Sauropod_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":31},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spine","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Legs","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[2070,0.2,0.1254,0.5,0],[240,0.1,0.1,0,0],[150,0.1,0.1,0,0],[10000,0.1,0.1,0,0],[1600,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0,0],[2000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Carbonemys","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":10000,"affinityIncreasePL":500,"torporDepletionPS0":0.3,"foodConsumptionBase":0.007716,"foodConsumptionMult":180.001144,"violent":true},"immobilizedBy":["Large Bear Trap"]},{"name":"Carbonemys","blueprintPath":"/Game/PrimalEarth/Dinos/Turtle/Turtle_Character_BP.Turtle_Character_BP","breeding":{"gestationTime":0,"incubationTime":4499.640137,"maturationTime":83333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Shell Base","colorIds":[19,21,23,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell, Plates, and Claws","colorIds":[20,22,24,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[270,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.7,0],[275,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Pteranodon","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.2,"Value":"Body"},{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Carnotaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Horns","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[420,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0125,0.085,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Ankylosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Castoroides","blueprintPath":"/Game/PrimalEarth/Dinos/Beaver/Beaver_Character_BP.Beaver_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":222222.21875,"matingCooldownMin":64800,"matingCooldownMax":142800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Feet","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripe","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Tail","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[450,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[750,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[300,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.7,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Gallimimus","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.3,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":1.5,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"violent":true},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Chalicotherium","blueprintPath":"/Game/PrimalEarth/Dinos/Chalicotherium/Chalico_Character_BP.Chalico_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":296296.28125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[20,22,39,37,41,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,41,33,34,13,35]},{"name":"Stripes and Belly","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[600,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[4000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Beer Jar"],"nonViolent":true,"specialFoodValues":[{"Key":"Beer Jar","Value":{"d":[45,400]}}],"tamingIneffectiveness":0.16,"affinityNeeded0":5000,"affinityIncreasePL":275,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Compy","blueprintPath":"/Game/PrimalEarth/Dinos/Compy/Compy_Character_BP.Compy_Character_BP","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Patterning","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Belly","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[50,0.2,0.32,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[25,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1,0],[25,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Raw Prime Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[20,750]}},{"Key":"Raw Prime Meat","Value":{"d":[20,600]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[10,240]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":500,"affinityIncreasePL":65,"torporDepletionPS0":1.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":1728.110596,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Daeodon","blueprintPath":"/Game/PrimalEarth/Dinos/Daeodon/Daeodon_Character_BP.Daeodon_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Underbelly","colorIds":[32,33,37,39,40,36,14]},{"name":null,"colorIds":[]},{"name":"Top Highlights","colorIds":[39,34,22,33,35,37,41,42,56,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Main","colorIds":[23,24,42,37,41,32,33,34,8,13,35,14,36]}],"statsRaw":[[900,0.2,0.27,0.5,0],[250,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[800,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat"],"favoriteKibble":"Iguanodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[119.969994,400]}},{"Key":"Raw Mutton","Value":{"d":[50,37.5]}},{"Key":"Raw Prime Meat","Value":{"d":[50,30]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,20.25]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,15]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,15]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,12]}}],"tamingIneffectiveness":0.0625,"affinityNeeded0":4500,"affinityIncreasePL":245,"torporDepletionPS0":1.8,"foodConsumptionBase":0.01,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Dilophosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Dilo/Dilo_Character_BP.Dilo_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back and Face","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spike Tips","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Spine and Spike Base","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill, Crest and Belly","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":"Legs and Arms","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[130,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[45,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[75,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":1728.110596,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Dimetrodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimetrodon/Dimetro_Character_BP.Dimetro_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[21,23,25,26,32,33,8,14]},{"name":"Side Fin","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail Spines","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Legs and Belly","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]}],"statsRaw":[[350,0.2,0.27,0.65,0],[300,0.1,0.1,0,0],[500,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[250,0.02,0.04,0,0],[1,0.02,0.04,0.8,0.5],[1,0,0.01,0,0],[750,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Quetzal","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":90,"torporDepletionPS0":25,"foodConsumptionBase":0.001736,"foodConsumptionMult":160.010239,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Dimorphodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP.Dimorph_Character_BP","breeding":{"gestationTime":0,"incubationTime":4864.475586,"maturationTime":90090.085938,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":35,"eggTempMax":38},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Face and Wing Membrane","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":900,"affinityIncreasePL":45,"torporDepletionPS0":0.8333,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Diplocaulus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP.Diplocaulus_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Fins","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":"Underbelly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[190,0.2,0.27,0.5,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.25],[1,0,0.01,0,0],[220,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Archaeopteryx","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[119.969994,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":225,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Diplodocus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP.Diplodocus_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":29},"colors":[{"name":"Sides, Legs, and Accents","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[1700,0.2,0.27,0.5,0],[550,0.1,0.1,0,0],[300,0.1,0.1,0,0],[10000,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0,0,0.5,0.4],[1,0,0.01,0,0],[3000,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Lystrosaurus","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,275]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.08,"affinityNeeded0":7500,"affinityIncreasePL":375,"torporDepletionPS0":0.75,"foodConsumptionBase":0.007716,"foodConsumptionMult":180.001144,"wakeAffinityMult":3,"wakeFoodDeplMult":2,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Direbear","blueprintPath":"/Game/PrimalEarth/Dinos/Direbear/Direbear_Character_BP.Direbear_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Back and Head","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.5,0],[500,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[650,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Giant Bee Honey","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat"],"favoriteKibble":"Carnotaurus","nonViolent":false,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4000,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Direwolf","blueprintPath":"/Game/PrimalEarth/Dinos/Direwolf/Direwolf_Character_BP.Direwolf_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[32,33,34,8,13,35,14,18,40,41,21]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Tail, Back, and Face","colorIds":[32,33,34,8,13,35,14,18,40,41,21]},{"name":"Feet","colorIds":[32,33,34,8,13,35,14,18,40,41,21]}],"statsRaw":[[330,0.2,0.27,0.66,0],[260,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[170,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Carnotaurus","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.5,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Dodo","blueprintPath":"/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Face","colorIds":[21,23,32,33,8,14]},{"name":"Beak","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Forehead, Neck, and Feet","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Head","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Wings and Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[40,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[50,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[30,0.06,0,0.5,0]],"taming":{"eats":["Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Doedicurus","blueprintPath":"/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP.Doed_Character_BP","breeding":{"gestationTime":17857.142578,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Shell and Plates","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Spikes and Claws","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]}],"statsRaw":[[850,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.6,0],[800,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dilophosaur","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.75,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Dragon","blueprintPath":"/Game/PrimalEarth/Dinos/Dragon/Dragon_Character_BP.Dragon_Character_BP","statsRaw":[[20000,0.2,0.2,0.3,0],[400,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[2600,0.1,0.1,0,0],[3000,0.02,0.02,0,0],[1,0.05,0.04,0.3,0.3],[1,0,0,0,0],[350,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":false}},{"name":"Dung Beetle","blueprintPath":"/Game/PrimalEarth/Dinos/DungBeetle/DungBeetle_Character_BP.DungBeetle_Character_BP","colors":[{"name":"Shell","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Legs","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Palps and Leg Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Shell Patterning","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[200,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[5,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[200,0.06,0,0.5,0]],"taming":{"eats":["Large Animal Feces","Medium Animal Feces","Spoiled Meat","Small Animal Feces","Human Feces","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Large Animal Feces","Value":{"d":[37.5,225]}},{"Key":"Medium Animal Feces","Value":{"d":[25,150]}},{"Key":"Small Animal Feces","Value":{"d":[12.5,75]}},{"Key":"Human Feces","Value":{"d":[10,60]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":900,"affinityIncreasePL":50,"foodConsumptionBase":0.001488,"foodConsumptionMult":336.021515,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Dunkleosteus","blueprintPath":"/Game/PrimalEarth/Dinos/Dunkleosteus/Dunkle_Character_BP.Dunkle_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Spots","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Head","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[710,0.2,0.27,0.3,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[910,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[1150,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.800003,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.275,"affinityNeeded0":1300,"affinityIncreasePL":60,"torporDepletionPS0":1,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true}},{"name":"Electrophorus","blueprintPath":"/Game/PrimalEarth/Dinos/Eel/Eel_Character_BP.Eel_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body Main","colorIds":[19,20,21,22,23,24,25,28,29,30,31,14,36]},{"name":"Fins","colorIds":[19,20,21,22,28,30,43,48]},{"name":"Eel Highlight","colorIds":[0]},{"name":"Fin Highlight","colorIds":[0]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[19,43,21,42,23,24,25,28,48,30,49,14,36]}],"statsRaw":[[180,0.2,0.27,-0.2,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.25],[1,0,0.01,0,0],[175,0.06,0,0.5,0]],"taming":{"eats":["Bio Toxin","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Bio Toxin","Value":{"d":[45,200]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2250,"affinityIncreasePL":90,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Equus","blueprintPath":"/Game/PrimalEarth/Dinos/Equus/Equus_Character_BP.Equus_Character_BP","breeding":{"gestationTime":47619.042969,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"BodyMain","colorIds":[9,32,33,34,8,13,35,14,41,56,42,55]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]},{"name":"Underbelly and Highlights","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]}],"statsRaw":[[240,0.2,0.27,0.5,0],[560,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0175,0.2,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Rockarrot","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.33,400]}},{"Key":"Rockarrot","Value":{"d":[20,210]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":3600,"affinityIncreasePL":180,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Gallimimus","blueprintPath":"/Game/PrimalEarth/Dinos/Gallimimus/Galli_Character_BP.Galli_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Feathers","colorIds":[20,22,24,26,27,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Spine and Feather Tips","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Lower Body","colorIds":[19,21,23,25,26,32,33,8,14]}],"statsRaw":[[150,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0],[270,0.02,0.04,0,0],[1,0.05,0.2,0.5,0.4],[1,0,0.01,0,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dimetrodon","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":2200,"affinityIncreasePL":95,"torporDepletionPS0":4.175,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Giant Bee","blueprintPath":"/Game/PrimalEarth/Dinos/Bee/Bee_Character_BP.Bee_Character_BP","colors":[{"name":"BodyHighlights","colorIds":[19,20,21,22,23,24,28,44,30,43]},{"name":null,"colorIds":[]},{"name":"Legs Highlight","colorIds":[19,20,21,22,23,24,28,44,30,43,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[56,35,34,29,41,52,31,14]}],"statsRaw":[[80,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[400,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":8.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"violent":false}},{"name":"Giant Queen Bee","blueprintPath":"/Game/PrimalEarth/Dinos/Bee/Bee_Queen_Character_BP.Bee_Queen_Character_BP","colors":[{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]}],"statsRaw":[[80,0,0,0.5,0],[200,0,0,0,0],[150,0,0,0,0],[800,0,0,0,0],[150,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[400,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Rare Flower","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Ichthyornis","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.32,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Rare Flower","Value":{"d":[75,150]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":2000,"affinityIncreasePL":22.5,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2.5,"violent":false}},{"name":"Giganotosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Giganotosaurus/Gigant_Character_BP.Gigant_Character_BP","breeding":{"gestationTime":0,"incubationTime":179985.609375,"maturationTime":1010100.875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":43,"eggTempMax":44},"colors":[{"name":"Body","colorIds":[20,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back, Hands, and Feet","colorIds":[20,23,25,26,32,33,8,14]},{"name":"Belly","colorIds":[20,26,27,33,34,13,35,14]}],"statsRaw":[[80000,0.0005,0.002,-63000,0],[400,0.0005,0.01,0,0],[150,0.0025,0.025,0,0],[4000,0.0025,0.025,0,0],[700,0.01,0.01,0,0],[1,0.05,0.05,-0.8,0],[1,0,0.0031,0,0],[10000,0.06,0,0,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Quetzal","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":5000,"affinityIncreasePL":160,"torporDepletionPS0":120.000008,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"violent":true},"immobilizedBy":["Large Bear Trap"]},{"name":"Gigantopithecus","blueprintPath":"/Game/PrimalEarth/Dinos/Bigfoot/Bigfoot_Character_BP.Bigfoot_Character_BP","breeding":{"gestationTime":23809.521484,"incubationTime":0,"maturationTime":277777.75,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Fur Mane","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[640,0.1,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[220,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.06,0],[1100,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Titanoboa","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.979996,300]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":4600,"affinityIncreasePL":75,"foodConsumptionBase":0.004156,"foodConsumptionMult":176.03154,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3.5,"Value":"Head"}]},{"name":"Griffin","blueprintPath":"/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Wing and Main Body","colorIds":[37,39,42,40,41,32,33,34,13,35,43,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur","colorIds":[37,39,40,41,32,33,34,8,13,38,43]},{"name":"Feather Highlights","colorIds":[37,39,21,38,40,32,33,8,13,55]}],"statsRaw":[[950,0.15,0.216,-900,0],[225,0.05,0.06,0,0],[150,0.1,0.1,0,0],[1600,0.1,0.1,0,0.15],[280,0.02,0.04,0,0],[1,0.05,0.1,-0.5,0.4],[1,0,0,0.365,0],[1500,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky"],"favoriteKibble":"Allosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,137.5]}},{"Key":"Raw Prime Meat","Value":{"d":[50,110]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,67.5]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,50]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,50]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,44]}},{"Key":"Raw Meat","Value":{"d":[50,25]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,20]}},{"Key":"Cooked Meat","Value":{"d":[25,12]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,12]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2200,"affinityIncreasePL":100,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Hesperornis","blueprintPath":"/Game/PrimalEarth/Dinos/Hesperornis/Hesperornis_Character_BP.Hesperornis_Character_BP","breeding":{"gestationTime":0,"incubationTime":5454.108887,"maturationTime":101010.101563,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Body Main","colorIds":[33,22,37,52,34,13,35,14,48,24,36]},{"name":null,"colorIds":[]},{"name":"Feet","colorIds":[42,43,24,47,46,48,50,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Back Highlights","colorIds":[56,22,24,35,52,31,34,14,36]},{"name":"Underbelly","colorIds":[37,38,32,30,28,23,21,36]}],"statsRaw":[[95,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[300,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat"],"favoriteKibble":"Kairuku","nonViolent":true,"specialFoodValues":null,"tamingIneffectiveness":4.166667,"affinityNeeded0":1200,"affinityIncreasePL":45,"foodConsumptionBase":0.001389,"foodConsumptionMult":1079.913574,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1.2,"violent":false},"boneDamageAdjusters":[{"Key":3,"Value":"Neck, Head"}]},{"name":"Hyaenodon","blueprintPath":"/Game/PrimalEarth/Dinos/Hyaenodon/Hyaenodon_Character_BP.Hyaenodon_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[37,39,42,40,41,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights and spots","colorIds":[37,39,42,40,41,27,32,33,34,8,13,35,14]},{"name":"Underbelly","colorIds":[37,39,21,38,40,32,33,8,13,14]}],"statsRaw":[[175,0.2,0.27,0.66,0],[260,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[170,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Carnotaurus","nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":6000,"affinityIncreasePL":80,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Ichthyornis","blueprintPath":"/Game/PrimalEarth/Dinos/Ichthyornis/Ichthyornis_Character_BP.Ichthyornis_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Main Body","colorIds":[22,21,32,33,34,8,13,35,14,36,28]},{"name":"Feet","colorIds":[19,21,23,46,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Facial Highlights","colorIds":[22,24,33,34,13,35,14]}],"statsRaw":[[50,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[55,0.02,0.04,0,0],[1,0.05,0.1,0.65,0.4],[1,0,0.01,0.365,0],[120,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":2,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat"],"favoriteKibble":"Pegomastax","nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":3.125,"affinityNeeded0":1750,"affinityIncreasePL":85,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Ichthy","blueprintPath":"/Game/PrimalEarth/Dinos/Dolphin/Dolphin_Character_BP.Dolphin_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back and Fins","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[275,0.05,0.0675,0.3,0],[300,0.2,0.2,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.05,1,0.4],[1,0,0.015,0,0],[300,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Dodo","nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2.5,"violent":false}},{"name":"Iguanodon","blueprintPath":"/Game/PrimalEarth/Dinos/Iguanodon/Iguanodon_Character_BP.Iguanodon_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"MainBody","colorIds":[42,21,22,23,24,25,45,46,32,33,34,8,13,35,14,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Highlights and Belly","colorIds":[43,21,23,25,47,32,37,8,14]}],"statsRaw":[[250,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1800,0.1,0.1,0,0],[375,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0,0],[210,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Microraptor","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[90,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":2800,"affinityIncreasePL":140,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Kairuku","blueprintPath":"/Game/PrimalEarth/Dinos/Kairuku/Kairuku_Character_BP.Kairuku_Character_BP","breeding":{"gestationTime":0,"incubationTime":5454.108887,"maturationTime":101010.101563,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Back and Markings","colorIds":[20,22,24,27,34,13,35,14]},{"name":"Beak","colorIds":[19,21,23,28,30,32,33,14,36]},{"name":"Feet","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Osteoderms","colorIds":[20,22,24,27,29,31,34,14]},{"name":null,"colorIds":[]}],"statsRaw":[[95,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[300,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":900,"affinityIncreasePL":45,"torporDepletionPS0":1,"foodConsumptionBase":0.001389,"foodConsumptionMult":1079.913574,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck, Head"}]},{"name":"Kaprosuchus","blueprintPath":"/Game/PrimalEarth/Dinos/Kaprosuchus/Kaprosuchus_Character_BP.Kaprosuchus_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Top Fins","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Top Scales","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Underbelly","colorIds":[23,24,26,27,33,34,13,35,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[200,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Tapejara","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[119.969994,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Kentrosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Kentrosaurus/Kentro_Character_BP.Kentro_Character_BP","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":30},"colors":[{"name":"Body Main","colorIds":[42,22,24,26,45,33,34,13,35,14]},{"name":"Plates Main","colorIds":[42,22,44,45,46,48,43,33,34,13,35,14]},{"name":"Spikes","colorIds":[38,56,47,40,33,34,13,35,14]},{"name":"Plates Highlights","colorIds":[43,22,44,28,39,33,32,13,25,14]},{"name":"Body Highlights","colorIds":[56,22,42,45,48,52,49,34,33,35,14]},{"name":"Underbelly","colorIds":[21,39,38,37,32,33,8,14]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Sweet Vegetable Cake"],"favoriteKibble":"Compy","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":5500,"affinityIncreasePL":285,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Liopleurodon","blueprintPath":"/Game/PrimalEarth/Dinos/Liopleurodon/Liopleurodon_Character_BP.Liopleurodon_Character_BP","colors":[{"name":"Body Main","colorIds":[48,49,41,34,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Spots","colorIds":[48,49,24,22,43,53,51,50,19]},{"name":"Body Highlights","colorIds":[48,45,52,32,33,8,14,36,56]}],"statsRaw":[[3200,0.2,0.27,0.3,0],[800,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[1000,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[800,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Giant Bee Honey","Basic Augmented Kibble ","Exceptional Augmented Kibble ","Extraordinary Augmented Kibble ","Regular Augmented Kibble ","Simple Augmented Kibble ","Superior Augmented Kibble "],"nonViolent":true,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[100,200]}},{"Key":"Basic Augmented Kibble ","Value":{"d":[60,60]}},{"Key":"Exceptional Augmented Kibble ","Value":{"d":[60,60]}},{"Key":"Extraordinary Augmented Kibble ","Value":{"d":[60,60]}},{"Key":"Regular Augmented Kibble ","Value":{"d":[60,60]}},{"Key":"Simple Augmented Kibble ","Value":{"d":[60,60]}},{"Key":"Superior Augmented Kibble ","Value":{"d":[60,60]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Lystrosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Lystrosaurus/Lystro_Character_BP.Lystro_Character_BP","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Spine and Feet","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[90,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[215,0.1,0.1,0,0],[500,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,2,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Rare Flower","Mejoberry","Berries"],"nonViolent":true,"specialFoodValues":[{"Key":"Rare Flower","Value":{"d":[34.9995,200]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":2000,"affinityIncreasePL":22.5,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1.1,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Mammoth","blueprintPath":"/Game/PrimalEarth/Dinos/Mammoth/Mammoth_Character_BP.Mammoth_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":296296.28125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Fur Mane","colorIds":[20,21,22,23,24,28,29,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Tusks and Toes","colorIds":[23,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"Fur Accent","colorIds":[20,21,22,23,24,28,29,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[20,21,22,23,24,28,29,32,33,34,8,13,35,14,36]}],"statsRaw":[[850,0.2,0.27,0.5,0],[330,0.1,0.1,0,0],[150,0.1,0.1,0,0],[5000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,1,0],[550,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Raptor","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.12,"affinityNeeded0":5000,"affinityIncreasePL":250,"torporDepletionPS0":0.3,"foodConsumptionBase":0.004133,"foodConsumptionMult":192.027771,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Manta","blueprintPath":"/Game/PrimalEarth/Dinos/Manta/Manta_Character_BP.Manta_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Spots","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[320,0.05,0.0675,0.5,0],[270,0.2,0.2,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.05,1,0.4],[1,0,0.05,0,0],[700,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["AnglerGel"],"nonViolent":true,"specialFoodValues":[{"Key":"AnglerGel","Value":{"d":[24,50]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1,"violent":false}},{"name":"Megalania","blueprintPath":"/Game/PrimalEarth/Dinos/Megalania/Megalania_Character_BP.Megalania_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body Main","colorIds":[21,22,23,24,25,26,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[42,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,51]},{"name":"Belly","colorIds":[43,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,52]}],"statsRaw":[[480,0.2,0.27,0.5,0],[400,0.1,0.1,0,0],[200,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[700,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Baryonyx","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[119.969994,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.5,"affinityNeeded0":4000,"affinityIncreasePL":85,"torporDepletionPS0":18,"foodConsumptionBase":0.001736,"foodConsumptionMult":160.010239,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Megaloceros","blueprintPath":"/Game/PrimalEarth/Dinos/Stag/Stag_Character_BP.Stag_Character_BP","breeding":{"gestationTime":21978.021484,"incubationTime":0,"maturationTime":256410.25,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Antlers","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]}],"statsRaw":[[300,0.2,0.27,0.5,0],[280,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[220,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dimorphodon","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.5,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.2915,"foodConsumptionBase":0.001543,"foodConsumptionMult":432.058746,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Neck"}]},{"name":"Megalodon","blueprintPath":"/Game/PrimalEarth/Dinos/Megalodon/Megalodon_Character_BP.Megalodon_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[600,0.2,0.27,0.3,0],[320,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[800,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Spino","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true}},{"name":"Megalosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Megalosaurus/Megalosaurus_Character_BP.Megalosaurus_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Face, Appendages, Sides","colorIds":[42,21,22,23,24,25,46,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feathers, Osteoderms, Patterning","colorIds":[42,22,24,46,45,33,34,13,35,14]},{"name":"Belly","colorIds":[47,23,25,28,32,33,8,14]}],"statsRaw":[[1025,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[775,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Oviraptor","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[135,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Megatherium","blueprintPath":"/Game/PrimalEarth/Dinos/Megatherium/Megatherium_Character_BP.Megatherium_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"BodyMain","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feet and Hands","colorIds":[21,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[740,0.2,0.27,0.5,0],[400,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[725,0.02,0.045,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Giant Bee Honey","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat"],"favoriteKibble":"Megalania","nonViolent":false,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[80,300]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":5000,"affinityIncreasePL":130,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Mesopithecus","blueprintPath":"/Game/PrimalEarth/Dinos/Monkey/Monkey_Character_BP.Monkey_Character_BP","breeding":{"gestationTime":9523.80957,"incubationTime":0,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Eye Markings","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,28,30]},{"name":null,"colorIds":[]},{"name":"Back, Lower Limbs, and Tail Tip","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[115,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dodo","nonViolent":true,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Microraptor","blueprintPath":"/Game/PrimalEarth/Dinos/Microraptor/Microraptor_Character_BP.Microraptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Face","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skin","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Neck","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Belly and Wing Bands","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[130,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[45,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[75,0.06,0,0.5,0]],"taming":{"eats":["Rare Flower","Rare Mushroom","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky"],"nonViolent":false,"specialFoodValues":[{"Key":"Rare Flower","Value":{"d":[60,3000]}},{"Key":"Rare Mushroom","Value":{"d":[60.000004,200]}},{"Key":"Raw Mutton","Value":{"d":[50,31.25]}},{"Key":"Raw Prime Meat","Value":{"d":[50,25]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,24.300001]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,18]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,18]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.8,"foodConsumptionBase":0.000868,"foodConsumptionMult":1728.110596,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Mosasaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Mosasaurus/Mosa_Character_BP.Mosa_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":1010100.875,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spinal Ridge","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Sides of the Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[3600,0.12,0.21,0.3,0],[400,0.1,0.1,0,0],[150,0.1,0.1,0,0],[8000,0.1,0.1,0,0.15],[1300,0.02,0.04,0,0],[1,0.05,0.1,0.65,0.4],[1,0,0.01,0,0],[3000,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Quetzal","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,550]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":11000,"affinityIncreasePL":600,"torporDepletionPS0":12.8,"foodConsumptionBase":0.005,"foodConsumptionMult":180.001144,"violent":true}},{"name":"Moschops","blueprintPath":"/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP.Moschops_Character_BP","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"unknown","colorIds":[22,24,42,33,35,14]},{"name":"unknown","colorIds":[22,24,34,33,13,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[21,24,42,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[300,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.2,0],[300,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Raw Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,250]}},{"Key":"Raw Prime Meat","Value":{"d":[50,200]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,80]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":6000,"affinityIncreasePL":150,"foodConsumptionBase":0.001736,"foodConsumptionMult":176.03154,"wakeAffinityMult":2.5,"wakeFoodDeplMult":1.2,"violent":false},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Onyc","blueprintPath":"/Game/PrimalEarth/Dinos/Bat/Bat_Character_BP.Bat_Character_BP","colors":[{"name":"Main Body","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Claws","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Membrane Shading","colorIds":[21,23,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"Abdomen and Legs","colorIds":[21,23,28,32,33,8,14]},{"name":"Wing Membrane","colorIds":[21,23,28,32,33,8,14]}],"statsRaw":[[250,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[200,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":3000,"affinityIncreasePL":90,"foodConsumptionBase":0.002893,"foodConsumptionMult":192.034409,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false}},{"name":"Otter","blueprintPath":"/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP.Otter_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":142800},"colors":[{"name":"Body Main","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Stripes and Highlights","colorIds":[22,33,34,8,13,35,14,37,38,39]},{"name":"Underbelly","colorIds":[21,32,33,8,37,38,39]}],"statsRaw":[[40,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[600,0.1,0.1,0,0],[400,0.1,0.1,0,0],[30,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.7,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":null,"tamingIneffectiveness":8.333333,"affinityNeeded0":1200,"affinityIncreasePL":25,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Oviraptor","blueprintPath":"/Game/PrimalEarth/Dinos/Oviraptor/Oviraptor_Character_BP.Oviraptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":30},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Crest and Beak","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[140,0.2,0.27,0.5,0],[120,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0.15],[100,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1,0.15],[125,0.06,0,0.5,0]],"taming":{"eats":["Fertilized Giganotosaurus Egg","Giganotosaurus Egg","Fertilized Quetzal Egg","Fertilized Tek Quetzal Egg","Quetzal Egg","Tek Quetzal Egg","Fertilized Rex Egg","Fertilized Tek Rex Egg","Rex Egg","Tek Rex Egg","Fertilized Aberrant Spino Egg","Fertilized Spino Egg","Spino Egg","Bronto Egg","Fertilized Bronto Egg","Carno Egg","Fertilized Aberrant Carno Egg","Fertilized Carno Egg"],"nonViolent":false,"specialFoodValues":[{"Key":"Fertilized Giganotosaurus Egg","Value":{"d":[300,1200]}},{"Key":"Giganotosaurus Egg","Value":{"d":[300,1200]}},{"Key":"Fertilized Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Fertilized Tek Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Tek Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Fertilized Rex Egg","Value":{"d":[200,100]}},{"Key":"Fertilized Tek Rex Egg","Value":{"d":[200,100]}},{"Key":"Rex Egg","Value":{"d":[200,100]}},{"Key":"Tek Rex Egg","Value":{"d":[200,100]}},{"Key":"Fertilized Aberrant Spino Egg","Value":{"d":[137.5,80]}},{"Key":"Fertilized Spino Egg","Value":{"d":[137.5,80]}},{"Key":"Spino Egg","Value":{"d":[137.5,80]}},{"Key":"Bronto Egg","Value":{"d":[250,60]}},{"Key":"Fertilized Bronto Egg","Value":{"d":[250,60]}},{"Key":"Carno Egg","Value":{"d":[137.5,30]}},{"Key":"Fertilized Aberrant Carno Egg","Value":{"d":[137.5,30]}},{"Key":"Fertilized Carno Egg","Value":{"d":[137.5,30]}}],"tamingIneffectiveness":16.666668,"affinityNeeded0":960,"affinityIncreasePL":42,"torporDepletionPS0":0.208,"foodConsumptionBase":0.001302,"foodConsumptionMult":768.049133,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Ovis","blueprintPath":"/Game/PrimalEarth/Dinos/Sheep/Sheep_Character_BP.Sheep_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Horns","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Hooves and Eye Regions","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[100,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[85,0.06,0,0.5,0]],"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":true,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,200000]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"foodConsumptionBase":0.003156,"foodConsumptionMult":1584.283936,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Pachy","blueprintPath":"/Game/PrimalEarth/Dinos/Pachy/Pachy_Character_BP.Pachy_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Spikes and Claws","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Beak and Plates","colorIds":[19,21,23,25,26,28,30]},{"name":"Body Accent","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[165,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[160,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Dilophosaur","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.5,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.2666,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.125,"Value":"Head, Neck"}]},{"name":"Pachyrhinosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Pachyrhinosaurus/Pachyrhino_Character_BP.Pachyrhino_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"unknown","colorIds":[42,22,24,46,45,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,24,46,45,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,24,46,45,29,31,33,34,13,35,14]},{"name":"unknown","colorIds":[21,23,25,47,32,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[250,0.06,0,0.5,0]],"taming":{"eats":["Bug Repellant","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Bug Repellant","Value":{"d":[25,200]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4500,"affinityIncreasePL":175,"torporDepletionPS0":3.5,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.25,"Value":"Head"}]},{"name":"Paracer","blueprintPath":"/Game/PrimalEarth/Dinos/Paraceratherium/Paracer_Character_BP.Paracer_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[1026,0.2,0.2025,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6500,0.1,0.1,0,0],[850,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1300,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Pachy","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.0923,"affinityNeeded0":6500,"affinityIncreasePL":325,"torporDepletionPS0":0.9025,"foodConsumptionBase":0.0035,"foodConsumptionMult":327.6474,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Parasaur","blueprintPath":"/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Beak and Frill","colorIds":[20,22,24,26,27,33,34,13,35,14,36]},{"name":"Frill Edge","colorIds":[19,21,23,25,26,32,33,8,14]},{"name":"Crest","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[19,21,23,25,26,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[480,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[150,0.06,0,0.5,0]],"taming":{"eats":["Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Pegomastax","blueprintPath":"/Game/PrimalEarth/Dinos/Pegomastax/Pegomastax_Character_BP.Pegomastax_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Body Main","colorIds":[34,20,21,22,23,24,28,14,13,33]},{"name":"Quills","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Beak","colorIds":[21,23,33,47,43,28,50]},{"name":null,"colorIds":[]},{"name":"Back Fur","colorIds":[37,39,40,41,33,34,13,35,14]},{"name":"Limb Highlights","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[120,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[55,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.5,0],[30,0.06,0,0.5,0]],"taming":{"eats":["Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":true,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":1900,"affinityIncreasePL":35,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Pelagornis","blueprintPath":"/Game/PrimalEarth/Dinos/Pelagornis/Pela_Character_BP.Pela_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"Skin and Wind/Tail Tips","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[240,0.2,0.27,0.5,0],[180,0.05,0.04,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[150,0.02,0.03,0,0],[1,0.05,0.075,0.65,0.4],[1,0,0,0.365,0],[120,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat"],"favoriteKibble":"Pegomastax","nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Phiomia","blueprintPath":"/Game/PrimalEarth/Dinos/Phiomia/Phiomia_Character_BP.Phiomia_Character_BP","breeding":{"gestationTime":35714.285156,"incubationTime":0,"maturationTime":416666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[23,24,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Spots 1","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Spots 2","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[300,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.35,0],[240,0.06,0,0.5,0]],"taming":{"eats":["Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":1584.283936,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Plesiosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Plesiosaur/Plesiosaur_Character_BP.Plesiosaur_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Facial Fins","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[2400,0.12,0.162,0.16,0],[800,0.1,0.1,0,0],[150,0.1,0.1,0,0],[5000,0.1,0.1,0,0.15],[800,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.005,0,0],[1600,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Rex","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":0.75,"affinityNeeded0":5000,"affinityIncreasePL":250,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.003858,"foodConsumptionMult":180.001144,"violent":true}},{"name":"Procoptodon","blueprintPath":"/Game/PrimalEarth/Dinos/Procoptodon/Procoptodon_Character_BP.Procoptodon_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Inner Ear, Snout, Belly, Appendages","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.75,0],[350,0.1,0.1,0.1,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[550,0.02,0.04,0,0],[1,0.05,0.1,0.2,0.25],[1,0,0.01,0,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Rare Mushroom","Plant Species X Seed"],"nonViolent":false,"specialFoodValues":[{"Key":"Rare Mushroom","Value":{"d":[75,90]}},{"Key":"Plant Species X Seed","Value":{"d":[50,45]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.6666,"foodConsumptionBase":0.001929,"foodConsumptionMult":648.00415,"violent":true},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Pteranodon","blueprintPath":"/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Patterning","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Wing Base","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Face, Crest, and Hands","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Inner Crest","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Wing Membrane","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[210,0.2,0.15,0.5,0],[150,0.05,0.04,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[120,0.02,0.03,0,0],[1,0.05,0.075,0.65,0.4],[1,0,0,0.35,0],[120,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Dodo","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Pulmonoscorpius","blueprintPath":"/Game/PrimalEarth/Dinos/Scorpion/Scorpion_Character_BP.Scorpion_Character_BP","colors":[{"name":"Plate Edges","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Claw Stripes, Barb Patterning, Body Joints","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Limb Joints","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Body","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Plates","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Legs","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[280,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[200,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1,0],[150,0.06,0,0.5,0]],"taming":{"eats":["Spoiled Meat","Raw Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Purlovia","blueprintPath":"/Game/PrimalEarth/Dinos/Purlovia/Purlovia_Character_BP.Purlovia_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,39,37,41,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[20,41,33,34,13,35]},{"name":"Highlights","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[275,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[4000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Moschops","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2250,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Quetzal","blueprintPath":"/Game/PrimalEarth/Dinos/Quetzalcoatlus/Quetz_Character_BP.Quetz_Character_BP","breeding":{"gestationTime":0,"incubationTime":59995.199219,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":5,"eggTempMax":6},"colors":[{"name":"Wing Membrane","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Crest","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Skins","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Freckles","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Beak","colorIds":[21,22,32,33,34,8,13,35,14]},{"name":"Body Feathers","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[1200,0.2,0.108,0.5,0],[800,0.05,0.05,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[800,0.02,0.05,0,0],[1,0.04,0.1,0.4,0.4],[1,0,0,0.365,0],[1850,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.85,"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Rex","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":0.9375,"affinityNeeded0":6850,"affinityIncreasePL":300,"torporDepletionPS0":3.4,"foodConsumptionBase":0.0035,"foodConsumptionMult":140,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Raptor","blueprintPath":"/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Body Accent","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Feather Tips","colorIds":[19,21,23,25,26,28,30]},{"name":null,"colorIds":[]},{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Feathers","colorIds":[19,21,23,25,26,28,30]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0.2,0],[180,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Parasaur","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Rex","blueprintPath":"/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":"Spine","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":"Back","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":"Belly","colorIds":[20,22,24,27,33,34,13,35,14,36]}],"statsRaw":[[1100,0.2,0.27,0.5,0],[420,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1550,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Pulmonoscorpius","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.725,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Sabertooth","blueprintPath":"/Game/PrimalEarth/Dinos/Saber/Saber_Character_BP.Saber_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[22,24,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Mane and Face","colorIds":[21,23,32,33,8,14]},{"name":"Stripes","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[250,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.32,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Brontosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Sarco","blueprintPath":"/Game/PrimalEarth/Dinos/Sarco/Sarco_Character_BP.Sarco_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Stripe, Face, and Tail","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Snout and Tail Tip","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Plates","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Body Accent","colorIds":[23,24,26,27,33,34,13,35,14]}],"statsRaw":[[400,0.2,0.27,0.65,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[300,0.02,0.04,0,0],[1,0.05,0.1,0.8,0.5],[1,0,0.01,0.6,0],[400,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky"],"favoriteKibble":"Triceratops","nonViolent":false,"specialFoodValues":[{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001578,"foodConsumptionMult":211.237854,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Spino","blueprintPath":"/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP.Spino_Character_BP","breeding":{"gestationTime":0,"incubationTime":13845.046875,"maturationTime":256410.25,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Sail Edge","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Face, Tail, Inner Sail, and Frill","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[650,0.1,0.1,0,0],[2600,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[850,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky"],"favoriteKibble":"Argentavis","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}}],"tamingIneffectiveness":1.5,"affinityNeeded0":3200,"affinityIncreasePL":150,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Stegosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Stego/Stego_Character_BP.Stego_Character_BP","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spine","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Plate Base and Spike Base","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Plate Edge and Spike Tips","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Belly","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0.964,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Sarco","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":6000,"affinityIncreasePL":300,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.7,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Tapejara","blueprintPath":"/Game/PrimalEarth/Dinos/Tapejara/Tapejara_Character_BP.Tapejara_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Wing and Sail Markings","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"unknown","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Wings and Sail","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Back, Beak and Sail Spines","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Sail and Throat","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[325,0.2,0.27,0.5,0],[250,0.05,0.06,0,0],[150,0.1,0.1,0,0],[1600,0.1,0.1,0,0.15],[280,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0.365,0],[450,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Allosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2200,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Tek Parasaur","blueprintPath":"/Game/PrimalEarth/Dinos/Para/BionicPara_Character_BP.BionicPara_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Internals","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Limbs","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Highlights and Neck","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Head","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Body Main","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Emissive","colorIds":[12,10,7,11,28,30,36]}],"statsRaw":[[200,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[480,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[150,0.06,0,0.5,0]],"taming":{"eats":["Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Tek Quetzal","blueprintPath":"/Game/PrimalEarth/Dinos/Quetzalcoatlus/BionicQuetz_Character_BP.BionicQuetz_Character_BP","breeding":{"gestationTime":0,"incubationTime":59995.199219,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":5,"eggTempMax":6},"colors":[{"name":"Wing Highlights","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Body Main","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Head and Wings","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Joints","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"UnderBelly","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Emissive","colorIds":[12,10,7,11,28,30,36,53]}],"statsRaw":[[1200,0.2,0.108,0.5,0],[800,0.05,0.05,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[800,0.02,0.05,0,0],[1,0.04,0.1,0.4,0.4],[1,0,0,0.365,0],[1850,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.85,"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Rex","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":0.9375,"affinityNeeded0":6850,"affinityIncreasePL":300,"torporDepletionPS0":3.4,"foodConsumptionBase":0.0035,"foodConsumptionMult":140,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Tek Raptor","blueprintPath":"/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Inner Body","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Legs and Head","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Body","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Gears","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Spikes and Tail","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Emissives","colorIds":[12,10,7,11,28,30,36]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0.2,0],[180,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Parasaur","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Tek Rex","blueprintPath":"/Game/PrimalEarth/Dinos/Rex/BionicRex_Character_BP.BionicRex_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Head Main","colorIds":[29,35,13,14,36,51,55,48,8,45,47,27,24]},{"name":"Spine","colorIds":[29,35,13,14,36,55,27,8,48,45]},{"name":"Body Main","colorIds":[29,35,13,14,36,51,55,48,8,45,47,27,24]},{"name":"Body Highlights","colorIds":[29,35,13,14,36,51,55,27,8,48,45]},{"name":"Internals","colorIds":[29,35,13,14,36,53,54,55,27,8,48,45]},{"name":"Emissives","colorIds":[1,2,3,4,5,6,36]}],"statsRaw":[[1100,0.2,0.27,0.5,0],[420,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1550,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Pulmonoscorpius","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.725,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Tek Stegosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Stego/BionicStego_Character_BP.BionicStego_Character_BP","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Inner Body","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Spine","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Body","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Legs and Head","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Leg Tops and Spike Plate","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Emissive and Spike Tops","colorIds":[12,10,7,11,28,30,36]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0.964,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Sarco","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":6000,"affinityIncreasePL":300,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.7,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Terror Bird","blueprintPath":"/Game/PrimalEarth/Dinos/TerrorBird/TerrorBird_Character_BP.TerrorBird_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Feathers","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly/Wings Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Beak, Skin, Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[270,0.2,0.27,0.5,0],[160,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[120,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[300,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Gallimimus","nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1600,"affinityIncreasePL":85,"torporDepletionPS0":2.25,"foodConsumptionBase":0.001578,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Therizinosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Therizinosaurus/Therizino_Character_BP.Therizino_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":416666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Feathers Main","colorIds":[20,22,24,56,52,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Body Highlights","colorIds":[48,23,24,25,32,8,36,50]},{"name":null,"colorIds":[]},{"name":"Feather Highlights","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Body Main","colorIds":[21,23,47,35,52,32,33,8,14]}],"statsRaw":[[870,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Megalosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[119.969994,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"torporDepletionPS0":2.833333,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Thylacoleo","blueprintPath":"/Game/PrimalEarth/Dinos/Thylacoleo/Thylacoleo_Character_BP.Thylacoleo_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,41,33,34,13,14,43,8,42,9,10]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,41,33,34,13,35,22,56,21,43,42,44]},{"name":"Stripes and Belly","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[700,0.2,0.189,0.5,0],[400,0.1,0.1,0,0],[200,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[700,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Mutton","Cooked Meat","Cooked Meat Jerky","Raw Prime Meat"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,47.25]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,35]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,35]}},{"Key":"Raw Mutton","Value":{"d":[50,25]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Raw Prime Meat","Value":{"d":[50,20]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2250,"affinityIncreasePL":60,"torporDepletionPS0":1.85,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":1.5,"Value":"Head"}]},{"name":"Titanoboa","blueprintPath":"/Game/PrimalEarth/Dinos/BoaFrill/BoaFrill_Character_BP.BoaFrill_Character_BP","colors":[{"name":"Body","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14,36]},{"name":"Frill Middle Line 1","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 2","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 3","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Body Accent and Inner Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Outer Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]}],"statsRaw":[[170,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Fertilized Giganotosaurus Egg","Fertilized Aberrant Diplo Egg","Fertilized Bronto Egg","Fertilized Diplo Egg","Fertilized Aberrant Dimetrodon Egg","Fertilized Aberrant Sarco Egg","Fertilized Dimetrodon Egg","Fertilized Glowtail Egg","Fertilized Quetzal Egg","Fertilized Rex Egg","Fertilized Sarco Egg","Fertilized Tek Quetzal Egg","Fertilized Tek Rex Egg","Fertilized Yutyrannus Egg","Fertilized Aberrant Carno Egg","Fertilized Aberrant Megalosaurus Egg","Fertilized Aberrant Spino Egg","Fertilized Aberrant Stego Egg","Fertilized Allosaurus Egg","Fertilized Argentavis Egg","Fertilized Carno Egg","Fertilized Kentro Egg","Fertilized Megalosaurus Egg","Fertilized Snow Owl Egg","Fertilized Spino Egg","Fertilized Stego Egg","Fertilized Tek Stego Egg","Fertilized Therizino Egg","Fertilized Aberrant Trike Egg","Fertilized Camelsaurus Egg","Fertilized Pachyrhino Egg","Fertilized Thorny Dragon Egg","Fertilized Trike Egg","Fertilized Aberrant Baryonyx Egg","Fertilized Aberrant Megalania Egg","Fertilized Aberrant Raptor Egg","Fertilized Baryonyx Egg","Fertilized Featherlight Egg","Fertilized Ichthyornis Egg","Fertilized Kaprosuchus Egg","Fertilized Megalania Egg","Fertilized Pachycephalosaurus Egg","Fertilized Pelagornis Egg","Fertilized Pteranodon Egg","Fertilized Raptor Egg","Fertilized Rock Drake Egg","Fertilized Tapejara Egg","Fertilized Tek Raptor Egg","Fertilized Terror Bird Egg","Fertilized Wyvern Egg","Fertilized Oviraptor Egg","Fertilized Aberrant Ankylo Egg","Fertilized Aberrant Iguanodon Egg","Fertilized Aberrant Moschops Egg","Fertilized Aberrant Parasaur Egg","Fertilized Ankylo Egg","Fertilized Dimorph Egg","Fertilized Gallimimus Egg","Fertilized Iguanodon Egg","Fertilized Moschops Egg","Fertilized Moth Egg","Fertilized Parasaur Egg","Fertilized Tek Parasaur Egg","Fertilized Vulture Egg","Fertilized Aberrant Dodo Egg","Fertilized Aberrant Lystrosaurus Egg","Fertilized Aberrant Turtle Egg","Fertilized Achaeopteryx Egg","Fertilized Compy Egg","Fertilized Dilo Egg","Fertilized Dodo Egg","Fertilized Hesperornis Egg","Fertilized Kairuku Egg","Fertilized Lystrosaurus Egg","Fertilized Microraptor Egg","Fertilized Pegomastax Egg","Fertilized Troodon Egg","Fertilized Turtle Egg","Fertilized Velonasaur Egg"],"nonViolent":true,"specialFoodValues":[{"Key":"Fertilized Giganotosaurus Egg","Value":{"d":[900,120]}},{"Key":"Fertilized Aberrant Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Bronto Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Aberrant Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Glowtail Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Yutyrannus Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Allosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Argentavis Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Kentro Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Snow Owl Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Tek Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Therizino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Camelsaurus Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Pachyrhino Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Thorny Dragon Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Aberrant Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Featherlight Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Ichthyornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Kaprosuchus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pachycephalosaurus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pelagornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pteranodon Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Rock Drake Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tapejara Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tek Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Terror Bird Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Wyvern Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Oviraptor Egg","Value":{"d":[225,30]}},{"Key":"Fertilized Aberrant Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Dimorph Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Gallimimus Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moth Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Tek Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Vulture Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Achaeopteryx Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Compy Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dilo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Hesperornis Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Kairuku Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Microraptor Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Pegomastax Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Troodon Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Velonasaur Egg","Value":{"d":[150,20]}}],"tamingIneffectiveness":3,"affinityNeeded0":1950,"affinityIncreasePL":90,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Titanosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Titanosaur/Titanosaur_Character_BP.Titanosaur_Character_BP","colors":[{"name":"Body","colorIds":[21,23,25,26,32,33,8,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[230000,0,0,-80000,0],[2000,0,0,0,0],[600,0,0,0,0],[8640,0,0,0,0],[50000,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[25000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":1.8,"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Carbonemys","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":10000,"affinityIncreasePL":500,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"violent":true}},{"name":"Triceratops","blueprintPath":"/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP.Trike_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Face and Feet","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Frill","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,1.2,0],[250,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Carnotaurus","nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.15,"Value":"Head"}]},{"name":"Troodon","blueprintPath":"/Game/PrimalEarth/Dinos/Troodon/Troodon_Character_BP.Troodon_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Main Body","colorIds":[20,22,24,48,52,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights and Feathers","colorIds":[21,23,42,48,51,32,33,8,14]},{"name":"Belly","colorIds":[21,23,47,13,28,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[180,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":480,"affinityIncreasePL":45,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Tusoteuthis","blueprintPath":"/Game/PrimalEarth/Dinos/Tusoteuthis/Tusoteuthis_Character_BP.Tusoteuthis_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":1010100.875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body Highlights","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Tentacle Highlights","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Tentacle Main","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Body Main","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[2700,0.2,0.2025,0.5,0],[300,0.1,0.1,0,0],[215,0.1,0.1,0,0],[3200,0.1,0.1,0,0.15],[800,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1,0],[1800,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Black Pearl","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop"],"nonViolent":true,"specialFoodValues":[{"Key":"Black Pearl","Value":{"d":[30,50,50]}},{"Key":"Raw Mutton","Value":{"d":[50,18.75]}},{"Key":"Raw Prime Meat","Value":{"d":[50,15]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,10.125,30]}}],"tamingIneffectiveness":0.75,"affinityNeeded0":12500,"affinityIncreasePL":125,"foodConsumptionBase":0.005,"foodConsumptionMult":180.001144,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":3,"Value":"Beak"}]},{"name":"Unicorn","blueprintPath":"/Game/PrimalEarth/Dinos/Equus/Equus_Character_BP_Unicorn.Equus_Character_BP_Unicorn","breeding":{"gestationTime":47619.042969,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"statsRaw":[[240,0.2,0.27,0.5,0],[560,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0175,0.2,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.33,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":3600,"affinityIncreasePL":180,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Woolly Rhino","blueprintPath":"/Game/PrimalEarth/Dinos/WoollyRhino/Rhino_Character_BP.Rhino_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Horn","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[500,0.2,0.27,0.5,0],[120,0.1,0.1,0,0],[100,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[750,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[600,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Terror Bird","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":3450,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Yutyrannus","blueprintPath":"/Game/PrimalEarth/Dinos/Yutyrannus/Yutyrannus_Character_BP.Yutyrannus_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Body Main","colorIds":[37,41,24,47,33,34,13,35,14,40,18]},{"name":"Facial crest","colorIds":[42,22,24,41,33,34,13,35,14,38]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Facial Highlights and Stripes","colorIds":[44,22,43,46,33,34,13,35,14,18,48]},{"name":"Feet and Hands","colorIds":[42,43,24,49,33,34,13,35,14,18]}],"statsRaw":[[1100,0.2,0.27,0.5,0],[420,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1550,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Kentrosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4250,"affinityIncreasePL":175,"torporDepletionPS0":0.725,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Zomdodo","blueprintPath":"/Game/PrimalEarth/Dinos/Dodo/ZombieDodo_Character_BP.ZombieDodo_Character_BP","colors":[{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[21,23,32,33,8,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.2,0],[1000,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0,0,0,0.15],[170,0.02,0.04,0,0],[1,0.015,0.1,0.2,0],[1,0,0.01,2,0],[1000,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"foodConsumptionBase":0,"foodConsumptionMult":0,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head, Neck"}]},{"name":"Basilisk","blueprintPath":"/Game/Aberration/Dinos/Basilisk/Basilisk_Character_BP.Basilisk_Character_BP","colors":[{"name":"Body Main","colorIds":[42,22,24,26,45,52,49,33,34,13,35,14,36,48]},{"name":"Horns","colorIds":[43,21,23,25,47,28,30,32,33,8,14,36]},{"name":"Underbelly","colorIds":[39,40,23,25,37,48,30,32,33,8,14,36]},{"name":null,"colorIds":[]},{"name":"Emissive","colorIds":[19,21,23,25,26,28,30,32,43,44,48,36,53]},{"name":"Highlights","colorIds":[52,51,49,48,26,47,42,32,33,35,14,36]}],"statsRaw":[[2750,0.2,0.27,0.5,0],[650,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2500,0.1,0.1,0,0],[2200,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.5,"doesNotUseOxygen":true,"taming":{"eats":["Fertilized Rock Drake Egg"],"nonViolent":true,"specialFoodValues":[{"Key":"Fertilized Rock Drake Egg","Value":{"d":[262.5,35]}}],"tamingIneffectiveness":3,"affinityNeeded0":1600,"affinityIncreasePL":20,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Bulbdog","blueprintPath":"/Game/Aberration/Dinos/LanternPug/LanternPug_Character_BP.LanternPug_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"main body","colorIds":[21,22,32,33,34,8,13,35,24,26,42,45,46,37,48,39,47,52,56]},{"name":null,"colorIds":[]},{"name":"spots","colorIds":[21,11,32,44,33,8,28,25,30,50,26,43,42]},{"name":"lantern","colorIds":[44,54,53,25,26,28,50,11,5,6,12]},{"name":"belly","colorIds":[21,23,32,33,25,8,28,30,37,40,47,39,43,14]},{"name":"back stripes","colorIds":[24,22,42,33,34,45,13,35,14,48,52,49,56]}],"statsRaw":[[145,0.2,0.27,0.5,0],[200,0.12,0.12,0.05,0],[165,0.11,0.11,0.025,0],[450,0.1,0.1,0,0.15],[120,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Aquatic Mushroom","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Mutton","Sweet Vegetable Cake","Cooked Meat","Cooked Meat Jerky","Raw Prime Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Aquatic Mushroom","Value":{"d":[50,75]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,47.25]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,35]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,35]}},{"Key":"Raw Mutton","Value":{"d":[50,25]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Raw Prime Meat","Value":{"d":[50,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Featherlight","blueprintPath":"/Game/Aberration/Dinos/LanternBird/LanternBird_Character_BP.LanternBird_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"main body","colorIds":[19,20,12,22,26,29,31,44,49,51,54,14,53]},{"name":"legs","colorIds":[22,21,23,26,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"belly","colorIds":[19,21,37,25,39,28,30,32,42,43,8,48]},{"name":"emissive","colorIds":[7,19,22,44,54,53,25,50,5,11]}],"statsRaw":[[115,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[180,0.11,0.11,0.2,0],[450,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.065,0.12,1.1,0.5],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Auric Mushroom"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Auric Mushroom","Value":{"d":[50,75]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Glowtail","blueprintPath":"/Game/Aberration/Dinos/LanternLizard/LanternLizard_Character_BP.LanternLizard_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"main body","colorIds":[23,24,26,42,33,43,45,47,48,49,46,51,14]},{"name":null,"colorIds":[]},{"name":"wings","colorIds":[24,26,42,50,46,43,44,49,48,51,53]},{"name":"lantern","colorIds":[48,54,51,25,28,50,11,5,42,43]},{"name":"belly","colorIds":[23,21,32,25,28,30,8,47,39,37,14]},{"name":"back stripes","colorIds":[22,24,26,42,44,48,49,52,33,34,13,35,14]}],"statsRaw":[[115,0.2,0.27,0.5,0],[100,0.1,0.125,0,0],[200,0.12,0.115,0.12,0],[450,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.055,0.11,1.11,0.425],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Ascerbic Mushroom"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Ascerbic Mushroom","Value":{"d":[18,75]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Karkinos","blueprintPath":"/Game/Aberration/Dinos/Crab/Crab_Character_BP.Crab_Character_BP","colors":[{"name":"Body Main","colorIds":[22,34,24,31,13,35,33,42,52,56,39,37,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Highlights","colorIds":[48,43,28,30,31,44,49,51,53,54]},{"name":"Underbody","colorIds":[24,21,32,37,33,39,43,42,47,48,14]}],"statsRaw":[[1200,0.2,0.27,0.5,0],[600,0.1,0.1,0,0],[150,0.1,0.1,0,0],[5000,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[800,0.05,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Spoiled Meat","Raw Meat"],"favoriteKibble":"Carbonemys","nonViolent":false,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":0.56,"affinityNeeded0":7200,"affinityIncreasePL":210,"torporDepletionPS0":0.5,"foodConsumptionBase":0.003156,"foodConsumptionMult":181,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Ravager","blueprintPath":"/Game/Aberration/Dinos/CaveWolf/CaveWolf_Character_BP.CaveWolf_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[32,33,34,8,56,13,18,40,37,41,39,21]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly","colorIds":[32,33,8,13,18,40,41]},{"name":"Top Highlights","colorIds":[33,34,13,35,40,22,52,41]}],"statsRaw":[[400,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[500,0.02,0.04,0,0],[1,0.04,0.08,0.3,0.3],[1,0,0.01,0.35,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Cooked Lamb Chop","Raw Prime Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[187.5,562.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[107.024994,540]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1850,"affinityIncreasePL":85,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Reaper King","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_Tamed.Xenomorph_Character_BP_Male_Tamed","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":277777.75,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,37,41,42,34,35,43,33,24,48,1,2,3,4,5,6,44,49,53]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,43,32,30,33,37,38,39,40,47]},{"name":"Back color","colorIds":[35,14,56,41,34,42,33,22]}],"statsRaw":[[45000,0.0052,0.135,-38500,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Reaper Queen","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Female.Xenomorph_Character_BP_Female","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":1666.666626,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,41,42,34,35,33,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,32,33,37,38,40]},{"name":"Back color","colorIds":[35,14,56]}],"statsRaw":[[45000,0.0052,0.135,-38500,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Rock Drake","blueprintPath":"/Game/Aberration/Dinos/RockDrake/RockDrake_Character_BP.RockDrake_Character_BP","breeding":{"gestationTime":0,"incubationTime":22498.201172,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-90,"eggTempMax":-80},"colors":[{"name":"Body Main","colorIds":[21,22,23,24,48,26,45,47,33,32,8,13,46,14]},{"name":"FeathersMain","colorIds":[32,22,39,44,42,48,51,52,43]},{"name":null,"colorIds":[]},{"name":"Feathers Highlight","colorIds":[0]},{"name":"Scales","colorIds":[42,45,22,23,24,25,26,46,52,33,34,13,35,14,48,50,51,1,2,3,4,5,6,44,49]},{"name":"Belly","colorIds":[43,21,23,24,25,28,46,32,33,8,48,47,52]}],"statsRaw":[[1950,0.085,0.2025,-1050,0],[450,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":85,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Roll Rat","blueprintPath":"/Game/Aberration/Dinos/MoleRat/MoleRat_Character_BP.MoleRat_Character_BP","breeding":{"gestationTime":17857.142578,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[21,22,32,33,34,8,13,35,14,37,41,47,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Scales","colorIds":[22,32,33,34,8,13,35,56,47,41,37,38,39,14]},{"name":"Underbelly","colorIds":[21,32,33,8,40,47,37,38,39]}],"statsRaw":[[850,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0,0],[800,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"taming":{"eats":["Giant Bee Honey","Mejoberry","Berries"],"nonViolent":true,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[100,500]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":2000,"affinityIncreasePL":100,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Shinehorn","blueprintPath":"/Game/Aberration/Dinos/LanternGoat/LanternGoat_Character_BP.LanternGoat_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"main body","colorIds":[32,33,34,8,13,35,14,36,37,38,40,41,39]},{"name":null,"colorIds":[]},{"name":"stripes","colorIds":[21,11,32,33,53,8,25,44,50,43,42,37,40,38,39,48,51,28,49,30]},{"name":"lantern","colorIds":[48,54,53,25,26,28,50,11,5,51,42,43]},{"name":"feet","colorIds":[40,41,32,33,34,8,13,35,14,37,38,39]},{"name":"back","colorIds":[21,22,32,33,34,8,13,35,51,37,38,39,42,43,48,49,52,14]}],"statsRaw":[[115,0.2,0.27,0.5,0],[180,0.11,0.11,0.1,0],[180,0.11,0.11,0.1,0],[450,0.1,0.1,0,0.15],[100,0.02,0.04,0,0],[1,0.055,0.115,1.1,0.4],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Aggeravic Mushroom","Sweet Vegetable Cake"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Aggeravic Mushroom","Value":{"d":[50,75]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Subterranean Reaper King","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_Chupa.Xenomorph_Character_BP_Male_Chupa","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":4166.666504,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,41,42,34,35,33,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,32,33,37,38,40]},{"name":"Back color","colorIds":[35,14,56]}],"statsRaw":[[2000,0.2,0.27,0.5,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Surface Reaper King","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_Surface.Xenomorph_Character_BP_Male_Surface","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":4166.666504,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,41,42,34,35,33,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,32,33,37,38,40]},{"name":"Back color","colorIds":[35,14,56]}],"statsRaw":[[2500,0.2,0.27,0.5,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Desert Titan","blueprintPath":"/Game/Extinction/Dinos/DesertKaiju/DesertKaiju_Character_BP.DesertKaiju_Character_BP","statsRaw":[[250000,0,0,0,0],[5000,0,0,0,0],[150,0,0,0,0],[864,0,0,0,0],[9000,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[100,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":true,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false}},{"name":"Desert Titan Flock","blueprintPath":"/Game/Extinction/Dinos/DesertKaiju/DesertKaiju_FirstFlockChar_BP.DesertKaiju_FirstFlockChar_BP","colors":[{"name":"unknown","colorIds":[20,21,22,23,24,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[4000,0.2,0.27,0.5,0],[10000,0.1,0.1,0,0],[150,0.1,0.1,0,0],[100,0.1,0.1,0,0],[100,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":900,"affinityIncreasePL":45,"torporDepletionPS0":0.3,"foodConsumptionBase":0.01,"foodConsumptionMult":0.05,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Enforcer","blueprintPath":"/Game/Extinction/Dinos/Enforcer/Enforcer_Character_BP.Enforcer_Character_BP","colors":[{"name":"body","colorIds":[21,23,28,32,34,36,51,53,8]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"algae","colorIds":[21,23,28,32,34,36,51,53,8]},{"name":"metal","colorIds":[28,35,8,13,18,55,33,34]}],"statsRaw":[[375,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[5000,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":false},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Forest Titan","blueprintPath":"/Game/Extinction/Dinos/ForestKaiju/ForestKaiju_Character_BP.ForestKaiju_Character_BP","statsRaw":[[400000,0,0,0.5,0],[6000,0,0,0,0],[150,0,0,0,0],[864,0,0,0,0],[50000,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[20000,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"violent":false}},{"name":"Gacha","blueprintPath":"/Game/Extinction/Dinos/Gacha/Gacha_Character_BP.Gacha_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":416666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"skin","colorIds":[37,22,41,33,34,13,14,8,42,9,47,45]},{"name":null,"colorIds":[]},{"name":"light stripe","colorIds":[39,22,41,33,37,32,14,43,8,42,9,10]},{"name":"dark stripe","colorIds":[20,22,41,33,34,13,14,43,8,42,9,10]},{"name":"algae","colorIds":[21,22,41,33,23,46,50,43,8,42,9,10]},{"name":"fur main","colorIds":[45,38,40,32,33,8,14,47,41,37,56]}],"statsRaw":[[750,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[550,0.04,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[600,0.06,0,0.5,0]],"taming":{"eats":["Snow Owl Pellet","Element","Admin Blink Rifle","Adobe Ceiling","Adobe Dinosaur Gate","Adobe Dinosaur Gateway","Adobe Door","Adobe Doorframe","Adobe Fence Foundation","Adobe Foundation","Adobe Hatchframe","Adobe Ladder","Adobe Pillar","Adobe Railing","Adobe Ramp","Adobe Staircase","Adobe Trapdoor","Adobe Wall","Adobe Window","Adobe Windowframe","Air Conditioner","Allosaurus Saddle","Ankylo Saddle","Araneo Saddle","Argentavis Saddle","Arthropluera Saddle","Artifact Pedastal","Assault Rifle","Auto Turret","Balista Turret","Baryonyx Saddle","Base Bed","Base Boots Clothing","Base Catwalk Structure","Base Ceiling Structure","Base Club","Base Door Structure","Base Doorframe Structure","Base Fence Foundation Structure","Base Foundation Structure","Base Gate Structure","Base Gloves Clothing","Base Hat Clothing","Base Hatchet","Base Hatchframe Structure","Base Intake Pipe","Base Ladder Structure","Base Pants Clothing","Base Pick","Base Pillar Structure","Base Railing","Base Ramp Structure","Base Roof","Base Shield","Base Shirt Clothing","Base Sign Structure","Base Sleeping Bag","Base Trapdoor Structure","Base Wall Structure","Base Window Structure","Base Windowframe Structure","Basilisk Saddle","Basilosaurus Saddle","Bear Trap","Bee Hive","Beelzebufo Saddle","Beer Barrel","Behemoth Adobe Dinosaur Gate","Behemoth Adobe Dinosaur Gateway","Behemoth Gate","Behemoth Gateway","Behemoth Reinforced Dinosaur Gate","Behemoth Stone Dinosaur Gateway","Behemoth Tek Gate","Behemoth Tek Gateway","Bola","Bookshelf","Boomerang","Bow","Bronto Platform Saddle","Bronto Saddle","Bunk Bed","Bunny Egg","C4 Remote Detonator","Camera","Campfire","Cannon","Carbonemys Saddle","Carno Saddle","Castoroides Saddle","Catapult Turret","Chainsaw","Chalicotherium Saddle","Charge Lantern","Chemistry Bench","Chitin Boots","Chitin Chestpiece","Chitin Gauntlets","Chitin Helmet","Chitin Leggings","Climbing Pick","Cloning Chamber","Cloth Boots","Cloth Gloves","Cloth Hat","Cloth Pants","Cloth Shirt","Cluster Grenade","Compass","Compost Bin","Compound Bow","Cooking Pot","Crossbow","Cryofridge","Daeodon Saddle","Delivery Crate","Desert Cloth Boots","Desert Cloth Gloves","Desert Cloth Pants","Desert Cloth Shirt","Desert Goggles and Hat","Desert Titan Saddle","Dino Leash","Dinosaur Gate","Dinosaur Gateway","Diplodocus Saddle","Dire Bear Saddle","Doedicurus Saddle","Dragon Flag","Dunkleosteus Saddle","Electric Prod","Electrical Cable Intersection","Electrical Generator","Electrical Outlet","Elevator Platform","Elevator Track","Empty Cryopod","Equus Saddle","Fabricated Pistol","Fabricated Sniper Rifle","Fabricator","Feeding Trough","Fish Basket","Fishing Rod","Flak Boots","Flak Chestpiece","Flak Gauntlets","Flak Helmet","Flak Leggings","Flamethrower","Flare Gun","Forest Titan Saddle","Fur Boots","Fur Cap","Fur Chestpiece","Fur Gauntlets","Fur Leggings","GPS","Gacha Saddle","Gallimimus Saddle","Gas Collector","Gas Mask","Gasbags Saddle","Generic Armor","Generic Consumable","Generic Saddle","Generic Weapon","Ghillie Boots","Ghillie Chestpiece","Ghillie Gauntlets","Ghillie Leggings","Ghillie Mask","Giant Adobe Hatchframe","Giant Adobe Trapdoor","Giant Metal Hatchframe","Giant Metal Trapdoor","Giant Reinforced Trapdoor","Giant Stone Hatchframe","Gift Box","Giganotosaurus Saddle","Gorilla Flag","Gravestone","Greenhouse Ceiling","Greenhouse Door","Greenhouse Doorframe","Greenhouse Wall","Greenhouse Window","Grenade","Handcuffs","Harpoon Launcher","Hazard Suit Boots","Hazard Suit Gloves","Hazard Suit Hat","Hazard Suit Pants","Hazard Suit Shirt","Heavy Auto Turret","Heavy Miner's Helmet","Hide Boots","Hide Gloves","Hide Hat","Hide Pants","Hide Shirt","Hide Sleeping Bag","Holiday Lights","Holiday Stocking","Holiday Tree","Homing Underwater Mine","Hyaenodon Meatpack","Ice Titan Saddle","Ichthyosaurus Saddle","Iguanodon Saddle","Improvised Explosive Device","Inclined Electrical Cable","Industrial Cooker","Industrial Forge","Industrial Grill","Industrial Grinder","Kaprosuchus Saddle","Karkinos Saddle","King Titan Flag","Lamppost","Lance","Large Bear Trap","Large Crop Plot","Large Elevator Platform","Large Storage Box","Large Taxidermy Base","Large Wood Elevator Platform","Lasso","Longneck Rifle","Lymantria Saddle","M.D.S.M.","M.O.M.I.","M.R.L.M.","M.S.C.M.","Magnifying Glass","Mammoth Saddle","Managarmr Saddle","Manta Saddle","Manticore Flag","Mantis Saddle","Medium Crop Plot","Medium Elevator Platform","Medium Taxidermy Base","Medium Wood Elevator Platform","Megalania Saddle","Megaloceros Saddle","Megalodon Saddle","Megalodon Tek Saddle","Megalosaurus Saddle","Megatherium Saddle","Mek Backpack","Metal Billboard","Metal Catwalk","Metal Ceiling","Metal Cliff Platform","Metal Dinosaur Gate","Metal Dinosaur Gateway","Metal Door","Metal Doorframe","Metal Fence Foundation","Metal Foundation","Metal Hatchet","Metal Hatchframe","Metal Irrigation Pipe - Inclined","Metal Irrigation Pipe - Intake","Metal Irrigation Pipe - Intersection","Metal Irrigation Pipe - Straight","Metal Irrigation Pipe - Tap","Metal Irrigation Pipe - Vertical","Metal Ladder","Metal Pick","Metal Pillar","Metal Railing","Metal Ramp","Metal Shield","Metal Sickle","Metal Sign","Metal Spike Wall","Metal Staircase","Metal Trapdoor","Metal Tree Platform","Metal Wall","Metal Wall Sign","Metal Water Reservoir","Metal Window","Metal Windowframe","Minigun Turret","Mirror","Morellatops Saddle","Mortar and Pestle","Mosasaur Platform Saddle","Mosasaur Saddle","Mosasaur Tek Saddle","Multi-Panel Flag","Night Vision Goggles","Oil Jar","Oil Pump","Omnidirectional Lamppost","Pachy Saddle","Pachyrhinosaurus Saddle","Paintbrush","Painting Canvas","Paracer Platform Saddle","Paracer Saddle","Parasaur Saddle","Pelagornis Saddle","Phiomia Saddle","Pike","Plant Species X","Plant Species Y Trap","Plant Species Z Fruit","Plesiosaur Platform Saddle","Plesiosaur Saddle","Poison Grenade","Portable Rope Ladder","Preserving Bin","Procoptodon Saddle","Pteranodon Saddle","Pulmonoscorpius Saddle","Pump-Action Shotgun","Quetz Platform Saddle","Quetz Saddle","Raptor Saddle","Ravager Saddle","Refining Forge","Refrigerator","Reinforced Dinosaur Gate","Reinforced Trapdoor","Reinforced Window","Reinforced Wooden Door","Remote Keypad","Rex Saddle","Rex Tek Saddle","Riot Boots","Riot Chestpiece","Riot Gauntlets","Riot Helmet","Riot Leggings","Riot Shield","Rock Drake Saddle","Rock Drake Tek Saddle","Rock Golem Saddle","Rocket Launcher","Rocket Turret","Rockwell Flag","Roll Rat Saddle","Rope Ladder","SCUBA Flippers","SCUBA Leggings","SCUBA Mask","SCUBA Tank","Sabertooth Saddle","Sarco Saddle","Scissors","Scout Remote","Second Helmet","Shag Rug","Shotgun","Simple Bed","Simple Pistol","Single Panel Flag","Slingshot","Sloped Adobe Roof","Sloped Adobe Wall Left","Sloped Adobe Wall Right","Sloped Base Wall Left","Sloped Base Wall Right","Sloped Greenhouse Roof","Sloped Greenhouse Wall Left","Sloped Greenhouse Wall Right","Sloped Metal Roof","Sloped Metal Wall Left","Sloped Metal Wall Right","Sloped Stone Roof","Sloped Stone Wall Left","Sloped Stone Wall Right","Sloped Tek Roof","Sloped Tek Wall Left","Sloped Tek Wall Right","Sloped Thatch Roof","Sloped Thatch Wall Left","Sloped Thatch Wall Right","Sloped Wood Wall Left","Sloped Wood Wall Right","Sloped Wooden Roof","Small Crop Plot","Small Elevator Platform","Small Taxidermy Base","Small Wood Elevator Platform","Smithy","Smoke Grenade","Snow Owl Saddle","Snowman","Spear","Spider Flag","Spino Saddle","Spray Painter","Spyglass","Standing Torch","Stego Saddle","Stone Ceiling","Stone Cliff Platform","Stone Dinosaur Gateway","Stone Doorframe","Stone Fence Foundation","Stone Fireplace","Stone Foundation","Stone Hatchet","Stone Hatchframe","Stone Irrigation Pipe - Inclined","Stone Irrigation Pipe - Intake","Stone Irrigation Pipe - Intersection","Stone Irrigation Pipe - Straight","Stone Irrigation Pipe - Tap","Stone Irrigation Pipe - Vertical","Stone Pick","Stone Pillar","Stone Railing","Stone Staircase","Stone Wall","Stone Windowframe","Storage Box","Straight Electrical Cable","Sword","TEK Chestpiece","Tapejara Saddle","Tapejara Tek Saddle","Taxidermy Tool","Tek Boots","Tek Bridge","Tek Catwalk","Tek Ceiling","Tek Dinosaur Gate","Tek Dinosaur Gateway","Tek Door","Tek Doorframe","Tek Fence Foundation","Tek Forcefield","Tek Foundation","Tek Gauntlets","Tek Generator","Tek Gravity Grenade","Tek Grenade","Tek Hatchframe","Tek Helmet","Tek Ladder","Tek Leggings","Tek Light","Tek Pillar","Tek Railgun","Tek Railing","Tek Ramp","Tek Replicator","Tek Rifle","Tek Shield","Tek Sleeping Pod","Tek Staircase","Tek Sword","Tek Teleporter","Tek Transmitter","Tek Trapdoor","Tek Trough","Tek Turret","Tek Wall","Tek Window","Tek Windowframe","Tent","Terror Bird Saddle","Thatch Ceiling","Thatch Door","Thatch Doorframe","Thatch Foundation","Thatch Wall","Therizinosaurus Saddle","Thorny Dragon Saddle","Thylacoleo Saddle","Titanosaur Platform Saddle","Toilet","Torch","Training Dummy","Transponder Tracker","Tree Sap Tap","Trike Saddle","Tripwire Alarm Trap","Tripwire Narcotic Trap","Trophy Wall-Mount","Tusoteuthis Saddle","Vacuum Compartment","Vacuum Compartment Moonpool","Vault","Velonasaur Saddle","Vertical Electrical Cable","Vessel","Wall Torch","War Map","Wardrums","Water Reservoir","Water Well","Whip","Wind Turbine","Wood Elevator Top Switch","Wood Elevator Track","Wooden Bench","Wooden Billboard","Wooden Cage","Wooden Catwalk","Wooden Ceiling","Wooden Chair","Wooden Club","Wooden Door","Wooden Doorframe","Wooden Fence Foundation","Wooden Foundation","Wooden Hatchframe","Wooden Ladder","Wooden Pillar","Wooden Platform","Wooden Railing","Wooden Ramp","Wooden Shield","Wooden Sign","Wooden Spike Wall","Wooden Staircase","Wooden Table","Wooden Trapdoor","Wooden Tree Platform","Wooden Wall","Wooden Wall Sign","Wooden Window","Wooden Windowframe","Woolly Rhino Saddle","Wreath","Yutyrannus Saddle","Element Ore","Advanced Bullet","Advanced Rifle Bullet","Advanced Sniper Bullet","Base Ammo","Boulder","C4 Charge","Cannon Ball","Cannon Shell","Chain Bola","Flame Arrow","Flamethrower Ammo","Grappling Hook","Metal Arrow","Pheromone Dart","Rocket Homing Missile","Rocket Pod","Rocket Propelled Grenade","Shocking Tranquilizer Dart","Simple Bullet","Simple Rifle Ammo","Simple Shotgun Ammo","Spear Bolt","Stone Arrow","Tranq Arrow","Tranq Spear Bolt","Tranquilizer Dart","Transponder Node","Zip-Line Anchor","Metal","Stone"],"nonViolent":true,"specialFoodValues":[{"Key":"Snow Owl Pellet","Value":{"d":[40,400]}},{"Key":"Element","Value":{"d":[64,64]}},{"Key":"Admin Blink Rifle","Value":{"d":[80,48]}},{"Key":"Adobe Ceiling","Value":{"d":[80,48]}},{"Key":"Adobe Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Adobe Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Adobe Door","Value":{"d":[80,48]}},{"Key":"Adobe Doorframe","Value":{"d":[80,48]}},{"Key":"Adobe Fence Foundation","Value":{"d":[80,48]}},{"Key":"Adobe Foundation","Value":{"d":[80,48]}},{"Key":"Adobe Hatchframe","Value":{"d":[80,48]}},{"Key":"Adobe Ladder","Value":{"d":[80,48]}},{"Key":"Adobe Pillar","Value":{"d":[80,48]}},{"Key":"Adobe Railing","Value":{"d":[80,48]}},{"Key":"Adobe Ramp","Value":{"d":[80,48]}},{"Key":"Adobe Staircase","Value":{"d":[80,48]}},{"Key":"Adobe Trapdoor","Value":{"d":[80,48]}},{"Key":"Adobe Wall","Value":{"d":[80,48]}},{"Key":"Adobe Window","Value":{"d":[80,48]}},{"Key":"Adobe Windowframe","Value":{"d":[80,48]}},{"Key":"Air Conditioner","Value":{"d":[80,48]}},{"Key":"Allosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Ankylo Saddle","Value":{"d":[80,48]}},{"Key":"Araneo Saddle","Value":{"d":[80,48]}},{"Key":"Argentavis Saddle","Value":{"d":[80,48]}},{"Key":"Arthropluera Saddle","Value":{"d":[80,48]}},{"Key":"Artifact Pedastal","Value":{"d":[80,48]}},{"Key":"Assault Rifle","Value":{"d":[80,48]}},{"Key":"Auto Turret","Value":{"d":[80,48]}},{"Key":"Balista Turret","Value":{"d":[80,48]}},{"Key":"Baryonyx Saddle","Value":{"d":[80,48]}},{"Key":"Base Bed","Value":{"d":[80,48]}},{"Key":"Base Boots Clothing","Value":{"d":[80,48]}},{"Key":"Base Catwalk Structure","Value":{"d":[80,48]}},{"Key":"Base Ceiling Structure","Value":{"d":[80,48]}},{"Key":"Base Club","Value":{"d":[80,48]}},{"Key":"Base Door Structure","Value":{"d":[80,48]}},{"Key":"Base Doorframe Structure","Value":{"d":[80,48]}},{"Key":"Base Fence Foundation Structure","Value":{"d":[80,48]}},{"Key":"Base Foundation Structure","Value":{"d":[80,48]}},{"Key":"Base Gate Structure","Value":{"d":[80,48]}},{"Key":"Base Gloves Clothing","Value":{"d":[80,48]}},{"Key":"Base Hat Clothing","Value":{"d":[80,48]}},{"Key":"Base Hatchet","Value":{"d":[80,48]}},{"Key":"Base Hatchframe Structure","Value":{"d":[80,48]}},{"Key":"Base Intake Pipe","Value":{"d":[80,48]}},{"Key":"Base Ladder Structure","Value":{"d":[80,48]}},{"Key":"Base Pants Clothing","Value":{"d":[80,48]}},{"Key":"Base Pick","Value":{"d":[80,48]}},{"Key":"Base Pillar Structure","Value":{"d":[80,48]}},{"Key":"Base Railing","Value":{"d":[80,48]}},{"Key":"Base Ramp Structure","Value":{"d":[80,48]}},{"Key":"Base Roof","Value":{"d":[80,48]}},{"Key":"Base Shield","Value":{"d":[80,48]}},{"Key":"Base Shirt Clothing","Value":{"d":[80,48]}},{"Key":"Base Sign Structure","Value":{"d":[80,48]}},{"Key":"Base Sleeping Bag","Value":{"d":[80,48]}},{"Key":"Base Trapdoor Structure","Value":{"d":[80,48]}},{"Key":"Base Wall Structure","Value":{"d":[80,48]}},{"Key":"Base Window Structure","Value":{"d":[80,48]}},{"Key":"Base Windowframe Structure","Value":{"d":[80,48]}},{"Key":"Basilisk Saddle","Value":{"d":[80,48]}},{"Key":"Basilosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Bear Trap","Value":{"d":[80,48]}},{"Key":"Bee Hive","Value":{"d":[80,48]}},{"Key":"Beelzebufo Saddle","Value":{"d":[80,48]}},{"Key":"Beer Barrel","Value":{"d":[80,48]}},{"Key":"Behemoth Adobe Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Adobe Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Behemoth Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Gateway","Value":{"d":[80,48]}},{"Key":"Behemoth Reinforced Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Stone Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Behemoth Tek Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Tek Gateway","Value":{"d":[80,48]}},{"Key":"Bola","Value":{"d":[80,48]}},{"Key":"Bookshelf","Value":{"d":[80,48]}},{"Key":"Boomerang","Value":{"d":[80,48]}},{"Key":"Bow","Value":{"d":[80,48]}},{"Key":"Bronto Platform Saddle","Value":{"d":[80,48]}},{"Key":"Bronto Saddle","Value":{"d":[80,48]}},{"Key":"Bunk Bed","Value":{"d":[80,48]}},{"Key":"Bunny Egg","Value":{"d":[80,48]}},{"Key":"C4 Remote Detonator","Value":{"d":[80,48]}},{"Key":"Camera","Value":{"d":[80,48]}},{"Key":"Campfire","Value":{"d":[80,48]}},{"Key":"Cannon","Value":{"d":[80,48]}},{"Key":"Carbonemys Saddle","Value":{"d":[80,48]}},{"Key":"Carno Saddle","Value":{"d":[80,48]}},{"Key":"Castoroides Saddle","Value":{"d":[80,48]}},{"Key":"Catapult Turret","Value":{"d":[80,48]}},{"Key":"Chainsaw","Value":{"d":[80,48]}},{"Key":"Chalicotherium Saddle","Value":{"d":[80,48]}},{"Key":"Charge Lantern","Value":{"d":[80,48]}},{"Key":"Chemistry Bench","Value":{"d":[80,48]}},{"Key":"Chitin Boots","Value":{"d":[80,48]}},{"Key":"Chitin Chestpiece","Value":{"d":[80,48]}},{"Key":"Chitin Gauntlets","Value":{"d":[80,48]}},{"Key":"Chitin Helmet","Value":{"d":[80,48]}},{"Key":"Chitin Leggings","Value":{"d":[80,48]}},{"Key":"Climbing Pick","Value":{"d":[80,48]}},{"Key":"Cloning Chamber","Value":{"d":[80,48]}},{"Key":"Cloth Boots","Value":{"d":[80,48]}},{"Key":"Cloth Gloves","Value":{"d":[80,48]}},{"Key":"Cloth Hat","Value":{"d":[80,48]}},{"Key":"Cloth Pants","Value":{"d":[80,48]}},{"Key":"Cloth Shirt","Value":{"d":[80,48]}},{"Key":"Cluster Grenade","Value":{"d":[80,48]}},{"Key":"Compass","Value":{"d":[80,48]}},{"Key":"Compost Bin","Value":{"d":[80,48]}},{"Key":"Compound Bow","Value":{"d":[80,48]}},{"Key":"Cooking Pot","Value":{"d":[80,48]}},{"Key":"Crossbow","Value":{"d":[80,48]}},{"Key":"Cryofridge","Value":{"d":[80,48]}},{"Key":"Daeodon Saddle","Value":{"d":[80,48]}},{"Key":"Delivery Crate","Value":{"d":[80,48]}},{"Key":"Desert Cloth Boots","Value":{"d":[80,48]}},{"Key":"Desert Cloth Gloves","Value":{"d":[80,48]}},{"Key":"Desert Cloth Pants","Value":{"d":[80,48]}},{"Key":"Desert Cloth Shirt","Value":{"d":[80,48]}},{"Key":"Desert Goggles and Hat","Value":{"d":[80,48]}},{"Key":"Desert Titan Saddle","Value":{"d":[80,48]}},{"Key":"Dino Leash","Value":{"d":[80,48]}},{"Key":"Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Diplodocus Saddle","Value":{"d":[80,48]}},{"Key":"Dire Bear Saddle","Value":{"d":[80,48]}},{"Key":"Doedicurus Saddle","Value":{"d":[80,48]}},{"Key":"Dragon Flag","Value":{"d":[80,48]}},{"Key":"Dunkleosteus Saddle","Value":{"d":[80,48]}},{"Key":"Electric Prod","Value":{"d":[80,48]}},{"Key":"Electrical Cable Intersection","Value":{"d":[80,48]}},{"Key":"Electrical Generator","Value":{"d":[80,48]}},{"Key":"Electrical Outlet","Value":{"d":[80,48]}},{"Key":"Elevator Platform","Value":{"d":[80,48]}},{"Key":"Elevator Track","Value":{"d":[80,48]}},{"Key":"Empty Cryopod","Value":{"d":[80,48]}},{"Key":"Equus Saddle","Value":{"d":[80,48]}},{"Key":"Fabricated Pistol","Value":{"d":[80,48]}},{"Key":"Fabricated Sniper Rifle","Value":{"d":[80,48]}},{"Key":"Fabricator","Value":{"d":[80,48]}},{"Key":"Feeding Trough","Value":{"d":[80,48]}},{"Key":"Fish Basket","Value":{"d":[80,48]}},{"Key":"Fishing Rod","Value":{"d":[80,48]}},{"Key":"Flak Boots","Value":{"d":[80,48]}},{"Key":"Flak Chestpiece","Value":{"d":[80,48]}},{"Key":"Flak Gauntlets","Value":{"d":[80,48]}},{"Key":"Flak Helmet","Value":{"d":[80,48]}},{"Key":"Flak Leggings","Value":{"d":[80,48]}},{"Key":"Flamethrower","Value":{"d":[80,48]}},{"Key":"Flare Gun","Value":{"d":[80,48]}},{"Key":"Forest Titan Saddle","Value":{"d":[80,48]}},{"Key":"Fur Boots","Value":{"d":[80,48]}},{"Key":"Fur Cap","Value":{"d":[80,48]}},{"Key":"Fur Chestpiece","Value":{"d":[80,48]}},{"Key":"Fur Gauntlets","Value":{"d":[80,48]}},{"Key":"Fur Leggings","Value":{"d":[80,48]}},{"Key":"GPS","Value":{"d":[80,48]}},{"Key":"Gacha Saddle","Value":{"d":[80,48]}},{"Key":"Gallimimus Saddle","Value":{"d":[80,48]}},{"Key":"Gas Collector","Value":{"d":[80,48]}},{"Key":"Gas Mask","Value":{"d":[80,48]}},{"Key":"Gasbags Saddle","Value":{"d":[80,48]}},{"Key":"Generic Armor","Value":{"d":[80,48]}},{"Key":"Generic Consumable","Value":{"d":[80,48]}},{"Key":"Generic Saddle","Value":{"d":[80,48]}},{"Key":"Generic Weapon","Value":{"d":[80,48]}},{"Key":"Ghillie Boots","Value":{"d":[80,48]}},{"Key":"Ghillie Chestpiece","Value":{"d":[80,48]}},{"Key":"Ghillie Gauntlets","Value":{"d":[80,48]}},{"Key":"Ghillie Leggings","Value":{"d":[80,48]}},{"Key":"Ghillie Mask","Value":{"d":[80,48]}},{"Key":"Giant Adobe Hatchframe","Value":{"d":[80,48]}},{"Key":"Giant Adobe Trapdoor","Value":{"d":[80,48]}},{"Key":"Giant Metal Hatchframe","Value":{"d":[80,48]}},{"Key":"Giant Metal Trapdoor","Value":{"d":[80,48]}},{"Key":"Giant Reinforced Trapdoor","Value":{"d":[80,48]}},{"Key":"Giant Stone Hatchframe","Value":{"d":[80,48]}},{"Key":"Gift Box","Value":{"d":[80,48]}},{"Key":"Giganotosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Gorilla Flag","Value":{"d":[80,48]}},{"Key":"Gravestone","Value":{"d":[80,48]}},{"Key":"Greenhouse Ceiling","Value":{"d":[80,48]}},{"Key":"Greenhouse Door","Value":{"d":[80,48]}},{"Key":"Greenhouse Doorframe","Value":{"d":[80,48]}},{"Key":"Greenhouse Wall","Value":{"d":[80,48]}},{"Key":"Greenhouse Window","Value":{"d":[80,48]}},{"Key":"Grenade","Value":{"d":[80,48]}},{"Key":"Handcuffs","Value":{"d":[80,48]}},{"Key":"Harpoon Launcher","Value":{"d":[80,48]}},{"Key":"Hazard Suit Boots","Value":{"d":[80,48]}},{"Key":"Hazard Suit Gloves","Value":{"d":[80,48]}},{"Key":"Hazard Suit Hat","Value":{"d":[80,48]}},{"Key":"Hazard Suit Pants","Value":{"d":[80,48]}},{"Key":"Hazard Suit Shirt","Value":{"d":[80,48]}},{"Key":"Heavy Auto Turret","Value":{"d":[80,48]}},{"Key":"Heavy Miner's Helmet","Value":{"d":[80,48]}},{"Key":"Hide Boots","Value":{"d":[80,48]}},{"Key":"Hide Gloves","Value":{"d":[80,48]}},{"Key":"Hide Hat","Value":{"d":[80,48]}},{"Key":"Hide Pants","Value":{"d":[80,48]}},{"Key":"Hide Shirt","Value":{"d":[80,48]}},{"Key":"Hide Sleeping Bag","Value":{"d":[80,48]}},{"Key":"Holiday Lights","Value":{"d":[80,48]}},{"Key":"Holiday Stocking","Value":{"d":[80,48]}},{"Key":"Holiday Tree","Value":{"d":[80,48]}},{"Key":"Homing Underwater Mine","Value":{"d":[80,48]}},{"Key":"Hyaenodon Meatpack","Value":{"d":[80,48]}},{"Key":"Ice Titan Saddle","Value":{"d":[80,48]}},{"Key":"Ichthyosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Iguanodon Saddle","Value":{"d":[80,48]}},{"Key":"Improvised Explosive Device","Value":{"d":[80,48]}},{"Key":"Inclined Electrical Cable","Value":{"d":[80,48]}},{"Key":"Industrial Cooker","Value":{"d":[80,48]}},{"Key":"Industrial Forge","Value":{"d":[80,48]}},{"Key":"Industrial Grill","Value":{"d":[80,48]}},{"Key":"Industrial Grinder","Value":{"d":[80,48]}},{"Key":"Kaprosuchus Saddle","Value":{"d":[80,48]}},{"Key":"Karkinos Saddle","Value":{"d":[80,48]}},{"Key":"King Titan Flag","Value":{"d":[80,48]}},{"Key":"Lamppost","Value":{"d":[80,48]}},{"Key":"Lance","Value":{"d":[80,48]}},{"Key":"Large Bear Trap","Value":{"d":[80,48]}},{"Key":"Large Crop Plot","Value":{"d":[80,48]}},{"Key":"Large Elevator Platform","Value":{"d":[80,48]}},{"Key":"Large Storage Box","Value":{"d":[80,48]}},{"Key":"Large Taxidermy Base","Value":{"d":[80,48]}},{"Key":"Large Wood Elevator Platform","Value":{"d":[80,48]}},{"Key":"Lasso","Value":{"d":[80,48]}},{"Key":"Longneck Rifle","Value":{"d":[80,48]}},{"Key":"Lymantria Saddle","Value":{"d":[80,48]}},{"Key":"M.D.S.M.","Value":{"d":[80,48]}},{"Key":"M.O.M.I.","Value":{"d":[80,48]}},{"Key":"M.R.L.M.","Value":{"d":[80,48]}},{"Key":"M.S.C.M.","Value":{"d":[80,48]}},{"Key":"Magnifying Glass","Value":{"d":[80,48]}},{"Key":"Mammoth Saddle","Value":{"d":[80,48]}},{"Key":"Managarmr Saddle","Value":{"d":[80,48]}},{"Key":"Manta Saddle","Value":{"d":[80,48]}},{"Key":"Manticore Flag","Value":{"d":[80,48]}},{"Key":"Mantis Saddle","Value":{"d":[80,48]}},{"Key":"Medium Crop Plot","Value":{"d":[80,48]}},{"Key":"Medium Elevator Platform","Value":{"d":[80,48]}},{"Key":"Medium Taxidermy Base","Value":{"d":[80,48]}},{"Key":"Medium Wood Elevator Platform","Value":{"d":[80,48]}},{"Key":"Megalania Saddle","Value":{"d":[80,48]}},{"Key":"Megaloceros Saddle","Value":{"d":[80,48]}},{"Key":"Megalodon Saddle","Value":{"d":[80,48]}},{"Key":"Megalodon Tek Saddle","Value":{"d":[80,48]}},{"Key":"Megalosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Megatherium Saddle","Value":{"d":[80,48]}},{"Key":"Mek Backpack","Value":{"d":[80,48]}},{"Key":"Metal Billboard","Value":{"d":[80,48]}},{"Key":"Metal Catwalk","Value":{"d":[80,48]}},{"Key":"Metal Ceiling","Value":{"d":[80,48]}},{"Key":"Metal Cliff Platform","Value":{"d":[80,48]}},{"Key":"Metal Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Metal Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Metal Door","Value":{"d":[80,48]}},{"Key":"Metal Doorframe","Value":{"d":[80,48]}},{"Key":"Metal Fence Foundation","Value":{"d":[80,48]}},{"Key":"Metal Foundation","Value":{"d":[80,48]}},{"Key":"Metal Hatchet","Value":{"d":[80,48]}},{"Key":"Metal Hatchframe","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Inclined","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Intake","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Intersection","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Straight","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Tap","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Vertical","Value":{"d":[80,48]}},{"Key":"Metal Ladder","Value":{"d":[80,48]}},{"Key":"Metal Pick","Value":{"d":[80,48]}},{"Key":"Metal Pillar","Value":{"d":[80,48]}},{"Key":"Metal Railing","Value":{"d":[80,48]}},{"Key":"Metal Ramp","Value":{"d":[80,48]}},{"Key":"Metal Shield","Value":{"d":[80,48]}},{"Key":"Metal Sickle","Value":{"d":[80,48]}},{"Key":"Metal Sign","Value":{"d":[80,48]}},{"Key":"Metal Spike Wall","Value":{"d":[80,48]}},{"Key":"Metal Staircase","Value":{"d":[80,48]}},{"Key":"Metal Trapdoor","Value":{"d":[80,48]}},{"Key":"Metal Tree Platform","Value":{"d":[80,48]}},{"Key":"Metal Wall","Value":{"d":[80,48]}},{"Key":"Metal Wall Sign","Value":{"d":[80,48]}},{"Key":"Metal Water Reservoir","Value":{"d":[80,48]}},{"Key":"Metal Window","Value":{"d":[80,48]}},{"Key":"Metal Windowframe","Value":{"d":[80,48]}},{"Key":"Minigun Turret","Value":{"d":[80,48]}},{"Key":"Mirror","Value":{"d":[80,48]}},{"Key":"Morellatops Saddle","Value":{"d":[80,48]}},{"Key":"Mortar and Pestle","Value":{"d":[80,48]}},{"Key":"Mosasaur Platform Saddle","Value":{"d":[80,48]}},{"Key":"Mosasaur Saddle","Value":{"d":[80,48]}},{"Key":"Mosasaur Tek Saddle","Value":{"d":[80,48]}},{"Key":"Multi-Panel Flag","Value":{"d":[80,48]}},{"Key":"Night Vision Goggles","Value":{"d":[80,48]}},{"Key":"Oil Jar","Value":{"d":[80,48]}},{"Key":"Oil Pump","Value":{"d":[80,48]}},{"Key":"Omnidirectional Lamppost","Value":{"d":[80,48]}},{"Key":"Pachy Saddle","Value":{"d":[80,48]}},{"Key":"Pachyrhinosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Paintbrush","Value":{"d":[80,48]}},{"Key":"Painting Canvas","Value":{"d":[80,48]}},{"Key":"Paracer Platform Saddle","Value":{"d":[80,48]}},{"Key":"Paracer Saddle","Value":{"d":[80,48]}},{"Key":"Parasaur Saddle","Value":{"d":[80,48]}},{"Key":"Pelagornis Saddle","Value":{"d":[80,48]}},{"Key":"Phiomia Saddle","Value":{"d":[80,48]}},{"Key":"Pike","Value":{"d":[80,48]}},{"Key":"Plant Species X","Value":{"d":[80,48]}},{"Key":"Plant Species Y Trap","Value":{"d":[80,48]}},{"Key":"Plant Species Z Fruit","Value":{"d":[80,48]}},{"Key":"Plesiosaur Platform Saddle","Value":{"d":[80,48]}},{"Key":"Plesiosaur Saddle","Value":{"d":[80,48]}},{"Key":"Poison Grenade","Value":{"d":[80,48]}},{"Key":"Portable Rope Ladder","Value":{"d":[80,48]}},{"Key":"Preserving Bin","Value":{"d":[80,48]}},{"Key":"Procoptodon Saddle","Value":{"d":[80,48]}},{"Key":"Pteranodon Saddle","Value":{"d":[80,48]}},{"Key":"Pulmonoscorpius Saddle","Value":{"d":[80,48]}},{"Key":"Pump-Action Shotgun","Value":{"d":[80,48]}},{"Key":"Quetz Platform Saddle","Value":{"d":[80,48]}},{"Key":"Quetz Saddle","Value":{"d":[80,48]}},{"Key":"Raptor Saddle","Value":{"d":[80,48]}},{"Key":"Ravager Saddle","Value":{"d":[80,48]}},{"Key":"Refining Forge","Value":{"d":[80,48]}},{"Key":"Refrigerator","Value":{"d":[80,48]}},{"Key":"Reinforced Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Reinforced Trapdoor","Value":{"d":[80,48]}},{"Key":"Reinforced Window","Value":{"d":[80,48]}},{"Key":"Reinforced Wooden Door","Value":{"d":[80,48]}},{"Key":"Remote Keypad","Value":{"d":[80,48]}},{"Key":"Rex Saddle","Value":{"d":[80,48]}},{"Key":"Rex Tek Saddle","Value":{"d":[80,48]}},{"Key":"Riot Boots","Value":{"d":[80,48]}},{"Key":"Riot Chestpiece","Value":{"d":[80,48]}},{"Key":"Riot Gauntlets","Value":{"d":[80,48]}},{"Key":"Riot Helmet","Value":{"d":[80,48]}},{"Key":"Riot Leggings","Value":{"d":[80,48]}},{"Key":"Riot Shield","Value":{"d":[80,48]}},{"Key":"Rock Drake Saddle","Value":{"d":[80,48]}},{"Key":"Rock Drake Tek Saddle","Value":{"d":[80,48]}},{"Key":"Rock Golem Saddle","Value":{"d":[80,48]}},{"Key":"Rocket Launcher","Value":{"d":[80,48]}},{"Key":"Rocket Turret","Value":{"d":[80,48]}},{"Key":"Rockwell Flag","Value":{"d":[80,48]}},{"Key":"Roll Rat Saddle","Value":{"d":[80,48]}},{"Key":"Rope Ladder","Value":{"d":[80,48]}},{"Key":"SCUBA Flippers","Value":{"d":[80,48]}},{"Key":"SCUBA Leggings","Value":{"d":[80,48]}},{"Key":"SCUBA Mask","Value":{"d":[80,48]}},{"Key":"SCUBA Tank","Value":{"d":[80,48]}},{"Key":"Sabertooth Saddle","Value":{"d":[80,48]}},{"Key":"Sarco Saddle","Value":{"d":[80,48]}},{"Key":"Scissors","Value":{"d":[80,48]}},{"Key":"Scout Remote","Value":{"d":[80,48]}},{"Key":"Second Helmet","Value":{"d":[80,48]}},{"Key":"Shag Rug","Value":{"d":[80,48]}},{"Key":"Shotgun","Value":{"d":[80,48]}},{"Key":"Simple Bed","Value":{"d":[80,48]}},{"Key":"Simple Pistol","Value":{"d":[80,48]}},{"Key":"Single Panel Flag","Value":{"d":[80,48]}},{"Key":"Slingshot","Value":{"d":[80,48]}},{"Key":"Sloped Adobe Roof","Value":{"d":[80,48]}},{"Key":"Sloped Adobe Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Adobe Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Base Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Base Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Greenhouse Roof","Value":{"d":[80,48]}},{"Key":"Sloped Greenhouse Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Greenhouse Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Metal Roof","Value":{"d":[80,48]}},{"Key":"Sloped Metal Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Metal Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Stone Roof","Value":{"d":[80,48]}},{"Key":"Sloped Stone Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Stone Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Tek Roof","Value":{"d":[80,48]}},{"Key":"Sloped Tek Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Tek Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Thatch Roof","Value":{"d":[80,48]}},{"Key":"Sloped Thatch Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Thatch Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Wood Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Wood Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Wooden Roof","Value":{"d":[80,48]}},{"Key":"Small Crop Plot","Value":{"d":[80,48]}},{"Key":"Small Elevator Platform","Value":{"d":[80,48]}},{"Key":"Small Taxidermy Base","Value":{"d":[80,48]}},{"Key":"Small Wood Elevator Platform","Value":{"d":[80,48]}},{"Key":"Smithy","Value":{"d":[80,48]}},{"Key":"Smoke Grenade","Value":{"d":[80,48]}},{"Key":"Snow Owl Saddle","Value":{"d":[80,48]}},{"Key":"Snowman","Value":{"d":[80,48]}},{"Key":"Spear","Value":{"d":[80,48]}},{"Key":"Spider Flag","Value":{"d":[80,48]}},{"Key":"Spino Saddle","Value":{"d":[80,48]}},{"Key":"Spray Painter","Value":{"d":[80,48]}},{"Key":"Spyglass","Value":{"d":[80,48]}},{"Key":"Standing Torch","Value":{"d":[80,48]}},{"Key":"Stego Saddle","Value":{"d":[80,48]}},{"Key":"Stone Ceiling","Value":{"d":[80,48]}},{"Key":"Stone Cliff Platform","Value":{"d":[80,48]}},{"Key":"Stone Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Stone Doorframe","Value":{"d":[80,48]}},{"Key":"Stone Fence Foundation","Value":{"d":[80,48]}},{"Key":"Stone Fireplace","Value":{"d":[80,48]}},{"Key":"Stone Foundation","Value":{"d":[80,48]}},{"Key":"Stone Hatchet","Value":{"d":[80,48]}},{"Key":"Stone Hatchframe","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Inclined","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Intake","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Intersection","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Straight","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Tap","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Vertical","Value":{"d":[80,48]}},{"Key":"Stone Pick","Value":{"d":[80,48]}},{"Key":"Stone Pillar","Value":{"d":[80,48]}},{"Key":"Stone Railing","Value":{"d":[80,48]}},{"Key":"Stone Staircase","Value":{"d":[80,48]}},{"Key":"Stone Wall","Value":{"d":[80,48]}},{"Key":"Stone Windowframe","Value":{"d":[80,48]}},{"Key":"Storage Box","Value":{"d":[80,48]}},{"Key":"Straight Electrical Cable","Value":{"d":[80,48]}},{"Key":"Sword","Value":{"d":[80,48]}},{"Key":"TEK Chestpiece","Value":{"d":[80,48]}},{"Key":"Tapejara Saddle","Value":{"d":[80,48]}},{"Key":"Tapejara Tek Saddle","Value":{"d":[80,48]}},{"Key":"Taxidermy Tool","Value":{"d":[80,48]}},{"Key":"Tek Boots","Value":{"d":[80,48]}},{"Key":"Tek Bridge","Value":{"d":[80,48]}},{"Key":"Tek Catwalk","Value":{"d":[80,48]}},{"Key":"Tek Ceiling","Value":{"d":[80,48]}},{"Key":"Tek Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Tek Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Tek Door","Value":{"d":[80,48]}},{"Key":"Tek Doorframe","Value":{"d":[80,48]}},{"Key":"Tek Fence Foundation","Value":{"d":[80,48]}},{"Key":"Tek Forcefield","Value":{"d":[80,48]}},{"Key":"Tek Foundation","Value":{"d":[80,48]}},{"Key":"Tek Gauntlets","Value":{"d":[80,48]}},{"Key":"Tek Generator","Value":{"d":[80,48]}},{"Key":"Tek Gravity Grenade","Value":{"d":[80,48]}},{"Key":"Tek Grenade","Value":{"d":[80,48]}},{"Key":"Tek Hatchframe","Value":{"d":[80,48]}},{"Key":"Tek Helmet","Value":{"d":[80,48]}},{"Key":"Tek Ladder","Value":{"d":[80,48]}},{"Key":"Tek Leggings","Value":{"d":[80,48]}},{"Key":"Tek Light","Value":{"d":[80,48]}},{"Key":"Tek Pillar","Value":{"d":[80,48]}},{"Key":"Tek Railgun","Value":{"d":[80,48]}},{"Key":"Tek Railing","Value":{"d":[80,48]}},{"Key":"Tek Ramp","Value":{"d":[80,48]}},{"Key":"Tek Replicator","Value":{"d":[80,48]}},{"Key":"Tek Rifle","Value":{"d":[80,48]}},{"Key":"Tek Shield","Value":{"d":[80,48]}},{"Key":"Tek Sleeping Pod","Value":{"d":[80,48]}},{"Key":"Tek Staircase","Value":{"d":[80,48]}},{"Key":"Tek Sword","Value":{"d":[80,48]}},{"Key":"Tek Teleporter","Value":{"d":[80,48]}},{"Key":"Tek Transmitter","Value":{"d":[80,48]}},{"Key":"Tek Trapdoor","Value":{"d":[80,48]}},{"Key":"Tek Trough","Value":{"d":[80,48]}},{"Key":"Tek Turret","Value":{"d":[80,48]}},{"Key":"Tek Wall","Value":{"d":[80,48]}},{"Key":"Tek Window","Value":{"d":[80,48]}},{"Key":"Tek Windowframe","Value":{"d":[80,48]}},{"Key":"Tent","Value":{"d":[80,48]}},{"Key":"Terror Bird Saddle","Value":{"d":[80,48]}},{"Key":"Thatch Ceiling","Value":{"d":[80,48]}},{"Key":"Thatch Door","Value":{"d":[80,48]}},{"Key":"Thatch Doorframe","Value":{"d":[80,48]}},{"Key":"Thatch Foundation","Value":{"d":[80,48]}},{"Key":"Thatch Wall","Value":{"d":[80,48]}},{"Key":"Therizinosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Thorny Dragon Saddle","Value":{"d":[80,48]}},{"Key":"Thylacoleo Saddle","Value":{"d":[80,48]}},{"Key":"Titanosaur Platform Saddle","Value":{"d":[80,48]}},{"Key":"Toilet","Value":{"d":[80,48]}},{"Key":"Torch","Value":{"d":[80,48]}},{"Key":"Training Dummy","Value":{"d":[80,48]}},{"Key":"Transponder Tracker","Value":{"d":[80,48]}},{"Key":"Tree Sap Tap","Value":{"d":[80,48]}},{"Key":"Trike Saddle","Value":{"d":[80,48]}},{"Key":"Tripwire Alarm Trap","Value":{"d":[80,48]}},{"Key":"Tripwire Narcotic Trap","Value":{"d":[80,48]}},{"Key":"Trophy Wall-Mount","Value":{"d":[80,48]}},{"Key":"Tusoteuthis Saddle","Value":{"d":[80,48]}},{"Key":"Vacuum Compartment","Value":{"d":[80,48]}},{"Key":"Vacuum Compartment Moonpool","Value":{"d":[80,48]}},{"Key":"Vault","Value":{"d":[80,48]}},{"Key":"Velonasaur Saddle","Value":{"d":[80,48]}},{"Key":"Vertical Electrical Cable","Value":{"d":[80,48]}},{"Key":"Vessel","Value":{"d":[80,48]}},{"Key":"Wall Torch","Value":{"d":[80,48]}},{"Key":"War Map","Value":{"d":[80,48]}},{"Key":"Wardrums","Value":{"d":[80,48]}},{"Key":"Water Reservoir","Value":{"d":[80,48]}},{"Key":"Water Well","Value":{"d":[80,48]}},{"Key":"Whip","Value":{"d":[80,48]}},{"Key":"Wind Turbine","Value":{"d":[80,48]}},{"Key":"Wood Elevator Top Switch","Value":{"d":[80,48]}},{"Key":"Wood Elevator Track","Value":{"d":[80,48]}},{"Key":"Wooden Bench","Value":{"d":[80,48]}},{"Key":"Wooden Billboard","Value":{"d":[80,48]}},{"Key":"Wooden Cage","Value":{"d":[80,48]}},{"Key":"Wooden Catwalk","Value":{"d":[80,48]}},{"Key":"Wooden Ceiling","Value":{"d":[80,48]}},{"Key":"Wooden Chair","Value":{"d":[80,48]}},{"Key":"Wooden Club","Value":{"d":[80,48]}},{"Key":"Wooden Door","Value":{"d":[80,48]}},{"Key":"Wooden Doorframe","Value":{"d":[80,48]}},{"Key":"Wooden Fence Foundation","Value":{"d":[80,48]}},{"Key":"Wooden Foundation","Value":{"d":[80,48]}},{"Key":"Wooden Hatchframe","Value":{"d":[80,48]}},{"Key":"Wooden Ladder","Value":{"d":[80,48]}},{"Key":"Wooden Pillar","Value":{"d":[80,48]}},{"Key":"Wooden Platform","Value":{"d":[80,48]}},{"Key":"Wooden Railing","Value":{"d":[80,48]}},{"Key":"Wooden Ramp","Value":{"d":[80,48]}},{"Key":"Wooden Shield","Value":{"d":[80,48]}},{"Key":"Wooden Sign","Value":{"d":[80,48]}},{"Key":"Wooden Spike Wall","Value":{"d":[80,48]}},{"Key":"Wooden Staircase","Value":{"d":[80,48]}},{"Key":"Wooden Table","Value":{"d":[80,48]}},{"Key":"Wooden Trapdoor","Value":{"d":[80,48]}},{"Key":"Wooden Tree Platform","Value":{"d":[80,48]}},{"Key":"Wooden Wall","Value":{"d":[80,48]}},{"Key":"Wooden Wall Sign","Value":{"d":[80,48]}},{"Key":"Wooden Window","Value":{"d":[80,48]}},{"Key":"Wooden Windowframe","Value":{"d":[80,48]}},{"Key":"Woolly Rhino Saddle","Value":{"d":[80,48]}},{"Key":"Wreath","Value":{"d":[80,48]}},{"Key":"Yutyrannus Saddle","Value":{"d":[80,48]}},{"Key":"Element Ore","Value":{"d":[32,32]}},{"Key":"Advanced Bullet","Value":{"d":[40,24]}},{"Key":"Advanced Rifle Bullet","Value":{"d":[40,24]}},{"Key":"Advanced Sniper Bullet","Value":{"d":[40,24]}},{"Key":"Base Ammo","Value":{"d":[40,24]}},{"Key":"Boulder","Value":{"d":[40,24]}},{"Key":"C4 Charge","Value":{"d":[40,24]}},{"Key":"Cannon Ball","Value":{"d":[40,24]}},{"Key":"Cannon Shell","Value":{"d":[40,24]}},{"Key":"Chain Bola","Value":{"d":[40,24]}},{"Key":"Flame Arrow","Value":{"d":[40,24]}},{"Key":"Flamethrower Ammo","Value":{"d":[40,24]}},{"Key":"Grappling Hook","Value":{"d":[40,24]}},{"Key":"Metal Arrow","Value":{"d":[40,24]}},{"Key":"Pheromone Dart","Value":{"d":[40,24]}},{"Key":"Rocket Homing Missile","Value":{"d":[40,24]}},{"Key":"Rocket Pod","Value":{"d":[40,24]}},{"Key":"Rocket Propelled Grenade","Value":{"d":[40,24]}},{"Key":"Shocking Tranquilizer Dart","Value":{"d":[40,24]}},{"Key":"Simple Bullet","Value":{"d":[40,24]}},{"Key":"Simple Rifle Ammo","Value":{"d":[40,24]}},{"Key":"Simple Shotgun Ammo","Value":{"d":[40,24]}},{"Key":"Spear Bolt","Value":{"d":[40,24]}},{"Key":"Stone Arrow","Value":{"d":[40,24]}},{"Key":"Tranq Arrow","Value":{"d":[40,24]}},{"Key":"Tranq Spear Bolt","Value":{"d":[40,24]}},{"Key":"Tranquilizer Dart","Value":{"d":[40,24]}},{"Key":"Transponder Node","Value":{"d":[40,24]}},{"Key":"Zip-Line Anchor","Value":{"d":[40,24]}},{"Key":"Metal","Value":{"d":[20,20]}},{"Key":"Stone","Value":{"d":[8,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":10000,"affinityIncreasePL":120,"foodConsumptionBase":0.01,"foodConsumptionMult":0.05,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Gasbags","blueprintPath":"/Game/Extinction/Dinos/GasBag/GasBags_Character_BP.GasBags_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"back stripe","colorIds":[20,22,41,33,34,13,14,43,8,42,9,10,49]},{"name":null,"colorIds":[]},{"name":"splotches","colorIds":[21,22,41,33,23,46,50,43,8,42,9,10,48,51]},{"name":null,"colorIds":[]},{"name":"back spots","colorIds":[39,22,41,33,37,24,14,43,8,42,9,10,51,49,48,52]},{"name":"main body","colorIds":[37,22,40,33,34,13,14,41,8,42,9,38,39]}],"statsRaw":[[650,0.2,0.27,0.5,0],[600,0.1,0.1,0,0],[1000,0.09,0.09,0,0],[3500,0.1,0.1,0,0],[3000,0.02,0.0125,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Superior Augmented Kibble ","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Tapejara","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[60,400]}},{"Key":"Superior Augmented Kibble ","Value":{"d":[60,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":10000,"affinityIncreasePL":70,"torporDepletionPS0":0.3,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Ice Titan","blueprintPath":"/Game/Extinction/Dinos/IceKaiju/IceKaiju_Character_BP.IceKaiju_Character_BP","statsRaw":[[350000,0,0,0.5,0],[10000,0,0,0,0],[150,0,0,0,0],[864,0,0,0,0],[50000,0,0,0,0],[1,0,0,0.5,0.4],[1,0,0,0,0],[20000,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":true,"specialFoodValues":null,"tamingIneffectiveness":1,"affinityNeeded0":5,"affinityIncreasePL":0,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false}},{"name":"Managarmr","blueprintPath":"/Game/Extinction/Dinos/IceJumper/IceJumper_Character_BP.IceJumper_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[28,35,8,13,18,30,55]},{"name":"Side Highlights","colorIds":[24,42,50,46,43,44,49,48,51,19,21]},{"name":"Facial Highlights","colorIds":[32,33,34,8,13,35,14,18,40,41,55,28,49,50,51,52,53,54]},{"name":"Wings Main","colorIds":[18,28,8,40,55]},{"name":"Body Main","colorIds":[23,44,39,42,30,43,45,47,48,49,46,51,14,28,53]},{"name":"Wing Highlights","colorIds":[32,28,8,18,40,55]}],"statsRaw":[[825,0.2,0.27,0.5,0],[300,0.1,0.06,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1.5,0,0.0035,0.085,0],[800,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble ","Extraordinary Augmented Kibble ","Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Rex","nonViolent":false,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble ","Value":{"d":[53.279999,400]}},{"Key":"Extraordinary Augmented Kibble ","Value":{"d":[53.279999,400]}},{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Mega Mek","blueprintPath":"/Game/Extinction/Dinos/Mek/MegaMek_Character_BP.MegaMek_Character_BP","colors":[{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]}],"statsRaw":[[9000,0.2,0.27,0.5,0],[1000,0.1,0.1,0,0],[150,0,0,0,0],[100,0,0,0,0],[9001,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.01,"foodConsumptionMult":0.05,"violent":false},"immobilizedBy":["Large Bear Trap"]},{"name":"Mek","blueprintPath":"/Game/Extinction/Dinos/Mek/Mek_Character_BP.Mek_Character_BP","colors":[{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]}],"statsRaw":[[5500,0.16,0.27,0.5,0],[1000,0.1,0.1,0,0],[150,0,0,0,0],[100,0,0,0,0],[1250,0.0885,0.04,0,0],[1,0.0475,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0,"foodConsumptionMult":0.05,"violent":false},"immobilizedBy":["Large Bear Trap"]},{"name":"Snow Owl","blueprintPath":"/Game/Extinction/Dinos/Owl/Owl_Character_BP.Owl_Character_BP","breeding":{"gestationTime":0,"incubationTime":10587.388672,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":12,"eggTempMax":13.5},"colors":[{"name":"Body Main","colorIds":[28,35,8,13,18,55,33,34]},{"name":null,"colorIds":[]},{"name":"Wing Highlights","colorIds":[34,8,13,35,18,28,55]},{"name":null,"colorIds":[]},{"name":"Body Lower","colorIds":[28,35,8,13,18,55,33,34]},{"name":"Body Highlights","colorIds":[28,35,8,13,18,55,33,34]}],"statsRaw":[[325,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[375,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0,0],[600,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Superior Augmented Kibble ","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Tapejara","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Superior Augmented Kibble ","Value":{"d":[53.279999,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2200,"affinityIncreasePL":70,"torporDepletionPS0":0.3,"foodConsumptionBase":0.01,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Velonasaur","blueprintPath":"/Game/Extinction/Dinos/Spindles/Spindles_Character_BP.Spindles_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Body Lower","colorIds":[45,46,47,26,33,32,34,37,38,39,40,41,42,8,35]},{"name":"Claws","colorIds":[23,8,25,26,32,33,35,37,47]},{"name":"Armor Plating Highlights","colorIds":[21,22,23,24,32,33,35,8,37,39,40,41,43,44,47]},{"name":"Spikes Base","colorIds":[24,27,34,35,41,45,56,33,8]},{"name":"Belly","colorIds":[23,25,48,8,13,32,33,47,46,43]},{"name":"Body Upper","colorIds":[22,24,48,34,33,41,42,43,45,52,56]}],"statsRaw":[[440,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[225,0.1,0.1,0,0],[2250,0.1,0.1,0,0],[325,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[400,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Regular Augmented Kibble ","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Stegosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[53.279999,400]}},{"Key":"Regular Augmented Kibble ","Value":{"d":[53.279999,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":80,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]}]} \ No newline at end of file +{"ver":"294.101","foodData":[{"Key":"Raw Meat","Value":{"d":[50,50]}},{"Key":"Cooked Meat","Value":{"d":[25,25]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,25]}},{"Key":"Raw Prime Meat","Value":{"d":[50,150]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,75]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,75]}},{"Key":"Raw Fish Meat","Value":{"d":[25,20]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,60]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,10]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.7,30]}},{"Key":"Spoiled Meat","Value":{"d":[50,100]}},{"Key":"Vegetables","Value":{"d":[40,40]}},{"Key":"Mejoberry","Value":{"d":[30,30]}},{"Key":"Berries","Value":{"d":[20,20]}},{"Key":"Stimberry","Value":{"d":[-15,1.5]}},{"Key":"Kibble","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,300]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,165]}},{"Key":"Basic Augmented Kibble","Value":{"d":[53.279999,400]}},{"Key":"Exceptional Augmented Kibble","Value":{"d":[53.279999,400]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[53.279999,400]}},{"Key":"Regular Augmented Kibble","Value":{"d":[53.279999,400]}},{"Key":"Simple Augmented Kibble","Value":{"d":[53.279999,400]}},{"Key":"Superior Augmented Kibble","Value":{"d":[53.279999,400]}},{"Key":"Basic Kibble","Value":{"d":[85.248001,400]}},{"Key":"Exceptional Kibble","Value":{"d":[85.248001,400]}},{"Key":"Extraordinary Kibble","Value":{"d":[85.248001,400]}},{"Key":"Regular Kibble","Value":{"d":[85.248001,400]}},{"Key":"Simple Kibble","Value":{"d":[85.248001,400]}},{"Key":"Superior Kibble","Value":{"d":[85.248001,400]}}],"imprintingMultiplier":1,"statMultipliers":[[0.14,0.44,0.2,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[0.14,0.44,0.17,1],[1,1,1,1],[1,1,1,1]],"statMultipliersSP":[[3.57142857,2.27272727,2.125,null],null,null,null,null,[3.57142857,2.27272727,2.35294118,null],null,null],"matingIntervalMultiplierSP":0.125,"eggHatchSpeedMultiplierSP":10,"babyMatureSpeedMultiplierSP":36.799,"babyCuddleIntervalMultiplierSP":0.167,"tamingSpeedMultiplierSP":2.5,"species":[{"name":"Dire Polar Bear","blueprintPath":"/Game/Mods/Ragnarok/Custom_Assets/Dinos/Polar_Bear/Polar_Bear.Polar_Bear","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"statsRaw":[[400,0.2,0.27,0.5,0],[500,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[650,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Giant Bee Honey","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Giant Bee Honey","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4000,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Ice Wyvern","blueprintPath":"/Game/Mods/Ragnarok/Custom_Assets/Dinos/Wyvern/Ice_Wyvern/Ragnarok_Wyvern_Override_Ice.Ragnarok_Wyvern_Override_Ice","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[25,28,8,51,52,30,36,38,48,50,56]},{"name":"Fins","colorIds":[14,28,8,51,52]},{"name":"Wings","colorIds":[49,50,31,35,28,30,8,51]},{"name":null,"colorIds":[]},{"name":"Scales Belly","colorIds":[25,28,8,51,52,30,32,36,37,38,40,48,56]},{"name":"Scales Top and Fins","colorIds":[25,28,8,51,50,30,36,48,56]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Fire Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_Fire.Wyvern_Character_BP_Fire","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,41,42,43,22]},{"name":"Wings Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":"Fins Highlight","colorIds":[10,44,20,21,35,42]},{"name":"Body Highlights","colorIds":[10,44,43,21,33,42]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Jerboa","blueprintPath":"/Game/ScorchedEarth/Dinos/Jerboa/Jerboa_Character_BP.Jerboa_Character_BP","breeding":{"gestationTime":9523.80957,"incubationTime":0,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Paws and Back","colorIds":[13,14,15,20,22,34,35,37,41,40,39,55,56]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[8,9,10,13,14,36,20,22,33,31,35,17,55,56]},{"name":"Belly and Highlights","colorIds":[13,9,33,40,41,39,37,55,56]}],"statsRaw":[[55,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[55,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.5,0],[30,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Y Seed","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Plant Species Y Seed","Value":{"d":[65,160]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":1350,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Lightning Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_Lightning.Wyvern_Character_BP_Lightning","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[30,28,14,51,8,35]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Wings","colorIds":[49,50,31,35,28,30,8,51]},{"name":null,"colorIds":[]},{"name":"Scales Top","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Lymantria","blueprintPath":"/Game/ScorchedEarth/Dinos/Moth/Moth_Character_BP.Moth_Character_BP","colors":[{"name":"Facial Highlights","colorIds":[33,21,28,8,32,40]},{"name":"Wings Main","colorIds":[53,10,11,19,25,28,30,13]},{"name":"Legs","colorIds":[33,21,28,8,32,40]},{"name":"Wing Highlights","colorIds":[29,4,54,31,16,17,27,8,14]},{"name":"Facial Main","colorIds":[33,21,28,8,32,40]},{"name":"Stinger and Underbody","colorIds":[33,21,28,8,32,40]}],"statsRaw":[[260,0.2,0.27,0.5,0],[150,0.05,0.06,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[175,0.02,0.03,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0,0],[550,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":1800,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Mantis","blueprintPath":"/Game/ScorchedEarth/Dinos/Mantis/Mantis_Character_BP.Mantis_Character_BP","colors":[{"name":"Body","colorIds":[9,10,16,17,15,11,33,27,26]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[9,10,16,17,15,11,33,27,26]},{"name":"Underneath","colorIds":[9,10,16,17,15,11,33,27,26]}],"statsRaw":[[275,0.2,0.135,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[220,0.02,0.08,0,0],[1,0.025,0.1,0.5,0.4],[1,0,0.01,0.67,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Deathworm Horn"],"nonViolent":true,"specialFoodValues":[{"Key":"Deathworm Horn","Value":{"d":[300,450]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1800,"affinityIncreasePL":75,"foodConsumptionBase":0.002314,"foodConsumptionMult":360,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Bear Trap","Plant Species Y"]},{"name":"Morellatops","blueprintPath":"/Game/ScorchedEarth/Dinos/Camelsaurus/camelsaurus_Character_BP.camelsaurus_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Spine","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Spikes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Furred Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.5,0],[220,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[440,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.964,0],[315,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Head"}]},{"name":"Phoenix","blueprintPath":"/Game/ScorchedEarth/Dinos/Phoenix/Phoenix_Character_BP.Phoenix_Character_BP","colors":[{"name":"Body Main","colorIds":[20,22,42,43,44,10,14]},{"name":"Beak and Feet","colorIds":[20,22,21,33,39,43,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feather Highlights","colorIds":[21,10,11,44,4,7,8]},{"name":"Underbelly and Wing Highlights","colorIds":[29,48,28,53,51,49,5,54,14]}],"statsRaw":[[640,0.2,0.27,0.5,0],[352,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[324,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0,0],[200,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Sulfur"],"nonViolent":true,"specialFoodValues":[{"Key":"Sulfur","Value":{"d":[100,25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6600,"affinityIncreasePL":200,"foodConsumptionBase":0.002893,"foodConsumptionMult":192.034409,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false}},{"name":"Poison Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_Poison.Wyvern_Character_BP_Poison","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[45,46,35,27,26,24,8,47,40,38,39]},{"name":"Wings Main","colorIds":[45,46,35,27,26,24,8]},{"name":"Scales Main","colorIds":[47,32,25,23,8]},{"name":"Wings Highlight","colorIds":[7,11,23,24,25,26,27,30,45,46]},{"name":"Scale Highlights","colorIds":[47,32,25,23,8,48]},{"name":"Body Highlights","colorIds":[47,32,25,23,8]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Rock Elemental","blueprintPath":"/Game/ScorchedEarth/Dinos/RockGolem/RockGolem_Character_BP.RockGolem_Character_BP","colors":[{"name":null,"colorIds":[]},{"name":"Body","colorIds":[1,17,19,23,24,28,36,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]}],"statsRaw":[[25000,0.0125,0.135,-22000,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[660,0.02,0.04,0,0],[1,0.05,0.1,0.125,0.4],[1,0,0.01,0,0],[5000,0.02,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Extraordinary Kibble","Sulfur","Clay"],"nonViolent":false,"specialFoodValues":[{"Key":"Extraordinary Kibble","Value":{"d":[21.3328,400]}},{"Key":"Sulfur","Value":{"d":[25,25]}},{"Key":"Clay","Value":{"d":[25,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6500,"affinityIncreasePL":325,"torporDepletionPS0":0.325,"foodConsumptionBase":0.002543,"foodConsumptionMult":180.063385,"violent":true}},{"name":"Thorny Dragon","blueprintPath":"/Game/ScorchedEarth/Dinos/SpineyLizard/SpineyLizard_Character_BP.SpineyLizard_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Mid-section and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Quills","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Belly","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Top","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[260,0.2,0.27,0.66,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,162.5]}},{"Key":"Raw Prime Meat","Value":{"d":[50,130]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,52]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,24]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Raw Fish Meat","Value":{"d":[25,16]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.5,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.5,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Vulture","blueprintPath":"/Game/ScorchedEarth/Dinos/Vulture/Vulture_Character_BP.Vulture_Character_BP","breeding":{"gestationTime":0,"incubationTime":4864.475586,"maturationTime":90090.085938,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":35,"eggTempMax":38},"colors":[{"name":"Body Main","colorIds":[33,34,35,41,22,20,14,13]},{"name":"Head Highlight","colorIds":[19,20,21,22,28,29,30,31,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Head Main","colorIds":[37,38,39,32,33,21,35]},{"name":"Body Highlights","colorIds":[33,34,35,41,22,20,14,13,37,39,32,21]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Spoiled Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":655,"affinityIncreasePL":45,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Zombie Fire Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_ZombieFire.Wyvern_Character_BP_ZombieFire","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,41,42,43,22]},{"name":"Wings Main","colorIds":[42,41,40,39,38,35,22,13,43]},{"name":"Fins Highlight","colorIds":[10,44,20,21,35,42]},{"name":"Body Highlights","colorIds":[10,44,43,21,33,42]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Zombie Lightning Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_ZombieLightning.Wyvern_Character_BP_ZombieLightning","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[30,28,14,51,8,35]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Wings","colorIds":[49,50,31,35,28,30,8,51]},{"name":"wings","colorIds":[49,50,30,28,8,51]},{"name":"Scales Top","colorIds":[49,50,31,14,30,8,51,52]},{"name":"Fins","colorIds":[49,50,31,14,30,8,51,52]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Zombie Poison Wyvern","blueprintPath":"/Game/ScorchedEarth/Dinos/Wyvern/Wyvern_Character_BP_ZombiePoison.Wyvern_Character_BP_ZombiePoison","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[45,46,35,27,26,24,8,47,40,38,39]},{"name":"Wings Main","colorIds":[45,46,35,27,26,24,8]},{"name":"Scales Main","colorIds":[47,32,25,23,8]},{"name":"Wings Highlight","colorIds":[7,11,23,24,25,26,27,30,45,46]},{"name":"Scale Highlights","colorIds":[47,32,25,23,8,48]},{"name":"Body Highlights","colorIds":[47,32,25,23,8]}],"statsRaw":[[1725,0.15,0.2025,-1050,0],[275,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Basilisk","blueprintPath":"/Game/Aberration/Dinos/Basilisk/Basilisk_Character_BP.Basilisk_Character_BP","colors":[{"name":"Body Main","colorIds":[42,22,24,26,45,52,49,33,34,13,35,14,36,48]},{"name":"Horns","colorIds":[43,21,23,25,47,28,30,32,33,8,14,36]},{"name":"Underbelly","colorIds":[39,40,23,25,37,48,30,32,33,8,14,36]},{"name":null,"colorIds":[]},{"name":"Emissive","colorIds":[19,21,23,25,26,28,30,32,43,44,48,36,53]},{"name":"Highlights","colorIds":[52,51,49,48,26,47,42,32,33,35,14,36]}],"statsRaw":[[2750,0.2,0.27,0.5,0],[650,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2500,0.1,0.1,0,0],[2200,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.5,"doesNotUseOxygen":true,"taming":{"eats":["Fertilized Rock Drake Egg"],"nonViolent":true,"specialFoodValues":[{"Key":"Fertilized Rock Drake Egg","Value":{"d":[262.5,35]}}],"tamingIneffectiveness":3,"affinityNeeded0":1600,"affinityIncreasePL":20,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Bulbdog","blueprintPath":"/Game/Aberration/Dinos/LanternPug/LanternPug_Character_BP.LanternPug_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"main body","colorIds":[21,22,32,33,34,8,13,35,24,26,42,45,46,37,48,39,47,52,56]},{"name":null,"colorIds":[]},{"name":"spots","colorIds":[21,11,32,44,33,8,28,25,30,50,26,43,42]},{"name":"lantern","colorIds":[44,54,53,25,26,28,50,11,5,6,12]},{"name":"belly","colorIds":[21,23,32,33,25,8,28,30,37,40,47,39,43,14]},{"name":"back stripes","colorIds":[24,22,42,33,34,45,13,35,14,48,52,49,56]}],"statsRaw":[[145,0.2,0.27,0.5,0],[200,0.12,0.12,0.05,0],[165,0.11,0.11,0.025,0],[450,0.1,0.1,0,0.15],[120,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Aquatic Mushroom","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Mutton","Sweet Vegetable Cake","Cooked Meat","Cooked Meat Jerky","Raw Prime Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Aquatic Mushroom","Value":{"d":[50,75]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,47.25]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,35]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,35]}},{"Key":"Raw Mutton","Value":{"d":[50,25]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Raw Prime Meat","Value":{"d":[50,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Featherlight","blueprintPath":"/Game/Aberration/Dinos/LanternBird/LanternBird_Character_BP.LanternBird_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"main body","colorIds":[19,20,12,22,26,29,31,44,49,51,54,14,53]},{"name":"legs","colorIds":[22,21,23,26,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"belly","colorIds":[19,21,37,25,39,28,30,32,42,43,8,48]},{"name":"emissive","colorIds":[7,19,22,44,54,53,25,50,5,11]}],"statsRaw":[[115,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[180,0.11,0.11,0.2,0],[450,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.065,0.12,1.1,0.5],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Auric Mushroom"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Auric Mushroom","Value":{"d":[50,75]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Glowtail","blueprintPath":"/Game/Aberration/Dinos/LanternLizard/LanternLizard_Character_BP.LanternLizard_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"main body","colorIds":[23,24,26,42,33,43,45,47,48,49,46,51,14]},{"name":null,"colorIds":[]},{"name":"wings","colorIds":[24,26,42,50,46,43,44,49,48,51,53]},{"name":"lantern","colorIds":[48,54,51,25,28,50,11,5,42,43]},{"name":"belly","colorIds":[23,21,32,25,28,30,8,47,39,37,14]},{"name":"back stripes","colorIds":[22,24,26,42,44,48,49,52,33,34,13,35,14]}],"statsRaw":[[115,0.2,0.27,0.5,0],[100,0.1,0.125,0,0],[200,0.12,0.115,0.12,0],[450,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.055,0.11,1.11,0.425],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Ascerbic Mushroom"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Ascerbic Mushroom","Value":{"d":[18,75]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Karkinos","blueprintPath":"/Game/Aberration/Dinos/Crab/Crab_Character_BP.Crab_Character_BP","colors":[{"name":"Body Main","colorIds":[22,34,24,31,13,35,33,42,52,56,39,37,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Highlights","colorIds":[48,43,28,30,31,44,49,51,53,54]},{"name":"Underbody","colorIds":[24,21,32,37,33,39,43,42,47,48,14]}],"statsRaw":[[1200,0.2,0.27,0.5,0],[600,0.1,0.1,0,0],[150,0.1,0.1,0,0],[5000,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[800,0.05,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Spoiled Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Meat"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":0.56,"affinityNeeded0":7200,"affinityIncreasePL":210,"torporDepletionPS0":0.5,"foodConsumptionBase":0.003156,"foodConsumptionMult":181,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Ravager","blueprintPath":"/Game/Aberration/Dinos/CaveWolf/CaveWolf_Character_BP.CaveWolf_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[32,33,34,8,56,13,18,40,37,41,39,21]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly","colorIds":[32,33,8,13,18,40,41]},{"name":"Top Highlights","colorIds":[33,34,13,35,40,22,52,41]}],"statsRaw":[[400,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[500,0.02,0.04,0,0],[1,0.04,0.08,0.3,0.3],[1,0,0.01,0.35,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Cooked Lamb Chop","Raw Prime Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[187.5,562.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[107.024994,540]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1850,"affinityIncreasePL":85,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Reaper King","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_Tamed.Xenomorph_Character_BP_Male_Tamed","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":277777.75,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,37,41,42,34,35,43,33,24,48,1,2,3,4,5,6,44,49,53]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,43,32,30,33,37,38,39,40,47]},{"name":"Back color","colorIds":[35,14,56,41,34,42,33,22]}],"statsRaw":[[45000,0.0052,0.135,-38500,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Reaper Queen","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Female.Xenomorph_Character_BP_Female","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":1666.666626,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,41,42,34,35,33,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,32,33,37,38,40]},{"name":"Back color","colorIds":[35,14,56]}],"statsRaw":[[45000,0.0052,0.135,-38500,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Rock Drake","blueprintPath":"/Game/Aberration/Dinos/RockDrake/RockDrake_Character_BP.RockDrake_Character_BP","breeding":{"gestationTime":0,"incubationTime":22498.201172,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-90,"eggTempMax":-80},"colors":[{"name":"Body Main","colorIds":[21,22,23,24,48,26,45,47,33,32,8,13,46,14]},{"name":"FeathersMain","colorIds":[32,22,39,44,42,48,51,52,43]},{"name":null,"colorIds":[]},{"name":"Feathers Highlight","colorIds":[0]},{"name":"Scales","colorIds":[42,45,22,23,24,25,26,46,52,33,34,13,35,14,48,50,51,1,2,3,4,5,6,44,49]},{"name":"Belly","colorIds":[43,21,23,24,25,28,46,32,33,8,48,47,52]}],"statsRaw":[[1950,0.085,0.2025,-1050,0],[450,0.05,0.05,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.4],[1,0,0,0,0],[725,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":85,"foodConsumptionBase":0.000185,"foodConsumptionMult":199.983994,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Roll Rat","blueprintPath":"/Game/Aberration/Dinos/MoleRat/MoleRat_Character_BP.MoleRat_Character_BP","breeding":{"gestationTime":17857.142578,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[21,22,32,33,34,8,13,35,14,37,41,47,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Scales","colorIds":[22,32,33,34,8,13,35,56,47,41,37,38,39,14]},{"name":"Underbelly","colorIds":[21,32,33,8,40,47,37,38,39]}],"statsRaw":[[850,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0,0],[800,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"taming":{"eats":["Giant Bee Honey","Mejoberry","Berries","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[100,500]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":2000,"affinityIncreasePL":100,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Shinehorn","blueprintPath":"/Game/Aberration/Dinos/LanternGoat/LanternGoat_Character_BP.LanternGoat_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"main body","colorIds":[32,33,34,8,13,35,14,36,37,38,40,41,39]},{"name":null,"colorIds":[]},{"name":"stripes","colorIds":[21,11,32,33,53,8,25,44,50,43,42,37,40,38,39,48,51,28,49,30]},{"name":"lantern","colorIds":[48,54,53,25,26,28,50,11,5,51,42,43]},{"name":"feet","colorIds":[40,41,32,33,34,8,13,35,14,37,38,39]},{"name":"back","colorIds":[21,22,32,33,34,8,13,35,51,37,38,39,42,43,48,49,52,14]}],"statsRaw":[[115,0.2,0.27,0.5,0],[180,0.11,0.11,0.1,0],[180,0.11,0.11,0.1,0],[450,0.1,0.1,0,0.15],[100,0.02,0.04,0,0],[1,0.055,0.115,1.1,0.4],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Plant Species Z Seed","Plant Species Z Seed (SpeedHack)","Aggeravic Mushroom","Sweet Vegetable Cake"],"nonViolent":true,"specialFoodValues":[{"Key":"Plant Species Z Seed","Value":{"d":[75,400]}},{"Key":"Plant Species Z Seed (SpeedHack)","Value":{"d":[75,400]}},{"Key":"Aggeravic Mushroom","Value":{"d":[50,75]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Subterranean Reaper King","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_Chupa.Xenomorph_Character_BP_Male_Chupa","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":4166.666504,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,41,42,34,35,33,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,32,33,37,38,40]},{"name":"Back color","colorIds":[35,14,56]}],"statsRaw":[[2000,0.2,0.27,0.5,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Surface Reaper King","blueprintPath":"/Game/Aberration/Dinos/Nameless/Xenomorph_Character_BP_Male_Surface.Xenomorph_Character_BP_Male_Surface","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":4166.666504,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"body Main","colorIds":[22,41,42,34,35,33,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underbelly ","colorIds":[23,32,33,37,38,40]},{"name":"Back color","colorIds":[35,14,56]}],"statsRaw":[[2500,0.2,0.27,0.5,0],[480,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[415,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Desert Titan","blueprintPath":"/Game/Extinction/Dinos/DesertKaiju/DesertKaiju_Character_BP.DesertKaiju_Character_BP","statsRaw":[[250000,0,0,0,0],[5000,0,0,0,0],[150,0,0,0,0],[864,0,0,0,0],[9000,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[100,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":true,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false}},{"name":"Desert Titan Flock","blueprintPath":"/Game/Extinction/Dinos/DesertKaiju/DesertKaiju_FirstFlockChar_BP.DesertKaiju_FirstFlockChar_BP","colors":[{"name":"unknown","colorIds":[20,21,22,23,24,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[4000,0.2,0.27,0.5,0],[10000,0.1,0.1,0,0],[150,0.1,0.1,0,0],[100,0.1,0.1,0,0],[100,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":900,"affinityIncreasePL":45,"torporDepletionPS0":0.3,"foodConsumptionBase":0.01,"foodConsumptionMult":0.05,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Enforcer","blueprintPath":"/Game/Extinction/Dinos/Enforcer/Enforcer_Character_BP.Enforcer_Character_BP","colors":[{"name":"body","colorIds":[21,23,28,32,34,36,51,53,8]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"algae","colorIds":[21,23,28,32,34,36,51,53,8]},{"name":"metal","colorIds":[28,35,8,13,18,55,33,34]}],"statsRaw":[[375,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[5000,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":false},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Forest Titan","blueprintPath":"/Game/Extinction/Dinos/ForestKaiju/ForestKaiju_Character_BP.ForestKaiju_Character_BP","statsRaw":[[400000,0,0,0.5,0],[6000,0,0,0,0],[150,0,0,0,0],[864,0,0,0,0],[50000,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[20000,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"violent":false}},{"name":"Gacha","blueprintPath":"/Game/Extinction/Dinos/Gacha/Gacha_Character_BP.Gacha_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":416666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"skin","colorIds":[37,22,41,33,34,13,14,8,42,9,47,45]},{"name":null,"colorIds":[]},{"name":"light stripe","colorIds":[39,22,41,33,37,32,14,43,8,42,9,10]},{"name":"dark stripe","colorIds":[20,22,41,33,34,13,14,43,8,42,9,10]},{"name":"algae","colorIds":[21,22,41,33,23,46,50,43,8,42,9,10]},{"name":"fur main","colorIds":[45,38,40,32,33,8,14,47,41,37,56]}],"statsRaw":[[750,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[550,0.04,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[600,0.06,0,0.5,0]],"taming":{"eats":["Snow Owl Pellet","Element","Admin Blink Rifle","Adobe Ceiling","Adobe Dinosaur Gate","Adobe Dinosaur Gateway","Adobe Door","Adobe Doorframe","Adobe Double Door","Adobe Double Doorframe","Adobe Fence Foundation","Adobe Fence Support","Adobe Foundation","Adobe Hatchframe","Adobe Ladder","Adobe Pillar","Adobe Railing","Adobe Ramp","Adobe Staircase","Adobe Stairs","Adobe Trapdoor","Adobe Triangle Ceiling","Adobe Triangle Foundation","Adobe Triangle Roof","Adobe Wall","Adobe Window","Adobe Windowframe","Air Conditioner","Allosaurus Saddle","Ankylo Saddle","Araneo Saddle","Argentavis Saddle","Arthropluera Saddle","Artifact Pedastal","Assault Rifle","Auto Turret","Balista Turret","Baryonyx Saddle","Base Bed","Base Boots Clothing","Base Catwalk Structure","Base Ceiling Structure","Base Club","Base Door Structure","Base Doorframe Structure","Base Fence Foundation Structure","Base Foundation Structure","Base Gate Structure","Base Gloves Clothing","Base Hat Clothing","Base Hatchet","Base Hatchframe Structure","Base Intake Pipe","Base Ladder Structure","Base Pants Clothing","Base Pick","Base Pillar Structure","Base Railing","Base Ramp Structure","Base Roof","Base Shield","Base Shirt Clothing","Base Sign Structure","Base Sleeping Bag","Base Trapdoor Structure","Base Wall Structure","Base Window Structure","Base Windowframe Structure","Basilisk Saddle","Basilosaurus Saddle","Bear Trap","Bee Hive","Beelzebufo Saddle","Beer Barrel","Behemoth Adobe Dinosaur Gate","Behemoth Adobe Dinosaur Gateway","Behemoth Gate","Behemoth Gateway","Behemoth Reinforced Dinosaur Gate","Behemoth Stone Dinosaur Gateway","Behemoth Tek Gate","Behemoth Tek Gateway","Bola","Bookshelf","Boomerang","Bow","Bronto Platform Saddle","Bronto Saddle","Bunk Bed","Bunny Egg","C4 Remote Detonator","Camera","Campfire","Cannon","Carbonemys Saddle","Carno Saddle","Castoroides Saddle","Catapult Turret","Chainsaw","Chalicotherium Saddle","Charge Lantern","Chemistry Bench","Chitin Boots","Chitin Chestpiece","Chitin Gauntlets","Chitin Helmet","Chitin Leggings","Climbing Pick","Cloning Chamber","Cloth Boots","Cloth Gloves","Cloth Hat","Cloth Pants","Cloth Shirt","Cluster Grenade","Compass","Compost Bin","Compound Bow","Cooking Pot","Crossbow","Cryofridge","Daeodon Saddle","Delivery Crate","Desert Cloth Boots","Desert Cloth Gloves","Desert Cloth Pants","Desert Cloth Shirt","Desert Goggles and Hat","Desert Titan Saddle","Dino Leash","Dinosaur Gate","Dinosaur Gateway","Diplodocus Saddle","Dire Bear Saddle","Doedicurus Saddle","Dragon Flag","Dunkleosteus Saddle","Electric Prod","Electrical Cable Intersection","Electrical Generator","Electrical Outlet","Elevator Platform","Elevator Track","Empty Cryopod","Equus Saddle","Fabricated Pistol","Fabricated Sniper Rifle","Fabricator","Feeding Trough","Fish Basket","Fishing Rod","Flak Boots","Flak Chestpiece","Flak Gauntlets","Flak Helmet","Flak Leggings","Flamethrower","Flare Gun","Flexible Electrical Cable","Forest Titan Saddle","Fur Boots","Fur Cap","Fur Chestpiece","Fur Gauntlets","Fur Leggings","GPS","Gacha Saddle","Gallimimus Saddle","Gas Collector","Gas Mask","Gasbags Saddle","Generic Armor","Generic Consumable","Generic Saddle","Generic Weapon","Ghillie Boots","Ghillie Chestpiece","Ghillie Gauntlets","Ghillie Leggings","Ghillie Mask","Giant Adobe Hatchframe","Giant Adobe Trapdoor","Giant Metal Hatchframe","Giant Metal Trapdoor","Giant Reinforced Trapdoor","Giant Stone Hatchframe","Gift Box","Giganotosaurus Saddle","Gorilla Flag","Gravestone","Greenhouse Ceiling","Greenhouse Door","Greenhouse Doorframe","Greenhouse Double Door","Greenhouse Double Doorframe","Greenhouse Triangle Ceiling","Greenhouse Triangle Roof","Greenhouse Wall","Greenhouse Window","Grenade","Handcuffs","Harpoon Launcher","Hazard Suit Boots","Hazard Suit Gloves","Hazard Suit Hat","Hazard Suit Pants","Hazard Suit Shirt","Heavy Auto Turret","Heavy Miner's Helmet","Hide Boots","Hide Gloves","Hide Hat","Hide Pants","Hide Shirt","Hide Sleeping Bag","Holiday Lights","Holiday Stocking","Holiday Tree","Homing Underwater Mine","Hyaenodon Meatpack","Ice Titan Saddle","Ichthyosaurus Saddle","Iguanodon Saddle","Improvised Explosive Device","Inclined Electrical Cable","Industrial Cooker","Industrial Forge","Industrial Grill","Industrial Grinder","Kaprosuchus Saddle","Karkinos Saddle","King Titan Flag","Lamppost","Lance","Large Adobe Wall","Large Bear Trap","Large Crop Plot","Large Elevator Platform","Large Metal Wall","Large Stone Wall","Large Storage Box","Large Taxidermy Base","Large Tek Wall","Large Wood Elevator Platform","Large Wooden Wall","Lasso","Longneck Rifle","Lymantria Saddle","M.D.S.M.","M.O.M.I.","M.R.L.M.","M.S.C.M.","Magnifying Glass","Mammoth Saddle","Managarmr Saddle","Manta Saddle","Manticore Flag","Mantis Saddle","Medium Crop Plot","Medium Elevator Platform","Medium Taxidermy Base","Medium Wood Elevator Platform","Megalania Saddle","Megaloceros Saddle","Megalodon Saddle","Megalodon Tek Saddle","Megalosaurus Saddle","Megatherium Saddle","Mek Backpack","Metal Billboard","Metal Catwalk","Metal Ceiling","Metal Cliff Platform","Metal Dinosaur Gate","Metal Dinosaur Gateway","Metal Door","Metal Doorframe","Metal Double Door","Metal Double Doorframe","Metal Fence Foundation","Metal Fence Support","Metal Foundation","Metal Hatchet","Metal Hatchframe","Metal Irrigation Pipe - Flexible","Metal Irrigation Pipe - Inclined","Metal Irrigation Pipe - Intake","Metal Irrigation Pipe - Intersection","Metal Irrigation Pipe - Straight","Metal Irrigation Pipe - Tap","Metal Irrigation Pipe - Vertical","Metal Ladder","Metal Pick","Metal Pillar","Metal Railing","Metal Ramp","Metal Shield","Metal Sickle","Metal Sign","Metal Spike Wall","Metal Staircase","Metal Stairs","Metal Trapdoor","Metal Tree Platform","Metal Triangle Ceiling","Metal Triangle Foundation","Metal Triangle Roof","Metal Wall","Metal Wall Sign","Metal Water Reservoir","Metal Window","Metal Windowframe","Minigun Turret","Mirror","Morellatops Saddle","Mortar and Pestle","Mosasaur Platform Saddle","Mosasaur Saddle","Mosasaur Tek Saddle","Multi-Panel Flag","Night Vision Goggles","Oil Jar","Oil Pump","Omnidirectional Lamppost","Pachy Saddle","Pachyrhinosaurus Saddle","Paintbrush","Painting Canvas","Paracer Platform Saddle","Paracer Saddle","Parasaur Saddle","Pelagornis Saddle","Phiomia Saddle","Pike","Plant Species X","Plant Species Y Trap","Plant Species Z Fruit","Plesiosaur Platform Saddle","Plesiosaur Saddle","Poison Grenade","Portable Rope Ladder","Preserving Bin","Procoptodon Saddle","Pteranodon Saddle","Pulmonoscorpius Saddle","Pump-Action Shotgun","Quetz Platform Saddle","Quetz Saddle","Raptor Saddle","Ravager Saddle","Refining Forge","Refrigerator","Reinforced Dinosaur Gate","Reinforced Double Door","Reinforced Trapdoor","Reinforced Window","Reinforced Wooden Door","Remote Keypad","Rex Saddle","Rex Tek Saddle","Riot Boots","Riot Chestpiece","Riot Gauntlets","Riot Helmet","Riot Leggings","Riot Shield","Rock Drake Saddle","Rock Drake Tek Saddle","Rock Golem Saddle","Rocket Launcher","Rocket Turret","Rockwell Flag","Roll Rat Saddle","Rope Ladder","SCUBA Flippers","SCUBA Leggings","SCUBA Mask","SCUBA Tank","Sabertooth Saddle","Sarco Saddle","Scissors","Scout Remote","Second Helmet","Shag Rug","Shotgun","Simple Bed","Simple Pistol","Single Panel Flag","Slingshot","Sloped Adobe Roof","Sloped Adobe Wall Left","Sloped Adobe Wall Right","Sloped Base Wall Left","Sloped Base Wall Right","Sloped Greenhouse Roof","Sloped Greenhouse Wall Left","Sloped Greenhouse Wall Right","Sloped Metal Roof","Sloped Metal Wall Left","Sloped Metal Wall Right","Sloped Stone Roof","Sloped Stone Wall Left","Sloped Stone Wall Right","Sloped Tek Roof","Sloped Tek Wall Left","Sloped Tek Wall Right","Sloped Thatch Roof","Sloped Thatch Wall Left","Sloped Thatch Wall Right","Sloped Wood Wall Left","Sloped Wood Wall Right","Sloped Wooden Roof","Small Crop Plot","Small Elevator Platform","Small Taxidermy Base","Small Wood Elevator Platform","Smithy","Smoke Grenade","Snow Owl Saddle","Snowman","Spear","Spider Flag","Spino Saddle","Spray Painter","Spyglass","Standing Torch","Stego Saddle","Stone Ceiling","Stone Cliff Platform","Stone Dinosaur Gateway","Stone Doorframe","Stone Double Doorframe","Stone Fence Foundation","Stone Fence Support","Stone Fireplace","Stone Foundation","Stone Hatchet","Stone Hatchframe","Stone Irrigation Pipe - Flexible","Stone Irrigation Pipe - Inclined","Stone Irrigation Pipe - Intake","Stone Irrigation Pipe - Intersection","Stone Irrigation Pipe - Straight","Stone Irrigation Pipe - Tap","Stone Irrigation Pipe - Vertical","Stone Pick","Stone Pillar","Stone Railing","Stone Staircase","Stone Stairs","Stone Triangle Ceiling","Stone Triangle Foundation","Stone Triangle Roof","Stone Wall","Stone Windowframe","Storage Box","Straight Electrical Cable","Sword","TEK Chestpiece","Tapejara Saddle","Tapejara Tek Saddle","Taxidermy Tool","Tek Boots","Tek Bridge","Tek Catwalk","Tek Ceiling","Tek Dedicated Storage","Tek Dinosaur Gate","Tek Dinosaur Gateway","Tek Door","Tek Doorframe","Tek Double Door","Tek Double Doorframe","Tek Fence Foundation","Tek Fence Support","Tek Forcefield","Tek Foundation","Tek Gauntlets","Tek Generator","Tek Gravity Grenade","Tek Grenade","Tek Hatchframe","Tek Helmet","Tek Ladder","Tek Leggings","Tek Light","Tek Pillar","Tek Railgun","Tek Railing","Tek Ramp","Tek Replicator","Tek Rifle","Tek Shield","Tek Sleeping Pod","Tek Staircase","Tek Stairs","Tek Sword","Tek Teleporter","Tek Transmitter","Tek Trapdoor","Tek Triangle Ceiling","Tek Triangle Foundation","Tek Triangle Roof","Tek Trough","Tek Turret","Tek Wall","Tek Window","Tek Windowframe","Tent","Terror Bird Saddle","Thatch Ceiling","Thatch Door","Thatch Doorframe","Thatch Foundation","Thatch Wall","Therizinosaurus Saddle","Thorny Dragon Saddle","Thylacoleo Saddle","Titanosaur Platform Saddle","Toilet","Torch","Training Dummy","Transponder Tracker","Tree Sap Tap","Trike Saddle","Tripwire Alarm Trap","Tripwire Narcotic Trap","Trophy Wall-Mount","Tusoteuthis Saddle","Vacuum Compartment","Vacuum Compartment Moonpool","Vault","Velonasaur Saddle","Vertical Electrical Cable","Vessel","Wall Torch","War Map","Wardrums","Water Reservoir","Water Well","Whip","Wind Turbine","Wood Elevator Top Switch","Wood Elevator Track","Wooden Bench","Wooden Billboard","Wooden Cage","Wooden Catwalk","Wooden Ceiling","Wooden Chair","Wooden Club","Wooden Door","Wooden Doorframe","Wooden Double Door","Wooden Double Doorframe","Wooden Fence Foundation","Wooden Fence Support","Wooden Foundation","Wooden Hatchframe","Wooden Ladder","Wooden Pillar","Wooden Platform","Wooden Railing","Wooden Ramp","Wooden Shield","Wooden Sign","Wooden Spike Wall","Wooden Staircase","Wooden Stairs","Wooden Table","Wooden Trapdoor","Wooden Tree Platform","Wooden Triangle Ceiling","Wooden Triangle Foundation","Wooden Triangle Roof","Wooden Wall","Wooden Wall Sign","Wooden Window","Wooden Windowframe","Woolly Rhino Saddle","Wreath","Yutyrannus Saddle","Element Ore","Advanced Bullet","Advanced Rifle Bullet","Advanced Sniper Bullet","Base Ammo","Boulder","C4 Charge","Cannon Ball","Cannon Shell","Chain Bola","Flame Arrow","Flamethrower Ammo","Grappling Hook","Metal Arrow","Pheromone Dart","Rocket Homing Missile","Rocket Pod","Rocket Propelled Grenade","Shocking Tranquilizer Dart","Simple Bullet","Simple Rifle Ammo","Simple Shotgun Ammo","Spear Bolt","Stone Arrow","Tranq Arrow","Tranq Spear Bolt","Tranquilizer Dart","Transponder Node","Zip-Line Anchor","Metal","Stone"],"nonViolent":true,"specialFoodValues":[{"Key":"Snow Owl Pellet","Value":{"d":[40,400]}},{"Key":"Element","Value":{"d":[64,64]}},{"Key":"Admin Blink Rifle","Value":{"d":[80,48]}},{"Key":"Adobe Ceiling","Value":{"d":[80,48]}},{"Key":"Adobe Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Adobe Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Adobe Door","Value":{"d":[80,48]}},{"Key":"Adobe Doorframe","Value":{"d":[80,48]}},{"Key":"Adobe Double Door","Value":{"d":[80,48]}},{"Key":"Adobe Double Doorframe","Value":{"d":[80,48]}},{"Key":"Adobe Fence Foundation","Value":{"d":[80,48]}},{"Key":"Adobe Fence Support","Value":{"d":[80,48]}},{"Key":"Adobe Foundation","Value":{"d":[80,48]}},{"Key":"Adobe Hatchframe","Value":{"d":[80,48]}},{"Key":"Adobe Ladder","Value":{"d":[80,48]}},{"Key":"Adobe Pillar","Value":{"d":[80,48]}},{"Key":"Adobe Railing","Value":{"d":[80,48]}},{"Key":"Adobe Ramp","Value":{"d":[80,48]}},{"Key":"Adobe Staircase","Value":{"d":[80,48]}},{"Key":"Adobe Stairs","Value":{"d":[80,48]}},{"Key":"Adobe Trapdoor","Value":{"d":[80,48]}},{"Key":"Adobe Triangle Ceiling","Value":{"d":[80,48]}},{"Key":"Adobe Triangle Foundation","Value":{"d":[80,48]}},{"Key":"Adobe Triangle Roof","Value":{"d":[80,48]}},{"Key":"Adobe Wall","Value":{"d":[80,48]}},{"Key":"Adobe Window","Value":{"d":[80,48]}},{"Key":"Adobe Windowframe","Value":{"d":[80,48]}},{"Key":"Air Conditioner","Value":{"d":[80,48]}},{"Key":"Allosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Ankylo Saddle","Value":{"d":[80,48]}},{"Key":"Araneo Saddle","Value":{"d":[80,48]}},{"Key":"Argentavis Saddle","Value":{"d":[80,48]}},{"Key":"Arthropluera Saddle","Value":{"d":[80,48]}},{"Key":"Artifact Pedastal","Value":{"d":[80,48]}},{"Key":"Assault Rifle","Value":{"d":[80,48]}},{"Key":"Auto Turret","Value":{"d":[80,48]}},{"Key":"Balista Turret","Value":{"d":[80,48]}},{"Key":"Baryonyx Saddle","Value":{"d":[80,48]}},{"Key":"Base Bed","Value":{"d":[80,48]}},{"Key":"Base Boots Clothing","Value":{"d":[80,48]}},{"Key":"Base Catwalk Structure","Value":{"d":[80,48]}},{"Key":"Base Ceiling Structure","Value":{"d":[80,48]}},{"Key":"Base Club","Value":{"d":[80,48]}},{"Key":"Base Door Structure","Value":{"d":[80,48]}},{"Key":"Base Doorframe Structure","Value":{"d":[80,48]}},{"Key":"Base Fence Foundation Structure","Value":{"d":[80,48]}},{"Key":"Base Foundation Structure","Value":{"d":[80,48]}},{"Key":"Base Gate Structure","Value":{"d":[80,48]}},{"Key":"Base Gloves Clothing","Value":{"d":[80,48]}},{"Key":"Base Hat Clothing","Value":{"d":[80,48]}},{"Key":"Base Hatchet","Value":{"d":[80,48]}},{"Key":"Base Hatchframe Structure","Value":{"d":[80,48]}},{"Key":"Base Intake Pipe","Value":{"d":[80,48]}},{"Key":"Base Ladder Structure","Value":{"d":[80,48]}},{"Key":"Base Pants Clothing","Value":{"d":[80,48]}},{"Key":"Base Pick","Value":{"d":[80,48]}},{"Key":"Base Pillar Structure","Value":{"d":[80,48]}},{"Key":"Base Railing","Value":{"d":[80,48]}},{"Key":"Base Ramp Structure","Value":{"d":[80,48]}},{"Key":"Base Roof","Value":{"d":[80,48]}},{"Key":"Base Shield","Value":{"d":[80,48]}},{"Key":"Base Shirt Clothing","Value":{"d":[80,48]}},{"Key":"Base Sign Structure","Value":{"d":[80,48]}},{"Key":"Base Sleeping Bag","Value":{"d":[80,48]}},{"Key":"Base Trapdoor Structure","Value":{"d":[80,48]}},{"Key":"Base Wall Structure","Value":{"d":[80,48]}},{"Key":"Base Window Structure","Value":{"d":[80,48]}},{"Key":"Base Windowframe Structure","Value":{"d":[80,48]}},{"Key":"Basilisk Saddle","Value":{"d":[80,48]}},{"Key":"Basilosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Bear Trap","Value":{"d":[80,48]}},{"Key":"Bee Hive","Value":{"d":[80,48]}},{"Key":"Beelzebufo Saddle","Value":{"d":[80,48]}},{"Key":"Beer Barrel","Value":{"d":[80,48]}},{"Key":"Behemoth Adobe Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Adobe Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Behemoth Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Gateway","Value":{"d":[80,48]}},{"Key":"Behemoth Reinforced Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Stone Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Behemoth Tek Gate","Value":{"d":[80,48]}},{"Key":"Behemoth Tek Gateway","Value":{"d":[80,48]}},{"Key":"Bola","Value":{"d":[80,48]}},{"Key":"Bookshelf","Value":{"d":[80,48]}},{"Key":"Boomerang","Value":{"d":[80,48]}},{"Key":"Bow","Value":{"d":[80,48]}},{"Key":"Bronto Platform Saddle","Value":{"d":[80,48]}},{"Key":"Bronto Saddle","Value":{"d":[80,48]}},{"Key":"Bunk Bed","Value":{"d":[80,48]}},{"Key":"Bunny Egg","Value":{"d":[80,48]}},{"Key":"C4 Remote Detonator","Value":{"d":[80,48]}},{"Key":"Camera","Value":{"d":[80,48]}},{"Key":"Campfire","Value":{"d":[80,48]}},{"Key":"Cannon","Value":{"d":[80,48]}},{"Key":"Carbonemys Saddle","Value":{"d":[80,48]}},{"Key":"Carno Saddle","Value":{"d":[80,48]}},{"Key":"Castoroides Saddle","Value":{"d":[80,48]}},{"Key":"Catapult Turret","Value":{"d":[80,48]}},{"Key":"Chainsaw","Value":{"d":[80,48]}},{"Key":"Chalicotherium Saddle","Value":{"d":[80,48]}},{"Key":"Charge Lantern","Value":{"d":[80,48]}},{"Key":"Chemistry Bench","Value":{"d":[80,48]}},{"Key":"Chitin Boots","Value":{"d":[80,48]}},{"Key":"Chitin Chestpiece","Value":{"d":[80,48]}},{"Key":"Chitin Gauntlets","Value":{"d":[80,48]}},{"Key":"Chitin Helmet","Value":{"d":[80,48]}},{"Key":"Chitin Leggings","Value":{"d":[80,48]}},{"Key":"Climbing Pick","Value":{"d":[80,48]}},{"Key":"Cloning Chamber","Value":{"d":[80,48]}},{"Key":"Cloth Boots","Value":{"d":[80,48]}},{"Key":"Cloth Gloves","Value":{"d":[80,48]}},{"Key":"Cloth Hat","Value":{"d":[80,48]}},{"Key":"Cloth Pants","Value":{"d":[80,48]}},{"Key":"Cloth Shirt","Value":{"d":[80,48]}},{"Key":"Cluster Grenade","Value":{"d":[80,48]}},{"Key":"Compass","Value":{"d":[80,48]}},{"Key":"Compost Bin","Value":{"d":[80,48]}},{"Key":"Compound Bow","Value":{"d":[80,48]}},{"Key":"Cooking Pot","Value":{"d":[80,48]}},{"Key":"Crossbow","Value":{"d":[80,48]}},{"Key":"Cryofridge","Value":{"d":[80,48]}},{"Key":"Daeodon Saddle","Value":{"d":[80,48]}},{"Key":"Delivery Crate","Value":{"d":[80,48]}},{"Key":"Desert Cloth Boots","Value":{"d":[80,48]}},{"Key":"Desert Cloth Gloves","Value":{"d":[80,48]}},{"Key":"Desert Cloth Pants","Value":{"d":[80,48]}},{"Key":"Desert Cloth Shirt","Value":{"d":[80,48]}},{"Key":"Desert Goggles and Hat","Value":{"d":[80,48]}},{"Key":"Desert Titan Saddle","Value":{"d":[80,48]}},{"Key":"Dino Leash","Value":{"d":[80,48]}},{"Key":"Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Diplodocus Saddle","Value":{"d":[80,48]}},{"Key":"Dire Bear Saddle","Value":{"d":[80,48]}},{"Key":"Doedicurus Saddle","Value":{"d":[80,48]}},{"Key":"Dragon Flag","Value":{"d":[80,48]}},{"Key":"Dunkleosteus Saddle","Value":{"d":[80,48]}},{"Key":"Electric Prod","Value":{"d":[80,48]}},{"Key":"Electrical Cable Intersection","Value":{"d":[80,48]}},{"Key":"Electrical Generator","Value":{"d":[80,48]}},{"Key":"Electrical Outlet","Value":{"d":[80,48]}},{"Key":"Elevator Platform","Value":{"d":[80,48]}},{"Key":"Elevator Track","Value":{"d":[80,48]}},{"Key":"Empty Cryopod","Value":{"d":[80,48]}},{"Key":"Equus Saddle","Value":{"d":[80,48]}},{"Key":"Fabricated Pistol","Value":{"d":[80,48]}},{"Key":"Fabricated Sniper Rifle","Value":{"d":[80,48]}},{"Key":"Fabricator","Value":{"d":[80,48]}},{"Key":"Feeding Trough","Value":{"d":[80,48]}},{"Key":"Fish Basket","Value":{"d":[80,48]}},{"Key":"Fishing Rod","Value":{"d":[80,48]}},{"Key":"Flak Boots","Value":{"d":[80,48]}},{"Key":"Flak Chestpiece","Value":{"d":[80,48]}},{"Key":"Flak Gauntlets","Value":{"d":[80,48]}},{"Key":"Flak Helmet","Value":{"d":[80,48]}},{"Key":"Flak Leggings","Value":{"d":[80,48]}},{"Key":"Flamethrower","Value":{"d":[80,48]}},{"Key":"Flare Gun","Value":{"d":[80,48]}},{"Key":"Flexible Electrical Cable","Value":{"d":[80,48]}},{"Key":"Forest Titan Saddle","Value":{"d":[80,48]}},{"Key":"Fur Boots","Value":{"d":[80,48]}},{"Key":"Fur Cap","Value":{"d":[80,48]}},{"Key":"Fur Chestpiece","Value":{"d":[80,48]}},{"Key":"Fur Gauntlets","Value":{"d":[80,48]}},{"Key":"Fur Leggings","Value":{"d":[80,48]}},{"Key":"GPS","Value":{"d":[80,48]}},{"Key":"Gacha Saddle","Value":{"d":[80,48]}},{"Key":"Gallimimus Saddle","Value":{"d":[80,48]}},{"Key":"Gas Collector","Value":{"d":[80,48]}},{"Key":"Gas Mask","Value":{"d":[80,48]}},{"Key":"Gasbags Saddle","Value":{"d":[80,48]}},{"Key":"Generic Armor","Value":{"d":[80,48]}},{"Key":"Generic Consumable","Value":{"d":[80,48]}},{"Key":"Generic Saddle","Value":{"d":[80,48]}},{"Key":"Generic Weapon","Value":{"d":[80,48]}},{"Key":"Ghillie Boots","Value":{"d":[80,48]}},{"Key":"Ghillie Chestpiece","Value":{"d":[80,48]}},{"Key":"Ghillie Gauntlets","Value":{"d":[80,48]}},{"Key":"Ghillie Leggings","Value":{"d":[80,48]}},{"Key":"Ghillie Mask","Value":{"d":[80,48]}},{"Key":"Giant Adobe Hatchframe","Value":{"d":[80,48]}},{"Key":"Giant Adobe Trapdoor","Value":{"d":[80,48]}},{"Key":"Giant Metal Hatchframe","Value":{"d":[80,48]}},{"Key":"Giant Metal Trapdoor","Value":{"d":[80,48]}},{"Key":"Giant Reinforced Trapdoor","Value":{"d":[80,48]}},{"Key":"Giant Stone Hatchframe","Value":{"d":[80,48]}},{"Key":"Gift Box","Value":{"d":[80,48]}},{"Key":"Giganotosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Gorilla Flag","Value":{"d":[80,48]}},{"Key":"Gravestone","Value":{"d":[80,48]}},{"Key":"Greenhouse Ceiling","Value":{"d":[80,48]}},{"Key":"Greenhouse Door","Value":{"d":[80,48]}},{"Key":"Greenhouse Doorframe","Value":{"d":[80,48]}},{"Key":"Greenhouse Double Door","Value":{"d":[80,48]}},{"Key":"Greenhouse Double Doorframe","Value":{"d":[80,48]}},{"Key":"Greenhouse Triangle Ceiling","Value":{"d":[80,48]}},{"Key":"Greenhouse Triangle Roof","Value":{"d":[80,48]}},{"Key":"Greenhouse Wall","Value":{"d":[80,48]}},{"Key":"Greenhouse Window","Value":{"d":[80,48]}},{"Key":"Grenade","Value":{"d":[80,48]}},{"Key":"Handcuffs","Value":{"d":[80,48]}},{"Key":"Harpoon Launcher","Value":{"d":[80,48]}},{"Key":"Hazard Suit Boots","Value":{"d":[80,48]}},{"Key":"Hazard Suit Gloves","Value":{"d":[80,48]}},{"Key":"Hazard Suit Hat","Value":{"d":[80,48]}},{"Key":"Hazard Suit Pants","Value":{"d":[80,48]}},{"Key":"Hazard Suit Shirt","Value":{"d":[80,48]}},{"Key":"Heavy Auto Turret","Value":{"d":[80,48]}},{"Key":"Heavy Miner's Helmet","Value":{"d":[80,48]}},{"Key":"Hide Boots","Value":{"d":[80,48]}},{"Key":"Hide Gloves","Value":{"d":[80,48]}},{"Key":"Hide Hat","Value":{"d":[80,48]}},{"Key":"Hide Pants","Value":{"d":[80,48]}},{"Key":"Hide Shirt","Value":{"d":[80,48]}},{"Key":"Hide Sleeping Bag","Value":{"d":[80,48]}},{"Key":"Holiday Lights","Value":{"d":[80,48]}},{"Key":"Holiday Stocking","Value":{"d":[80,48]}},{"Key":"Holiday Tree","Value":{"d":[80,48]}},{"Key":"Homing Underwater Mine","Value":{"d":[80,48]}},{"Key":"Hyaenodon Meatpack","Value":{"d":[80,48]}},{"Key":"Ice Titan Saddle","Value":{"d":[80,48]}},{"Key":"Ichthyosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Iguanodon Saddle","Value":{"d":[80,48]}},{"Key":"Improvised Explosive Device","Value":{"d":[80,48]}},{"Key":"Inclined Electrical Cable","Value":{"d":[80,48]}},{"Key":"Industrial Cooker","Value":{"d":[80,48]}},{"Key":"Industrial Forge","Value":{"d":[80,48]}},{"Key":"Industrial Grill","Value":{"d":[80,48]}},{"Key":"Industrial Grinder","Value":{"d":[80,48]}},{"Key":"Kaprosuchus Saddle","Value":{"d":[80,48]}},{"Key":"Karkinos Saddle","Value":{"d":[80,48]}},{"Key":"King Titan Flag","Value":{"d":[80,48]}},{"Key":"Lamppost","Value":{"d":[80,48]}},{"Key":"Lance","Value":{"d":[80,48]}},{"Key":"Large Adobe Wall","Value":{"d":[80,48]}},{"Key":"Large Bear Trap","Value":{"d":[80,48]}},{"Key":"Large Crop Plot","Value":{"d":[80,48]}},{"Key":"Large Elevator Platform","Value":{"d":[80,48]}},{"Key":"Large Metal Wall","Value":{"d":[80,48]}},{"Key":"Large Stone Wall","Value":{"d":[80,48]}},{"Key":"Large Storage Box","Value":{"d":[80,48]}},{"Key":"Large Taxidermy Base","Value":{"d":[80,48]}},{"Key":"Large Tek Wall","Value":{"d":[80,48]}},{"Key":"Large Wood Elevator Platform","Value":{"d":[80,48]}},{"Key":"Large Wooden Wall","Value":{"d":[80,48]}},{"Key":"Lasso","Value":{"d":[80,48]}},{"Key":"Longneck Rifle","Value":{"d":[80,48]}},{"Key":"Lymantria Saddle","Value":{"d":[80,48]}},{"Key":"M.D.S.M.","Value":{"d":[80,48]}},{"Key":"M.O.M.I.","Value":{"d":[80,48]}},{"Key":"M.R.L.M.","Value":{"d":[80,48]}},{"Key":"M.S.C.M.","Value":{"d":[80,48]}},{"Key":"Magnifying Glass","Value":{"d":[80,48]}},{"Key":"Mammoth Saddle","Value":{"d":[80,48]}},{"Key":"Managarmr Saddle","Value":{"d":[80,48]}},{"Key":"Manta Saddle","Value":{"d":[80,48]}},{"Key":"Manticore Flag","Value":{"d":[80,48]}},{"Key":"Mantis Saddle","Value":{"d":[80,48]}},{"Key":"Medium Crop Plot","Value":{"d":[80,48]}},{"Key":"Medium Elevator Platform","Value":{"d":[80,48]}},{"Key":"Medium Taxidermy Base","Value":{"d":[80,48]}},{"Key":"Medium Wood Elevator Platform","Value":{"d":[80,48]}},{"Key":"Megalania Saddle","Value":{"d":[80,48]}},{"Key":"Megaloceros Saddle","Value":{"d":[80,48]}},{"Key":"Megalodon Saddle","Value":{"d":[80,48]}},{"Key":"Megalodon Tek Saddle","Value":{"d":[80,48]}},{"Key":"Megalosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Megatherium Saddle","Value":{"d":[80,48]}},{"Key":"Mek Backpack","Value":{"d":[80,48]}},{"Key":"Metal Billboard","Value":{"d":[80,48]}},{"Key":"Metal Catwalk","Value":{"d":[80,48]}},{"Key":"Metal Ceiling","Value":{"d":[80,48]}},{"Key":"Metal Cliff Platform","Value":{"d":[80,48]}},{"Key":"Metal Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Metal Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Metal Door","Value":{"d":[80,48]}},{"Key":"Metal Doorframe","Value":{"d":[80,48]}},{"Key":"Metal Double Door","Value":{"d":[80,48]}},{"Key":"Metal Double Doorframe","Value":{"d":[80,48]}},{"Key":"Metal Fence Foundation","Value":{"d":[80,48]}},{"Key":"Metal Fence Support","Value":{"d":[80,48]}},{"Key":"Metal Foundation","Value":{"d":[80,48]}},{"Key":"Metal Hatchet","Value":{"d":[80,48]}},{"Key":"Metal Hatchframe","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Flexible","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Inclined","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Intake","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Intersection","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Straight","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Tap","Value":{"d":[80,48]}},{"Key":"Metal Irrigation Pipe - Vertical","Value":{"d":[80,48]}},{"Key":"Metal Ladder","Value":{"d":[80,48]}},{"Key":"Metal Pick","Value":{"d":[80,48]}},{"Key":"Metal Pillar","Value":{"d":[80,48]}},{"Key":"Metal Railing","Value":{"d":[80,48]}},{"Key":"Metal Ramp","Value":{"d":[80,48]}},{"Key":"Metal Shield","Value":{"d":[80,48]}},{"Key":"Metal Sickle","Value":{"d":[80,48]}},{"Key":"Metal Sign","Value":{"d":[80,48]}},{"Key":"Metal Spike Wall","Value":{"d":[80,48]}},{"Key":"Metal Staircase","Value":{"d":[80,48]}},{"Key":"Metal Stairs","Value":{"d":[80,48]}},{"Key":"Metal Trapdoor","Value":{"d":[80,48]}},{"Key":"Metal Tree Platform","Value":{"d":[80,48]}},{"Key":"Metal Triangle Ceiling","Value":{"d":[80,48]}},{"Key":"Metal Triangle Foundation","Value":{"d":[80,48]}},{"Key":"Metal Triangle Roof","Value":{"d":[80,48]}},{"Key":"Metal Wall","Value":{"d":[80,48]}},{"Key":"Metal Wall Sign","Value":{"d":[80,48]}},{"Key":"Metal Water Reservoir","Value":{"d":[80,48]}},{"Key":"Metal Window","Value":{"d":[80,48]}},{"Key":"Metal Windowframe","Value":{"d":[80,48]}},{"Key":"Minigun Turret","Value":{"d":[80,48]}},{"Key":"Mirror","Value":{"d":[80,48]}},{"Key":"Morellatops Saddle","Value":{"d":[80,48]}},{"Key":"Mortar and Pestle","Value":{"d":[80,48]}},{"Key":"Mosasaur Platform Saddle","Value":{"d":[80,48]}},{"Key":"Mosasaur Saddle","Value":{"d":[80,48]}},{"Key":"Mosasaur Tek Saddle","Value":{"d":[80,48]}},{"Key":"Multi-Panel Flag","Value":{"d":[80,48]}},{"Key":"Night Vision Goggles","Value":{"d":[80,48]}},{"Key":"Oil Jar","Value":{"d":[80,48]}},{"Key":"Oil Pump","Value":{"d":[80,48]}},{"Key":"Omnidirectional Lamppost","Value":{"d":[80,48]}},{"Key":"Pachy Saddle","Value":{"d":[80,48]}},{"Key":"Pachyrhinosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Paintbrush","Value":{"d":[80,48]}},{"Key":"Painting Canvas","Value":{"d":[80,48]}},{"Key":"Paracer Platform Saddle","Value":{"d":[80,48]}},{"Key":"Paracer Saddle","Value":{"d":[80,48]}},{"Key":"Parasaur Saddle","Value":{"d":[80,48]}},{"Key":"Pelagornis Saddle","Value":{"d":[80,48]}},{"Key":"Phiomia Saddle","Value":{"d":[80,48]}},{"Key":"Pike","Value":{"d":[80,48]}},{"Key":"Plant Species X","Value":{"d":[80,48]}},{"Key":"Plant Species Y Trap","Value":{"d":[80,48]}},{"Key":"Plant Species Z Fruit","Value":{"d":[80,48]}},{"Key":"Plesiosaur Platform Saddle","Value":{"d":[80,48]}},{"Key":"Plesiosaur Saddle","Value":{"d":[80,48]}},{"Key":"Poison Grenade","Value":{"d":[80,48]}},{"Key":"Portable Rope Ladder","Value":{"d":[80,48]}},{"Key":"Preserving Bin","Value":{"d":[80,48]}},{"Key":"Procoptodon Saddle","Value":{"d":[80,48]}},{"Key":"Pteranodon Saddle","Value":{"d":[80,48]}},{"Key":"Pulmonoscorpius Saddle","Value":{"d":[80,48]}},{"Key":"Pump-Action Shotgun","Value":{"d":[80,48]}},{"Key":"Quetz Platform Saddle","Value":{"d":[80,48]}},{"Key":"Quetz Saddle","Value":{"d":[80,48]}},{"Key":"Raptor Saddle","Value":{"d":[80,48]}},{"Key":"Ravager Saddle","Value":{"d":[80,48]}},{"Key":"Refining Forge","Value":{"d":[80,48]}},{"Key":"Refrigerator","Value":{"d":[80,48]}},{"Key":"Reinforced Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Reinforced Double Door","Value":{"d":[80,48]}},{"Key":"Reinforced Trapdoor","Value":{"d":[80,48]}},{"Key":"Reinforced Window","Value":{"d":[80,48]}},{"Key":"Reinforced Wooden Door","Value":{"d":[80,48]}},{"Key":"Remote Keypad","Value":{"d":[80,48]}},{"Key":"Rex Saddle","Value":{"d":[80,48]}},{"Key":"Rex Tek Saddle","Value":{"d":[80,48]}},{"Key":"Riot Boots","Value":{"d":[80,48]}},{"Key":"Riot Chestpiece","Value":{"d":[80,48]}},{"Key":"Riot Gauntlets","Value":{"d":[80,48]}},{"Key":"Riot Helmet","Value":{"d":[80,48]}},{"Key":"Riot Leggings","Value":{"d":[80,48]}},{"Key":"Riot Shield","Value":{"d":[80,48]}},{"Key":"Rock Drake Saddle","Value":{"d":[80,48]}},{"Key":"Rock Drake Tek Saddle","Value":{"d":[80,48]}},{"Key":"Rock Golem Saddle","Value":{"d":[80,48]}},{"Key":"Rocket Launcher","Value":{"d":[80,48]}},{"Key":"Rocket Turret","Value":{"d":[80,48]}},{"Key":"Rockwell Flag","Value":{"d":[80,48]}},{"Key":"Roll Rat Saddle","Value":{"d":[80,48]}},{"Key":"Rope Ladder","Value":{"d":[80,48]}},{"Key":"SCUBA Flippers","Value":{"d":[80,48]}},{"Key":"SCUBA Leggings","Value":{"d":[80,48]}},{"Key":"SCUBA Mask","Value":{"d":[80,48]}},{"Key":"SCUBA Tank","Value":{"d":[80,48]}},{"Key":"Sabertooth Saddle","Value":{"d":[80,48]}},{"Key":"Sarco Saddle","Value":{"d":[80,48]}},{"Key":"Scissors","Value":{"d":[80,48]}},{"Key":"Scout Remote","Value":{"d":[80,48]}},{"Key":"Second Helmet","Value":{"d":[80,48]}},{"Key":"Shag Rug","Value":{"d":[80,48]}},{"Key":"Shotgun","Value":{"d":[80,48]}},{"Key":"Simple Bed","Value":{"d":[80,48]}},{"Key":"Simple Pistol","Value":{"d":[80,48]}},{"Key":"Single Panel Flag","Value":{"d":[80,48]}},{"Key":"Slingshot","Value":{"d":[80,48]}},{"Key":"Sloped Adobe Roof","Value":{"d":[80,48]}},{"Key":"Sloped Adobe Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Adobe Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Base Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Base Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Greenhouse Roof","Value":{"d":[80,48]}},{"Key":"Sloped Greenhouse Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Greenhouse Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Metal Roof","Value":{"d":[80,48]}},{"Key":"Sloped Metal Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Metal Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Stone Roof","Value":{"d":[80,48]}},{"Key":"Sloped Stone Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Stone Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Tek Roof","Value":{"d":[80,48]}},{"Key":"Sloped Tek Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Tek Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Thatch Roof","Value":{"d":[80,48]}},{"Key":"Sloped Thatch Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Thatch Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Wood Wall Left","Value":{"d":[80,48]}},{"Key":"Sloped Wood Wall Right","Value":{"d":[80,48]}},{"Key":"Sloped Wooden Roof","Value":{"d":[80,48]}},{"Key":"Small Crop Plot","Value":{"d":[80,48]}},{"Key":"Small Elevator Platform","Value":{"d":[80,48]}},{"Key":"Small Taxidermy Base","Value":{"d":[80,48]}},{"Key":"Small Wood Elevator Platform","Value":{"d":[80,48]}},{"Key":"Smithy","Value":{"d":[80,48]}},{"Key":"Smoke Grenade","Value":{"d":[80,48]}},{"Key":"Snow Owl Saddle","Value":{"d":[80,48]}},{"Key":"Snowman","Value":{"d":[80,48]}},{"Key":"Spear","Value":{"d":[80,48]}},{"Key":"Spider Flag","Value":{"d":[80,48]}},{"Key":"Spino Saddle","Value":{"d":[80,48]}},{"Key":"Spray Painter","Value":{"d":[80,48]}},{"Key":"Spyglass","Value":{"d":[80,48]}},{"Key":"Standing Torch","Value":{"d":[80,48]}},{"Key":"Stego Saddle","Value":{"d":[80,48]}},{"Key":"Stone Ceiling","Value":{"d":[80,48]}},{"Key":"Stone Cliff Platform","Value":{"d":[80,48]}},{"Key":"Stone Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Stone Doorframe","Value":{"d":[80,48]}},{"Key":"Stone Double Doorframe","Value":{"d":[80,48]}},{"Key":"Stone Fence Foundation","Value":{"d":[80,48]}},{"Key":"Stone Fence Support","Value":{"d":[80,48]}},{"Key":"Stone Fireplace","Value":{"d":[80,48]}},{"Key":"Stone Foundation","Value":{"d":[80,48]}},{"Key":"Stone Hatchet","Value":{"d":[80,48]}},{"Key":"Stone Hatchframe","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Flexible","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Inclined","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Intake","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Intersection","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Straight","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Tap","Value":{"d":[80,48]}},{"Key":"Stone Irrigation Pipe - Vertical","Value":{"d":[80,48]}},{"Key":"Stone Pick","Value":{"d":[80,48]}},{"Key":"Stone Pillar","Value":{"d":[80,48]}},{"Key":"Stone Railing","Value":{"d":[80,48]}},{"Key":"Stone Staircase","Value":{"d":[80,48]}},{"Key":"Stone Stairs","Value":{"d":[80,48]}},{"Key":"Stone Triangle Ceiling","Value":{"d":[80,48]}},{"Key":"Stone Triangle Foundation","Value":{"d":[80,48]}},{"Key":"Stone Triangle Roof","Value":{"d":[80,48]}},{"Key":"Stone Wall","Value":{"d":[80,48]}},{"Key":"Stone Windowframe","Value":{"d":[80,48]}},{"Key":"Storage Box","Value":{"d":[80,48]}},{"Key":"Straight Electrical Cable","Value":{"d":[80,48]}},{"Key":"Sword","Value":{"d":[80,48]}},{"Key":"TEK Chestpiece","Value":{"d":[80,48]}},{"Key":"Tapejara Saddle","Value":{"d":[80,48]}},{"Key":"Tapejara Tek Saddle","Value":{"d":[80,48]}},{"Key":"Taxidermy Tool","Value":{"d":[80,48]}},{"Key":"Tek Boots","Value":{"d":[80,48]}},{"Key":"Tek Bridge","Value":{"d":[80,48]}},{"Key":"Tek Catwalk","Value":{"d":[80,48]}},{"Key":"Tek Ceiling","Value":{"d":[80,48]}},{"Key":"Tek Dedicated Storage","Value":{"d":[80,48]}},{"Key":"Tek Dinosaur Gate","Value":{"d":[80,48]}},{"Key":"Tek Dinosaur Gateway","Value":{"d":[80,48]}},{"Key":"Tek Door","Value":{"d":[80,48]}},{"Key":"Tek Doorframe","Value":{"d":[80,48]}},{"Key":"Tek Double Door","Value":{"d":[80,48]}},{"Key":"Tek Double Doorframe","Value":{"d":[80,48]}},{"Key":"Tek Fence Foundation","Value":{"d":[80,48]}},{"Key":"Tek Fence Support","Value":{"d":[80,48]}},{"Key":"Tek Forcefield","Value":{"d":[80,48]}},{"Key":"Tek Foundation","Value":{"d":[80,48]}},{"Key":"Tek Gauntlets","Value":{"d":[80,48]}},{"Key":"Tek Generator","Value":{"d":[80,48]}},{"Key":"Tek Gravity Grenade","Value":{"d":[80,48]}},{"Key":"Tek Grenade","Value":{"d":[80,48]}},{"Key":"Tek Hatchframe","Value":{"d":[80,48]}},{"Key":"Tek Helmet","Value":{"d":[80,48]}},{"Key":"Tek Ladder","Value":{"d":[80,48]}},{"Key":"Tek Leggings","Value":{"d":[80,48]}},{"Key":"Tek Light","Value":{"d":[80,48]}},{"Key":"Tek Pillar","Value":{"d":[80,48]}},{"Key":"Tek Railgun","Value":{"d":[80,48]}},{"Key":"Tek Railing","Value":{"d":[80,48]}},{"Key":"Tek Ramp","Value":{"d":[80,48]}},{"Key":"Tek Replicator","Value":{"d":[80,48]}},{"Key":"Tek Rifle","Value":{"d":[80,48]}},{"Key":"Tek Shield","Value":{"d":[80,48]}},{"Key":"Tek Sleeping Pod","Value":{"d":[80,48]}},{"Key":"Tek Staircase","Value":{"d":[80,48]}},{"Key":"Tek Stairs","Value":{"d":[80,48]}},{"Key":"Tek Sword","Value":{"d":[80,48]}},{"Key":"Tek Teleporter","Value":{"d":[80,48]}},{"Key":"Tek Transmitter","Value":{"d":[80,48]}},{"Key":"Tek Trapdoor","Value":{"d":[80,48]}},{"Key":"Tek Triangle Ceiling","Value":{"d":[80,48]}},{"Key":"Tek Triangle Foundation","Value":{"d":[80,48]}},{"Key":"Tek Triangle Roof","Value":{"d":[80,48]}},{"Key":"Tek Trough","Value":{"d":[80,48]}},{"Key":"Tek Turret","Value":{"d":[80,48]}},{"Key":"Tek Wall","Value":{"d":[80,48]}},{"Key":"Tek Window","Value":{"d":[80,48]}},{"Key":"Tek Windowframe","Value":{"d":[80,48]}},{"Key":"Tent","Value":{"d":[80,48]}},{"Key":"Terror Bird Saddle","Value":{"d":[80,48]}},{"Key":"Thatch Ceiling","Value":{"d":[80,48]}},{"Key":"Thatch Door","Value":{"d":[80,48]}},{"Key":"Thatch Doorframe","Value":{"d":[80,48]}},{"Key":"Thatch Foundation","Value":{"d":[80,48]}},{"Key":"Thatch Wall","Value":{"d":[80,48]}},{"Key":"Therizinosaurus Saddle","Value":{"d":[80,48]}},{"Key":"Thorny Dragon Saddle","Value":{"d":[80,48]}},{"Key":"Thylacoleo Saddle","Value":{"d":[80,48]}},{"Key":"Titanosaur Platform Saddle","Value":{"d":[80,48]}},{"Key":"Toilet","Value":{"d":[80,48]}},{"Key":"Torch","Value":{"d":[80,48]}},{"Key":"Training Dummy","Value":{"d":[80,48]}},{"Key":"Transponder Tracker","Value":{"d":[80,48]}},{"Key":"Tree Sap Tap","Value":{"d":[80,48]}},{"Key":"Trike Saddle","Value":{"d":[80,48]}},{"Key":"Tripwire Alarm Trap","Value":{"d":[80,48]}},{"Key":"Tripwire Narcotic Trap","Value":{"d":[80,48]}},{"Key":"Trophy Wall-Mount","Value":{"d":[80,48]}},{"Key":"Tusoteuthis Saddle","Value":{"d":[80,48]}},{"Key":"Vacuum Compartment","Value":{"d":[80,48]}},{"Key":"Vacuum Compartment Moonpool","Value":{"d":[80,48]}},{"Key":"Vault","Value":{"d":[80,48]}},{"Key":"Velonasaur Saddle","Value":{"d":[80,48]}},{"Key":"Vertical Electrical Cable","Value":{"d":[80,48]}},{"Key":"Vessel","Value":{"d":[80,48]}},{"Key":"Wall Torch","Value":{"d":[80,48]}},{"Key":"War Map","Value":{"d":[80,48]}},{"Key":"Wardrums","Value":{"d":[80,48]}},{"Key":"Water Reservoir","Value":{"d":[80,48]}},{"Key":"Water Well","Value":{"d":[80,48]}},{"Key":"Whip","Value":{"d":[80,48]}},{"Key":"Wind Turbine","Value":{"d":[80,48]}},{"Key":"Wood Elevator Top Switch","Value":{"d":[80,48]}},{"Key":"Wood Elevator Track","Value":{"d":[80,48]}},{"Key":"Wooden Bench","Value":{"d":[80,48]}},{"Key":"Wooden Billboard","Value":{"d":[80,48]}},{"Key":"Wooden Cage","Value":{"d":[80,48]}},{"Key":"Wooden Catwalk","Value":{"d":[80,48]}},{"Key":"Wooden Ceiling","Value":{"d":[80,48]}},{"Key":"Wooden Chair","Value":{"d":[80,48]}},{"Key":"Wooden Club","Value":{"d":[80,48]}},{"Key":"Wooden Door","Value":{"d":[80,48]}},{"Key":"Wooden Doorframe","Value":{"d":[80,48]}},{"Key":"Wooden Double Door","Value":{"d":[80,48]}},{"Key":"Wooden Double Doorframe","Value":{"d":[80,48]}},{"Key":"Wooden Fence Foundation","Value":{"d":[80,48]}},{"Key":"Wooden Fence Support","Value":{"d":[80,48]}},{"Key":"Wooden Foundation","Value":{"d":[80,48]}},{"Key":"Wooden Hatchframe","Value":{"d":[80,48]}},{"Key":"Wooden Ladder","Value":{"d":[80,48]}},{"Key":"Wooden Pillar","Value":{"d":[80,48]}},{"Key":"Wooden Platform","Value":{"d":[80,48]}},{"Key":"Wooden Railing","Value":{"d":[80,48]}},{"Key":"Wooden Ramp","Value":{"d":[80,48]}},{"Key":"Wooden Shield","Value":{"d":[80,48]}},{"Key":"Wooden Sign","Value":{"d":[80,48]}},{"Key":"Wooden Spike Wall","Value":{"d":[80,48]}},{"Key":"Wooden Staircase","Value":{"d":[80,48]}},{"Key":"Wooden Stairs","Value":{"d":[80,48]}},{"Key":"Wooden Table","Value":{"d":[80,48]}},{"Key":"Wooden Trapdoor","Value":{"d":[80,48]}},{"Key":"Wooden Tree Platform","Value":{"d":[80,48]}},{"Key":"Wooden Triangle Ceiling","Value":{"d":[80,48]}},{"Key":"Wooden Triangle Foundation","Value":{"d":[80,48]}},{"Key":"Wooden Triangle Roof","Value":{"d":[80,48]}},{"Key":"Wooden Wall","Value":{"d":[80,48]}},{"Key":"Wooden Wall Sign","Value":{"d":[80,48]}},{"Key":"Wooden Window","Value":{"d":[80,48]}},{"Key":"Wooden Windowframe","Value":{"d":[80,48]}},{"Key":"Woolly Rhino Saddle","Value":{"d":[80,48]}},{"Key":"Wreath","Value":{"d":[80,48]}},{"Key":"Yutyrannus Saddle","Value":{"d":[80,48]}},{"Key":"Element Ore","Value":{"d":[32,32]}},{"Key":"Advanced Bullet","Value":{"d":[40,24]}},{"Key":"Advanced Rifle Bullet","Value":{"d":[40,24]}},{"Key":"Advanced Sniper Bullet","Value":{"d":[40,24]}},{"Key":"Base Ammo","Value":{"d":[40,24]}},{"Key":"Boulder","Value":{"d":[40,24]}},{"Key":"C4 Charge","Value":{"d":[40,24]}},{"Key":"Cannon Ball","Value":{"d":[40,24]}},{"Key":"Cannon Shell","Value":{"d":[40,24]}},{"Key":"Chain Bola","Value":{"d":[40,24]}},{"Key":"Flame Arrow","Value":{"d":[40,24]}},{"Key":"Flamethrower Ammo","Value":{"d":[40,24]}},{"Key":"Grappling Hook","Value":{"d":[40,24]}},{"Key":"Metal Arrow","Value":{"d":[40,24]}},{"Key":"Pheromone Dart","Value":{"d":[40,24]}},{"Key":"Rocket Homing Missile","Value":{"d":[40,24]}},{"Key":"Rocket Pod","Value":{"d":[40,24]}},{"Key":"Rocket Propelled Grenade","Value":{"d":[40,24]}},{"Key":"Shocking Tranquilizer Dart","Value":{"d":[40,24]}},{"Key":"Simple Bullet","Value":{"d":[40,24]}},{"Key":"Simple Rifle Ammo","Value":{"d":[40,24]}},{"Key":"Simple Shotgun Ammo","Value":{"d":[40,24]}},{"Key":"Spear Bolt","Value":{"d":[40,24]}},{"Key":"Stone Arrow","Value":{"d":[40,24]}},{"Key":"Tranq Arrow","Value":{"d":[40,24]}},{"Key":"Tranq Spear Bolt","Value":{"d":[40,24]}},{"Key":"Tranquilizer Dart","Value":{"d":[40,24]}},{"Key":"Transponder Node","Value":{"d":[40,24]}},{"Key":"Zip-Line Anchor","Value":{"d":[40,24]}},{"Key":"Metal","Value":{"d":[20,20]}},{"Key":"Stone","Value":{"d":[8,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":10000,"affinityIncreasePL":120,"foodConsumptionBase":0.01,"foodConsumptionMult":0.05,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Gasbags","blueprintPath":"/Game/Extinction/Dinos/GasBag/GasBags_Character_BP.GasBags_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"back stripe","colorIds":[20,22,41,33,34,13,14,43,8,42,9,10,49]},{"name":null,"colorIds":[]},{"name":"splotches","colorIds":[21,22,41,33,23,46,50,43,8,42,9,10,48,51]},{"name":null,"colorIds":[]},{"name":"back spots","colorIds":[39,22,41,33,37,24,14,43,8,42,9,10,51,49,48,52]},{"name":"main body","colorIds":[37,22,40,33,34,13,14,41,8,42,9,38,39]}],"statsRaw":[[650,0.2,0.27,0.5,0],[600,0.1,0.1,0,0],[1000,0.09,0.09,0,0],[3500,0.1,0.1,0,0],[3000,0.02,0.0125,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[60,400]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[60,400]}},{"Key":"Superior Augmented Kibble","Value":{"d":[60,400]}},{"Key":"Kibble","Value":{"d":[90,400]}},{"Key":"Exceptional Kibble","Value":{"d":[96,400]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,400]}},{"Key":"Superior Kibble","Value":{"d":[96,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":10000,"affinityIncreasePL":70,"torporDepletionPS0":0.3,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Ice Titan","blueprintPath":"/Game/Extinction/Dinos/IceKaiju/IceKaiju_Character_BP.IceKaiju_Character_BP","statsRaw":[[350000,0,0,0.5,0],[10000,0,0,0,0],[150,0,0,0,0],[864,0,0,0,0],[50000,0,0,0,0],[1,0,0,0.5,0.4],[1,0,0,0,0],[20000,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":true,"specialFoodValues":null,"tamingIneffectiveness":1,"affinityNeeded0":5,"affinityIncreasePL":0,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false}},{"name":"Managarmr","blueprintPath":"/Game/Extinction/Dinos/IceJumper/IceJumper_Character_BP.IceJumper_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[28,35,8,13,18,30,55]},{"name":"Side Highlights","colorIds":[24,42,50,46,43,44,49,48,51,19,21]},{"name":"Facial Highlights","colorIds":[32,33,34,8,13,35,14,18,40,41,55,28,49,50,51,52,53,54]},{"name":"Wings Main","colorIds":[18,28,8,40,55]},{"name":"Body Main","colorIds":[23,44,39,42,30,43,45,47,48,49,46,51,14,28,53]},{"name":"Wing Highlights","colorIds":[32,28,8,18,40,55]}],"statsRaw":[[825,0.2,0.27,0.5,0],[300,0.1,0.06,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1.5,0,0.0035,0.085,0],[800,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Mega Mek","blueprintPath":"/Game/Extinction/Dinos/Mek/MegaMek_Character_BP.MegaMek_Character_BP","colors":[{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]}],"statsRaw":[[9000,0.2,0.27,0.5,0],[1000,0.1,0.1,0,0],[150,0,0,0,0],[100,0,0,0,0],[9001,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0.01,"foodConsumptionMult":0.05,"violent":false},"immobilizedBy":["Large Bear Trap"]},{"name":"Mek","blueprintPath":"/Game/Extinction/Dinos/Mek/Mek_Character_BP.Mek_Character_BP","colors":[{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]}],"statsRaw":[[5500,0.16,0.27,0.5,0],[1000,0.1,0.1,0,0],[150,0,0,0,0],[100,0,0,0,0],[1250,0.0885,0.04,0,0],[1,0.0475,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":2000,"affinityNeeded0":10000,"affinityIncreasePL":5,"foodConsumptionBase":0,"foodConsumptionMult":0.05,"violent":false},"immobilizedBy":["Large Bear Trap"]},{"name":"Snow Owl","blueprintPath":"/Game/Extinction/Dinos/Owl/Owl_Character_BP.Owl_Character_BP","breeding":{"gestationTime":0,"incubationTime":10587.388672,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":12,"eggTempMax":13.5},"colors":[{"name":"Body Main","colorIds":[28,35,8,13,18,55,33,34]},{"name":null,"colorIds":[]},{"name":"Wing Highlights","colorIds":[34,8,13,35,18,28,55]},{"name":null,"colorIds":[]},{"name":"Body Lower","colorIds":[28,35,8,13,18,55,33,34]},{"name":"Body Highlights","colorIds":[28,35,8,13,18,55,33,34]}],"statsRaw":[[325,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[375,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0,0],[600,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2200,"affinityIncreasePL":70,"torporDepletionPS0":0.3,"foodConsumptionBase":0.01,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Velonasaur","blueprintPath":"/Game/Extinction/Dinos/Spindles/Spindles_Character_BP.Spindles_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Body Lower","colorIds":[45,46,47,26,33,32,34,37,38,39,40,41,42,8,35]},{"name":"Claws","colorIds":[23,8,25,26,32,33,35,37,47]},{"name":"Armor Plating Highlights","colorIds":[21,22,23,24,32,33,35,8,37,39,40,41,43,44,47]},{"name":"Spikes Base","colorIds":[24,27,34,35,41,45,56,33,8]},{"name":"Belly","colorIds":[23,25,48,8,13,32,33,47,46,43]},{"name":"Body Upper","colorIds":[22,24,48,34,33,41,42,43,45,52,56]}],"statsRaw":[[440,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[225,0.1,0.1,0,0],[2250,0.1,0.1,0,0],[325,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[400,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":80,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Achatina","blueprintPath":"/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP_Aberrant.Achatina_Character_BP_Aberrant","colors":[{"name":"Body","colorIds":[49,22,33,34,41,42,43]},{"name":"Shell","colorIds":[19,21,22,23,24,28,30,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":"Shell Highlights","colorIds":[19,28,33,30,32,21,43,25,23]},{"name":"Stripe","colorIds":[19,21,32,30,41,25,23,50]},{"name":"Underside","colorIds":[19,21,33,30,50,25,23]}],"statsRaw":[[75,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[50,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[195,400]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Aberrant Anglerfish","blueprintPath":"/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP_Aberrant.Angler_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36,1,4,3,2]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Tail fin and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]}],"statsRaw":[[450,0.2,0.27,0.3,0],[240,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[350,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[900,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1800,"affinityIncreasePL":90,"torporDepletionPS0":2.8,"foodConsumptionBase":0.001852,"foodConsumptionMult":149.988007,"violent":true}},{"name":"Aberrant Ankylosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP_Aberrant.Ankylo_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"Back","colorIds":[0]},{"name":"Spikes","colorIds":[21,23,32,33,8,14]},{"name":"Leg Plates","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Spike Tips","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Head and Back","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[175,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.35,0],[420,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Araneo","blueprintPath":"/Game/PrimalEarth/Dinos/Spider-Small/SpiderS_Character_BP_Aberrant.SpiderS_Character_BP_Aberrant","colors":[{"name":"Thorax and Head","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Lower Abdomen","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Leg","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Scutes","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Upper Abdomen and Markings","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[150,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[100,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[80,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":4000,"affinityIncreasePL":120,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Arthropluera","blueprintPath":"/Game/PrimalEarth/Dinos/Arthropluera/Arthro_Character_BP_Aberrant.Arthro_Character_BP_Aberrant","colors":[{"name":"Segments","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Head","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Sternites","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Legs, Antennae, and Forcipules","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Underside of Head/Segments","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[500,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[100,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Broth of Enlightenment","Spoiled Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Broth of Enlightenment","Value":{"d":[20,1500]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":3000,"affinityIncreasePL":75,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Aberrant Baryonyx","blueprintPath":"/Game/PrimalEarth/Dinos/Baryonyx/Baryonyx_Character_BP_Aberrant.Baryonyx_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body","colorIds":[22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[23,37,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[32,33,39,34,41,24,13]},{"name":"Underside","colorIds":[37,32,33,39,38,40,23,8]}],"statsRaw":[[440,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[225,0.1,0.1,0,0],[2250,0.1,0.1,0,0],[325,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[400,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2500,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Beelzebufo","blueprintPath":"/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP_Aberrant.Toad_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Spikes","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Belly and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[220,0.2,0.27,0.5,0],[190,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[160,0.02,0.04,0,0],[1,0.05,0.1,0.2,0.25],[1,0,0.01,1,0],[200,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1800,"affinityIncreasePL":75,"torporDepletionPS0":0.6666,"foodConsumptionBase":0.001929,"foodConsumptionMult":648.00415,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Carbonemys","blueprintPath":"/Game/PrimalEarth/Dinos/Turtle/Turtle_Character_BP_Aberrant.Turtle_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":4499.640137,"maturationTime":83333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Shell Base","colorIds":[19,21,23,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell, Plates, and Claws","colorIds":[20,22,24,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[270,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.7,0],[275,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.864,"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.2,"Value":"Body"},{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Aberrant Carnotaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP_Aberrant.Carno_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Horns","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[420,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0125,0.085,0],[350,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Dimetrodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimetrodon/Dimetro_Character_BP_Aberrant.Dimetro_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[21,23,25,26,32,33,8,14]},{"name":"Side Fin","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail Spines","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Legs and Belly","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]}],"statsRaw":[[350,0.2,0.27,0.65,0],[300,0.1,0.1,0,0],[500,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[250,0.02,0.04,0,0],[1,0.02,0.04,0.8,0.5],[1,0,0.01,0,0],[750,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":90,"torporDepletionPS0":5,"foodConsumptionBase":0.001736,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Dimorphodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP_Aberrant.Dimorph_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":4864.475586,"maturationTime":90090.085938,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":35,"eggTempMax":38},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Face and Wing Membrane","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":900,"affinityIncreasePL":45,"torporDepletionPS0":0.8333,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Aberrant Diplocaulus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP_Aberrant.Diplocaulus_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Fins","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":"Underbelly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[190,0.2,0.27,0.5,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.25],[1,0,0.01,0,0],[220,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":225,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Diplodocus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP_Aberrant.Diplodocus_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":29},"colors":[{"name":"Sides, Legs, and Accents","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[1700,0.2,0.27,0.5,0],[550,0.1,0.1,0,0],[300,0.1,0.1,0,0],[10000,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0,0,0.5,0.4],[1,0,0.01,0,0],[3000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Regular Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Superior Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Kibble","Value":{"d":[79.919998,275]}},{"Key":"Exceptional Kibble","Value":{"d":[85.248001,275]}},{"Key":"Extraordinary Kibble","Value":{"d":[85.248001,275]}},{"Key":"Regular Kibble","Value":{"d":[85.248001,275]}},{"Key":"Superior Kibble","Value":{"d":[85.248001,275]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.08,"affinityNeeded0":7500,"affinityIncreasePL":375,"torporDepletionPS0":0.75,"foodConsumptionBase":0.007716,"foodConsumptionMult":180.001144,"wakeAffinityMult":3,"wakeFoodDeplMult":2,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Dire Bear","blueprintPath":"/Game/PrimalEarth/Dinos/Direbear/Direbear_Character_BP_Aberrant.Direbear_Character_BP_Aberrant","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Back and Head","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.5,0],[500,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[650,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[1000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Giant Bee Honey","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Giant Bee Honey","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4000,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Dodo","blueprintPath":"/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP_Aberrant.Dodo_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Face","colorIds":[21,23,32,33,8,14]},{"name":"Beak","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Forehead, Neck, and Feet","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Head","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Wings and Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[40,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[50,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[30,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Doedicurus","blueprintPath":"/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP_Aberrant.Doed_Character_BP_Aberrant","breeding":{"gestationTime":17857.142578,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Shell and Plates","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Spikes and Claws","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]}],"statsRaw":[[850,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.6,0],[800,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.864,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.75,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Dung Beetle","blueprintPath":"/Game/PrimalEarth/Dinos/DungBeetle/DungBeetle_Character_BP_Aberrant.DungBeetle_Character_BP_Aberrant","colors":[{"name":"Shell","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Legs","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Palps and Leg Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Shell Patterning","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[200,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[5,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[200,0.06,0,0.5,0]],"taming":{"eats":["Large Animal Feces","Medium Animal Feces","Spoiled Meat","Small Animal Feces","Human Feces","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Large Animal Feces","Value":{"d":[37.5,225]}},{"Key":"Medium Animal Feces","Value":{"d":[25,150]}},{"Key":"Small Animal Feces","Value":{"d":[12.5,75]}},{"Key":"Human Feces","Value":{"d":[10,60]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":900,"affinityIncreasePL":50,"foodConsumptionBase":0.001488,"foodConsumptionMult":336.021515,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Electrophorus","blueprintPath":"/Game/PrimalEarth/Dinos/Eel/Eel_Character_BP_Aberrant.Eel_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body Main","colorIds":[19,20,21,22,23,24,25,28,29,30,31,14,36]},{"name":"Fins","colorIds":[19,20,21,22,28,30,43,48]},{"name":"Eel Highlight","colorIds":[0]},{"name":"Fin Highlight","colorIds":[0]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[19,43,21,42,23,24,25,28,48,30,49,14,36]}],"statsRaw":[[180,0.2,0.27,-0.2,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.25],[1,0,0.01,0,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Bio Toxin","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Bio Toxin","Value":{"d":[45,200]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2250,"affinityIncreasePL":90,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Aberrant Equus","blueprintPath":"/Game/PrimalEarth/Dinos/Equus/Equus_Character_BP_Aberrant.Equus_Character_BP_Aberrant","breeding":{"gestationTime":47619.042969,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"BodyMain","colorIds":[9,32,33,34,8,13,35,14,41,56,42,55]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]},{"name":"Underbelly and Highlights","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]}],"statsRaw":[[240,0.2,0.27,0.5,0],[560,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0175,0.2,0],[420,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Kibble","Rockarrot","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[21.327999,400]}},{"Key":"Rockarrot","Value":{"d":[20,210]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":3600,"affinityIncreasePL":180,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Aberrant Gigantopithecus","blueprintPath":"/Game/PrimalEarth/Dinos/Bigfoot/Bigfoot_Character_BP_Aberrant.Bigfoot_Character_BP_Aberrant","breeding":{"gestationTime":23809.521484,"incubationTime":0,"maturationTime":277777.75,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Fur Mane","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[640,0.1,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[220,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.06,0],[1100,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Regular Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Superior Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Kibble","Value":{"d":[79.919998,300]}},{"Key":"Exceptional Kibble","Value":{"d":[85.248001,300]}},{"Key":"Extraordinary Kibble","Value":{"d":[85.248001,300]}},{"Key":"Regular Kibble","Value":{"d":[85.248001,300]}},{"Key":"Superior Kibble","Value":{"d":[85.248001,300]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":4600,"affinityIncreasePL":75,"foodConsumptionBase":0.004156,"foodConsumptionMult":176.03154,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3.5,"Value":"Head"}]},{"name":"Aberrant Iguanodon","blueprintPath":"/Game/PrimalEarth/Dinos/Iguanodon/Iguanodon_Character_BP_Aberrant.Iguanodon_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"MainBody","colorIds":[42,21,22,23,24,25,45,46,32,33,34,8,13,35,14,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Highlights and Belly","colorIds":[43,21,23,25,47,32,37,8,14]}],"statsRaw":[[250,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1800,0.1,0.1,0,0],[375,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0,0],[210,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":2800,"affinityIncreasePL":140,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Aberrant Lystrosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Lystrosaurus/Lystro_Character_BP_Aberrant.Lystro_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Spine and Feet","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[90,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[215,0.1,0.1,0,0],[500,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,2,0],[100,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Rare Flower","Mejoberry","Berries","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Rare Flower","Value":{"d":[34.9995,200]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":2000,"affinityIncreasePL":22.5,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1.1,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Manta","blueprintPath":"/Game/PrimalEarth/Dinos/Manta/Manta_Character_BP_Aberrant.Manta_Character_BP_Aberrant","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Spots","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[320,0.05,0.0675,0.5,0],[270,0.2,0.2,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.05,1,0.4],[1,0,0.0125,0,0],[700,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["AnglerGel"],"nonViolent":true,"specialFoodValues":[{"Key":"AnglerGel","Value":{"d":[24,50]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1,"violent":false}},{"name":"Aberrant Megalania","blueprintPath":"/Game/PrimalEarth/Dinos/Megalania/Megalania_Character_BP_Aberrant.Megalania_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body Main","colorIds":[21,22,23,24,25,26,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[42,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,51]},{"name":"Belly","colorIds":[43,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,52]}],"statsRaw":[[480,0.2,0.27,0.5,0],[400,0.1,0.1,0,0],[200,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[700,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.5,"affinityNeeded0":4000,"affinityIncreasePL":85,"torporDepletionPS0":3.6,"foodConsumptionBase":0.001736,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Megalosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Megalosaurus/Megalosaurus_Character_BP_Aberrant.Megalosaurus_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Face, Appendages, Sides","colorIds":[42,21,22,23,24,25,46,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feathers, Osteoderms, Patterning","colorIds":[42,22,24,46,45,33,34,13,35,14]},{"name":"Belly","colorIds":[47,23,25,28,32,33,8,14]}],"statsRaw":[[1025,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[775,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[90,400]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[90,400]}},{"Key":"Superior Augmented Kibble","Value":{"d":[90,400]}},{"Key":"Kibble","Value":{"d":[135,400]}},{"Key":"Exceptional Kibble","Value":{"d":[144,400]}},{"Key":"Extraordinary Kibble","Value":{"d":[144,400]}},{"Key":"Superior Kibble","Value":{"d":[144,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Moschops","blueprintPath":"/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP_Aberrant.Moschops_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"unknown","colorIds":[22,24,42,33,35,14]},{"name":"unknown","colorIds":[22,24,34,33,13,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[21,24,42,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[300,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.2,0],[300,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Raw Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,250]}},{"Key":"Raw Prime Meat","Value":{"d":[50,200]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,80]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":6000,"affinityIncreasePL":150,"foodConsumptionBase":0.001736,"foodConsumptionMult":176.03154,"wakeAffinityMult":2.5,"wakeFoodDeplMult":1.2,"violent":false},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Aberrant Otter","blueprintPath":"/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP_Aberrant.Otter_Character_BP_Aberrant","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":142800},"colors":[{"name":"Body Main","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Stripes and Highlights","colorIds":[22,33,34,8,13,35,14,37,38,39]},{"name":"Underbelly","colorIds":[21,32,33,8,37,38,39]}],"statsRaw":[[40,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[600,0.1,0.1,0,0],[400,0.1,0.1,0,0],[30,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.7,0],[350,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":1200,"affinityIncreasePL":25,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Ovis","blueprintPath":"/Game/PrimalEarth/Dinos/Sheep/Sheep_Character_BP_Aberrant.Sheep_Character_BP_Aberrant","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Horns","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Hooves and Eye Regions","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[100,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[85,0.06,0,0.5,0]],"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":true,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,200000]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"foodConsumptionBase":0.003156,"foodConsumptionMult":1584.283936,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Paraceratherium","blueprintPath":"/Game/PrimalEarth/Dinos/Paraceratherium/Paracer_Character_BP_Aberrant.Paracer_Character_BP_Aberrant","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[1026,0.2,0.2025,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6500,0.1,0.1,0,0],[850,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1300,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.0923,"affinityNeeded0":6500,"affinityIncreasePL":325,"torporDepletionPS0":0.9025,"foodConsumptionBase":0.0035,"foodConsumptionMult":327.6474,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Parasaur","blueprintPath":"/Game/PrimalEarth/Dinos/Para/Para_Character_BP_Aberrant.Para_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Beak and Frill","colorIds":[20,22,24,26,27,33,34,13,35,14,36]},{"name":"Frill Edge","colorIds":[19,21,23,25,26,32,33,8,14]},{"name":"Crest","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[19,21,23,25,26,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[480,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[150,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Aberrant Pulmonoscorpius","blueprintPath":"/Game/PrimalEarth/Dinos/Scorpion/Scorpion_Character_BP_Aberrant.Scorpion_Character_BP_Aberrant","colors":[{"name":"Plate Edges","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Claw Stripes, Barb Patterning, Body Joints","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Limb Joints","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Body","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Plates","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Legs","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[280,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[200,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1,0],[150,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Spoiled Meat","Basic Kibble","Simple Kibble","Raw Meat"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Aberrant Purlovia","blueprintPath":"/Game/PrimalEarth/Dinos/Purlovia/Purlovia_Character_BP_Aberrant.Purlovia_Character_BP_Aberrant","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,39,37,41,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[20,41,33,34,13,35]},{"name":"Highlights","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[275,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[4000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2250,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Raptor","blueprintPath":"/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP_Aberrant.Raptor_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Body Accent","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Feather Tips","colorIds":[19,21,23,25,26,28,30]},{"name":null,"colorIds":[]},{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Feathers","colorIds":[19,21,23,25,26,28,30]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0.2,0],[180,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Aberrant Sarco","blueprintPath":"/Game/PrimalEarth/Dinos/Sarco/Sarco_Character_BP_Aberrant.Sarco_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Stripe, Face, and Tail","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Snout and Tail Tip","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Plates","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Body Accent","colorIds":[23,24,26,27,33,34,13,35,14]}],"statsRaw":[[400,0.2,0.27,0.65,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[300,0.02,0.04,0,0],[1,0.05,0.1,0.8,0.5],[1,0,0.01,0.6,0],[400,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001578,"foodConsumptionMult":211.237854,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Aberrant Spino","blueprintPath":"/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP_Aberrant.Spino_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":13845.046875,"maturationTime":256410.25,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Sail Edge","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Face, Tail, Inner Sail, and Frill","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[650,0.1,0.1,0,0],[2600,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[850,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.5,"affinityNeeded0":3200,"affinityIncreasePL":150,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Aberrant Stegosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Stego/Stego_Character_BP_Aberrant.Stego_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spine","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Plate Base and Spike Base","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Plate Edge and Spike Tips","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Belly","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0.964,0],[500,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":6000,"affinityIncreasePL":300,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.7,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Aberrant Titanoboa","blueprintPath":"/Game/PrimalEarth/Dinos/BoaFrill/BoaFrill_Character_BP_Aberrant.BoaFrill_Character_BP_Aberrant","colors":[{"name":"Body","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14,36]},{"name":"Frill Middle Line 1","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 2","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 3","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Body Accent and Inner Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Outer Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]}],"statsRaw":[[170,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"doesNotUseOxygen":true,"taming":{"eats":["Golden Hesperornis Egg","Fertilized Giganotosaurus Egg","Giganotosaurus Egg","Basilisk Egg","Bronto Egg","Dinosaur Egg","Diplo Egg","Fertilized Aberrant Diplo Egg","Fertilized Bronto Egg","Fertilized Diplo Egg","Titanboa Egg","Dimetrodon Egg","Fertilized Aberrant Dimetrodon Egg","Fertilized Aberrant Sarco Egg","Fertilized Dimetrodon Egg","Fertilized Glowtail Egg","Fertilized Quetzal Egg","Fertilized Rex Egg","Fertilized Sarco Egg","Fertilized Tek Quetzal Egg","Fertilized Tek Rex Egg","Fertilized Yutyrannus Egg","Glowtail Egg","Quetzal Egg","Rex Egg","Sarco Egg","Tek Quetzal Egg","Tek Rex Egg","Yutyrannus Egg","Allosaurus Egg","Argentavis Egg","Carno Egg","Fertilized Aberrant Carno Egg","Fertilized Aberrant Megalosaurus Egg","Fertilized Aberrant Spino Egg","Fertilized Aberrant Stego Egg","Fertilized Allosaurus Egg","Fertilized Argentavis Egg","Fertilized Carno Egg","Fertilized Kentro Egg","Fertilized Megalosaurus Egg","Fertilized Snow Owl Egg","Fertilized Spino Egg","Fertilized Stego Egg","Fertilized Tek Stego Egg","Fertilized Therizino Egg","Kentro Egg","Megalosaurus Egg","Snow Owl Egg","Spino Egg","Stego Egg","Tek Stego Egg","Therizino Egg","Araneo Egg","Camelsaurus Egg","Fertilized Aberrant Trike Egg","Fertilized Camelsaurus Egg","Fertilized Pachyrhino Egg","Fertilized Thorny Dragon Egg","Fertilized Trike Egg","Mantis Egg","Pachyrhino Egg","Pulminoscorpius Egg","Thorny Dragon Egg","Trike Egg","Baryonyx Egg","Featherlight Egg","Fertilized Aberrant Baryonyx Egg","Fertilized Aberrant Megalania Egg","Fertilized Aberrant Raptor Egg","Fertilized Baryonyx Egg","Fertilized Featherlight Egg","Fertilized Ichthyornis Egg","Fertilized Kaprosuchus Egg","Fertilized Megalania Egg","Fertilized Pachycephalosaurus Egg","Fertilized Pelagornis Egg","Fertilized Pteranodon Egg","Fertilized Raptor Egg","Fertilized Rock Drake Egg","Fertilized Tapejara Egg","Fertilized Tek Raptor Egg","Fertilized Terror Bird Egg","Fertilized Wyvern Egg","Ichthyornis Egg","Kaprosuchus Egg","Megalania Egg","Pachycephalosaurus Egg","Pelagornis Egg","Pteranodon Egg","Raptor Egg","Rock Drake Egg","Tapejara Egg","Tek Raptor Egg","Terror Bird Egg","Wyvern Egg","Fertilized Oviraptor Egg","Oviraptor Egg","Ankylo Egg","Dimorph Egg","Fertilized Aberrant Ankylo Egg","Fertilized Aberrant Iguanodon Egg","Fertilized Aberrant Moschops Egg","Fertilized Aberrant Parasaur Egg","Fertilized Ankylo Egg","Fertilized Dimorph Egg","Fertilized Gallimimus Egg","Fertilized Iguanodon Egg","Fertilized Moschops Egg","Fertilized Moth Egg","Fertilized Parasaur Egg","Fertilized Tek Parasaur Egg","Fertilized Vulture Egg","Gallimimus Egg","Iguanodon Egg","Moschops Egg","Moth Egg","Parasaur Egg","Tek Parasaur Egg","Vulture Egg","Archaeopteryx Egg","Compy Egg","Dilo Egg","Dodo Egg","Fertilized Aberrant Dodo Egg","Fertilized Aberrant Lystrosaurus Egg","Fertilized Aberrant Turtle Egg","Fertilized Achaeopteryx Egg","Fertilized Compy Egg","Fertilized Dilo Egg","Fertilized Dodo Egg","Fertilized Hesperornis Egg","Fertilized Kairuku Egg","Fertilized Lystrosaurus Egg","Fertilized Microraptor Egg","Fertilized Pegomastax Egg","Fertilized Troodon Egg","Fertilized Turtle Egg","Fertilized Velonasaur Egg","Hesperornis Egg","Kairuku Egg","Lystro Egg","Microraptor Egg","Pegomastax Egg","Troodon Egg","Turtle Egg","Velonasaur Egg"],"nonViolent":true,"specialFoodValues":[{"Key":"Golden Hesperornis Egg","Value":{"d":[1125,150]}},{"Key":"Fertilized Giganotosaurus Egg","Value":{"d":[900,120]}},{"Key":"Giganotosaurus Egg","Value":{"d":[900,120]}},{"Key":"Basilisk Egg","Value":{"d":[750,100]}},{"Key":"Bronto Egg","Value":{"d":[750,100]}},{"Key":"Dinosaur Egg","Value":{"d":[750,100]}},{"Key":"Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Aberrant Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Bronto Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Diplo Egg","Value":{"d":[750,100]}},{"Key":"Titanboa Egg","Value":{"d":[750,100]}},{"Key":"Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Glowtail Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Yutyrannus Egg","Value":{"d":[600,80]}},{"Key":"Glowtail Egg","Value":{"d":[600,80]}},{"Key":"Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Rex Egg","Value":{"d":[600,80]}},{"Key":"Sarco Egg","Value":{"d":[600,80]}},{"Key":"Tek Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Tek Rex Egg","Value":{"d":[600,80]}},{"Key":"Yutyrannus Egg","Value":{"d":[600,80]}},{"Key":"Allosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Argentavis Egg","Value":{"d":[412.5,55]}},{"Key":"Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Allosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Argentavis Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Kentro Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Snow Owl Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Tek Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Therizino Egg","Value":{"d":[412.5,55]}},{"Key":"Kentro Egg","Value":{"d":[412.5,55]}},{"Key":"Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Snow Owl Egg","Value":{"d":[412.5,55]}},{"Key":"Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Tek Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Therizino Egg","Value":{"d":[412.5,55]}},{"Key":"Araneo Egg","Value":{"d":[337.5,45]}},{"Key":"Camelsaurus Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Aberrant Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Camelsaurus Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Pachyrhino Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Thorny Dragon Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Mantis Egg","Value":{"d":[337.5,45]}},{"Key":"Pachyrhino Egg","Value":{"d":[337.5,45]}},{"Key":"Pulminoscorpius Egg","Value":{"d":[337.5,45]}},{"Key":"Thorny Dragon Egg","Value":{"d":[337.5,45]}},{"Key":"Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Featherlight Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Featherlight Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Ichthyornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Kaprosuchus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pachycephalosaurus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pelagornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pteranodon Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Rock Drake Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tapejara Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tek Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Terror Bird Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Wyvern Egg","Value":{"d":[262.5,35]}},{"Key":"Ichthyornis Egg","Value":{"d":[262.5,35]}},{"Key":"Kaprosuchus Egg","Value":{"d":[262.5,35]}},{"Key":"Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Pachycephalosaurus Egg","Value":{"d":[262.5,35]}},{"Key":"Pelagornis Egg","Value":{"d":[262.5,35]}},{"Key":"Pteranodon Egg","Value":{"d":[262.5,35]}},{"Key":"Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Rock Drake Egg","Value":{"d":[262.5,35]}},{"Key":"Tapejara Egg","Value":{"d":[262.5,35]}},{"Key":"Tek Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Terror Bird Egg","Value":{"d":[262.5,35]}},{"Key":"Wyvern Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Oviraptor Egg","Value":{"d":[225,30]}},{"Key":"Oviraptor Egg","Value":{"d":[225,30]}},{"Key":"Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Dimorph Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Dimorph Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Gallimimus Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moth Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Tek Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Vulture Egg","Value":{"d":[187.5,25]}},{"Key":"Gallimimus Egg","Value":{"d":[187.5,25]}},{"Key":"Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Moth Egg","Value":{"d":[187.5,25]}},{"Key":"Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Tek Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Vulture Egg","Value":{"d":[187.5,25]}},{"Key":"Archaeopteryx Egg","Value":{"d":[150,20]}},{"Key":"Compy Egg","Value":{"d":[150,20]}},{"Key":"Dilo Egg","Value":{"d":[150,20]}},{"Key":"Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Achaeopteryx Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Compy Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dilo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Hesperornis Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Kairuku Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Microraptor Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Pegomastax Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Troodon Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Velonasaur Egg","Value":{"d":[150,20]}},{"Key":"Hesperornis Egg","Value":{"d":[150,20]}},{"Key":"Kairuku Egg","Value":{"d":[150,20]}},{"Key":"Lystro Egg","Value":{"d":[150,20]}},{"Key":"Microraptor Egg","Value":{"d":[150,20]}},{"Key":"Pegomastax Egg","Value":{"d":[150,20]}},{"Key":"Troodon Egg","Value":{"d":[150,20]}},{"Key":"Turtle Egg","Value":{"d":[150,20]}},{"Key":"Velonasaur Egg","Value":{"d":[150,20]}}],"tamingIneffectiveness":3,"affinityNeeded0":1950,"affinityIncreasePL":90,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Aberrant Triceratops","blueprintPath":"/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP_Aberrant.Trike_Character_BP_Aberrant","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Face and Feet","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Frill","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,1.2,0],[250,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.96,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.15,"Value":"Head"}]},{"name":"Achatina","blueprintPath":"/Game/PrimalEarth/Dinos/Achatina/Achatina_Character_BP.Achatina_Character_BP","colors":[{"name":"Body","colorIds":[49,22,33,34,41,42,43]},{"name":"Shell","colorIds":[19,21,22,23,24,28,30,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":"Shell Highlights","colorIds":[19,28,33,30,32,21,43,25,23]},{"name":"Stripe","colorIds":[19,21,32,30,41,25,23,50]},{"name":"Underside","colorIds":[19,21,33,30,50,25,23]}],"statsRaw":[[75,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[50,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":false,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[195,400]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Allosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Allosaurus/Allo_Character_BP.Allo_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Spine","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Belly","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]}],"statsRaw":[[630,0.2,0.27,0.5,0],[250,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[380,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,-0.1,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2400,"affinityIncreasePL":100,"torporDepletionPS0":0.8,"foodConsumptionBase":0.002052,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Anglerfish","blueprintPath":"/Game/PrimalEarth/Dinos/Anglerfish/Angler_Character_BP.Angler_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36,1,4,3,2]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Tail fin and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]}],"statsRaw":[[450,0.2,0.27,0.3,0],[240,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[350,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[900,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1800,"affinityIncreasePL":90,"torporDepletionPS0":2.8,"foodConsumptionBase":0.001852,"foodConsumptionMult":149.988007,"violent":true}},{"name":"Ankylosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Ankylo/Ankylo_Character_BP.Ankylo_Character_BP","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"Back","colorIds":[0]},{"name":"Spikes","colorIds":[21,23,32,33,8,14]},{"name":"Leg Plates","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Spike Tips","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Head and Back","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[175,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.35,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Araneo","blueprintPath":"/Game/PrimalEarth/Dinos/Spider-Small/SpiderS_Character_BP.SpiderS_Character_BP","colors":[{"name":"Thorax and Head","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Lower Abdomen","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Leg","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Scutes","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Upper Abdomen and Markings","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[150,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[100,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[80,0.06,0,0.5,0]],"taming":{"eats":["Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":4000,"affinityIncreasePL":120,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Archaeopteryx","blueprintPath":"/Game/PrimalEarth/Dinos/Archaeopteryx/Archa_Character_BP.Archa_Character_BP","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"Sides, Tail, Wings and Face","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[21,23,32,33,8,14]},{"name":"Skin","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Top and Wing Tips","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Underside and Accents","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[30,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Chitin"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[25,400]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[25,400]}},{"Key":"Regular Augmented Kibble","Value":{"d":[25,400]}},{"Key":"Simple Augmented Kibble","Value":{"d":[25,400]}},{"Key":"Superior Augmented Kibble","Value":{"d":[25,400]}},{"Key":"Kibble","Value":{"d":[37.5,400]}},{"Key":"Exceptional Kibble","Value":{"d":[40,400]}},{"Key":"Extraordinary Kibble","Value":{"d":[40,400]}},{"Key":"Regular Kibble","Value":{"d":[40,400]}},{"Key":"Simple Kibble","Value":{"d":[40,400]}},{"Key":"Superior Kibble","Value":{"d":[40,400]}},{"Key":"Chitin","Value":{"d":[50,50]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":500,"affinityIncreasePL":22.5,"torporDepletionPS0":0.8333,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Argentavis","blueprintPath":"/Game/PrimalEarth/Dinos/Argentavis/Argent_Character_BP.Argent_Character_BP","breeding":{"gestationTime":0,"incubationTime":10587.388672,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":12,"eggTempMax":13.5},"colors":[{"name":"Main Body","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":null,"colorIds":[]},{"name":"Wing Tips","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":"Legs","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":"Head Feathers","colorIds":[20,22,24,33,34,13,35,14,18]},{"name":"Underside","colorIds":[21,23,32,33,8,14,18]}],"statsRaw":[[365,0.2,0.30375,0.5,0],[400,0.05,0.075,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[400,0.02,0.055,0,0],[1,0.05,0.15,0.5,0.4],[1,0,0,0,0],[600,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Arthropluera","blueprintPath":"/Game/PrimalEarth/Dinos/Arthropluera/Arthro_Character_BP.Arthro_Character_BP","colors":[{"name":"Segments","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Head","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Sternites","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Legs, Antennae, and Forcipules","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Underside of Head/Segments","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[500,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[100,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Broth of Enlightenment","Spoiled Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Broth of Enlightenment","Value":{"d":[20,1500]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":3000,"affinityIncreasePL":75,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Baryonyx","blueprintPath":"/Game/PrimalEarth/Dinos/Baryonyx/Baryonyx_Character_BP.Baryonyx_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body","colorIds":[22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[23,37,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[32,33,39,34,41,24,13]},{"name":"Underside","colorIds":[37,32,33,39,38,40,23,8]}],"statsRaw":[[440,0.2,0.27,0.5,0],[325,0.1,0.1,0,0],[225,0.1,0.1,0,0],[2250,0.1,0.1,0,0],[325,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[400,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2500,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Basilosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Basilosaurus/Basilosaurus_Character_BP.Basilosaurus_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[2400,0.2,0.243,0.3,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[8000,0.1,0.1,0,0.15],[700,0.02,0.04,0,0],[1,0.05,0.1,0.9,0.4],[1,0,0.01,0,0],[2000,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Basic Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Therizinosaurus","nonViolent":true,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[319.679993,500]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[319.679993,500]}},{"Key":"Kibble","Value":{"d":[479.52002,500]}},{"Key":"Exceptional Kibble","Value":{"d":[511.488007,500]}},{"Key":"Extraordinary Kibble","Value":{"d":[511.488007,500]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Augmented Kibble","Value":{"d":[360,60]}},{"Key":"Regular Augmented Kibble","Value":{"d":[360,60]}},{"Key":"Simple Augmented Kibble","Value":{"d":[360,60]}},{"Key":"Superior Augmented Kibble","Value":{"d":[360,60]}},{"Key":"Basic Kibble","Value":{"d":[576,60]}},{"Key":"Regular Kibble","Value":{"d":[576,60]}},{"Key":"Simple Kibble","Value":{"d":[576,60]}},{"Key":"Superior Kibble","Value":{"d":[576,60]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6600,"affinityIncreasePL":250,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":5,"violent":false}},{"name":"Beelzebufo","blueprintPath":"/Game/PrimalEarth/Dinos/Toad/Toad_Character_BP.Toad_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Spikes","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Belly and Accents","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[220,0.2,0.27,0.5,0],[190,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[160,0.02,0.04,0,0],[1,0.05,0.1,0.2,0.25],[1,0,0.01,1,0],[200,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1800,"affinityIncreasePL":75,"torporDepletionPS0":0.6666,"foodConsumptionBase":0.001929,"foodConsumptionMult":648.00415,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Brontosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Sauropod/Sauropod_Character_BP.Sauropod_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":31},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spine","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Legs","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[2070,0.2,0.1254,0.5,0],[240,0.1,0.1,0,0],[150,0.1,0.1,0,0],[10000,0.1,0.1,0,0],[1600,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0,0],[2000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":10000,"affinityIncreasePL":500,"torporDepletionPS0":0.3,"foodConsumptionBase":0.007716,"foodConsumptionMult":180.001144,"violent":true},"immobilizedBy":["Large Bear Trap"]},{"name":"Carbonemys","blueprintPath":"/Game/PrimalEarth/Dinos/Turtle/Turtle_Character_BP.Turtle_Character_BP","breeding":{"gestationTime":0,"incubationTime":4499.640137,"maturationTime":83333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Shell Base","colorIds":[19,21,23,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell, Plates, and Claws","colorIds":[20,22,24,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[270,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.7,0],[275,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.2,"Value":"Body"},{"Key":0.5,"Value":"Tail"},{"Key":1,"Value":"Neck"}]},{"name":"Carnotaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Carno/Carno_Character_BP.Carno_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Horns","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[420,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0125,0.085,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Castoroides","blueprintPath":"/Game/PrimalEarth/Dinos/Beaver/Beaver_Character_BP.Beaver_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":222222.21875,"matingCooldownMin":64800,"matingCooldownMax":142800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Feet","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripe","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Tail","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[450,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[750,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[300,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.7,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.3,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":1.5,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"violent":true},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Chalicotherium","blueprintPath":"/Game/PrimalEarth/Dinos/Chalicotherium/Chalico_Character_BP.Chalico_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":296296.28125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[20,22,39,37,41,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,41,33,34,13,35]},{"name":"Stripes and Belly","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[600,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[4000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Beer Jar"],"nonViolent":true,"specialFoodValues":[{"Key":"Beer Jar","Value":{"d":[45,400]}}],"tamingIneffectiveness":0.16,"affinityNeeded0":5000,"affinityIncreasePL":275,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Compy","blueprintPath":"/Game/PrimalEarth/Dinos/Compy/Compy_Character_BP.Compy_Character_BP","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Patterning","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Belly","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[50,0.2,0.32,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[25,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1,0],[25,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Raw Prime Fish Meat"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[20,750]}},{"Key":"Raw Prime Meat","Value":{"d":[20,600]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[10,240]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":500,"affinityIncreasePL":65,"torporDepletionPS0":1.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":1728.110596,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Daeodon","blueprintPath":"/Game/PrimalEarth/Dinos/Daeodon/Daeodon_Character_BP.Daeodon_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Underbelly","colorIds":[32,33,37,39,40,36,14]},{"name":null,"colorIds":[]},{"name":"Top Highlights","colorIds":[39,34,22,33,35,37,41,42,56,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Main","colorIds":[23,24,42,37,41,32,33,34,8,13,35,14,36]}],"statsRaw":[[900,0.2,0.27,0.5,0],[250,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[800,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Basic Kibble","Regular Kibble","Simple Kibble","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,37.5]}},{"Key":"Raw Prime Meat","Value":{"d":[50,30]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,20.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,15]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,15]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,12]}}],"tamingIneffectiveness":0.0625,"affinityNeeded0":4500,"affinityIncreasePL":245,"torporDepletionPS0":1.8,"foodConsumptionBase":0.01,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Dilophosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Dilo/Dilo_Character_BP.Dilo_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back and Face","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spike Tips","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Spine and Spike Base","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill, Crest and Belly","colorIds":[21,23,25,26,28,32,33,8,14]},{"name":"Legs and Arms","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[130,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[45,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[75,0.06,0,0.5,0]],"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":1728.110596,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Dimetrodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimetrodon/Dimetro_Character_BP.Dimetro_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[21,23,25,26,32,33,8,14]},{"name":"Side Fin","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Sail Spines","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Legs and Belly","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]}],"statsRaw":[[350,0.2,0.27,0.65,0],[300,0.1,0.1,0,0],[500,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[250,0.02,0.04,0,0],[1,0.02,0.04,0.8,0.5],[1,0,0.01,0,0],[750,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":90,"torporDepletionPS0":5,"foodConsumptionBase":0.001736,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Dimorphodon","blueprintPath":"/Game/PrimalEarth/Dinos/Dimorphodon/Dimorph_Character_BP.Dimorph_Character_BP","breeding":{"gestationTime":0,"incubationTime":4864.475586,"maturationTime":90090.085938,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":35,"eggTempMax":38},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Face and Wing Membrane","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[125,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":4.166666,"affinityNeeded0":900,"affinityIncreasePL":45,"torporDepletionPS0":0.8333,"foodConsumptionBase":0.001302,"foodConsumptionMult":1152.07373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Diplocaulus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplocaulus/Diplocaulus_Character_BP.Diplocaulus_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Fins","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14]},{"name":"Underbelly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[190,0.2,0.27,0.5,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.25],[1,0,0.01,0,0],[220,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":225,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Diplodocus","blueprintPath":"/Game/PrimalEarth/Dinos/Diplodocus/Diplodocus_Character_BP.Diplodocus_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":29},"colors":[{"name":"Sides, Legs, and Accents","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spines","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[1700,0.2,0.27,0.5,0],[550,0.1,0.1,0,0],[300,0.1,0.1,0,0],[10000,0.1,0.1,0,0],[800,0.02,0.04,0,0],[1,0,0,0.5,0.4],[1,0,0.01,0,0],[3000,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Regular Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Superior Augmented Kibble","Value":{"d":[53.279999,275]}},{"Key":"Kibble","Value":{"d":[79.919998,275]}},{"Key":"Exceptional Kibble","Value":{"d":[85.248001,275]}},{"Key":"Extraordinary Kibble","Value":{"d":[85.248001,275]}},{"Key":"Regular Kibble","Value":{"d":[85.248001,275]}},{"Key":"Superior Kibble","Value":{"d":[85.248001,275]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.08,"affinityNeeded0":7500,"affinityIncreasePL":375,"torporDepletionPS0":0.75,"foodConsumptionBase":0.007716,"foodConsumptionMult":180.001144,"wakeAffinityMult":3,"wakeFoodDeplMult":2,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Direbear","blueprintPath":"/Game/PrimalEarth/Dinos/Direbear/Direbear_Character_BP.Direbear_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Back and Head","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.5,0],[500,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[650,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Giant Bee Honey","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Giant Bee Honey","Value":{"d":[80,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4000,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Direwolf","blueprintPath":"/Game/PrimalEarth/Dinos/Direwolf/Direwolf_Character_BP.Direwolf_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[32,33,34,8,13,35,14,18,40,41,21]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Tail, Back, and Face","colorIds":[32,33,34,8,13,35,14,18,40,41,21]},{"name":"Feet","colorIds":[32,33,34,8,13,35,14,18,40,41,21]}],"statsRaw":[[330,0.2,0.27,0.66,0],[260,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[170,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.5,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Dodo","blueprintPath":"/Game/PrimalEarth/Dinos/Dodo/Dodo_Character_BP.Dodo_Character_BP","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"Face","colorIds":[21,23,32,33,8,14]},{"name":"Beak","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Forehead, Neck, and Feet","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Head","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Wings and Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[40,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[50,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[30,0.06,0,0.5,0]],"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.3,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Doedicurus","blueprintPath":"/Game/PrimalEarth/Dinos/Doedicurus/Doed_Character_BP.Doed_Character_BP","breeding":{"gestationTime":17857.142578,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Shell and Plates","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Spikes and Claws","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,29]}],"statsRaw":[[850,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.02,0.6,0],[800,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4000,"affinityIncreasePL":150,"torporDepletionPS0":0.75,"foodConsumptionBase":0.003156,"foodConsumptionMult":176.03154,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Dragon","blueprintPath":"/Game/PrimalEarth/Dinos/Dragon/Dragon_Character_BP.Dragon_Character_BP","statsRaw":[[20000,0.2,0.2,0.3,0],[400,0.1,0.1,0,0],[2000,0.1,0.1,0,0],[2600,0.1,0.1,0,0],[3000,0.02,0.02,0,0],[1,0.05,0.04,0.3,0.3],[1,0,0,0,0],[350,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":false}},{"name":"Dung Beetle","blueprintPath":"/Game/PrimalEarth/Dinos/DungBeetle/DungBeetle_Character_BP.DungBeetle_Character_BP","colors":[{"name":"Shell","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Legs","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Palps and Leg Patterning","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Shell Patterning","colorIds":[20,22,24,26,27,29,31,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]}],"statsRaw":[[200,0.2,0.135,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0],[5,0.02,0.08,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[200,0.06,0,0.5,0]],"taming":{"eats":["Large Animal Feces","Medium Animal Feces","Spoiled Meat","Small Animal Feces","Human Feces","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Large Animal Feces","Value":{"d":[37.5,225]}},{"Key":"Medium Animal Feces","Value":{"d":[25,150]}},{"Key":"Small Animal Feces","Value":{"d":[12.5,75]}},{"Key":"Human Feces","Value":{"d":[10,60]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":900,"affinityIncreasePL":50,"foodConsumptionBase":0.001488,"foodConsumptionMult":336.021515,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Dunkleosteus","blueprintPath":"/Game/PrimalEarth/Dinos/Dunkleosteus/Dunkle_Character_BP.Dunkle_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Spots","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Head","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[710,0.2,0.27,0.3,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[910,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[1150,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[79.800003,400]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[79.800003,400]}},{"Key":"Superior Augmented Kibble","Value":{"d":[79.800003,400]}},{"Key":"Kibble","Value":{"d":[119.700005,400]}},{"Key":"Exceptional Kibble","Value":{"d":[127.680008,400]}},{"Key":"Extraordinary Kibble","Value":{"d":[127.680008,400]}},{"Key":"Superior Kibble","Value":{"d":[127.680008,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.275,"affinityNeeded0":1300,"affinityIncreasePL":60,"torporDepletionPS0":1,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true}},{"name":"Electrophorus","blueprintPath":"/Game/PrimalEarth/Dinos/Eel/Eel_Character_BP.Eel_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body Main","colorIds":[19,20,21,22,23,24,25,28,29,30,31,14,36]},{"name":"Fins","colorIds":[19,20,21,22,28,30,43,48]},{"name":"Eel Highlight","colorIds":[0]},{"name":"Fin Highlight","colorIds":[0]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[19,43,21,42,23,24,25,28,48,30,49,14,36]}],"statsRaw":[[180,0.2,0.27,-0.2,0],[165,0.1,0.1,0,0],[1050,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,-0.25,0.25],[1,0,0.01,0,0],[175,0.06,0,0.5,0]],"taming":{"eats":["Bio Toxin","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Bio Toxin","Value":{"d":[45,200]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2250,"affinityIncreasePL":90,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Equus","blueprintPath":"/Game/PrimalEarth/Dinos/Equus/Equus_Character_BP.Equus_Character_BP","breeding":{"gestationTime":47619.042969,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"BodyMain","colorIds":[9,32,33,34,8,13,35,14,41,56,42,55]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]},{"name":"Underbelly and Highlights","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,55]}],"statsRaw":[[240,0.2,0.27,0.5,0],[560,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0175,0.2,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Rockarrot","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[21.327999,400]}},{"Key":"Rockarrot","Value":{"d":[20,210]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":3600,"affinityIncreasePL":180,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Gallimimus","blueprintPath":"/Game/PrimalEarth/Dinos/Gallimimus/Galli_Character_BP.Galli_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Feathers","colorIds":[20,22,24,26,27,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Spine and Feather Tips","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Lower Body","colorIds":[19,21,23,25,26,32,33,8,14]}],"statsRaw":[[150,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0],[270,0.02,0.04,0,0],[1,0.05,0.2,0.5,0.4],[1,0,0.01,0,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":2200,"affinityIncreasePL":95,"torporDepletionPS0":4.175,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Giant Bee","blueprintPath":"/Game/PrimalEarth/Dinos/Bee/Bee_Character_BP.Bee_Character_BP","colors":[{"name":"BodyHighlights","colorIds":[19,20,21,22,23,24,28,44,30,43]},{"name":null,"colorIds":[]},{"name":"Legs Highlight","colorIds":[19,20,21,22,23,24,28,44,30,43,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[56,35,34,29,41,52,31,14]}],"statsRaw":[[80,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[400,0.06,0,0.5,0]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":8.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"foodConsumptionBase":0.001736,"foodConsumptionMult":864.055298,"violent":false}},{"name":"Giant Queen Bee","blueprintPath":"/Game/PrimalEarth/Dinos/Bee/Bee_Queen_Character_BP.Bee_Queen_Character_BP","colors":[{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]},{"name":"unknown","colorIds":[20,22,33,34,41,42,43]}],"statsRaw":[[80,0,0,0.5,0],[200,0,0,0,0],[150,0,0,0,0],[800,0,0,0,0],[150,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[400,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Rare Flower","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[8.88,400]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[8.88,400]}},{"Key":"Regular Augmented Kibble","Value":{"d":[8.88,400]}},{"Key":"Simple Augmented Kibble","Value":{"d":[8.88,400]}},{"Key":"Superior Augmented Kibble","Value":{"d":[8.88,400]}},{"Key":"Kibble","Value":{"d":[13.32,400]}},{"Key":"Exceptional Kibble","Value":{"d":[14.208,400]}},{"Key":"Extraordinary Kibble","Value":{"d":[14.208,400]}},{"Key":"Regular Kibble","Value":{"d":[14.208,400]}},{"Key":"Simple Kibble","Value":{"d":[14.208,400]}},{"Key":"Superior Kibble","Value":{"d":[14.208,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Rare Flower","Value":{"d":[75,150]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":2000,"affinityIncreasePL":22.5,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2.5,"violent":false}},{"name":"Giganotosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Giganotosaurus/Gigant_Character_BP.Gigant_Character_BP","breeding":{"gestationTime":0,"incubationTime":179985.609375,"maturationTime":1010100.875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":43,"eggTempMax":44},"colors":[{"name":"Body","colorIds":[20,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back, Hands, and Feet","colorIds":[20,23,25,26,32,33,8,14]},{"name":"Belly","colorIds":[20,26,27,33,34,13,35,14]}],"statsRaw":[[80000,0.0005,0.002,-63000,0],[400,0.0005,0.01,0,0],[150,0.0025,0.025,0,0],[4000,0.0025,0.025,0,0],[700,0.01,0.01,0,0],[1,0.05,0.05,-0.8,0],[1,0,0.0031,0,0],[10000,0.06,0,0,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":5000,"affinityIncreasePL":160,"torporDepletionPS0":120.000008,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"violent":true},"immobilizedBy":["Large Bear Trap"]},{"name":"Gigantopithecus","blueprintPath":"/Game/PrimalEarth/Dinos/Bigfoot/Bigfoot_Character_BP.Bigfoot_Character_BP","breeding":{"gestationTime":23809.521484,"incubationTime":0,"maturationTime":277777.75,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Fur Mane","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[640,0.1,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[220,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.06,0],[1100,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Regular Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Superior Augmented Kibble","Value":{"d":[53.279999,300]}},{"Key":"Kibble","Value":{"d":[79.919998,300]}},{"Key":"Exceptional Kibble","Value":{"d":[85.248001,300]}},{"Key":"Extraordinary Kibble","Value":{"d":[85.248001,300]}},{"Key":"Regular Kibble","Value":{"d":[85.248001,300]}},{"Key":"Superior Kibble","Value":{"d":[85.248001,300]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":4600,"affinityIncreasePL":75,"foodConsumptionBase":0.004156,"foodConsumptionMult":176.03154,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3.5,"Value":"Head"}]},{"name":"Griffin","blueprintPath":"/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Wing and Main Body","colorIds":[37,39,42,40,41,32,33,34,13,35,43,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur","colorIds":[37,39,40,41,32,33,34,8,13,38,43]},{"name":"Feather Highlights","colorIds":[37,39,21,38,40,32,33,8,13,55]}],"statsRaw":[[950,0.15,0.216,-900,0],[225,0.05,0.06,0,0],[150,0.1,0.1,0,0],[1600,0.1,0.1,0,0.15],[280,0.02,0.04,0,0],[1,0.05,0.1,-0.5,0.4],[1,0,0,0.365,0],[1500,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Basic Kibble","Exceptional Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Cooked Meat","Cooked Meat Jerky"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,137.5]}},{"Key":"Raw Prime Meat","Value":{"d":[50,110]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,67.5]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,50]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,50]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,44]}},{"Key":"Raw Meat","Value":{"d":[50,25]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Cooked Meat","Value":{"d":[25,12]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,12]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2200,"affinityIncreasePL":100,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Hesperornis","blueprintPath":"/Game/PrimalEarth/Dinos/Hesperornis/Hesperornis_Character_BP.Hesperornis_Character_BP","breeding":{"gestationTime":0,"incubationTime":5454.108887,"maturationTime":101010.101563,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Body Main","colorIds":[33,22,37,52,34,13,35,14,48,24,36]},{"name":null,"colorIds":[]},{"name":"Feet","colorIds":[42,43,24,47,46,48,50,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Back Highlights","colorIds":[56,22,24,35,52,31,34,14,36]},{"name":"Underbelly","colorIds":[37,38,32,30,28,23,21,36]}],"statsRaw":[[95,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[300,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Kairuku","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[127.967995,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":1200,"affinityIncreasePL":45,"foodConsumptionBase":0.001389,"foodConsumptionMult":1079.913574,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1.2,"violent":false},"boneDamageAdjusters":[{"Key":3,"Value":"Neck, Head"}]},{"name":"Hyaenodon","blueprintPath":"/Game/PrimalEarth/Dinos/Hyaenodon/Hyaenodon_Character_BP.Hyaenodon_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[37,39,42,40,41,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights and spots","colorIds":[37,39,42,40,41,27,32,33,34,8,13,35,14]},{"name":"Underbelly","colorIds":[37,39,21,38,40,32,33,8,13,14]}],"statsRaw":[[175,0.2,0.27,0.66,0],[260,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[170,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[450,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Carnotaurus","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[127.967995,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":6000,"affinityIncreasePL":80,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Ichthyornis","blueprintPath":"/Game/PrimalEarth/Dinos/Ichthyornis/Ichthyornis_Character_BP.Ichthyornis_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Main Body","colorIds":[22,21,32,33,34,8,13,35,14,36,28]},{"name":"Feet","colorIds":[19,21,23,46,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Facial Highlights","colorIds":[22,24,33,34,13,35,14]}],"statsRaw":[[50,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[55,0.02,0.04,0,0],[1,0.05,0.1,0.65,0.4],[1,0,0.01,0.365,0],[120,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":2,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1750,"affinityIncreasePL":85,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Ichthy","blueprintPath":"/Game/PrimalEarth/Dinos/Dolphin/Dolphin_Character_BP.Dolphin_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back and Fins","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[275,0.05,0.0675,0.3,0],[300,0.2,0.2,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.05,1,0.4],[1,0,0.015,0,0],[300,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2.5,"violent":false}},{"name":"Iguanodon","blueprintPath":"/Game/PrimalEarth/Dinos/Iguanodon/Iguanodon_Character_BP.Iguanodon_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"MainBody","colorIds":[42,21,22,23,24,25,45,46,32,33,34,8,13,35,14,52]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Highlights and Belly","colorIds":[43,21,23,25,47,32,37,8,14]}],"statsRaw":[[250,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1800,0.1,0.1,0,0],[375,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0,0],[210,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":2800,"affinityIncreasePL":140,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Kairuku","blueprintPath":"/Game/PrimalEarth/Dinos/Kairuku/Kairuku_Character_BP.Kairuku_Character_BP","breeding":{"gestationTime":0,"incubationTime":5454.108887,"maturationTime":101010.101563,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":30},"colors":[{"name":"Back and Markings","colorIds":[20,22,24,27,34,13,35,14]},{"name":"Beak","colorIds":[19,21,23,28,30,32,33,14,36]},{"name":"Feet","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Osteoderms","colorIds":[20,22,24,27,29,31,34,14]},{"name":null,"colorIds":[]}],"statsRaw":[[95,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[300,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":4.166667,"affinityNeeded0":1200,"affinityIncreasePL":45,"torporDepletionPS0":1,"foodConsumptionBase":0.001389,"foodConsumptionMult":1079.913574,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck, Head"}]},{"name":"Kaprosuchus","blueprintPath":"/Game/PrimalEarth/Dinos/Kaprosuchus/Kaprosuchus_Character_BP.Kaprosuchus_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Top Fins","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Top Scales","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Underbelly","colorIds":[23,24,26,27,33,34,13,35,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[200,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Kentrosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Kentrosaurus/Kentro_Character_BP.Kentro_Character_BP","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":30},"colors":[{"name":"Body Main","colorIds":[42,22,24,26,45,33,34,13,35,14]},{"name":"Plates Main","colorIds":[42,22,44,45,46,48,43,33,34,13,35,14]},{"name":"Spikes","colorIds":[38,56,47,40,33,34,13,35,14]},{"name":"Plates Highlights","colorIds":[43,22,44,28,39,33,32,13,25,14]},{"name":"Body Highlights","colorIds":[56,22,42,45,48,52,49,34,33,35,14]},{"name":"Underbelly","colorIds":[21,39,38,37,32,33,8,14]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":5500,"affinityIncreasePL":285,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Liopleurodon","blueprintPath":"/Game/PrimalEarth/Dinos/Liopleurodon/Liopleurodon_Character_BP.Liopleurodon_Character_BP","colors":[{"name":"Body Main","colorIds":[48,49,41,34,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Spots","colorIds":[48,49,24,22,43,53,51,50,19]},{"name":"Body Highlights","colorIds":[48,45,52,32,33,8,14,36,56]}],"statsRaw":[[3200,0.2,0.27,0.3,0],[800,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[1000,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[800,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Giant Bee Honey","Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[100,200]}},{"Key":"Basic Augmented Kibble","Value":{"d":[60,60]}},{"Key":"Exceptional Augmented Kibble","Value":{"d":[60,60]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[60,60]}},{"Key":"Regular Augmented Kibble","Value":{"d":[60,60]}},{"Key":"Simple Augmented Kibble","Value":{"d":[60,60]}},{"Key":"Superior Augmented Kibble","Value":{"d":[60,60]}},{"Key":"Basic Kibble","Value":{"d":[96,60]}},{"Key":"Exceptional Kibble","Value":{"d":[96,60]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,60]}},{"Key":"Regular Kibble","Value":{"d":[96,60]}},{"Key":"Simple Kibble","Value":{"d":[96,60]}},{"Key":"Superior Kibble","Value":{"d":[96,60]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Lystrosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Lystrosaurus/Lystro_Character_BP.Lystro_Character_BP","breeding":{"gestationTime":0,"incubationTime":2999.760254,"maturationTime":55555.554688,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Spine and Feet","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[90,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[215,0.1,0.1,0,0],[500,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,2,0],[100,0.06,0,0.5,0]],"taming":{"eats":["Rare Flower","Mejoberry","Berries","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Rare Flower","Value":{"d":[34.9995,200]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":2000,"affinityIncreasePL":22.5,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1.1,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Mammoth","blueprintPath":"/Game/PrimalEarth/Dinos/Mammoth/Mammoth_Character_BP.Mammoth_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":296296.28125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Fur Mane","colorIds":[20,21,22,23,24,28,29,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Tusks and Toes","colorIds":[23,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"Fur Accent","colorIds":[20,21,22,23,24,28,29,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[20,21,22,23,24,28,29,32,33,34,8,13,35,14,36]}],"statsRaw":[[850,0.2,0.27,0.5,0],[330,0.1,0.1,0,0],[150,0.1,0.1,0,0],[5000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,1,0],[550,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.12,"affinityNeeded0":5000,"affinityIncreasePL":250,"torporDepletionPS0":0.3,"foodConsumptionBase":0.004133,"foodConsumptionMult":192.027771,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Manta","blueprintPath":"/Game/PrimalEarth/Dinos/Manta/Manta_Character_BP.Manta_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Spots","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[320,0.05,0.0675,0.5,0],[270,0.2,0.2,0,0],[150,0.1,0.1,0,0],[1000,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.05,1,0.4],[1,0,0.0125,0,0],[700,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["AnglerGel"],"nonViolent":true,"specialFoodValues":[{"Key":"AnglerGel","Value":{"d":[24,50]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"foodConsumptionBase":0.001929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":1,"violent":false}},{"name":"Megalania","blueprintPath":"/Game/PrimalEarth/Dinos/Megalania/Megalania_Character_BP.Megalania_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":35},"colors":[{"name":"Body Main","colorIds":[21,22,23,24,25,26,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[42,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,51]},{"name":"Belly","colorIds":[43,21,22,23,24,25,26,46,32,33,34,8,13,35,14,48,50,52]}],"statsRaw":[[480,0.2,0.27,0.5,0],[400,0.1,0.1,0,0],[200,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[700,0.06,0,0.5,0]],"taming":{"eats":["Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.5,"affinityNeeded0":4000,"affinityIncreasePL":85,"torporDepletionPS0":3.6,"foodConsumptionBase":0.001736,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Megaloceros","blueprintPath":"/Game/PrimalEarth/Dinos/Stag/Stag_Character_BP.Stag_Character_BP","breeding":{"gestationTime":21978.021484,"incubationTime":0,"maturationTime":256410.25,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Antlers","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]}],"statsRaw":[[300,0.2,0.27,0.5,0],[280,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[220,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.5,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.2915,"foodConsumptionBase":0.001543,"foodConsumptionMult":432.058746,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Neck"}]},{"name":"Megalodon","blueprintPath":"/Game/PrimalEarth/Dinos/Megalodon/Megalodon_Character_BP.Megalodon_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Stripes","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[600,0.2,0.27,0.3,0],[320,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[250,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[800,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true}},{"name":"Megalosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Megalosaurus/Megalosaurus_Character_BP.Megalosaurus_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Face, Appendages, Sides","colorIds":[42,21,22,23,24,25,46,45,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feathers, Osteoderms, Patterning","colorIds":[42,22,24,46,45,33,34,13,35,14]},{"name":"Belly","colorIds":[47,23,25,28,32,33,8,14]}],"statsRaw":[[1025,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[2000,0.1,0.1,0,0.15],[300,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[775,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[90,400]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[90,400]}},{"Key":"Superior Augmented Kibble","Value":{"d":[90,400]}},{"Key":"Kibble","Value":{"d":[135,400]}},{"Key":"Exceptional Kibble","Value":{"d":[144,400]}},{"Key":"Extraordinary Kibble","Value":{"d":[144,400]}},{"Key":"Superior Kibble","Value":{"d":[144,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Megatherium","blueprintPath":"/Game/PrimalEarth/Dinos/Megatherium/Megatherium_Character_BP.Megatherium_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"BodyMain","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Feet and Hands","colorIds":[21,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[740,0.2,0.27,0.5,0],[400,0.1,0.1,0,0],[270,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[725,0.02,0.045,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1000,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Giant Bee Honey","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Mejoberry","Cooked Meat","Cooked Meat Jerky","Berries","Vegetables","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Giant Bee Honey","Value":{"d":[80,300]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Vegetables","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":5000,"affinityIncreasePL":130,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Mesopithecus","blueprintPath":"/Game/PrimalEarth/Dinos/Monkey/Monkey_Character_BP.Monkey_Character_BP","breeding":{"gestationTime":9523.80957,"incubationTime":0,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Eye Markings","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,28,30]},{"name":null,"colorIds":[]},{"name":"Back, Lower Limbs, and Tail Tip","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[115,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[70,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1.3,0],[60,0.06,0,0.5,0]],"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2200,"affinityIncreasePL":65,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.65,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Microraptor","blueprintPath":"/Game/PrimalEarth/Dinos/Microraptor/Microraptor_Character_BP.Microraptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Face","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Skin","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":"Neck","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Belly and Wing Bands","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[130,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[45,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,2,0],[75,0.06,0,0.5,0]],"taming":{"eats":["Rare Flower","Rare Mushroom","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Rare Flower","Value":{"d":[60,3000]}},{"Key":"Rare Mushroom","Value":{"d":[60.000004,200]}},{"Key":"Raw Mutton","Value":{"d":[50,31.25]}},{"Key":"Raw Prime Meat","Value":{"d":[50,25]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,24.300001]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,18]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,18]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"torporDepletionPS0":0.8,"foodConsumptionBase":0.000868,"foodConsumptionMult":1728.110596,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Mosasaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Mosasaurus/Mosa_Character_BP.Mosa_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":1010100.875,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spinal Ridge","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Sides of the Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[3600,0.12,0.21,0.3,0],[400,0.1,0.1,0,0],[150,0.1,0.1,0,0],[8000,0.1,0.1,0,0.15],[1300,0.02,0.04,0,0],[1,0.05,0.1,0.65,0.4],[1,0,0.005,0,0],[3000,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Exceptional Augmented Kibble","Value":{"d":[53.279999,550]}},{"Key":"Extraordinary Augmented Kibble","Value":{"d":[53.279999,550]}},{"Key":"Kibble","Value":{"d":[79.919998,550]}},{"Key":"Exceptional Kibble","Value":{"d":[85.248001,550]}},{"Key":"Extraordinary Kibble","Value":{"d":[85.248001,550]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":11000,"affinityIncreasePL":600,"torporDepletionPS0":12.8,"foodConsumptionBase":0.005,"foodConsumptionMult":180.001144,"violent":true}},{"name":"Moschops","blueprintPath":"/Game/PrimalEarth/Dinos/Moschops/Moschops_Character_BP.Moschops_Character_BP","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":"unknown","colorIds":[22,24,42,33,35,14]},{"name":"unknown","colorIds":[22,24,34,33,13,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,33,34,13,35,14]},{"name":"unknown","colorIds":[21,24,42,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[300,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.2,0],[300,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Raw Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,250]}},{"Key":"Raw Prime Meat","Value":{"d":[50,200]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,80]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":6000,"affinityIncreasePL":150,"foodConsumptionBase":0.001736,"foodConsumptionMult":176.03154,"wakeAffinityMult":2.5,"wakeFoodDeplMult":1.2,"violent":false},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Onyc","blueprintPath":"/Game/PrimalEarth/Dinos/Bat/Bat_Character_BP.Bat_Character_BP","colors":[{"name":"Main Body","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Claws","colorIds":[20,22,24,33,34,13,35,14]},{"name":"Membrane Shading","colorIds":[21,23,28,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"Abdomen and Legs","colorIds":[21,23,28,32,33,8,14]},{"name":"Wing Membrane","colorIds":[21,23,28,32,33,8,14]}],"statsRaw":[[250,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[50,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[200,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":3000,"affinityIncreasePL":90,"foodConsumptionBase":0.002893,"foodConsumptionMult":192.034409,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false}},{"name":"Otter","blueprintPath":"/Game/PrimalEarth/Dinos/Otter/Otter_Character_BP.Otter_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":142800},"colors":[{"name":"Body Main","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Stripes and Highlights","colorIds":[22,33,34,8,13,35,14,37,38,39]},{"name":"Underbelly","colorIds":[21,32,33,8,37,38,39]}],"statsRaw":[[40,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[600,0.1,0.1,0,0],[400,0.1,0.1,0,0],[30,0.02,0.04,0,0],[1,0.04,0.1,0.5,0.4],[1,0,0.01,0.7,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":1200,"affinityIncreasePL":25,"foodConsumptionBase":0.002314,"foodConsumptionMult":160.056335,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Oviraptor","blueprintPath":"/Game/PrimalEarth/Dinos/Oviraptor/Oviraptor_Character_BP.Oviraptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":30},"colors":[{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Crest and Beak","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[140,0.2,0.27,0.5,0],[120,0.1,0.1,0,0],[150,0.1,0.1,0,0],[900,0.1,0.1,0,0.15],[100,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,1,0.15],[125,0.06,0,0.5,0]],"taming":{"eats":["Fertilized Giganotosaurus Egg","Giganotosaurus Egg","Fertilized Quetzal Egg","Fertilized Tek Quetzal Egg","Quetzal Egg","Tek Quetzal Egg","Fertilized Rex Egg","Fertilized Tek Rex Egg","Rex Egg","Tek Rex Egg","Fertilized Aberrant Spino Egg","Fertilized Spino Egg","Spino Egg","Bronto Egg","Fertilized Bronto Egg","Carno Egg","Fertilized Aberrant Carno Egg","Fertilized Carno Egg"],"nonViolent":false,"specialFoodValues":[{"Key":"Fertilized Giganotosaurus Egg","Value":{"d":[300,1200]}},{"Key":"Giganotosaurus Egg","Value":{"d":[300,1200]}},{"Key":"Fertilized Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Fertilized Tek Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Tek Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Fertilized Rex Egg","Value":{"d":[200,100]}},{"Key":"Fertilized Tek Rex Egg","Value":{"d":[200,100]}},{"Key":"Rex Egg","Value":{"d":[200,100]}},{"Key":"Tek Rex Egg","Value":{"d":[200,100]}},{"Key":"Fertilized Aberrant Spino Egg","Value":{"d":[137.5,80]}},{"Key":"Fertilized Spino Egg","Value":{"d":[137.5,80]}},{"Key":"Spino Egg","Value":{"d":[137.5,80]}},{"Key":"Bronto Egg","Value":{"d":[250,60]}},{"Key":"Fertilized Bronto Egg","Value":{"d":[250,60]}},{"Key":"Carno Egg","Value":{"d":[137.5,30]}},{"Key":"Fertilized Aberrant Carno Egg","Value":{"d":[137.5,30]}},{"Key":"Fertilized Carno Egg","Value":{"d":[137.5,30]}}],"tamingIneffectiveness":16.666668,"affinityNeeded0":960,"affinityIncreasePL":42,"torporDepletionPS0":0.208,"foodConsumptionBase":0.001302,"foodConsumptionMult":768.049133,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Ovis","blueprintPath":"/Game/PrimalEarth/Dinos/Sheep/Sheep_Character_BP.Sheep_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Horns","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Hooves and Eye Regions","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[100,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[90,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0,0],[85,0.06,0,0.5,0]],"taming":{"eats":["Sweet Vegetable Cake"],"nonViolent":true,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,200000]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"foodConsumptionBase":0.003156,"foodConsumptionMult":1584.283936,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Pachy","blueprintPath":"/Game/PrimalEarth/Dinos/Pachy/Pachy_Character_BP.Pachy_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Spikes and Claws","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Beak and Plates","colorIds":[19,21,23,25,26,28,30]},{"name":"Body Accent","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[165,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[160,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.5,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.2666,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.125,"Value":"Head, Neck"}]},{"name":"Pachyrhinosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Pachyrhinosaurus/Pachyrhino_Character_BP.Pachyrhino_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"unknown","colorIds":[42,22,24,46,45,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,24,46,45,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,24,46,45,29,31,33,34,13,35,14]},{"name":"unknown","colorIds":[21,23,25,47,32,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[250,0.06,0,0.5,0]],"taming":{"eats":["Bug Repellant","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Bug Repellant","Value":{"d":[25,200]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":4500,"affinityIncreasePL":175,"torporDepletionPS0":3.5,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.25,"Value":"Head"}]},{"name":"Paracer","blueprintPath":"/Game/PrimalEarth/Dinos/Paraceratherium/Paracer_Character_BP.Paracer_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[1026,0.2,0.2025,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6500,0.1,0.1,0,0],[850,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1300,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.0923,"affinityNeeded0":6500,"affinityIncreasePL":325,"torporDepletionPS0":0.9025,"foodConsumptionBase":0.0035,"foodConsumptionMult":327.6474,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Parasaur","blueprintPath":"/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Beak and Frill","colorIds":[20,22,24,26,27,33,34,13,35,14,36]},{"name":"Frill Edge","colorIds":[19,21,23,25,26,32,33,8,14]},{"name":"Crest","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[19,21,23,25,26,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[480,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[150,0.06,0,0.5,0]],"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Pegomastax","blueprintPath":"/Game/PrimalEarth/Dinos/Pegomastax/Pegomastax_Character_BP.Pegomastax_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Body Main","colorIds":[34,20,21,22,23,24,28,14,13,33]},{"name":"Quills","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Beak","colorIds":[21,23,33,47,43,28,50]},{"name":null,"colorIds":[]},{"name":"Back Fur","colorIds":[37,39,40,41,33,34,13,35,14]},{"name":"Limb Highlights","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[120,0.2,0.27,0.5,0],[100,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0.1,0.1,0,0.15],[55,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.5,0],[30,0.06,0,0.5,0]],"taming":{"eats":["Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.333333,"affinityNeeded0":1900,"affinityIncreasePL":35,"foodConsumptionBase":0.000868,"foodConsumptionMult":2880.184326,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Pelagornis","blueprintPath":"/Game/PrimalEarth/Dinos/Pelagornis/Pela_Character_BP.Pela_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Feathers","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":null,"colorIds":[]},{"name":"Skin and Wind/Tail Tips","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[240,0.2,0.27,0.5,0],[180,0.05,0.04,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[150,0.02,0.03,0,0],[1,0.05,0.075,0.65,0.4],[1,0,0,0.365,0],[120,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Prime Fish Meat","Cooked Prime Fish Meat","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Phiomia","blueprintPath":"/Game/PrimalEarth/Dinos/Phiomia/Phiomia_Character_BP.Phiomia_Character_BP","breeding":{"gestationTime":35714.285156,"incubationTime":0,"maturationTime":416666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[23,24,32,33,34,8,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Spots 1","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Spots 2","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[300,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.01,0.35,0],[240,0.06,0,0.5,0]],"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":1584.283936,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Plesiosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Plesiosaur/Plesiosaur_Character_BP.Plesiosaur_Character_BP","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Facial Fins","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Belly","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[2400,0.12,0.162,0.16,0],[800,0.1,0.1,0,0],[150,0.1,0.1,0,0],[5000,0.1,0.1,0,0.15],[800,0.02,0.04,0,0],[1,0.05,0.1,1,0.4],[1,0,0.005,0,0],[1600,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.75,"affinityNeeded0":5000,"affinityIncreasePL":250,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.003858,"foodConsumptionMult":180.001144,"violent":true}},{"name":"Procoptodon","blueprintPath":"/Game/PrimalEarth/Dinos/Procoptodon/Procoptodon_Character_BP.Procoptodon_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Inner Ear, Snout, Belly, Appendages","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[400,0.2,0.27,0.75,0],[350,0.1,0.1,0.1,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[550,0.02,0.04,0,0],[1,0.05,0.1,0.2,0.25],[1,0,0.01,0,0],[350,0.06,0,0.5,0]],"taming":{"eats":["Rare Mushroom","Plant Species X Seed"],"nonViolent":false,"specialFoodValues":[{"Key":"Rare Mushroom","Value":{"d":[75,90]}},{"Key":"Plant Species X Seed","Value":{"d":[50,45]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.6666,"foodConsumptionBase":0.001929,"foodConsumptionMult":648.00415,"violent":true},"immobilizedBy":["Bola","Large Bear Trap"]},{"name":"Pteranodon","blueprintPath":"/Game/PrimalEarth/Dinos/Ptero/Ptero_Character_BP.Ptero_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Patterning","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Wing Base","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Face, Crest, and Hands","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Inner Crest","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Wing Membrane","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[210,0.2,0.15,0.5,0],[150,0.05,0.04,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[120,0.02,0.03,0,0],[1,0.05,0.075,0.65,0.4],[1,0,0,0.35,0],[120,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.9,"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Pulmonoscorpius","blueprintPath":"/Game/PrimalEarth/Dinos/Scorpion/Scorpion_Character_BP.Scorpion_Character_BP","colors":[{"name":"Plate Edges","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Claw Stripes, Barb Patterning, Body Joints","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"Limb Joints","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Body","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Plates","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Legs","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[280,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[200,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1,0],[150,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Spoiled Meat","Basic Kibble","Simple Kibble","Raw Meat"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"violent":true},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"]},{"name":"Purlovia","blueprintPath":"/Game/PrimalEarth/Dinos/Purlovia/Purlovia_Character_BP.Purlovia_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,39,37,41,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[20,41,33,34,13,35]},{"name":"Highlights","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[275,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[4000,0.1,0.1,0,0],[400,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2250,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Quetzal","blueprintPath":"/Game/PrimalEarth/Dinos/Quetzalcoatlus/Quetz_Character_BP.Quetz_Character_BP","breeding":{"gestationTime":0,"incubationTime":59995.199219,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":5,"eggTempMax":6},"colors":[{"name":"Wing Membrane","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Crest","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Skins","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Freckles","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Beak","colorIds":[21,22,32,33,34,8,13,35,14]},{"name":"Body Feathers","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[1200,0.2,0.108,0.5,0],[800,0.05,0.05,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[800,0.02,0.05,0,0],[1,0.04,0.1,0.4,0.4],[1,0,0,0.365,0],[1850,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.85,"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.9375,"affinityNeeded0":6850,"affinityIncreasePL":300,"torporDepletionPS0":3.4,"foodConsumptionBase":0.0035,"foodConsumptionMult":140,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Raptor","blueprintPath":"/Game/PrimalEarth/Dinos/Raptor/Raptor_Character_BP.Raptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Body Accent","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Feather Tips","colorIds":[19,21,23,25,26,28,30]},{"name":null,"colorIds":[]},{"name":"Body","colorIds":[20,21,22,23,24,25,26,27,32,33,34,8,13,35,14]},{"name":"Feathers","colorIds":[19,21,23,25,26,28,30]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0.2,0],[180,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Rex","blueprintPath":"/Game/PrimalEarth/Dinos/Rex/Rex_Character_BP.Rex_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":"Spine","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Back","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":"Belly","colorIds":[20,22,24,27,33,34,13,35,14,36]}],"statsRaw":[[1100,0.2,0.27,0.5,0],[420,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1550,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.725,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Sabertooth","blueprintPath":"/Game/PrimalEarth/Dinos/Saber/Saber_Character_BP.Saber_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[22,24,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Mane and Face","colorIds":[21,23,32,33,8,14]},{"name":"Stripes","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]}],"statsRaw":[[250,0.2,0.27,0.5,0],[200,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[200,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.32,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Sarco","blueprintPath":"/Game/PrimalEarth/Dinos/Sarco/Sarco_Character_BP.Sarco_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":34},"colors":[{"name":"Body","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Stripe, Face, and Tail","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Snout and Tail Tip","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Plates","colorIds":[23,24,26,27,33,34,13,35,14]},{"name":"Body Accent","colorIds":[23,24,26,27,33,34,13,35,14]}],"statsRaw":[[400,0.2,0.27,0.65,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[300,0.02,0.04,0,0],[1,0.05,0.1,0.8,0.5],[1,0,0.01,0.6,0],[400,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":2000,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001578,"foodConsumptionMult":211.237854,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"]},{"name":"Spino","blueprintPath":"/Game/PrimalEarth/Dinos/Spino/Spino_Character_BP.Spino_Character_BP","breeding":{"gestationTime":0,"incubationTime":13845.046875,"maturationTime":256410.25,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":30,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Sail Edge","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Face, Tail, Inner Sail, and Frill","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"name":"Belly","colorIds":[21,23,25,26,28,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.5,0],[350,0.1,0.1,0,0],[650,0.1,0.1,0,0],[2600,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[850,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Prime Fish Meat","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Fish Meat","Cooked Prime Meat","Prime Meat Jerky","Raw Fish Meat","Raw Meat","Cooked Fish Meat","Cooked Meat","Cooked Meat Jerky","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Prime Fish Meat","Value":{"d":[25,150]}},{"Key":"Raw Mutton","Value":{"d":[50,150]}},{"Key":"Raw Prime Meat","Value":{"d":[50,120]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,81]}},{"Key":"Cooked Prime Fish Meat","Value":{"d":[25.686001,75.200005]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,60]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,60]}},{"Key":"Raw Fish Meat","Value":{"d":[25,50]}},{"Key":"Raw Meat","Value":{"d":[50,40]}},{"Key":"Cooked Fish Meat","Value":{"d":[12.5,25.200001]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.5,"affinityNeeded0":3200,"affinityIncreasePL":150,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Stegosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Stego/Stego_Character_BP.Stego_Character_BP","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Spine","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Plate Base and Spike Base","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Plate Edge and Spike Tips","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Belly","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0.964,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":6000,"affinityIncreasePL":300,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.7,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Tapejara","blueprintPath":"/Game/PrimalEarth/Dinos/Tapejara/Tapejara_Character_BP.Tapejara_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":29,"eggTempMax":32},"colors":[{"name":"Body","colorIds":[19,20,21,22,23,24,25,26,27,32,33,34,8,13,35,14,36]},{"name":"Wing and Sail Markings","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"unknown","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Wings and Sail","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Back, Beak and Sail Spines","colorIds":[19,21,23,25,26,28,30,32,33,8,14]},{"name":"Sail and Throat","colorIds":[20,22,24,26,27,33,34,13,35,14]}],"statsRaw":[[325,0.2,0.27,0.5,0],[250,0.05,0.06,0,0],[150,0.1,0.1,0,0],[1600,0.1,0.1,0,0.15],[280,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0,0.365,0],[450,0.06,0,0.5,0]],"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2200,"affinityIncreasePL":100,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":216.029373,"violent":true},"immobilizedBy":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Tek Parasaur","blueprintPath":"/Game/PrimalEarth/Dinos/Para/BionicPara_Character_BP.BionicPara_Character_BP","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":95238.09375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":"Internals","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Limbs","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Highlights and Neck","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Head","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Body Main","colorIds":[29,35,13,14,23,51,55,48,8,45,27,36,5,16,28,54,53,52]},{"name":"Emissive","colorIds":[12,10,7,11,28,30,36]}],"statsRaw":[[200,0.2,0.27,0.5,0],[450,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[480,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.67,0],[150,0.06,0,0.5,0]],"taming":{"eats":["Basic Augmented Kibble","Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake"],"favoriteKibble":"Vulture","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":1500,"affinityIncreasePL":75,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001929,"foodConsumptionMult":864.005554,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Tek Quetzal","blueprintPath":"/Game/PrimalEarth/Dinos/Quetzalcoatlus/BionicQuetz_Character_BP.BionicQuetz_Character_BP","breeding":{"gestationTime":0,"incubationTime":59995.199219,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":5,"eggTempMax":6},"colors":[{"name":"Wing Highlights","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Body Main","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Head and Wings","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Joints","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"UnderBelly","colorIds":[29,28,13,14,36,51,55,30,8,31,49,50,6,5,53,54,23]},{"name":"Emissive","colorIds":[12,10,7,11,28,30,36,53]}],"statsRaw":[[1200,0.2,0.108,0.5,0],[800,0.05,0.05,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0.15],[800,0.02,0.05,0,0],[1,0.04,0.1,0.4,0.4],[1,0,0,0.365,0],[1850,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":0.85,"NoImprintingForSpeed":true,"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.9375,"affinityNeeded0":6850,"affinityIncreasePL":300,"torporDepletionPS0":3.4,"foodConsumptionBase":0.0035,"foodConsumptionMult":140,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head"}]},{"name":"Tek Raptor","blueprintPath":"/Game/PrimalEarth/Dinos/Raptor/BionicRaptor_Character_BP.BionicRaptor_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":133333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Inner Body","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Legs and Head","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Body","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Gears","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Spikes and Tail","colorIds":[10,12,17,13,42,43,44,56,55,8,9,22,34,23,28]},{"name":"Emissives","colorIds":[12,10,7,11,28,30,36]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,0.2,0],[180,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":1200,"affinityIncreasePL":60,"torporDepletionPS0":0.3,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Tek Rex","blueprintPath":"/Game/PrimalEarth/Dinos/Rex/BionicRex_Character_BP.BionicRex_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Head Main","colorIds":[29,35,13,14,36,51,55,48,8,45,47,27,24]},{"name":"Spine","colorIds":[29,35,13,14,36,55,27,8,48,45]},{"name":"Body Main","colorIds":[29,35,13,14,36,51,55,48,8,45,47,27,24]},{"name":"Body Highlights","colorIds":[29,35,13,14,36,51,55,27,8,48,45]},{"name":"Internals","colorIds":[29,35,13,14,36,53,54,55,27,8,48,45]},{"name":"Emissives","colorIds":[1,2,3,4,5,6,36]}],"statsRaw":[[1100,0.2,0.27,0.5,0],[420,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1550,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":3450,"affinityIncreasePL":150,"torporDepletionPS0":0.725,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Tek Stegosaurus","blueprintPath":"/Game/PrimalEarth/Dinos/Stego/BionicStego_Character_BP.BionicStego_Character_BP","breeding":{"gestationTime":0,"incubationTime":9999.200195,"maturationTime":185185.171875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Inner Body","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Spine","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Body","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Legs and Head","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Leg Tops and Spike Plate","colorIds":[7,11,16,23,24,25,26,27,32,33,34,35,45,46,55,56,28]},{"name":"Emissive and Spike Tops","colorIds":[12,10,7,11,28,30,36]}],"statsRaw":[[650,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[6000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.02,0.964,0],[500,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.1,"affinityNeeded0":6000,"affinityIncreasePL":300,"torporDepletionPS0":0.3,"foodConsumptionBase":0.005341,"foodConsumptionMult":208.034286,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.7,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Terror Bird","blueprintPath":"/Game/PrimalEarth/Dinos/TerrorBird/TerrorBird_Character_BP.TerrorBird_Character_BP","breeding":{"gestationTime":0,"incubationTime":7199.423828,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":20,"eggTempMax":28},"colors":[{"name":"Feathers","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly/Wings Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Beak, Skin, Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[270,0.2,0.27,0.5,0],[160,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[120,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[300,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Superior Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Simple Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":1600,"affinityIncreasePL":85,"torporDepletionPS0":2.25,"foodConsumptionBase":0.001578,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Therizinosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Therizinosaurus/Therizino_Character_BP.Therizino_Character_BP","breeding":{"gestationTime":0,"incubationTime":5999.520508,"maturationTime":416666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":26,"eggTempMax":32},"colors":[{"name":"Feathers Main","colorIds":[20,22,24,56,52,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"name":"Body Highlights","colorIds":[48,23,24,25,32,8,36,50]},{"name":null,"colorIds":[]},{"name":"Feather Highlights","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Body Main","colorIds":[21,23,47,35,52,32,33,8,14]}],"statsRaw":[[870,0.2,0.27,0.5,0],[300,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[925,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Therizinosaurus","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":6800,"affinityIncreasePL":160,"torporDepletionPS0":2.833333,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Thylacoleo","blueprintPath":"/Game/PrimalEarth/Dinos/Thylacoleo/Thylacoleo_Character_BP.Thylacoleo_Character_BP","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,41,33,34,13,14,43,8,42,9,10]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,41,33,34,13,35,22,56,21,43,42,44]},{"name":"Stripes and Belly","colorIds":[21,38,40,32,33,8,14]}],"statsRaw":[[700,0.2,0.189,0.5,0],[400,0.1,0.1,0,0],[200,0.1,0.1,0,0],[1500,0.1,0.1,0,0.15],[400,0.02,0.04,0,0],[1,0.05,0.1,0.4,0.35],[1,0,0.01,0.3,0],[700,0.06,0,0.5,0]],"taming":{"eats":["Extraordinary Kibble","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Mutton","Cooked Meat","Cooked Meat Jerky","Raw Prime Meat","Basic Kibble","Exceptional Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,47.25]}},{"Key":"Cooked Prime Meat","Value":{"d":[49.945,35]}},{"Key":"Prime Meat Jerky","Value":{"d":[49.945,35]}},{"Key":"Raw Mutton","Value":{"d":[50,25]}},{"Key":"Cooked Meat","Value":{"d":[25,20]}},{"Key":"Cooked Meat Jerky","Value":{"d":[25,20]}},{"Key":"Raw Prime Meat","Value":{"d":[50,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":3.125,"affinityNeeded0":2250,"affinityIncreasePL":60,"torporDepletionPS0":1.85,"foodConsumptionBase":0.001543,"foodConsumptionMult":288.039185,"violent":true},"immobilizedBy":["Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":1.5,"Value":"Head"}]},{"name":"Titanoboa","blueprintPath":"/Game/PrimalEarth/Dinos/BoaFrill/BoaFrill_Character_BP.BoaFrill_Character_BP","colors":[{"name":"Body","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14,36]},{"name":"Frill Middle Line 1","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 2","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Frill Middle Line 3","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Body Accent and Inner Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]},{"name":"Outer Frill","colorIds":[19,21,23,25,26,28,30,32,33,8,14,36]}],"statsRaw":[[170,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1200,0.1,0.1,0,0],[150,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[175,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Fertilized Giganotosaurus Egg","Fertilized Aberrant Diplo Egg","Fertilized Bronto Egg","Fertilized Diplo Egg","Fertilized Aberrant Dimetrodon Egg","Fertilized Aberrant Sarco Egg","Fertilized Dimetrodon Egg","Fertilized Glowtail Egg","Fertilized Quetzal Egg","Fertilized Rex Egg","Fertilized Sarco Egg","Fertilized Tek Quetzal Egg","Fertilized Tek Rex Egg","Fertilized Yutyrannus Egg","Fertilized Aberrant Carno Egg","Fertilized Aberrant Megalosaurus Egg","Fertilized Aberrant Spino Egg","Fertilized Aberrant Stego Egg","Fertilized Allosaurus Egg","Fertilized Argentavis Egg","Fertilized Carno Egg","Fertilized Kentro Egg","Fertilized Megalosaurus Egg","Fertilized Snow Owl Egg","Fertilized Spino Egg","Fertilized Stego Egg","Fertilized Tek Stego Egg","Fertilized Therizino Egg","Fertilized Aberrant Trike Egg","Fertilized Camelsaurus Egg","Fertilized Pachyrhino Egg","Fertilized Thorny Dragon Egg","Fertilized Trike Egg","Fertilized Aberrant Baryonyx Egg","Fertilized Aberrant Megalania Egg","Fertilized Aberrant Raptor Egg","Fertilized Baryonyx Egg","Fertilized Featherlight Egg","Fertilized Ichthyornis Egg","Fertilized Kaprosuchus Egg","Fertilized Megalania Egg","Fertilized Pachycephalosaurus Egg","Fertilized Pelagornis Egg","Fertilized Pteranodon Egg","Fertilized Raptor Egg","Fertilized Rock Drake Egg","Fertilized Tapejara Egg","Fertilized Tek Raptor Egg","Fertilized Terror Bird Egg","Fertilized Wyvern Egg","Fertilized Oviraptor Egg","Fertilized Aberrant Ankylo Egg","Fertilized Aberrant Iguanodon Egg","Fertilized Aberrant Moschops Egg","Fertilized Aberrant Parasaur Egg","Fertilized Ankylo Egg","Fertilized Dimorph Egg","Fertilized Gallimimus Egg","Fertilized Iguanodon Egg","Fertilized Moschops Egg","Fertilized Moth Egg","Fertilized Parasaur Egg","Fertilized Tek Parasaur Egg","Fertilized Vulture Egg","Fertilized Aberrant Dodo Egg","Fertilized Aberrant Lystrosaurus Egg","Fertilized Aberrant Turtle Egg","Fertilized Achaeopteryx Egg","Fertilized Compy Egg","Fertilized Dilo Egg","Fertilized Dodo Egg","Fertilized Hesperornis Egg","Fertilized Kairuku Egg","Fertilized Lystrosaurus Egg","Fertilized Microraptor Egg","Fertilized Pegomastax Egg","Fertilized Troodon Egg","Fertilized Turtle Egg","Fertilized Velonasaur Egg"],"nonViolent":true,"specialFoodValues":[{"Key":"Fertilized Giganotosaurus Egg","Value":{"d":[900,120]}},{"Key":"Fertilized Aberrant Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Bronto Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Diplo Egg","Value":{"d":[750,100]}},{"Key":"Fertilized Aberrant Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Dimetrodon Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Glowtail Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Sarco Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Quetzal Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Tek Rex Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Yutyrannus Egg","Value":{"d":[600,80]}},{"Key":"Fertilized Aberrant Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Allosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Argentavis Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Carno Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Kentro Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Megalosaurus Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Snow Owl Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Spino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Tek Stego Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Therizino Egg","Value":{"d":[412.5,55]}},{"Key":"Fertilized Aberrant Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Camelsaurus Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Pachyrhino Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Thorny Dragon Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Trike Egg","Value":{"d":[337.5,45]}},{"Key":"Fertilized Aberrant Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Aberrant Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Baryonyx Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Featherlight Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Ichthyornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Kaprosuchus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Megalania Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pachycephalosaurus Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pelagornis Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Pteranodon Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Rock Drake Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tapejara Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Tek Raptor Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Terror Bird Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Wyvern Egg","Value":{"d":[262.5,35]}},{"Key":"Fertilized Oviraptor Egg","Value":{"d":[225,30]}},{"Key":"Fertilized Aberrant Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Ankylo Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Dimorph Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Gallimimus Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Iguanodon Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moschops Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Moth Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Tek Parasaur Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Vulture Egg","Value":{"d":[187.5,25]}},{"Key":"Fertilized Aberrant Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Aberrant Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Achaeopteryx Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Compy Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dilo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Dodo Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Hesperornis Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Kairuku Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Lystrosaurus Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Microraptor Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Pegomastax Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Troodon Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Turtle Egg","Value":{"d":[150,20]}},{"Key":"Fertilized Velonasaur Egg","Value":{"d":[150,20]}}],"tamingIneffectiveness":3,"affinityNeeded0":1950,"affinityIncreasePL":90,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Titanosaur","blueprintPath":"/Game/PrimalEarth/Dinos/Titanosaur/Titanosaur_Character_BP.Titanosaur_Character_BP","colors":[{"name":"Body","colorIds":[21,23,25,26,32,33,8,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Back","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Underside","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[230000,0,0,-80000,0],[2000,0,0,0,0],[600,0,0,0,0],[8640,0,0,0,0],[50000,0,0,0,0],[1,0,0,0,0],[1,0,0,0,0],[25000,0.06,0,0.5,0]],"TamedBaseHealthMultiplier":1.8,"NoImprintingForSpeed":true,"taming":{"eats":["Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"favoriteKibble":"Carbonemys","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[85.248001,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.06,"affinityNeeded0":10000,"affinityIncreasePL":500,"foodConsumptionBase":0.1,"foodConsumptionMult":13,"violent":true}},{"name":"Triceratops","blueprintPath":"/Game/PrimalEarth/Dinos/Trike/Trike_Character_BP.Trike_Character_BP","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":"Body","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Face and Feet","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Frill","colorIds":[20,22,24,26,27,29,31,33,34,13,35,14]},{"name":"Body Accent","colorIds":[21,23,25,26,32,33,8,14]}],"statsRaw":[[375,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[365,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.015,1.2,0],[250,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Regular Augmented Kibble","Simple Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble"],"favoriteKibble":"Troodon","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":3000,"affinityIncreasePL":150,"torporDepletionPS0":0.3,"foodConsumptionBase":0.003156,"foodConsumptionMult":352.06308,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":0.15,"Value":"Head"}]},{"name":"Troodon","blueprintPath":"/Game/PrimalEarth/Dinos/Troodon/Troodon_Character_BP.Troodon_Character_BP","breeding":{"gestationTime":0,"incubationTime":4090.581787,"maturationTime":75757.570313,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":28,"eggTempMax":32},"colors":[{"name":"Main Body","colorIds":[20,22,24,48,52,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Highlights and Feathers","colorIds":[21,23,42,48,51,32,33,8,14]},{"name":"Belly","colorIds":[21,23,47,13,28,32,33,8,14]}],"statsRaw":[[200,0.2,0.27,0.5,0],[150,0.1,0.1,0,0],[150,0.1,0.1,0,0],[200,0.1,0.1,0,0],[140,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0.2,0],[180,0.06,0,0.5,0]],"taming":{"eats":["Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":true,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":8.333333,"affinityNeeded0":480,"affinityIncreasePL":45,"foodConsumptionBase":0.001543,"foodConsumptionMult":648.088135,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Head, Neck"}]},{"name":"Tusoteuthis","blueprintPath":"/Game/PrimalEarth/Dinos/Tusoteuthis/Tusoteuthis_Character_BP.Tusoteuthis_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":1010100.875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":-75,"eggTempMax":75},"colors":[{"name":"Body Highlights","colorIds":[19,20,21,22,23,24,28,29,14]},{"name":"Tentacle Highlights","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Tentacle Main","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"Body Main","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[2700,0.2,0.2025,0.5,0],[300,0.1,0.1,0,0],[215,0.1,0.1,0,0],[3200,0.1,0.1,0,0.15],[800,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1,0],[1800,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"eats":["Black Pearl","Raw Mutton","Basic Kibble","Exceptional Kibble","Extraordinary Kibble","Regular Kibble","Simple Kibble","Superior Kibble","Raw Prime Meat","Cooked Lamb Chop"],"nonViolent":true,"specialFoodValues":[{"Key":"Black Pearl","Value":{"d":[30,50,50]}},{"Key":"Raw Mutton","Value":{"d":[50,18.75]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Extraordinary Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}},{"Key":"Raw Prime Meat","Value":{"d":[50,15]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,10.125,30]}}],"tamingIneffectiveness":0.75,"affinityNeeded0":12500,"affinityIncreasePL":125,"foodConsumptionBase":0.005,"foodConsumptionMult":180.001144,"wakeAffinityMult":1,"wakeFoodDeplMult":2,"violent":false},"boneDamageAdjusters":[{"Key":3,"Value":"Beak"}]},{"name":"Unicorn","blueprintPath":"/Game/PrimalEarth/Dinos/Equus/Equus_Character_BP_Unicorn.Equus_Character_BP_Unicorn","breeding":{"gestationTime":47619.042969,"incubationTime":0,"maturationTime":208333.328125,"matingCooldownMin":64800,"matingCooldownMax":172800},"statsRaw":[[240,0.2,0.27,0.5,0],[560,0.1,0.1,0,0],[150,0.1,0.1,0,0],[1500,0.1,0.1,0,0],[350,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.0175,0.2,0],[420,0.06,0,0.5,0]],"taming":{"eats":["Kibble","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[21.327999,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.4,"affinityNeeded0":3600,"affinityIncreasePL":180,"foodConsumptionBase":0.001929,"foodConsumptionMult":432.002777,"wakeAffinityMult":1.6,"wakeFoodDeplMult":2,"violent":false},"immobilizedBy":["Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head"}]},{"name":"Woolly Rhino","blueprintPath":"/Game/PrimalEarth/Dinos/WoollyRhino/Rhino_Character_BP.Rhino_Character_BP","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]},{"name":"Horn","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39]}],"statsRaw":[[500,0.2,0.27,0.5,0],[120,0.1,0.1,0,0],[100,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[750,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,1.226,0],[600,0.06,0,0.5,0]],"taming":{"eats":["Exceptional Augmented Kibble","Extraordinary Augmented Kibble","Superior Augmented Kibble","Kibble","Exceptional Kibble","Extraordinary Kibble","Superior Kibble","Vegetables","Mejoberry","Berries","Sweet Vegetable Cake","Basic Kibble","Regular Kibble","Simple Kibble"],"favoriteKibble":"Titanoboa","nonViolent":false,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[79.919998,400]}},{"Key":"Sweet Vegetable Cake","Value":{"d":[20,20]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":3450,"affinityIncreasePL":125,"torporDepletionPS0":0.9,"foodConsumptionBase":0.003156,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Yutyrannus","blueprintPath":"/Game/PrimalEarth/Dinos/Yutyrannus/Yutyrannus_Character_BP.Yutyrannus_Character_BP","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Body Main","colorIds":[37,41,24,47,33,34,13,35,14,40,18]},{"name":"Facial crest","colorIds":[42,22,24,41,33,34,13,35,14,38]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Facial Highlights and Stripes","colorIds":[44,22,43,46,33,34,13,35,14,18,48]},{"name":"Feet and Hands","colorIds":[42,43,24,49,33,34,13,35,14,18]}],"statsRaw":[[1100,0.2,0.27,0.5,0],[420,0.1,0.1,0,0],[150,0.1,0.1,0,0],[3000,0.1,0.1,0,0],[500,0.02,0.04,0,0],[1,0.05,0.1,0.5,0.4],[1,0,0.01,0,0],[1550,0.06,0,0.5,0]],"taming":{"eats":["Extraordinary Kibble","Raw Mutton","Raw Prime Meat","Cooked Lamb Chop","Cooked Prime Meat","Prime Meat Jerky","Raw Prime Fish Meat","Raw Meat","Cooked Prime Fish Meat","Cooked Meat","Cooked Meat Jerky","Raw Fish Meat","Basic Kibble","Exceptional Kibble","Regular Kibble","Simple Kibble","Superior Kibble"],"nonViolent":false,"specialFoodValues":[{"Key":"Raw Mutton","Value":{"d":[50,187.5]}},{"Key":"Cooked Lamb Chop","Value":{"d":[49.945,101.25]}},{"Key":"Basic Kibble","Value":{"d":[96,16]}},{"Key":"Exceptional Kibble","Value":{"d":[96,16]}},{"Key":"Regular Kibble","Value":{"d":[96,16]}},{"Key":"Simple Kibble","Value":{"d":[96,16]}},{"Key":"Superior Kibble","Value":{"d":[96,16]}}],"tamingIneffectiveness":1.25,"affinityNeeded0":4250,"affinityIncreasePL":175,"torporDepletionPS0":0.725,"foodConsumptionBase":0.002314,"foodConsumptionMult":180.063385,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Zomdodo","blueprintPath":"/Game/PrimalEarth/Dinos/Dodo/ZombieDodo_Character_BP.ZombieDodo_Character_BP","colors":[{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14]},{"name":"unknown","colorIds":[21,23,32,33,8,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[20,22,24,26,27,33,34,13,35,14]},{"name":"unknown","colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,8,13,35,14,36]},{"name":"unknown","colorIds":[19,21,23,25,26,28,30,32,33,8,14]}],"statsRaw":[[700,0.2,0.27,0.2,0],[1000,0.1,0.1,0,0],[150,0.1,0.1,0,0],[450,0,0,0,0.15],[170,0.02,0.04,0,0],[1,0.015,0.1,0.2,0],[1,0,0.01,2,0],[1000,0.06,0,0.5,0]],"doesNotUseOxygen":true,"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.333333,"affinityNeeded0":450,"affinityIncreasePL":22.5,"foodConsumptionBase":0,"foodConsumptionMult":0,"violent":false},"immobilizedBy":["Bola","Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2,"Value":"Head, Neck"}]}]} \ No newline at end of file diff --git a/ARKBreedingStats/local/strings.Designer.cs b/ARKBreedingStats/local/strings.Designer.cs index 08808a79..5d0dcc7c 100644 --- a/ARKBreedingStats/local/strings.Designer.cs +++ b/ARKBreedingStats/local/strings.Designer.cs @@ -444,7 +444,7 @@ internal static string cbExactlyImprinting { } /// - /// Looks up a localized string similar to Check this if you have exactly 100% imprinting.. + /// Looks up a localized string similar to Check this if you have exactly 100% imprinting. Usually enabling this setting is not needed and will prevent any extraction.. /// internal static string cbExactlyImprintingTT { get { @@ -1218,6 +1218,15 @@ internal static string lbImprintingCuddleCountExtractorTT { } } + /// + /// Looks up a localized string similar to If the creature is imprinted the extraction may fail because the game sometimes "forgets" to increase some stat-values during the imprinting-process. Usually it works after you put the creature in and out of a cryopod, up- and download it in an obelisk/terminal, go out of render-distance, or wait for a server-restart.. + /// + internal static string lbImprintingFailInfo { + get { + return ResourceManager.GetString("lbImprintingFailInfo", resourceCulture); + } + } + /// /// Looks up a localized string similar to red: listening, grey: deactivated, green: recognized, orange: didn't recognized ///Say "[species] [level]", e.g. "Rex level 30" or "Brontosaurus 50" diff --git a/ARKBreedingStats/local/strings.de.resx b/ARKBreedingStats/local/strings.de.resx index 5eb2090b..9ee8411c 100644 --- a/ARKBreedingStats/local/strings.de.resx +++ b/ARKBreedingStats/local/strings.de.resx @@ -204,7 +204,7 @@ Um dieses Feature zu nutzen, muss OCR in den Einstellungen aktiviert sein und di Exakt, nicht anpassen - Auswählen, wenn der Wert nicht angepasst werden soll. + Auswählen, wenn der Wert nicht angepasst werden soll. Meistens ist es nicht notwendig dies auszuwählen und oft verhindert es eine erfolgreiche Extraktion. Spezies bestimmen @@ -948,4 +948,7 @@ Some offsprings might be worse than in High-Stats-Mode, but you also have a chan bis + + Wenn die Kreatur geprägt wurde, kann die Extraktion fehlschlagen, weil das Spiel manchmal "vergisst" einige Stat-Werte während des Prägungs-Prozesses zu erhöhen. Oft funktioniert die Extraktion, nachdem das Tier in und wieder aus einem Cryopod genommen wurde, nachdem es in einem Obelisken/Terminal hoch- und wieder heruntergeladen wurde, nachdem du aus der Render-Entfernung gegangen bist, oder nach einem Server-Neustart. + \ No newline at end of file diff --git a/ARKBreedingStats/local/strings.resx b/ARKBreedingStats/local/strings.resx index a16bdafd..db10ebc0 100644 --- a/ARKBreedingStats/local/strings.resx +++ b/ARKBreedingStats/local/strings.resx @@ -204,7 +204,7 @@ To use this feature you have to enable OCR in the settings and load a ocr-config Exactly, don't adjust - Check this if you have exactly 100% imprinting. + Check this if you have exactly 100% imprinting. Usually enabling this setting is not needed and will prevent any extraction. Guess Species @@ -950,4 +950,7 @@ Some offsprings might be worse than in High-Stats-Mode, but you also have a chan until + + If the creature is imprinted the extraction may fail because the game sometimes "forgets" to increase some stat-values during the imprinting-process. Usually it works after you put the creature in and out of a cryopod, up- and download it in an obelisk/terminal, go out of render-distance, or wait for a server-restart. + \ No newline at end of file diff --git a/ARKBreedingStats/raising/RaisingControl.cs b/ARKBreedingStats/raising/RaisingControl.cs index 2fdcd802..30817c67 100644 --- a/ARKBreedingStats/raising/RaisingControl.cs +++ b/ARKBreedingStats/raising/RaisingControl.cs @@ -366,19 +366,29 @@ private void extractValuesOfHatchedbornBabyToolStripMenuItem_Click(object sender private void deleteTimerToolStripMenuItem_Click(object sender, EventArgs e) { - if (listViewBabies.SelectedIndices.Count > 0 - && listViewBabies.SelectedItems[0].Tag.GetType() == typeof(IncubationTimerEntry)) + if (listViewBabies.SelectedIndices.Count > 0) { - IncubationTimerEntry ite = (IncubationTimerEntry)listViewBabies.SelectedItems[0].Tag; - if (MessageBox.Show("Delete this timer?\n" + ite.mother.species + ", ending in " + Utils.timeLeft(ite.incubationEnd) - + (listViewBabies.SelectedIndices.Count > 1 ? "\n\nand " + (listViewBabies.SelectedIndices.Count - 1).ToString() + " more selected timers" : "") + "?" - , "Delete?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + if (listViewBabies.SelectedItems[0].Tag.GetType() == typeof(IncubationTimerEntry)) { - for (int t = listViewBabies.SelectedIndices.Count - 1; t >= 0; t--) - removeIncubationTimer((IncubationTimerEntry)listViewBabies.SelectedItems[t].Tag); + IncubationTimerEntry ite = (IncubationTimerEntry)listViewBabies.SelectedItems[0].Tag; + if (MessageBox.Show("Delete this timer?\n" + ite.mother.species + ", ending in " + Utils.timeLeft(ite.incubationEnd) + + (listViewBabies.SelectedIndices.Count > 1 ? "\n\nand " + (listViewBabies.SelectedIndices.Count - 1).ToString() + " more selected timers" : "") + "?" + , "Delete?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) + { + for (int t = listViewBabies.SelectedIndices.Count - 1; t >= 0; t--) + removeIncubationTimer((IncubationTimerEntry)listViewBabies.SelectedItems[t].Tag); - recreateList(); - onChange?.Invoke(); + recreateList(); + onChange?.Invoke(); + } + } + else + { + // selected entry is not an egg-timer + MessageBox.Show("The selected timer is an entry for a growing creature and cannot be deleted directly.\nTo remove it, delete the according creature or set the creature to mature", + "Timer cannot be deleted", + MessageBoxButtons.OK, + MessageBoxIcon.Information); } } } diff --git a/ARKBreedingStats/settings/Settings.Designer.cs b/ARKBreedingStats/settings/Settings.Designer.cs index 9be33572..e719bb8b 100644 --- a/ARKBreedingStats/settings/Settings.Designer.cs +++ b/ARKBreedingStats/settings/Settings.Designer.cs @@ -148,6 +148,11 @@ private void InitializeComponent() this.groupBox15 = new System.Windows.Forms.GroupBox(); this.labelSavegameFileLocationHint = new System.Windows.Forms.Label(); this.dataGridView_FileLocations = new System.Windows.Forms.DataGridView(); + this.convenientNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.serverNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.fileLocationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); + this.dgvFileLocation_Change = new System.Windows.Forms.DataGridViewButtonColumn(); + this.dgvFileLocation_Delete = new System.Windows.Forms.DataGridViewButtonColumn(); this.aTImportFileLocationBindingSource = new System.Windows.Forms.BindingSource(this.components); this.btAddSavegameFileLocation = new System.Windows.Forms.Button(); this.groupBox14 = new System.Windows.Forms.GroupBox(); @@ -164,11 +169,7 @@ private void InitializeComponent() this.aTExportFolderLocationsBindingSource = new System.Windows.Forms.BindingSource(this.components); this.btAddExportFolder = new System.Windows.Forms.Button(); this.label25 = new System.Windows.Forms.Label(); - this.convenientNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.serverNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.fileLocationDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); - this.dgvFileLocation_Change = new System.Windows.Forms.DataGridViewButtonColumn(); - this.dgvFileLocation_Delete = new System.Windows.Forms.DataGridViewButtonColumn(); + this.cbApplyGlobalSpeciesToLibrary = new System.Windows.Forms.CheckBox(); this.groupBoxMultiplier.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nudWaitBeforeScreenCapture)).BeginInit(); @@ -1505,9 +1506,9 @@ private void InitializeComponent() // groupBox17 // this.groupBox17.Controls.Add(this.cbbLanguage); - this.groupBox17.Location = new System.Drawing.Point(6, 554); + this.groupBox17.Location = new System.Drawing.Point(258, 554); this.groupBox17.Name = "groupBox17"; - this.groupBox17.Size = new System.Drawing.Size(246, 51); + this.groupBox17.Size = new System.Drawing.Size(413, 51); this.groupBox17.TabIndex = 9; this.groupBox17.TabStop = false; this.groupBox17.Text = "Language (WIP)"; @@ -1518,13 +1519,13 @@ private void InitializeComponent() this.cbbLanguage.FormattingEnabled = true; this.cbbLanguage.Location = new System.Drawing.Point(6, 19); this.cbbLanguage.Name = "cbbLanguage"; - this.cbbLanguage.Size = new System.Drawing.Size(234, 21); + this.cbbLanguage.Size = new System.Drawing.Size(194, 21); this.cbbLanguage.TabIndex = 0; // // groupBox16 // this.groupBox16.Controls.Add(this.cbDevTools); - this.groupBox16.Location = new System.Drawing.Point(6, 495); + this.groupBox16.Location = new System.Drawing.Point(6, 516); this.groupBox16.Name = "groupBox16"; this.groupBox16.Size = new System.Drawing.Size(246, 53); this.groupBox16.TabIndex = 8; @@ -1543,10 +1544,11 @@ private void InitializeComponent() // // groupBox9 // + this.groupBox9.Controls.Add(this.cbApplyGlobalSpeciesToLibrary); this.groupBox9.Controls.Add(this.cbCreatureColorsLibrary); this.groupBox9.Location = new System.Drawing.Point(6, 444); this.groupBox9.Name = "groupBox9"; - this.groupBox9.Size = new System.Drawing.Size(246, 45); + this.groupBox9.Size = new System.Drawing.Size(246, 66); this.groupBox9.TabIndex = 7; this.groupBox9.TabStop = false; this.groupBox9.Text = "Library"; @@ -1662,7 +1664,7 @@ private void InitializeComponent() this.customSCCustom.Location = new System.Drawing.Point(6, 139); this.customSCCustom.Name = "customSCCustom"; this.customSCCustom.Size = new System.Drawing.Size(401, 23); - this.customSCCustom.SoundFile = ""; + this.customSCCustom.SoundFile = null; this.customSCCustom.TabIndex = 7; // // customSCWakeup @@ -1670,7 +1672,7 @@ private void InitializeComponent() this.customSCWakeup.Location = new System.Drawing.Point(6, 81); this.customSCWakeup.Name = "customSCWakeup"; this.customSCWakeup.Size = new System.Drawing.Size(401, 23); - this.customSCWakeup.SoundFile = null; + this.customSCWakeup.SoundFile = ""; this.customSCWakeup.TabIndex = 6; // // customSCBirth @@ -1678,7 +1680,7 @@ private void InitializeComponent() this.customSCBirth.Location = new System.Drawing.Point(6, 110); this.customSCBirth.Name = "customSCBirth"; this.customSCBirth.Size = new System.Drawing.Size(401, 23); - this.customSCBirth.SoundFile = null; + this.customSCBirth.SoundFile = ""; this.customSCBirth.TabIndex = 5; // // customSCStarving @@ -1686,7 +1688,7 @@ private void InitializeComponent() this.customSCStarving.Location = new System.Drawing.Point(6, 52); this.customSCStarving.Name = "customSCStarving"; this.customSCStarving.Size = new System.Drawing.Size(401, 23); - this.customSCStarving.SoundFile = ""; + this.customSCStarving.SoundFile = null; this.customSCStarving.TabIndex = 4; // // label20 @@ -1792,6 +1794,52 @@ private void InitializeComponent() this.dataGridView_FileLocations.TabIndex = 5; this.dataGridView_FileLocations.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_FileLocations_CellClick); // + // convenientNameDataGridViewTextBoxColumn + // + this.convenientNameDataGridViewTextBoxColumn.DataPropertyName = "ConvenientName"; + this.convenientNameDataGridViewTextBoxColumn.HeaderText = "Name"; + this.convenientNameDataGridViewTextBoxColumn.Name = "convenientNameDataGridViewTextBoxColumn"; + this.convenientNameDataGridViewTextBoxColumn.ReadOnly = true; + // + // serverNameDataGridViewTextBoxColumn + // + this.serverNameDataGridViewTextBoxColumn.DataPropertyName = "ServerName"; + this.serverNameDataGridViewTextBoxColumn.HeaderText = "Server name"; + this.serverNameDataGridViewTextBoxColumn.Name = "serverNameDataGridViewTextBoxColumn"; + this.serverNameDataGridViewTextBoxColumn.ReadOnly = true; + // + // fileLocationDataGridViewTextBoxColumn + // + this.fileLocationDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; + this.fileLocationDataGridViewTextBoxColumn.DataPropertyName = "FileLocation"; + this.fileLocationDataGridViewTextBoxColumn.HeaderText = "File location"; + this.fileLocationDataGridViewTextBoxColumn.Name = "fileLocationDataGridViewTextBoxColumn"; + this.fileLocationDataGridViewTextBoxColumn.ReadOnly = true; + // + // dgvFileLocation_Change + // + this.dgvFileLocation_Change.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.dgvFileLocation_Change.HeaderText = "Change"; + this.dgvFileLocation_Change.MinimumWidth = 50; + this.dgvFileLocation_Change.Name = "dgvFileLocation_Change"; + this.dgvFileLocation_Change.ReadOnly = true; + this.dgvFileLocation_Change.Resizable = System.Windows.Forms.DataGridViewTriState.False; + this.dgvFileLocation_Change.Text = "Change"; + this.dgvFileLocation_Change.UseColumnTextForButtonValue = true; + this.dgvFileLocation_Change.Width = 50; + // + // dgvFileLocation_Delete + // + this.dgvFileLocation_Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; + this.dgvFileLocation_Delete.HeaderText = "Delete"; + this.dgvFileLocation_Delete.MinimumWidth = 50; + this.dgvFileLocation_Delete.Name = "dgvFileLocation_Delete"; + this.dgvFileLocation_Delete.ReadOnly = true; + this.dgvFileLocation_Delete.Resizable = System.Windows.Forms.DataGridViewTriState.False; + this.dgvFileLocation_Delete.Text = "Delete"; + this.dgvFileLocation_Delete.UseColumnTextForButtonValue = true; + this.dgvFileLocation_Delete.Width = 50; + // // aTImportFileLocationBindingSource // this.aTImportFileLocationBindingSource.AllowNew = false; @@ -1941,51 +1989,15 @@ private void InitializeComponent() this.label25.TabIndex = 0; this.label25.Text = resources.GetString("label25.Text"); // - // convenientNameDataGridViewTextBoxColumn - // - this.convenientNameDataGridViewTextBoxColumn.DataPropertyName = "ConvenientName"; - this.convenientNameDataGridViewTextBoxColumn.HeaderText = "Name"; - this.convenientNameDataGridViewTextBoxColumn.Name = "convenientNameDataGridViewTextBoxColumn"; - this.convenientNameDataGridViewTextBoxColumn.ReadOnly = true; - // - // serverNameDataGridViewTextBoxColumn - // - this.serverNameDataGridViewTextBoxColumn.DataPropertyName = "ServerName"; - this.serverNameDataGridViewTextBoxColumn.HeaderText = "Server name"; - this.serverNameDataGridViewTextBoxColumn.Name = "serverNameDataGridViewTextBoxColumn"; - this.serverNameDataGridViewTextBoxColumn.ReadOnly = true; - // - // fileLocationDataGridViewTextBoxColumn - // - this.fileLocationDataGridViewTextBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; - this.fileLocationDataGridViewTextBoxColumn.DataPropertyName = "FileLocation"; - this.fileLocationDataGridViewTextBoxColumn.HeaderText = "File location"; - this.fileLocationDataGridViewTextBoxColumn.Name = "fileLocationDataGridViewTextBoxColumn"; - this.fileLocationDataGridViewTextBoxColumn.ReadOnly = true; - // - // dgvFileLocation_Change + // cbApplyGlobalSpeciesToLibrary // - this.dgvFileLocation_Change.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.dgvFileLocation_Change.HeaderText = "Change"; - this.dgvFileLocation_Change.MinimumWidth = 50; - this.dgvFileLocation_Change.Name = "dgvFileLocation_Change"; - this.dgvFileLocation_Change.ReadOnly = true; - this.dgvFileLocation_Change.Resizable = System.Windows.Forms.DataGridViewTriState.False; - this.dgvFileLocation_Change.Text = "Change"; - this.dgvFileLocation_Change.UseColumnTextForButtonValue = true; - this.dgvFileLocation_Change.Width = 50; - // - // dgvFileLocation_Delete - // - this.dgvFileLocation_Delete.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None; - this.dgvFileLocation_Delete.HeaderText = "Delete"; - this.dgvFileLocation_Delete.MinimumWidth = 50; - this.dgvFileLocation_Delete.Name = "dgvFileLocation_Delete"; - this.dgvFileLocation_Delete.ReadOnly = true; - this.dgvFileLocation_Delete.Resizable = System.Windows.Forms.DataGridViewTriState.False; - this.dgvFileLocation_Delete.Text = "Delete"; - this.dgvFileLocation_Delete.UseColumnTextForButtonValue = true; - this.dgvFileLocation_Delete.Width = 50; + this.cbApplyGlobalSpeciesToLibrary.AutoSize = true; + this.cbApplyGlobalSpeciesToLibrary.Location = new System.Drawing.Point(6, 42); + this.cbApplyGlobalSpeciesToLibrary.Name = "cbApplyGlobalSpeciesToLibrary"; + this.cbApplyGlobalSpeciesToLibrary.Size = new System.Drawing.Size(201, 17); + this.cbApplyGlobalSpeciesToLibrary.TabIndex = 1; + this.cbApplyGlobalSpeciesToLibrary.Text = "Use global species selection in library"; + this.cbApplyGlobalSpeciesToLibrary.UseVisualStyleBackColor = true; // // Settings // @@ -2216,5 +2228,6 @@ private void InitializeComponent() private System.Windows.Forms.DataGridViewTextBoxColumn fileLocationDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewButtonColumn dgvFileLocation_Change; private System.Windows.Forms.DataGridViewButtonColumn dgvFileLocation_Delete; + private System.Windows.Forms.CheckBox cbApplyGlobalSpeciesToLibrary; } } \ No newline at end of file diff --git a/ARKBreedingStats/settings/Settings.cs b/ARKBreedingStats/settings/Settings.cs index 7c4f3261..56098753 100644 --- a/ARKBreedingStats/settings/Settings.cs +++ b/ARKBreedingStats/settings/Settings.cs @@ -174,6 +174,7 @@ private void loadSettings(CreatureCollection cc) cbInventoryCheck.Checked = Properties.Settings.Default.inventoryCheckTimer; cbAllowMoreThanHundredImprinting.Checked = cc.allowMoreThanHundredImprinting; cbCreatureColorsLibrary.Checked = Properties.Settings.Default.showColorsInLibrary; + cbApplyGlobalSpeciesToLibrary.Checked = Properties.Settings.Default.ApplyGlobalSpeciesToLibrary; // export paths if (Properties.Settings.Default.ExportCreatureFolders != null) @@ -265,6 +266,7 @@ private void saveSettings() Properties.Settings.Default.inventoryCheckTimer = cbInventoryCheck.Checked; cc.allowMoreThanHundredImprinting = cbAllowMoreThanHundredImprinting.Checked; Properties.Settings.Default.showColorsInLibrary = cbCreatureColorsLibrary.Checked; + Properties.Settings.Default.ApplyGlobalSpeciesToLibrary = cbApplyGlobalSpeciesToLibrary.Checked; //import savegame Properties.Settings.Default.savegameExtractionPath = fileSelectorExtractedSaveFolder.Link; @@ -276,7 +278,7 @@ private void saveSettings() Properties.Settings.Default.ExportCreatureFolders = aTExportFolderLocationsBindingSource.OfType() .Where(location => !string.IsNullOrWhiteSpace(location.FolderPath)) .Select(location => $"{location.ConvenientName}|{location.OwnerSuffix}|{location.FolderPath}").ToArray(); - + Properties.Settings.Default.importChangeCreatureStatus = cbImportUpdateCreatureStatus.Checked; Properties.Settings.Default.ImportTribeNameFilter = textBoxImportTribeNameFilter.Text; diff --git a/ARKBreedingStats/settings/Settings.resx b/ARKBreedingStats/settings/Settings.resx index 3849f3fe..8341e6ed 100644 --- a/ARKBreedingStats/settings/Settings.resx +++ b/ARKBreedingStats/settings/Settings.resx @@ -144,15 +144,6 @@ If you set the according files below, you can start the process automatically fr 262, 17 - - True - - - True - - - 262, 17 - In ARK you can export a creature (hold use while looking at a creature, then choose "Export" from the wheel). diff --git a/ARKBreedingStats/ver.txt b/ARKBreedingStats/ver.txt index 77ece421..21620d03 100644 --- a/ARKBreedingStats/ver.txt +++ b/ARKBreedingStats/ver.txt @@ -1 +1 @@ -291.100,0.30.0.0 +294.101,0.30.1.0