From 69bb8d5ce368d15b6b0bad75df16926df6cb1547 Mon Sep 17 00:00:00 2001 From: cadaei Date: Sun, 16 Jul 2017 22:24:29 +0200 Subject: [PATCH] added note for scorpion and procoptodon that their stats are displayed wrong after taming. added check for SpeechRecognition-library (for Mono). fix if no color-region-information is given for a species. --- ARKBreedingStats/Form1.Designer.cs | 9 ++++--- ARKBreedingStats/Form1.cs | 28 +++++++++++++++----- ARKBreedingStats/Properties/AssemblyInfo.cs | 2 +- ARKBreedingStats/Values.cs | 2 +- ARKBreedingStats/json/classicFlyers.json | 2 +- ARKBreedingStats/json/ocr_1920x1080_100.json | 2 +- ARKBreedingStats/json/values.json | 2 +- ARKBreedingStats/ocr/ArkOCR.cs | 2 +- ARKBreedingStats/species/Species.cs | 11 +++++++- ARKBreedingStats/ver.txt | 2 +- 10 files changed, 44 insertions(+), 18 deletions(-) diff --git a/ARKBreedingStats/Form1.Designer.cs b/ARKBreedingStats/Form1.Designer.cs index fef3e40b..d395dd75 100644 --- a/ARKBreedingStats/Form1.Designer.cs +++ b/ARKBreedingStats/Form1.Designer.cs @@ -1394,7 +1394,7 @@ private void InitializeComponent() // // creatureInfoInputTester // - this.creatureInfoInputTester.Cooldown = new System.DateTime(2017, 7, 1, 21, 34, 32, 594); + this.creatureInfoInputTester.Cooldown = new System.DateTime(2017, 7, 9, 13, 18, 0, 781); this.creatureInfoInputTester.CreatureName = ""; this.creatureInfoInputTester.CreatureNote = ""; this.creatureInfoInputTester.CreatureOwner = ""; @@ -1403,7 +1403,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(2017, 7, 1, 21, 34, 32, 595); + this.creatureInfoInputTester.Grown = new System.DateTime(2017, 7, 9, 13, 18, 0, 781); this.creatureInfoInputTester.Location = new System.Drawing.Point(321, 184); this.creatureInfoInputTester.mother = null; this.creatureInfoInputTester.MutationCounter = 0; @@ -1470,6 +1470,7 @@ private void InitializeComponent() // labelImprintingFailInfo // 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"; @@ -1724,7 +1725,7 @@ private void InitializeComponent() // // creatureInfoInputExtractor // - this.creatureInfoInputExtractor.Cooldown = new System.DateTime(2017, 7, 1, 21, 34, 32, 639); + this.creatureInfoInputExtractor.Cooldown = new System.DateTime(2017, 7, 9, 13, 18, 0, 810); this.creatureInfoInputExtractor.CreatureName = ""; this.creatureInfoInputExtractor.CreatureNote = ""; this.creatureInfoInputExtractor.CreatureOwner = ""; @@ -1733,7 +1734,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(2017, 7, 1, 21, 34, 32, 640); + this.creatureInfoInputExtractor.Grown = new System.DateTime(2017, 7, 9, 13, 18, 0, 810); this.creatureInfoInputExtractor.Location = new System.Drawing.Point(321, 184); this.creatureInfoInputExtractor.mother = null; this.creatureInfoInputExtractor.MutationCounter = 0; diff --git a/ARKBreedingStats/Form1.cs b/ARKBreedingStats/Form1.cs index 02b017b5..97d93cb5 100644 --- a/ARKBreedingStats/Form1.cs +++ b/ARKBreedingStats/Form1.cs @@ -288,13 +288,20 @@ private void Form1_Load(object sender, EventArgs e) ocrControl1.loadOCRTemplate(Properties.Settings.Default.ocrFile); // initialize speech recognition if enabled + bool labelListeningVisible = false; if (Properties.Settings.Default.SpeechRecognition) { - speechRecognition = new SpeechRecognition(300, labelListening); - speechRecognition.speechRecognized += new SpeechRecognition.SpeechRecognizedEventHandler(tellTamingData); - speechRecognition.speechCommandRecognized += new SpeechRecognition.SpeechCommandRecognizedEventHandler(speechCommand); + var speechRecognitionAvailable = (AppDomain.CurrentDomain.GetAssemblies().Any(a => a.FullName.Substring(0, 13) == "System.Speech")); + + if (speechRecognitionAvailable) + { + labelListeningVisible = true; + speechRecognition = new SpeechRecognition(300, labelListening); + speechRecognition.speechRecognized += new SpeechRecognition.SpeechRecognizedEventHandler(tellTamingData); + speechRecognition.speechCommandRecognized += new SpeechRecognition.SpeechCommandRecognizedEventHandler(speechCommand); + } } - else labelListening.Visible = false; + else labelListening.Visible = labelListeningVisible; clearAll(); // UI loaded @@ -606,7 +613,16 @@ private void extractionFailed() groupBoxRadarChartExtractor.Visible = false; labelDoc.Visible = false; if (radioButtonBred.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; + } + else if (radioButtonTamed.Checked && "Procoptodon,Pulmonoscorpius".Split(',').ToList().IndexOf(comboBoxSpeciesGlobal.SelectedItem.ToString()) >= 0) + { + // creatures that display wrong stat-values after taming + labelImprintingFailInfo.Text = "The " + comboBoxSpeciesGlobal.SelectedItem.ToString() + " is known for displaying wrong stat-values after taming. Please try the extraction again after the server restarted."; + labelImprintingFailInfo.Visible = true; + } toolStripButtonSaveCreatureValuesTemp.Visible = true; } @@ -724,8 +740,8 @@ private void updateExtrDetails() panelExtrTE.Visible = radioButtonTamed.Checked; panelExtrImpr.Visible = radioButtonBred.Checked; groupBoxDetailsExtractor.Visible = !radioButtonWild.Checked; - checkBoxJustTamed.Checked = checkBoxJustTamed.Checked && radioButtonTamed.Checked; - checkBoxJustTamed.Visible = radioButtonTamed.Checked; + //checkBoxJustTamed.Checked = checkBoxJustTamed.Checked && radioButtonTamed.Checked; // TODO remove if bug ingame is resolved + //checkBoxJustTamed.Visible = radioButtonTamed.Checked; cbEventMultipliers.Visible = radioButtonBred.Checked; if (radioButtonTamed.Checked) groupBoxDetailsExtractor.Text = "Taming-Effectiveness"; diff --git a/ARKBreedingStats/Properties/AssemblyInfo.cs b/ARKBreedingStats/Properties/AssemblyInfo.cs index b8b84c11..2595771c 100644 --- a/ARKBreedingStats/Properties/AssemblyInfo.cs +++ b/ARKBreedingStats/Properties/AssemblyInfo.cs @@ -33,4 +33,4 @@ // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("0.23.10")] +[assembly: AssemblyFileVersion("0.23.11")] diff --git a/ARKBreedingStats/Values.cs b/ARKBreedingStats/Values.cs index e9ef8a4c..a254c7e3 100644 --- a/ARKBreedingStats/Values.cs +++ b/ARKBreedingStats/Values.cs @@ -191,8 +191,8 @@ public bool loadAdditionalValues(string filename, bool showResults) } } } - if (updated) speciesUpdated++; } + if (updated) speciesUpdated++; } } } diff --git a/ARKBreedingStats/json/classicFlyers.json b/ARKBreedingStats/json/classicFlyers.json index 5358aa4e..5028ab7b 100644 --- a/ARKBreedingStats/json/classicFlyers.json +++ b/ARKBreedingStats/json/classicFlyers.json @@ -1 +1 @@ -{"ver":"1.0.0","species":[{"name":"Argentavis","statsRaw":[null,[750,0.1,0.1],null,null,[350,0.02,0.04,0,0],null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Lymantria","statsRaw":[null,[180,0.1,0.1],null,null,null,null,[null,null,0.025],null]},{"name":"Pelagornis","statsRaw":[[210,0.2,0.27,0.5,0],[320,0.1,0.1],null,null,[135,0.02,0.04,0,0],null,[null,null,0.025],null],"TamedBaseHealthMultiplier":1,"NoImprintingForSpeed":false},{"name":"Pteranodon","statsRaw":[[210,0.2,0.27,0.5,0],[300,0.1,0.1],null,null,[150,0.02,0.04,0,0],null,[null,null,0.02],null],"TamedBaseHealthMultiplier":1,"NoImprintingForSpeed":false},{"name":"Quetzal","statsRaw":[[1200,0.2,0.27,0.5,0],[750,0.1,0.1],null,null,[780,0.02,0.04,0,0],null,[null,null,0.025],null],"TamedBaseHealthMultiplier":1,"NoImprintingForSpeed":false},{"name":"Tapejara","statsRaw":[null,[450,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Fire Wyvern","statsRaw":[null,[400,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Lightning Wyvern","statsRaw":[null,[400,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Poison Wyvern","statsRaw":[null,[400,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false}]} \ No newline at end of file +{"ver":"1.0.2","species":[{"name":"Argentavis","statsRaw":[[null,null,0.27],[750,0.1,0.1],null,null,[350,0.02,0.04,0,0],null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Lymantria","statsRaw":[null,[180,0.1,0.1],null,null,null,null,[null,null,0.025],null]},{"name":"Pelagornis","statsRaw":[[210,0.2,0.27,0.5,0],[320,0.1,0.1],null,null,[135,0.02,0.04,0,0],null,[null,null,0.025],null],"TamedBaseHealthMultiplier":1,"NoImprintingForSpeed":false},{"name":"Pteranodon","statsRaw":[[210,0.2,0.27,0.5,0],[300,0.1,0.1],null,null,[150,0.02,0.04,0,0],null,[null,null,0.018518],null],"TamedBaseHealthMultiplier":1,"NoImprintingForSpeed":false},{"name":"Quetzal","statsRaw":[[1200,0.2,0.27,0.5,0],[750,0.1,0.1],null,null,[780,0.02,0.04,0,0],null,[null,null,0.02194],null],"TamedBaseHealthMultiplier":1,"NoImprintingForSpeed":false},{"name":"Tapejara","statsRaw":[null,[450,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Fire Wyvern","statsRaw":[null,[400,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Lightning Wyvern","statsRaw":[null,[400,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false},{"name":"Poison Wyvern","statsRaw":[null,[400,0.1,0.1],null,null,null,null,[null,null,0.025],null],"NoImprintingForSpeed":false}]} \ No newline at end of file diff --git a/ARKBreedingStats/json/ocr_1920x1080_100.json b/ARKBreedingStats/json/ocr_1920x1080_100.json index 04f07479..c19fba70 100644 --- a/ARKBreedingStats/json/ocr_1920x1080_100.json +++ b/ARKBreedingStats/json/ocr_1920x1080_100.json @@ -1 +1 @@ -{"description":"","fontSizes":[13,15,17],"guiZoom":100,"labelRectangles":[{"height":15,"width":164,"x":950,"y":508},{"height":15,"width":164,"x":950,"y":551},{"height":15,"width":164,"x":950,"y":594},{"height":15,"width":164,"x":950,"y":637},{"height":15,"width":164,"x":950,"y":680},{"height":15,"width":164,"x":950,"y":723},{"height":15,"width":164,"x":950,"y":766},{"height":15,"width":164,"x":950,"y":809},{"height":15,"width":164,"x":950,"y":852},{"height":17,"width":135,"x":907,"y":198},{"height":17,"width":234,"x":843,"y":163},{"height":15,"width":202,"x":856,"y":232},{"height":13,"width":92,"x":970,"y":407}],"letterArrays":[[[2,0,3,3,3,3,1,1,0,3,3],[8,0,72,40,40,254,36,127,20,20,18],[5,4,30,7,5,7,28,20,28,15,4],[9,0,71,69,37,501,341,335,328,324,452],[8,0,30,50,18,30,142,155,113,115,158],[1,0,1,1,1],[2,0,2,3,1,1,1,1,1,1,1,3,2],[2,0,1,3,2,2,2,2,2,2,2,3,1],[5,4,4,31,14,10,10],[5,0,0,4,4,4,31,4,4,4],[1,0,0,0,0,0,0,0,0,0,1,1,1],[2,0,0,0,0,0,0,3],[2,0,0,0,0,0,0,0,0,3,3],[5,0,24,8,8,12,4,6,2,2,3],[5,0,14,27,17,17,17,17,17,27,14],[4,0,12,14,13,12,12,12,12,12,12],[5,0,14,25,16,24,8,4,2,3,31],[5,0,15,25,16,24,14,24,16,24,15],[7,0,48,56,56,52,54,50,127,48,48],[5,0,31,3,1,15,24,16,16,24,15],[5,0,28,2,1,13,19,17,17,27,14],[5,0,31,16,24,8,8,12,4,6,2],[5,0,14,25,17,27,14,27,17,17,14],[5,0,14,27,17,17,27,22,16,24,7],[2,0,0,0,3,3,0,0,0,3,3],[2,0,0,0,3,3,0,0,0,0,3,1,1],[5,0,0,0,24,6,3,7,28],[5,0,0,0,31,0,0,31],[5,0,0,0,3,12,24,28,7],[4,0,15,8,8,12,6,2,0,2,2],[10,0,248,390,626,585,589,581,585,441,6,124],[9,0,16,56,40,108,68,254,198,130,387],[7,0,63,99,99,99,63,99,67,99,63],[6,0,60,38,3,1,1,1,3,6,60],[8,0,63,99,195,195,131,195,195,99,63],[5,0,31,3,3,3,31,3,3,3,31],[5,0,31,3,3,3,31,3,3,3,3],[7,0,60,6,3,1,113,97,67,102,124],[8,0,195,195,195,195,255,195,195,195,195],[2,0,3,3,3,3,3,3,3,3,3],[3,0,0,4,4,4,4,4,4,4,4,4,6,3],[7,0,35,51,27,15,15,27,19,51,99],[6,0,3,3,3,3,3,3,3,3,63],[10,0,771,903,903,975,843,843,827,819,819],[8,0,195,199,207,203,219,211,243,227,195],[8,0,60,102,195,129,129,129,195,102,60],[6,0,31,51,35,51,31,3,3,3,3],[8,0,60,102,195,129,129,129,195,102,60,96,64],[6,0,31,63,49,49,29,25,25,49],[5,0,30,19,1,3,14,24,16,25,15],[7,0,127,8,8,8,8,8,8,8,8],[8,0,195,195,195,195,195,195,195,102,60],[8,0,195,66,66,102,36,36,60,24,24],[12,0,3171,1122,1122,1266,1686,660,924,780,780],[8,0,66,102,36,24,24,60,36,102,195],[8,0,195,66,38,60,24,24,24,24,24],[5,0,31,24,24,12,4,6,3,3,31],[3,0,7,1,1,1,1,1,1,1,1,1,7],[5,0,3,2,2,6,4,12,8,8,24],[3,0,7,4,4,4,4,4,4,4,4,4,7],[5,0,4,6,10,9,17,17],[6,0,0,0,0,0,0,0,0,0,0,0,63],[2,1,2],[6,0,0,0,30,48,48,62,49,49,47],[6,1,1,1,31,51,35,35,35,51,29],[4,0,0,0,14,3,1,1,1,3,14],[6,32,32,32,62,51,49,33,49,51,46],[5,0,0,0,14,31,19,31,3,31,4],[4,14,2,2,15,3,2,2,2,2,2],[7,0,0,0,124,50,34,50,28,2,62,99,35,30],[6,1,1,1,31,51,35,33,33,33,33],[2,0,3,0,3,3,3,3,3,3],[3,6,6,0,6,6,6,6,6,6,6,6,6,3],[5,1,1,1,17,9,13,7,11,25,17],[2,3,3,3,3,3,3,3,3,3,3],[9,0,0,0,0,511,307,273,273,273,273,273],[6,0,0,0,29,51,35,33,33,33,33],[6,0,0,0,30,51,33,33,33,51,30],[6,0,0,0,29,51,35,35,35,51,31,1,1,1],[6,0,0,0,46,51,49,33,49,51,62,32,32,32],[5,0,0,0,25,7,3,3,3,3,3],[4,0,0,0,15,1,3,14,8,8,15],[3,0,2,3,7,3,3,3,3,3,6],[6,0,0,0,33,33,33,33,49,51,46],[7,0,0,0,99,34,34,54,20,28,8],[11,0,0,0,1571,626,594,854,476,396,396],[5,0,0,0,17,27,14,14,14,27,17],[7,0,0,0,99,34,34,54,20,28,8,8,12,7],[4,0,0,0,15,12,4,6,2,1,15],[5,0,24,12,4,4,4,3,6,4,4,12,24],[1,1,1,1,1,1,1,1,1,1,1,1,1,1],[5,0,3,6,4,4,4,24,12,4,4,14,7],[2,0,0,0,0,3,1]],[[2,0,3,3,3,3,3,3,3,3,0,3,3],[8,0,72,72,76,255,36,36,36,255,54,18,18],[7,8,8,28,11,11,15,30,120,104,123,63,8,8],[10,798,958,499,255,254,112,432,1016,636,878,998],[9,0,28,54,34,50,28,14,403,417,225,227,414],[2,0,3,3,1,1],[3,0,6,6,3,3,3,3,3,3,3,3,3,3,6],[3,0,3,3,7,6,6,6,6,6,6,6,7,3,3],[2,3,0,0,3,2],[7,0,0,0,8,8,8,127,8,8,8],[2,0,0,0,0,0,0,0,0,0,0,3,3,1,1],[3,0,0,0,0,0,0,0,7],[2,0,0,0,0,0,0,0,0,0,3,3],[8,224,112,112,56,56,28,28,14,14,6,7],[9,124,254,495,451,451,451,451,451,455,255,126],[4,12,15,15,14,14,14,14,14,14,14,14,4],[7,30,127,115,96,112,48,56,28,14,127,127],[7,63,127,115,96,112,62,126,96,96,127,63],[8,48,56,24,92,110,102,103,255,255,96,96],[7,127,127,3,3,31,127,112,96,112,127,63],[8,48,56,30,14,127,255,195,195,199,255,126],[8,255,255,225,96,112,48,24,28,12,14,6],[8,56,254,199,195,230,126,255,195,195,255,126],[8,60,254,231,195,195,255,254,224,112,60,28,8],[2,0,0,0,0,3,3,0,0,0,0,3,3],[2,0,0,0,0,3,3,0,0,0,0,3,3,1,1],[7,0,0,64,112,28,7,3,28,112,64],[7,0,0,0,0,127,0,0,127],[7,0,0,1,7,28,112,96,28,7,1],[5,0,15,27,16,16,24,12,6,6,0,6,6],[11,0,240,780,514,1267,1177,1161,1161,1737,817,2,6,248],[9,0,56,56,120,108,108,198,246,503,387,387],[8,0,127,255,195,227,115,123,195,195,255,127,1],[9,0,504,510,14,7,7,7,7,6,510,508,32],[9,0,63,247,195,387,387,387,387,387,195,247,63],[7,0,127,127,3,3,63,127,3,3,3,127],[6,0,63,7,3,3,3,63,7,3,3,3,3],[9,0,248,222,6,3,3,483,387,387,390,478,248],[9,0,387,387,387,387,511,455,387,387,387,387,387],[2,0,3,3,3,3,3,3,3,3,3,3],[4,0,8,12,12,12,12,12,12,12,14,15],[8,0,97,97,49,25,13,15,27,57,49,97,193],[6,0,3,3,3,3,3,3,3,3,3,7,63],[12,0,3591,3591,3855,3339,3339,3483,3219,3283,3315,3171,3171],[10,0,775,775,783,795,795,819,867,867,963,899,899],[10,0,120,478,390,771,771,771,771,771,390,494,120],[7,0,63,127,99,99,99,123,27,3,3,3],[10,0,120,478,390,771,771,771,771,771,390,494,120,192,384],[7,0,31,59,97,97,49,31,27,49,49,97,65],[7,0,124,127,3,3,63,127,96,96,99,127],[8,0,255,255,24,24,24,24,24,24,24,24],[9,0,387,387,387,387,387,387,387,387,130,238,124],[9,0,387,130,198,198,68,68,108,44,56,56,56],[14,0,12483,4290,4322,6630,6438,2340,2868,3900,3612,1564,1560],[9,0,130,198,108,108,56,56,56,108,68,198,387],[9,0,387,198,198,108,108,56,24,16,16,16,16],[7,0,127,96,32,48,24,8,12,6,3,3,127],[4,0,15,3,3,3,3,3,3,3,3,3,3,3,15],[6,0,3,2,6,6,4,12,8,24,24,16,48],[4,0,15,12,12,12,12,12,12,12,12,12,12,12,15],[6,0,4,12,10,18,19,33,33],[6,0,0,0,0,0,0,0,0,0,0,0,0,0,63],[3,0,3,6],[6,0,0,0,0,62,63,48,63,51,51,63],[7,0,3,3,3,63,127,99,99,99,115,63],[5,0,0,0,0,30,31,3,3,3,3,30],[6,0,32,48,48,62,63,51,49,51,51,63],[7,0,0,0,0,62,63,99,127,27,7,62],[4,0,14,15,3,15,15,3,3,3,3,3],[7,0,0,0,0,126,127,99,99,99,119,126,96,62,30],[8,3,3,3,3,123,111,195,195,195,195,195,195],[2,0,3,3,0,3,3,3,3,3,3,3],[4,12,12,0,0,12,12,12,12,12,12,12,12,12,12,12,7],[7,0,2,3,3,127,127,67,115,51,51,99],[2,3,3,3,3,3,3,3,3,3,3,3,3],[11,0,0,0,0,959,2047,1587,1587,1587,1587,1587],[7,0,0,0,0,59,127,99,99,99,99,99],[7,0,0,0,0,62,127,99,99,99,115,62],[7,0,0,0,0,59,119,99,67,99,99,119,59,3,3,3,3],[7,0,0,0,0,110,119,99,97,97,99,119,110,96,96,96,96],[4,0,0,0,0,7,7,3,3,3,3,3],[6,0,0,0,0,31,31,1,31,60,48,31],[4,0,0,0,0,10,15,7,7,7,7,7],[7,0,0,0,0,51,51,51,51,51,59,31],[7,0,0,0,0,99,51,51,31,30,30,12],[12,0,0,0,0,3171,1122,1266,1686,1686,924,924,780],[6,0,0,0,0,51,59,30,12,30,31,51],[8,0,0,0,0,195,66,102,102,36,60,56,24,24,8,12,7],[6,0,0,0,0,63,63,24,12,6,7,63],[6,0,56,24,12,12,12,12,7,14,12,12,12,24,56],[2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[6,0,7,6,12,12,12,12,56,28,12,12,12,6,15],[2,0,0,0,0,0,3,3]],[[3,0,7,7,7,7,7,7,7,7,7,0,7,7],[14,0,1648,1584,1840,16383,8191,792,920,412,8191,396,460,206],[8,0,24,24,127,3,3,63,126,224,224,127,24,24],[11,0,1807,923,475,223,224,112,48,24,988,1644,1638,967],[10,0,252,207,3,3,131,1022,1022,387,387,451,231,126],[2,0,3,3,3,3],[4,0,14,6,6,7,3,3,3,3,3,3,3,7,7,6,14],[4,0,3,7,6,6,6,14,14,14,14,14,14,6,6,7,3],[5,0,6,15,31,7,13],[6,0,0,0,0,0,0,6,6,63,6,6,6],[3,0,0,0,0,0,0,0,0,0,0,0,7,7,7,3],[4,0,0,0,0,0,0,0,0,15],[8,0,224,112,48,56,24,28,12,14,6,7,3,3],[11,0,252,1022,911,1927,1799,1799,1799,1799,1799,911,1022,252],[3,0,7,7,7,7,7,7,7,7,7,7,7,7],[9,0,126,255,483,448,448,224,240,120,60,30,511,511],[9,0,127,255,225,480,224,254,254,224,224,480,255,127],[10,0,112,120,56,28,254,238,239,231,511,992,224,224],[9,0,255,255,7,7,7,255,227,448,448,480,255,127],[10,0,112,120,60,14,127,511,455,903,903,967,510,252],[8,0,255,255,224,112,112,56,60,28,30,14,15,7],[10,0,252,511,455,455,463,254,511,967,903,967,511,254],[10,0,252,511,455,903,903,903,510,508,480,240,124,28],[3,0,0,0,0,7,7,0,0,0,0,0,7,7],[2,0,0,0,0,3,3,0,0,0,0,0,3,3,3,1],[7,0,0,0,0,0,112,60,15,1,7,28,112,64],[6,0,0,0,0,0,0,0,63,0,63,63],[7,0,0,0,0,0,1,15,60,96,120,14,3],[7,0,31,121,96,96,112,63,15,3,3,0,3,3],[16,0,4080,15480,28700,58318,53222,52231,52231,53223,52343,52279,52854,61414,31758,60,240],[12,0,112,112,248,216,476,396,398,1014,790,1799,1539,3587],[10,0,255,455,903,903,455,247,503,903,903,903,455,255],[10,0,1016,798,6,7,3,3,3,3,7,6,542,1016],[11,0,255,967,1799,1543,1543,1543,1543,1543,1543,1799,967,255],[9,0,511,7,7,7,7,511,511,7,7,7,7,511],[9,0,511,7,7,7,7,511,511,7,7,7,7,7],[10,0,1016,1022,14,7,7,3,771,775,775,782,1022,1016],[11,0,1543,1543,1543,1543,1543,2047,2047,1543,1543,1543,1543,1543],[2,0,3,3,3,3,3,3,3,3,3,3,3,3],[4,0,12,12,12,12,12,12,12,12,12,14,14,3],[11,0,1799,903,455,231,119,63,55,119,231,455,903,1799],[9,0,7,7,7,7,7,7,7,7,7,7,7,511],[14,0,14343,15375,15375,15903,15903,15903,15159,15159,15351,14823,14823,14535],[11,0,1543,1551,1567,1567,1599,1655,1767,1735,1991,1927,1799,1543],[13,0,504,1950,3590,3079,3075,7171,7171,3075,3079,3590,1822,1016],[9,0,255,511,451,387,451,483,243,51,3,3,3,3],[13,0,504,1950,3590,3079,3075,7171,7171,3075,3079,3590,1822,1016,448,896,768],[10,0,255,511,387,387,451,227,115,115,227,227,451,899],[10,0,508,399,3,3,3,127,508,384,896,896,451,255],[9,0,511,24,24,24,24,24,24,24,24,24,24,24],[11,0,1543,1543,1543,1543,1543,1543,1543,1543,1799,1798,910,508],[12,0,3587,1539,1799,774,774,398,396,476,216,248,112,112],[15,0,24771,25059,29155,12771,13299,13111,13111,14142,15902,7710,7710,7182],[11,0,1795,903,398,460,248,120,120,248,220,462,903,1795],[10,0,771,899,455,206,236,124,120,56,56,56,56,56],[9,0,511,448,224,96,48,56,28,14,6,7,3,511],[5,0,31,7,7,7,7,7,7,7,7,7,7,7,7,7,31],[8,0,3,3,7,6,14,12,28,24,56,48,112,224],[4,0,15,12,12,12,12,12,12,12,12,12,12,12,12,12,15],[8,0,28,28,54,102,99,195],[8,0,0,0,0,0,0,0,0,0,0,0,0,0,255],[3,0,3,7],[8,0,0,0,0,62,127,224,192,255,195,195,247,254],[9,0,7,7,7,63,255,199,455,455,455,199,231,127],[8,0,0,0,0,120,254,7,3,3,3,7,142,252],[8,0,192,192,192,252,254,199,195,195,195,199,207,254],[8,0,0,0,0,62,127,227,227,255,127,3,127,126],[5,0,30,31,7,31,31,7,7,7,7,7,7,7],[8,0,0,0,0,252,254,199,195,195,195,195,239,252,192,226,126],[9,0,7,7,7,127,255,199,199,455,455,455,455,455],[2,0,3,3,0,3,3,3,3,3,3,3,3,3],[3,0,7,7,0,7,7,7,7,7,7,7,7,7,7,3,3],[9,0,7,7,7,127,255,455,455,247,63,119,231,455],[3,0,7,7,7,7,7,7,7,7,7,7,7,7],[13,0,0,0,0,3899,8191,6375,6343,6343,6343,6343,6343,6343],[9,0,0,0,0,115,255,463,455,455,455,455,455,455],[9,0,0,0,0,124,254,199,451,451,451,455,255,124],[9,0,0,0,0,62,255,199,455,455,455,199,231,127,7,7,7],[8,0,0,0,0,252,254,199,195,195,195,195,239,252,192,192,192],[5,0,0,0,0,27,31,7,7,7,7,7,7,7],[8,0,0,0,0,60,127,3,3,127,96,224,99,127],[4,0,0,3,3,31,15,3,3,3,3,3,31,15],[9,0,0,0,0,455,455,455,455,455,455,455,487,446],[8,0,0,0,0,225,227,99,119,54,54,62,28,28],[12,0,0,0,0,3171,3187,3827,1779,1759,2014,1950,910,782],[8,0,0,0,0,227,103,118,60,28,60,62,103,227],[8,0,0,0,0,195,227,99,103,118,62,62,28,28,28,14,7],[8,0,0,0,0,255,255,112,56,24,12,6,7,127],[4,0,14,6,6,6,7,7,3,1,3,7,7,7,6,6,14],[3,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7],[5,0,3,3,7,7,7,6,6,28,14,6,7,7,7,3,3],[6,0,0,0,0,0,0,0,0,63,24],[25,33554400,31457264,26214396,17817852,1015870,983070,2031647,1966095,1966095,1966095,1966095,1966095,1966111,983070,1015870,508028,524284],[2,0,0,0,0,0,0,0,0,0,0,0,3,3],[22,1966110,1835022,3932175,3932175,3670031,3932175,3932175,1835022,1966110,2031678,1015932,521208,262128,131040,16128,7680,7680]]],"letters":[["!","#","$","%","&","'","(",")","*","+",",","-",".","\/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~"],["!","#","$","%","&","'","(",")","*","+",",","-",".","\/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~"],["!","#","$","%","&","'","(",")","*","+",",","-","\/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","♂",".","♀"]],"resolutionHeight":1080,"resolutionWidth":1920,"statDistance":0} \ No newline at end of file +{"description":"","fontSizes":[13,15,17],"guiZoom":100,"labelRectangles":[{"height":15,"width":164,"x":950,"y":508},{"height":15,"width":164,"x":950,"y":551},{"height":15,"width":164,"x":950,"y":594},{"height":15,"width":164,"x":950,"y":637},{"height":15,"width":164,"x":950,"y":680},{"height":15,"width":164,"x":950,"y":723},{"height":15,"width":164,"x":950,"y":766},{"height":15,"width":164,"x":950,"y":809},{"height":15,"width":164,"x":950,"y":852},{"height":17,"width":135,"x":907,"y":198},{"height":17,"width":234,"x":843,"y":163},{"height":15,"width":202,"x":856,"y":232},{"height":13,"width":92,"x":970,"y":407}],"letterArrays":[[[2,0,3,3,3,3,1,1,0,3,3],[8,0,72,40,40,254,36,127,20,20,18],[5,4,30,7,5,7,28,20,28,15,4],[9,0,71,69,37,501,341,335,328,324,452],[8,0,30,50,18,30,142,155,113,115,158],[1,0,1,1,1],[2,0,2,3,1,1,1,1,1,1,1,3,2],[2,0,1,3,2,2,2,2,2,2,2,3,1],[5,4,4,31,14,10,10],[5,0,0,4,4,4,31,4,4,4],[1,0,0,0,0,0,0,0,0,0,1,1,1],[2,0,0,0,0,0,0,3],[2,0,0,0,0,0,0,0,0,3,3],[5,0,24,8,8,12,4,6,2,2,3],[5,0,14,27,17,17,17,17,17,27,14],[4,0,12,14,13,12,12,12,12,12,12],[5,0,14,25,16,24,8,4,2,3,31],[5,0,15,25,16,24,14,24,16,24,15],[7,0,48,56,56,52,54,50,127,48,48],[5,0,31,3,1,15,24,16,16,24,15],[5,0,28,2,1,13,19,17,17,27,14],[5,0,31,16,24,8,8,12,4,6,2],[5,0,14,25,17,27,14,27,17,17,14],[5,0,14,27,17,17,27,22,16,24,7],[2,0,0,0,3,3,0,0,0,3,3],[2,0,0,0,3,3,0,0,0,0,3,1,1],[5,0,0,0,24,6,3,7,28],[5,0,0,0,31,0,0,31],[5,0,0,0,3,12,24,28,7],[4,0,15,8,8,12,6,2,0,2,2],[10,0,248,390,626,585,589,581,585,441,6,124],[9,0,16,56,40,108,68,254,198,130,387],[7,0,63,99,99,99,63,99,67,99,63],[6,0,60,38,3,1,1,1,3,6,60],[8,0,63,99,195,195,131,195,195,99,63],[5,0,31,3,3,3,31,3,3,3,31],[5,0,31,3,3,3,31,3,3,3,3],[7,0,60,6,3,1,113,97,67,102,124],[8,0,195,195,195,195,255,195,195,195,195],[2,0,3,3,3,3,3,3,3,3,3],[3,0,0,4,4,4,4,4,4,4,4,4,6,3],[7,0,35,51,27,15,15,27,19,51,99],[6,0,3,3,3,3,3,3,3,3,63],[10,0,771,903,903,975,843,843,827,819,819],[8,0,195,199,207,203,219,211,243,227,195],[8,0,60,102,195,129,129,129,195,102,60],[6,0,31,51,35,51,31,3,3,3,3],[8,0,60,102,195,129,129,129,195,102,60,96,64],[6,0,31,63,49,49,29,25,25,49],[5,0,30,19,1,3,14,24,16,25,15],[7,0,127,8,8,8,8,8,8,8,8],[8,0,195,195,195,195,195,195,195,102,60],[8,0,195,66,66,102,36,36,60,24,24],[12,0,3171,1122,1122,1266,1686,660,924,780,780],[8,0,66,102,36,24,24,60,36,102,195],[8,0,195,66,38,60,24,24,24,24,24],[5,0,31,24,24,12,4,6,3,3,31],[3,0,7,1,1,1,1,1,1,1,1,1,7],[5,0,3,2,2,6,4,12,8,8,24],[3,0,7,4,4,4,4,4,4,4,4,4,7],[5,0,4,6,10,9,17,17],[6,0,0,0,0,0,0,0,0,0,0,0,63],[2,1,2],[6,0,0,0,30,48,48,62,49,49,47],[6,1,1,1,31,51,35,35,35,51,29],[4,0,0,0,14,3,1,1,1,3,14],[6,32,32,32,62,51,49,33,49,51,46],[5,0,0,0,14,31,19,31,3,31,4],[4,14,2,2,15,3,2,2,2,2,2],[7,0,0,0,124,50,34,50,28,2,62,99,35,30],[6,1,1,1,31,51,35,33,33,33,33],[2,0,3,0,3,3,3,3,3,3],[3,6,6,0,6,6,6,6,6,6,6,6,6,3],[5,1,1,1,17,9,13,7,11,25,17],[2,3,3,3,3,3,3,3,3,3,3],[9,0,0,0,0,511,307,273,273,273,273,273],[6,0,0,0,29,51,35,33,33,33,33],[6,0,0,0,30,51,33,33,33,51,30],[6,0,0,0,29,51,35,35,35,51,31,1,1,1],[6,0,0,0,46,51,49,33,49,51,62,32,32,32],[5,0,0,0,25,7,3,3,3,3,3],[4,0,0,0,15,1,3,14,8,8,15],[3,0,2,3,7,3,3,3,3,3,6],[6,0,0,0,33,33,33,33,49,51,46],[7,0,0,0,99,34,34,54,20,28,8],[11,0,0,0,1571,626,594,854,476,396,396],[5,0,0,0,17,27,14,14,14,27,17],[7,0,0,0,99,34,34,54,20,28,8,8,12,7],[4,0,0,0,15,12,4,6,2,1,15],[5,0,24,12,4,4,4,3,6,4,4,12,24],[1,1,1,1,1,1,1,1,1,1,1,1,1,1],[5,0,3,6,4,4,4,24,12,4,4,14,7],[2,0,0,0,0,3,1]],[[2,0,3,3,3,3,3,3,3,3,0,3,3],[8,0,72,72,76,255,36,36,36,255,54,18,18],[7,8,8,28,11,11,15,30,120,104,123,63,8,8],[10,798,958,499,255,254,112,432,1016,636,878,998],[9,0,28,54,34,50,28,14,403,417,225,227,414],[2,0,3,3,1,1],[3,0,6,6,3,3,3,3,3,3,3,3,3,3,6],[3,0,3,3,7,6,6,6,6,6,6,6,7,3,3],[2,3,0,0,3,2],[7,0,0,0,8,8,8,127,8,8,8],[2,0,0,0,0,0,0,0,0,0,0,3,3,1,1],[3,0,0,0,0,0,0,0,7],[2,0,0,0,0,0,0,0,0,0,3,3],[8,224,112,112,56,56,28,28,14,14,6,7],[9,124,254,495,451,451,451,451,451,455,255,126],[4,12,15,15,14,14,14,14,14,14,14,14,4],[7,30,127,115,96,112,48,56,28,14,127,127],[7,63,127,115,96,112,62,126,96,96,127,63],[8,48,56,24,92,110,102,103,255,255,96,96],[7,127,127,3,3,31,127,112,96,112,127,63],[8,48,56,30,14,127,255,195,195,199,255,126],[8,255,255,224,96,112,56,24,28,12,14,6],[8,56,254,199,195,230,126,255,195,195,255,126],[8,60,254,231,195,195,255,254,224,112,60,28,8],[2,0,0,0,0,3,3,0,0,0,0,3,3],[2,0,0,0,0,3,3,0,0,0,0,3,3,1,1],[7,0,0,64,112,28,7,3,28,112,64],[7,0,0,0,0,127,0,0,127],[7,0,0,1,7,28,112,96,28,7,1],[5,0,15,27,16,16,24,12,6,6,0,6,6],[11,0,240,780,514,1267,1177,1161,1161,1737,817,2,6,248],[9,0,56,56,120,108,108,198,246,503,387,387],[8,0,127,255,195,227,115,123,195,195,255,127,1],[9,0,504,510,14,7,7,7,7,6,510,508,32],[9,0,63,247,195,387,387,387,387,387,195,247,63],[7,0,127,127,3,3,63,127,3,3,3,127],[6,0,63,7,3,3,3,63,7,3,3,3,3],[9,0,248,222,6,3,3,483,387,387,390,478,248],[9,0,387,387,387,387,511,455,387,387,387,387,387],[2,0,3,3,3,3,3,3,3,3,3,3],[4,0,8,12,12,12,12,12,12,12,14,15],[8,0,97,97,49,25,13,15,27,57,49,97,193],[6,0,3,3,3,3,3,3,3,3,3,7,63],[12,0,3591,3591,3855,3339,3339,3483,3219,3283,3315,3171,3171],[10,0,775,775,783,795,795,819,867,867,963,899,899],[10,0,120,478,390,771,771,771,771,771,390,494,120],[7,0,63,127,99,99,99,123,27,3,3,3],[10,0,120,478,390,771,771,771,771,771,390,494,120,192,384],[7,0,31,59,97,97,49,31,27,49,49,97,65],[7,0,124,127,3,3,63,127,96,96,99,127],[8,0,255,255,24,24,24,24,24,24,24,24],[9,0,387,387,387,387,387,387,387,387,130,238,124],[9,0,387,130,198,198,68,68,108,44,56,56,56],[14,0,12483,4290,4322,6630,6438,2340,2868,3900,3612,1564,1560],[9,0,130,198,108,108,56,56,56,108,68,198,387],[9,0,387,198,198,108,108,56,24,16,16,16,16],[7,0,127,96,32,48,24,8,12,6,3,3,127],[4,0,15,3,3,3,3,3,3,3,3,3,3,3,15],[6,0,3,2,6,6,4,12,8,24,24,16,48],[4,0,15,12,12,12,12,12,12,12,12,12,12,12,15],[6,0,4,12,10,18,19,33,33],[6,0,0,0,0,0,0,0,0,0,0,0,0,0,63],[3,0,3,6],[6,0,0,0,0,62,63,48,63,51,51,63],[7,0,3,3,3,63,127,99,99,99,115,63],[5,0,0,0,0,30,31,3,3,3,3,30],[6,0,32,48,48,62,63,51,49,51,51,63],[7,0,0,0,0,62,63,99,127,27,7,62],[4,0,14,15,3,15,15,3,3,3,3,3],[7,0,0,0,0,126,127,99,99,99,119,126,96,62,30],[8,3,3,3,3,123,111,195,195,195,195,195,195],[2,0,3,3,0,3,3,3,3,3,3,3],[4,12,12,0,0,12,12,12,12,12,12,12,12,12,12,12,7],[7,0,2,3,3,127,127,67,115,51,51,99],[2,3,3,3,3,3,3,3,3,3,3,3,3],[11,0,0,0,0,959,2047,1587,1587,1587,1587,1587],[7,0,0,0,0,59,127,99,99,99,99,99],[7,0,0,0,0,62,127,99,99,99,115,62],[7,0,0,0,0,59,119,99,67,99,99,119,59,3,3,3,3],[7,0,0,0,0,110,119,99,97,97,99,119,110,96,96,96,96],[4,0,0,0,0,7,7,3,3,3,3,3],[6,0,0,0,0,31,31,1,31,60,48,31],[4,0,0,0,0,10,15,7,7,7,7,7],[7,0,0,0,0,51,51,51,51,51,59,31],[7,0,0,0,0,99,51,51,31,30,30,12],[12,0,0,0,0,3171,1122,1266,1686,1686,924,924,780],[6,0,0,0,0,51,59,30,12,30,31,51],[8,0,0,0,0,195,66,102,102,36,60,56,24,24,8,12,7],[6,0,0,0,0,63,63,24,12,6,7,63],[6,0,56,24,12,12,12,12,7,14,12,12,12,24,56],[2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3],[6,0,7,6,12,12,12,12,56,28,12,12,12,6,15],[2,0,0,0,0,0,3,3]],[[3,0,7,7,7,7,7,7,7,7,7,0,7,7],[14,0,1648,1584,1840,16383,8191,792,920,412,8191,396,460,206],[8,0,24,24,127,3,3,63,126,224,224,127,24,24],[11,0,1807,923,475,223,224,112,48,24,988,1644,1638,967],[10,0,252,207,3,3,131,1022,1022,387,387,451,231,126],[2,0,3,3,3,3],[4,0,14,6,6,7,3,3,3,3,3,3,3,7,7,6,14],[4,0,3,7,6,6,6,14,14,14,14,14,14,6,6,7,3],[5,0,6,15,31,7,13],[6,0,0,0,0,0,0,6,6,63,6,6,6],[3,0,0,0,0,0,0,0,0,0,0,0,7,7,7,3],[4,0,0,0,0,0,0,0,0,15],[8,0,224,112,48,56,24,28,12,14,6,7,3,3],[11,0,252,1022,911,1927,1799,1799,1799,1799,1799,911,1022,252],[3,0,14,15,15,14,14,14,14,14,14,14,14,14],[9,0,126,255,483,448,448,224,240,120,60,30,511,511],[9,0,127,255,225,480,224,254,254,224,224,480,255,127],[10,0,112,120,56,28,254,238,239,231,511,992,224,224],[9,0,255,255,7,7,7,255,227,448,448,480,255,127],[10,0,112,120,60,14,127,511,455,903,903,967,510,252],[8,0,255,255,224,112,112,56,60,28,30,14,15,7],[10,0,252,511,455,455,463,254,511,967,903,967,511,254],[10,0,252,511,455,903,903,903,510,508,480,240,124,28],[3,0,0,0,0,7,7,0,0,0,0,0,7,7],[2,0,0,0,0,3,3,0,0,0,0,0,3,3,3,1],[7,0,0,0,0,0,112,60,15,1,7,28,112,64],[6,0,0,0,0,0,0,0,63,0,63,63],[7,0,0,0,0,0,1,15,60,96,120,14,3],[7,0,31,121,96,96,112,63,15,3,3,0,3,3],[16,0,4080,15480,28700,58318,53222,52231,52231,53223,52343,52279,52854,61414,31758,60,240],[12,0,112,112,248,216,476,396,398,1014,790,1799,1539,3587],[10,0,255,455,903,903,455,247,503,903,903,903,455,255],[10,0,1016,798,6,7,3,3,3,3,7,6,542,1016],[11,0,255,967,1799,1543,1543,1543,1543,1543,1543,1799,967,255],[9,0,511,7,7,7,7,511,511,7,7,7,7,511],[9,0,511,7,7,7,7,511,511,7,7,7,7,7],[10,0,1016,1022,14,7,7,3,771,775,775,782,1022,1016],[11,0,1543,1543,1543,1543,1543,2047,2047,1543,1543,1543,1543,1543],[2,0,3,3,3,3,3,3,3,3,3,3,3,3],[4,0,12,12,12,12,12,12,12,12,12,14,14,3],[11,0,1799,903,455,231,119,63,55,119,231,455,903,1799],[9,0,7,7,7,7,7,7,7,7,7,7,7,511],[14,0,14343,15375,15375,15903,15903,15903,15159,15159,15351,14823,14823,14535],[11,0,1543,1551,1567,1567,1599,1655,1767,1735,1991,1927,1799,1543],[13,0,504,1950,3590,3079,3075,7171,7171,3075,3079,3590,1822,1016],[9,0,255,511,451,387,451,483,243,51,3,3,3,3],[13,0,504,1950,3590,3079,3075,7171,7171,3075,3079,3590,1822,1016,448,896,768],[10,0,255,511,387,387,451,227,115,115,227,227,451,899],[10,0,508,399,3,3,3,127,508,384,896,896,451,255],[9,0,511,24,24,24,24,24,24,24,24,24,24,24],[11,0,1543,1543,1543,1543,1543,1543,1543,1543,1799,1798,910,508],[12,0,3587,1539,1799,774,774,398,396,476,216,248,112,112],[15,0,24771,25059,29155,12771,13299,13111,13111,14142,15902,7710,7710,7182],[11,0,1795,903,398,460,248,120,120,248,220,462,903,1795],[10,0,771,899,455,206,236,124,120,56,56,56,56,56],[9,0,511,448,224,96,48,56,28,14,6,7,3,511],[5,0,31,7,7,7,7,7,7,7,7,7,7,7,7,7,31],[8,0,3,3,7,6,14,12,28,24,56,48,112,224],[4,0,15,12,12,12,12,12,12,12,12,12,12,12,12,12,15],[8,0,28,28,54,102,99,195],[8,0,0,0,0,0,0,0,0,0,0,0,0,0,255],[3,0,3,7],[8,0,0,0,0,62,127,224,192,255,195,195,247,254],[9,0,7,7,7,63,255,199,455,455,455,199,231,127],[8,0,0,0,0,120,254,7,3,3,3,7,142,252],[8,0,192,192,192,252,254,199,195,195,195,199,207,254],[8,0,0,0,0,62,127,227,227,255,127,3,127,126],[5,0,30,31,7,31,31,7,7,7,7,7,7,7],[8,0,0,0,0,252,254,199,195,195,195,195,239,252,192,226,126],[9,0,7,7,7,127,255,199,199,455,455,455,455,455],[2,0,3,3,0,3,3,3,3,3,3,3,3,3],[3,0,7,7,0,7,7,7,7,7,7,7,7,7,7,3,3],[9,0,7,7,7,127,255,455,455,247,63,119,231,455],[3,0,7,7,7,7,7,7,7,7,7,7,7,7],[13,0,0,0,0,3899,8191,6375,6343,6343,6343,6343,6343,6343],[9,0,0,0,0,115,255,463,455,455,455,455,455,455],[9,0,0,0,0,124,254,199,451,451,451,455,255,124],[9,0,0,0,0,62,255,199,455,455,455,199,231,127,7,7,7],[8,0,0,0,0,252,254,199,195,195,195,195,239,252,192,192,192],[5,0,0,0,0,27,31,7,3,3,3,3,3,3],[7,0,0,0,0,126,127,3,3,127,126,96,127,127],[4,0,0,3,3,31,15,3,3,3,3,3,31,15],[9,0,0,0,0,455,455,455,455,455,455,455,487,446],[8,0,0,0,0,225,227,99,119,54,54,62,28,28],[12,0,0,0,0,3171,3187,3827,1779,1759,2014,1950,910,782],[8,0,0,0,0,227,103,118,60,28,60,62,103,227],[8,0,0,0,0,195,227,99,103,118,62,62,28,28,28,14,7],[8,0,0,0,0,255,255,112,56,24,12,6,7,127],[4,0,14,6,6,6,7,7,3,1,3,7,7,7,6,6,14],[3,0,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7],[5,0,3,3,7,7,7,6,6,28,14,6,7,7,7,3,3],[6,0,0,0,0,0,0,0,0,63,24],[25,33554400,31457264,26214396,17817852,1015870,983070,2031647,1966095,1966095,1966095,1966095,1966095,1966111,983070,1015870,508028,524284],[2,0,0,0,0,0,0,0,0,0,0,0,3,3],[22,1966110,1835022,3932175,3932175,3670031,3932175,3932175,1835022,1966110,2031678,1015932,521208,262128,131040,16128,7680,7680]]],"letters":[["!","#","$","%","&","'","(",")","*","+",",","-",".","\/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~"],["!","#","$","%","&","'","(",")","*","+",",","-",".","\/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~"],["!","#","$","%","&","'","(",")","*","+",",","-","\/","0","1","2","3","4","5","6","7","8","9",":",";","<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","\\","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","♂",".","♀"]],"resolutionHeight":1080,"resolutionWidth":1920,"statDistance":0} \ No newline at end of file diff --git a/ARKBreedingStats/json/values.json b/ARKBreedingStats/json/values.json index b9e300a8..b7fa85f5 100644 --- a/ARKBreedingStats/json/values.json +++ b/ARKBreedingStats/json/values.json @@ -1 +1 @@ -{"ver":"260.0.0","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,"statMultipliersMP":[[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":[[0.55,1,0.45,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[0.55,1,0.415,1],[1,1,1,1],[1,1,1,1]],"MatingIntervalMultiplierSP":0.125,"EggHatchSpeedMultiplierSP":10,"BabyMatureSpeedMultiplierSP":36.799,"BabyCuddleIntervalMultiplierSP":0.167,"tamingMultiplier":1,"species":[{"name":"Achatina","colors":[{"name":"Body","colorIds":[49,22,33,34,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,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":[180,450]}}],"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","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":"Diplo","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","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","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":null,"colorIds":[]},{"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":"Dilo","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","Plant Species Y"]},{"name":"Araneo","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","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","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.3375,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":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Arthropluera","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","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,24,13]},{"name":"Underside","colorIds":[37,32,33,39,38,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","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","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]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6600,"affinityIncreasePL":250,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":5,"violent":false}},{"name":"Beelzebufo","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","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":[[2300,0.2,0.19,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","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","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","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,37,37,37,37,38,39]},{"name":"Feet","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Stripe","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Tail","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,39]}],"statsRaw":[[450,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[380,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","Plant Species Y"]},{"name":"Chalicotherium","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":296296.28125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[20,22,39,37,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,33,34,13,35]},{"name":"Stripes and Belly","colorIds":[21,38,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","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","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Underbelly","colorIds":[32,33,37,39,36,14]},{"name":null,"colorIds":[]},{"name":"Top Highlights","colorIds":[39,34,22,33,35,37,42,56,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Main","colorIds":[23,24,42,37,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","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","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","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","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]],"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":"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","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","Vegetables","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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Belly and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[32,33,34,8,8,13,35,14,18,21]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Tail, Back, and Face","colorIds":[32,33,34,8,8,13,35,14,18,21]},{"name":"Feet","colorIds":[32,33,34,8,8,13,35,14,18,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","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","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,37,37,37,37,38,39,29]},{"name":"Spikes and Claws","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39,29]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39,29]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,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":"Dilo","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","Plant Species Y"]},{"name":"Dragon","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]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":false}},{"name":"Dung Beetle","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","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","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":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"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","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,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,37,37,37,37,38,39,55]},{"name":"Underbelly and Highlights","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,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","Vegetables","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.33,400]}},{"Key":"Vegetables","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","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","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,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","colors":[{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":"unknown","colorIds":[20,22,33,34,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]],"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","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","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,37,37,37,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,38,38,38,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","Vegetables","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":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3.5,"Value":"Head"}]},{"name":"Griffin","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Wing and Main Body","colorIds":[37,39,42,32,33,34,13,35,43,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur","colorIds":[37,39,32,33,34,8,13,38,43]},{"name":"Feather Highlights","colorIds":[37,39,37,21,38,32,33,8,13,55]}],"statsRaw":[[1325,0.2,0.27,-1000,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],[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","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Hesperornis","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","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[37,39,42,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,27,32,33,34,8,13,35,14]},{"name":"Underbelly","colorIds":[37,39,37,21,38,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","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","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Ichthy","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.03,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","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","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","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","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,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","colors":[{"name":"Body Main","colorIds":[48,49,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,48,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"],"nonViolent":true,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[100,200]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Lystrosaurus","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","Vegetables","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","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","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","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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[]},{"name":"Antlers","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,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":"Dimorph","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","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","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,47,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","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,37,37,37,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,39,39,39,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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[]},{"name":"Eye Markings","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39,28,28,28,30,30,30]},{"name":null,"colorIds":[]},{"name":"Back, Lower Limbs, and Tail Tip","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","Vegetables","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","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","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.243,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.9,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","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","Vegetables","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]}},{"Key":"Vegetables","Value":{"d":[20,20]}}],"tamingIneffectiveness":0.2,"affinityNeeded0":6000,"affinityIncreasePL":150,"torporDepletionPS0":3,"foodConsumptionBase":0.001736,"foodConsumptionMult":176.03154,"wakeAffinityMult":2.5,"wakeFoodDeplMult":1.2,"violent":true},"immobilizedBy":["Bola","Large Bear Trap","Plant Species Y"]},{"name":"Onyc","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":"Oviraptor","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","Quetzal Egg","Fertilized Rex Egg","Rex Egg","Fertilized Spino Egg","Spino Egg","Bronto Egg","Fertilized Bronto Egg","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":"Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Fertilized Rex Egg","Value":{"d":[200,100]}},{"Key":"Rex Egg","Value":{"d":[200,100]}},{"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 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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","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":"Dilo","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","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.15,"Value":"Head"}]},{"name":"Paracer","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,37,37,37,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,38,38,38,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,39]}],"statsRaw":[[1140,0.2,0.27,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","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],[280,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","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,33,34,13,35,14]},{"name":"Limb Highlights","colorIds":[21,23,28,32,33,8,14,36]}],"statsRaw":[[200,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":["Vegetables","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","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","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","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.15,0],[200,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.01,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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Back Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Inner Ear, Snout, Belly, Appendages","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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],[450,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","Plant Species Y"]},{"name":"Pteranodon","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","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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,39,37,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[20,33,34,13,35]},{"name":"Highlights","colorIds":[21,38,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","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","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","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":"Back","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"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","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","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 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":"Triceratops","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":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","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":null,"colorIds":[]},{"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 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":"Argentavis","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.5,"affinityNeeded0":3200,"affinityIncreasePL":150,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Stegosaurus","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.15,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Tapejara","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":"Terror Bird","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,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Belly/Wings Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Beak, Skin, Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,33,34,13,14,43,8,42,9,10]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,33,34,13,35,22,56,21,43,42,44]},{"name":"Stripes and Belly","colorIds":[21,38,32,33,8,14]}],"statsRaw":[[700,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","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":"Titanosaur","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]],"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","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","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],[100,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","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":[[3333,0.2,0.27,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","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","Vegetables","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.33,400]}},{"Key":"Vegetables","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":"Woolly Rhino","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,37,37,37,37,38,39]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Horn","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Body Main","colorIds":[37,24,47,33,34,13,35,14,18]},{"name":"Facial crest","colorIds":[42,22,24,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","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":"Fire Wyvern","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,42,43,22]},{"name":"Wings Main","colorIds":[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","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,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,20,17,55,56]},{"name":"Belly and Highlights","colorIds":[13,9,33,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","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":[1]},{"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","colors":[{"name":"Facial Highlights","colorIds":[33,21,28,8,32]},{"name":"Wings Main","colorIds":[53,10,11,19,25,28,30,13]},{"name":"Legs","colorIds":[33,21,28,8,32]},{"name":"Wing Highlights","colorIds":[29,4,54,31,16,17,27,8,14]},{"name":"Facial Main","colorIds":[33,21,28,8,32]},{"name":"Stinger and Underbody","colorIds":[33,21,28,8,32]}],"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]],"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","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","Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Deathworm Horn","Value":{"d":[300,450]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"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","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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":"Poison Wyvern","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]},{"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":[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","colors":[{"name":null,"colorIds":[1]},{"name":"Body","colorIds":[1,17,19,23,24,28,36,14]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]}],"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","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Vulture","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,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,32,33,21,35]},{"name":"Body Highlights","colorIds":[33,34,35,22,20,14,13,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","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,42,43,22]},{"name":"Wings Main","colorIds":[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]],"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","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]],"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","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]},{"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":[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]],"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":"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","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"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":"Lava Elemental","colors":[{"name":null,"colorIds":[1]},{"name":"Body","colorIds":[1,17,19,23,24,28,36,14]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]}],"statsRaw":[[60000,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}}]} \ No newline at end of file +{"ver":"262.16.0","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,"statMultipliersMP":[[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":[[0.55,1,0.45,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[1,1,1,1],[0.55,1,0.415,1],[1,1,1,1],[1,1,1,1]],"MatingIntervalMultiplierSP":0.125,"EggHatchSpeedMultiplierSP":10,"BabyMatureSpeedMultiplierSP":36.799,"BabyCuddleIntervalMultiplierSP":0.167,"tamingMultiplier":1,"species":[{"name":"Achatina","colors":[{"name":"Body","colorIds":[49,22,33,34,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,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":[180,450]}}],"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","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":"Diplo","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","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","breeding":{"gestationTime":0,"incubationTime":9472.926758,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":16,"eggTempMax":20},"colors":[{"name":null,"colorIds":[]},{"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":"Dilo","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","Plant Species Y"]},{"name":"Araneo","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","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","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.3375,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":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Arthropluera","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","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,24,13]},{"name":"Underside","colorIds":[37,32,33,39,38,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","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","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]}}],"tamingIneffectiveness":2.5,"affinityNeeded0":6600,"affinityIncreasePL":250,"foodConsumptionBase":0.002929,"foodConsumptionMult":420,"wakeAffinityMult":1.6,"wakeFoodDeplMult":5,"violent":false}},{"name":"Beelzebufo","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","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":[[2300,0.2,0.19,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","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","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","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,37,37,37,37,38,39]},{"name":"Feet","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Stripe","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Tail","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,39]}],"statsRaw":[[450,0.2,0.27,0.5,0],[180,0.1,0.1,0,0],[380,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","Plant Species Y"]},{"name":"Chalicotherium","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":296296.28125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[20,22,39,37,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,33,34,13,35]},{"name":"Stripes and Belly","colorIds":[21,38,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","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","breeding":{"gestationTime":28571.427734,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Underbelly","colorIds":[32,33,37,39,36,14]},{"name":null,"colorIds":[]},{"name":"Top Highlights","colorIds":[39,34,22,33,35,37,42,56,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Body Main","colorIds":[23,24,42,37,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","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","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","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","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]],"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":"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","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","Vegetables","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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Belly and Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body","colorIds":[32,33,34,8,8,13,35,14,18,21]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Tail, Back, and Face","colorIds":[32,33,34,8,8,13,35,14,18,21]},{"name":"Feet","colorIds":[32,33,34,8,8,13,35,14,18,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","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","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,37,37,37,37,38,39,29]},{"name":"Spikes and Claws","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39,29]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Shell Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39,29]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,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":"Dilo","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","Plant Species Y"]},{"name":"Dragon","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]],"taming":{"nonViolent":false,"specialFoodValues":null,"tamingIneffectiveness":1.5,"affinityNeeded0":8500,"affinityIncreasePL":150,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":false}},{"name":"Dung Beetle","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","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","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":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[19,20,21,22,23,24,25,26,27,28,29,30,31,14,36]},{"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","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,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,37,37,37,37,38,39,55]},{"name":"Underbelly and Highlights","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,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","Vegetables","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.33,400]}},{"Key":"Vegetables","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","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","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,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","colors":[{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":null,"colorIds":[]},{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":"unknown","colorIds":[20,22,33,34,42,43]},{"name":"unknown","colorIds":[20,22,33,34,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]],"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","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","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,37,37,37,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,38,38,38,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","Vegetables","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":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3.5,"Value":"Head"}]},{"name":"Griffin","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Wing and Main Body","colorIds":[37,39,42,32,33,34,13,35,43,36]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur","colorIds":[37,39,32,33,34,8,13,38,43]},{"name":"Feather Highlights","colorIds":[37,39,37,21,38,32,33,8,13,55]}],"statsRaw":[[1325,0.2,0.27,-1000,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],[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","Bear Trap","Large Bear Trap","Plant Species Y"]},{"name":"Hesperornis","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","breeding":{"gestationTime":14285.713867,"incubationTime":0,"maturationTime":166666.65625,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[37,39,42,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,27,32,33,34,8,13,35,14]},{"name":"Underbelly","colorIds":[37,39,37,21,38,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","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","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":3,"Value":"Neck"}]},{"name":"Ichthy","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.03,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","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","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","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","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,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","colors":[{"name":"Body Main","colorIds":[48,49,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,48,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"],"nonViolent":true,"specialFoodValues":[{"Key":"Giant Bee Honey","Value":{"d":[100,200]}}],"tamingIneffectiveness":1.875,"affinityNeeded0":2000,"affinityIncreasePL":100,"foodConsumptionBase":0.001852,"foodConsumptionMult":199.983994,"wakeAffinityMult":1.6,"wakeFoodDeplMult":4,"violent":false}},{"name":"Lystrosaurus","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","Vegetables","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","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","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","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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[]},{"name":"Antlers","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":"Patterning","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,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":"Dimorph","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","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","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,47,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":"Megalosaurus","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,47,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","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,37,37,37,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,39,39,39,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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[]},{"name":"Eye Markings","colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39,28,28,28,30,30,30]},{"name":null,"colorIds":[]},{"name":"Back, Lower Limbs, and Tail Tip","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Skins","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","Vegetables","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","breeding":{"gestationTime":0,"incubationTime":5142.445801,"maturationTime":196078.421875,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":24,"eggTempMax":28},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","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.243,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.9,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","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","Vegetables","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]}},{"Key":"Vegetables","Value":{"d":[20,20]}}],"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","Plant Species Y"]},{"name":"Onyc","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":"Oviraptor","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","Quetzal Egg","Fertilized Rex Egg","Rex Egg","Fertilized Spino Egg","Spino Egg","Bronto Egg","Fertilized Bronto Egg","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":"Quetzal Egg","Value":{"d":[200,550]}},{"Key":"Fertilized Rex Egg","Value":{"d":[200,100]}},{"Key":"Rex Egg","Value":{"d":[200,100]}},{"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 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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","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":"Dilo","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","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.15,"Value":"Head"}]},{"name":"Paracer","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,37,37,37,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,38,38,38,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,39]}],"statsRaw":[[1140,0.2,0.27,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","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],[280,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","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,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":["Vegetables","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","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","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","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],[200,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.01,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","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,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Back Stripes","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Inner Ear, Snout, Belly, Appendages","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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],[450,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","Plant Species Y"]},{"name":"Pteranodon","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","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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,39,37,33,34,13,35,14]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Belly","colorIds":[20,33,34,13,35]},{"name":"Highlights","colorIds":[21,38,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","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","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","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":"Back","colorIds":[20,22,24,27,33,34,13,35,14,36]},{"name":null,"colorIds":[]},{"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","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","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 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":"Triceratops","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":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","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":null,"colorIds":[]},{"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 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":"Argentavis","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.5,"affinityNeeded0":3200,"affinityIncreasePL":150,"torporDepletionPS0":2.133333,"foodConsumptionBase":0.002066,"foodConsumptionMult":150,"violent":true},"immobilizedBy":["Chain Bola","Large Bear Trap"]},{"name":"Stegosaurus","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.15,"Value":"Tail"},{"Key":1.67,"Value":"Head, Neck"}]},{"name":"Tapejara","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":"Terror Bird","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,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Belly/Wings Accent","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Beak, Skin, Legs","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","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","breeding":{"gestationTime":15037.592773,"incubationTime":0,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Main Body","colorIds":[20,22,33,34,13,14,43,8,42,9,10]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[]},{"name":"Fur Highlights","colorIds":[20,33,34,13,35,22,56,21,43,42,44]},{"name":"Stripes and Belly","colorIds":[21,38,32,33,8,14]}],"statsRaw":[[700,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","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":"Titanosaur","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]],"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","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","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","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":[[3333,0.2,0.27,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","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","Vegetables","Sweet Vegetable Cake"],"favoriteKibble":"Troodon","nonViolent":true,"specialFoodValues":[{"Key":"Kibble","Value":{"d":[13.33,400]}},{"Key":"Vegetables","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":"Woolly Rhino","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,37,37,37,37,38,39]},{"name":"Back","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Underside","colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":"Horn","colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":666666.625,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":32,"eggTempMax":34},"colors":[{"name":"Body Main","colorIds":[37,24,47,33,34,13,35,14,18]},{"name":"Facial crest","colorIds":[42,22,24,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","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":"Fire Wyvern","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"colors":[{"name":"Body Main","colorIds":[39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,42,43,22]},{"name":"Wings Main","colorIds":[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","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,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,20,17,55,56]},{"name":"Belly and Highlights","colorIds":[13,9,33,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","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":[1]},{"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","colors":[{"name":"Facial Highlights","colorIds":[33,21,28,8,32]},{"name":"Wings Main","colorIds":[53,10,11,19,25,28,30,13]},{"name":"Legs","colorIds":[33,21,28,8,32]},{"name":"Wing Highlights","colorIds":[29,4,54,31,16,17,27,8,14]},{"name":"Facial Main","colorIds":[33,21,28,8,32]},{"name":"Stinger and Underbody","colorIds":[33,21,28,8,32]}],"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]],"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","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","Spoiled Meat","Raw Meat"],"nonViolent":true,"specialFoodValues":[{"Key":"Deathworm Horn","Value":{"d":[300,450]}},{"Key":"Raw Meat","Value":{"d":[15,15]}}],"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","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":111111.109375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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":"Poison Wyvern","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]},{"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":[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","colors":[{"name":null,"colorIds":[1]},{"name":"Body","colorIds":[1,17,19,23,24,28,36,14]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]}],"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","breeding":{"gestationTime":0,"incubationTime":8999.280273,"maturationTime":175438.59375,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":22,"eggTempMax":28},"colors":[{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,37,37,37,37,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,38,38,38,38,39]},{"name":null,"colorIds":[21,22,32,33,34,8,13,35,14,37,38,39,39,39,39,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":["Bola","Chain Bola","Bear Trap","Large Bear Trap","Plant Species Y"],"boneDamageAdjusters":[{"Key":2.5,"Value":"Head"}]},{"name":"Vulture","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,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,32,33,21,35]},{"name":"Body Highlights","colorIds":[33,34,35,22,20,14,13,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","breeding":{"gestationTime":0,"incubationTime":0,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800},"colors":[{"name":"Body Main","colorIds":[39,38,35,22,13,43]},{"name":null,"colorIds":[]},{"name":"Scales Main","colorIds":[13,21,33,39,42,43,22]},{"name":"Wings Main","colorIds":[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]],"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","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]],"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","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]},{"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":[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]],"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":"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","breeding":{"gestationTime":0,"incubationTime":17998.560547,"maturationTime":333333.3125,"matingCooldownMin":64800,"matingCooldownMax":172800,"eggTempMin":80,"eggTempMax":90},"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":"Lava Elemental","colors":[{"name":null,"colorIds":[1]},{"name":"Body","colorIds":[1,17,19,23,24,28,36,14]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]},{"name":null,"colorIds":[1]}],"statsRaw":[[60000,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}}]} \ No newline at end of file diff --git a/ARKBreedingStats/ocr/ArkOCR.cs b/ARKBreedingStats/ocr/ArkOCR.cs index 218dc775..5457f7ec 100644 --- a/ARKBreedingStats/ocr/ArkOCR.cs +++ b/ARKBreedingStats/ocr/ArkOCR.cs @@ -700,7 +700,7 @@ public float[] doOCR(out string OCRText, out string dinoName, out string species r = new Regex(@".*:(\d+)"); else { - r = new Regex(@"(?:\d+\.\d%?[\/1])?(\d+[\.,']?\d?\d?)(%)?"); // only the second numbers is interesting after the current weight is not shown anymore + r = new Regex(@"(?:\d+\.[\d\/]%?[\/1])?(\d+[\.,']?\d?\d?)(%)?"); // only the second numbers is interesting after the current weight is not shown anymore //if (onlyNumbers) //r = new Regex(@"((\d*[\.,']?\d?\d?)\/)?(\d*[\.,']?\d?\d?)"); diff --git a/ARKBreedingStats/species/Species.cs b/ARKBreedingStats/species/Species.cs index 4416796f..6c00112d 100644 --- a/ARKBreedingStats/species/Species.cs +++ b/ARKBreedingStats/species/Species.cs @@ -52,8 +52,17 @@ public void initialize() if (TamedBaseHealthMultiplier == null) TamedBaseHealthMultiplier = 1; if (NoImprintingForSpeed == null) - { NoImprintingForSpeed = false; + + if (colors == null) + colors = new List(); + for (int c = 0; c < 6; c++) + { + if (colors.Count <= c) + { + colors.Add(new ColorRegion()); + colors[c].colorIds = new List(); + } } } } diff --git a/ARKBreedingStats/ver.txt b/ARKBreedingStats/ver.txt index 4ff5fb3f..3d0ef20f 100644 --- a/ARKBreedingStats/ver.txt +++ b/ARKBreedingStats/ver.txt @@ -1 +1 @@ -260.0.0,0.23.10 \ No newline at end of file +262.16.0,0.23.11 \ No newline at end of file