ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.

Module:AnimalData

From Eco - English Wiki
Revision as of 07:49, 8 October 2020 by ZeelNightwolf (talk | contribs) (Update 9.0.3 Beta Release-78)

Documentation

DO NOT manually edit this page!

This module is a data file that is used to automate information throughout the Eco Wiki using various Lua Modules. If you would like to see more information generated on a data page request it on the Eco Contribution Wiki Discord server.


The data file is currently used in at least the following modules:

Usage

-- Load data only once per page. (Do no use require())
local AnimalData = mw.loadData("Module:AnimalData")

-- Assert that some data was received, otherwise throw an error.
assert(AnimalData.animals, "Failed to load data from Module:AnimalData!")

-- You may then use data from this module in your script. For example:
local agoutiData = AnimalData.animals["Agouti"]

-- Or to iterate over the table, you can do this:
for animalName, data in pairs(AnimalData.animals) do
	-- animalName now contains the name of the animal in English.
	-- data is the data table for that animal.
end

-- Eco Version : 0.9.0.3 beta release-78

return {
    animals = {
        ['Agouti'] = {
                    ['untranslated'] = 'Agouti',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '4.5',
                    ['health'] = '1.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.7',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '80.0',
                    ['foodSources'] = '[[Filmy Fern]], [[Taro]], [[Papaya]], [[Lattice Mushroom]], [[Heliconia]], [[Orchid]]',
                    ['resourceItem'] = '[[Agouti Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Alligator'] = {
                    ['untranslated'] = 'Alligator',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '0.0',
                    ['wanderingSpeed'] = '0.2',
                    ['speed'] = '1.0',
                    ['health'] = '7.0',
                    ['damage'] = '3.0',
                    ['chanceToAttack'] = '0.8',
                    ['attackRange'] = '2.5',
                    ['detectRange'] = '12.5',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.0',
                    ['headDistance'] = '1.5',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Turkey]], [[Tuna]], [[Salmon]], [[Trout]], [[Deer]], [[Elk]], [[Hare]], [[Agouti]], [[Snapping Turtle]], [[Tortoise]], [[Crab]]',
                    ['resourceItem'] = '[[Alligator Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Bass'] = {
                    ['untranslated'] = 'Bass',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '1.5',
                    ['health'] = '3.0',
                    ['damage'] = '0.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '0.0',
                    ['detectRange'] = '0.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.0',
                    ['maxAttackDelay'] = '0.0',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Kelp]], [[Seagrass]]',
                    ['resourceItem'] = '[[Bass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['BighornSheep'] = {
                    ['untranslated'] = 'BighornSheep',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '1.2',
                    ['speed'] = '5.5',
                    ['health'] = '4.6',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.9',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '150.0',
                    ['foodSources'] = '[[Dwarf Willow]], [[Prickly Pear]], [[Agave]], [[Creosote Bush]], [[White Bursage]]',
                    ['resourceItem'] = '[[Bighorn Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Bison'] = {
                    ['untranslated'] = 'Bison',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '4.0',
                    ['health'] = '10.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.6',
                    ['headDistance'] = '1.0',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '250.0',
                    ['foodSources'] = '[[Common Grass]], [[Bunchgrass]], [[Wheat]], [[Big Bluestem]], [[Switchgrass]]',
                    ['resourceItem'] = '[[Bison Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.2000',
        },
        ['BlueShark'] = {
                    ['untranslated'] = 'BlueShark',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '2.5',
                    ['health'] = '8.0',
                    ['damage'] = '0.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '0.0',
                    ['detectRange'] = '0.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.0',
                    ['maxAttackDelay'] = '0.0',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Bass]], [[Pacific Sardine]], [[Tuna]], [[Crab]], [[Moon Jellyfish]]',
                    ['resourceItem'] = '[[Blue Shark]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Cod'] = {
                    ['untranslated'] = 'Cod',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '1.5',
                    ['health'] = '3.0',
                    ['damage'] = '0.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '0.0',
                    ['detectRange'] = '0.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.0',
                    ['maxAttackDelay'] = '0.0',
                    ['calorieValue'] = '50.0',
                    ['foodSources'] = '[[Kelp]], [[Seagrass]]',
                    ['resourceItem'] = '[[Cod]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Coyote'] = {
                    ['untranslated'] = 'Coyote',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '0.5',
                    ['speed'] = '4.5',
                    ['health'] = '5.5',
                    ['damage'] = '3.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '2.5',
                    ['detectRange'] = '12.5',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.0',
                    ['headDistance'] = '0.5',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Hare]], [[Bighorn Sheep]], [[Deer]], [[Tortoise]], [[Turkey]], [[Otter]]',
                    ['resourceItem'] = '[[Coyote Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Crab'] = {
                    ['untranslated'] = 'Crab',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '0.0',
                    ['wanderingSpeed'] = '0.2',
                    ['speed'] = '0.5',
                    ['health'] = '3.0',
                    ['damage'] = '3.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '1.0',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '50.0',
                    ['foodSources'] = '[[Clam]]',
                    ['resourceItem'] = '[[Crab Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Deer'] = {
                    ['untranslated'] = 'Deer',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '5.5',
                    ['health'] = '4.5',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '1.0',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '180.0',
                    ['foodSources'] = '[[Huckleberry]], [[Fern]], [[Beans]], [[Salal]], [[Switchgrass]], [[Bunchgrass]], [[Wheat]], [[Deer Lichen]], [[Trillium]]',
                    ['resourceItem'] = '[[Deer Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Elk'] = {
                    ['untranslated'] = 'Elk',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '1.2',
                    ['speed'] = '5.5',
                    ['health'] = '6.1',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '1.0',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '200.0',
                    ['foodSources'] = '[[Huckleberry]], [[Ocean Spray]], [[Fireweed]], [[Fern]], [[Beans]], [[Salal]], [[Deer Lichen]]',
                    ['resourceItem'] = '[[Elk Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Fox'] = {
                    ['untranslated'] = 'Fox',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '0.9',
                    ['speed'] = '5.0',
                    ['health'] = '1.5',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.2',
                    ['attackRange'] = '1.5',
                    ['detectRange'] = '7.5',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.9',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Hare]], [[Turkey]]',
                    ['resourceItem'] = '[[Fox Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Hare'] = {
                    ['untranslated'] = 'Hare',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '1.2',
                    ['speed'] = '5.0',
                    ['health'] = '1.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.8',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '30.0',
                    ['foodSources'] = '[[Camas]], [[Wheat]], [[Bunchgrass]], [[Corn]], [[Huckleberry]], [[Big Bluestem]], [[Creosote Bush]], [[Prickly Pear]], [[Agave]]',
                    ['resourceItem'] = '[[Hare Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Jaguar'] = {
                    ['untranslated'] = 'Jaguar',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '6.5',
                    ['health'] = '4.5',
                    ['damage'] = '5.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '3.0',
                    ['detectRange'] = '15.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.0',
                    ['headDistance'] = '1.0',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Hare]], [[Deer]], [[Wolf]], [[Agouti]], [[Snapping Turtle]]',
                    ['resourceItem'] = '[[Jaguar Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['MoonJellyfish'] = {
                    ['untranslated'] = 'MoonJellyfish',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '1.5',
                    ['health'] = '2.0',
                    ['damage'] = '0.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '0.0',
                    ['detectRange'] = '0.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.0',
                    ['maxAttackDelay'] = '0.0',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = nil,
                    ['resourceItem'] = '[[Moon Jellyfish]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['MountainGoat'] = {
                    ['untranslated'] = 'MountainGoat',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.5',
                    ['speed'] = '5.5',
                    ['health'] = '5.2',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.8',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Saxifrage]], [[Lupine]], [[Fireweed]], [[Dwarf Willow]], [[Arctic Willow]]',
                    ['resourceItem'] = '[[Mountain Goat Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Otter'] = {
                    ['untranslated'] = 'Otter',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '0.5',
                    ['speed'] = '3.0',
                    ['health'] = '1.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '50.0',
                    ['foodSources'] = '[[Clam]], [[Urchin]], [[Tuna]], [[Salmon]], [[Trout]]',
                    ['resourceItem'] = '[[Otter Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['PacificSardine'] = {
                    ['untranslated'] = 'PacificSardine',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '1.5',
                    ['health'] = '2.0',
                    ['damage'] = '0.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '0.0',
                    ['detectRange'] = '0.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.0',
                    ['maxAttackDelay'] = '0.0',
                    ['calorieValue'] = '20.0',
                    ['foodSources'] = '[[Kelp]], [[Seagrass]]',
                    ['resourceItem'] = '[[Pacific Sardine]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Salmon'] = {
                    ['untranslated'] = 'Salmon',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '2.0',
                    ['health'] = '2.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '50.0',
                    ['foodSources'] = '[[Waterweed]]',
                    ['resourceItem'] = '[[Salmon]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['SnappingTurtle'] = {
                    ['untranslated'] = 'SnappingTurtle',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '0.0',
                    ['wanderingSpeed'] = '0.2',
                    ['speed'] = '0.2',
                    ['health'] = '2.5',
                    ['damage'] = '3.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.0',
                    ['headDistance'] = '1.0',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Clam]], [[Peat Moss]], [[Bullrush]], [[Filmy Fern]], [[Buttonbush]]',
                    ['resourceItem'] = '[[Snapping Turtle Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Tarantula'] = {
                    ['untranslated'] = 'Tarantula',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '0.0',
                    ['wanderingSpeed'] = '0.7',
                    ['speed'] = '1.0',
                    ['health'] = '0.5',
                    ['damage'] = '3.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.1',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = nil,
                    ['resourceItem'] = nil,
                    ['resourceMin'] = '0.0',
                    ['resourceMax'] = '0.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Tortoise'] = {
                    ['untranslated'] = 'Tortoise',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '0.0',
                    ['wanderingSpeed'] = '0.1',
                    ['speed'] = '0.1',
                    ['health'] = '1.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '50.0',
                    ['foodSources'] = '[[Creosote Bush]], [[Prickly Pear]], [[Agave]]',
                    ['resourceItem'] = '[[Raw Meat]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '2.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Trout'] = {
                    ['untranslated'] = 'Trout',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '2.0',
                    ['health'] = '2.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '25.0',
                    ['foodSources'] = '[[Waterweed]]',
                    ['resourceItem'] = '[[Trout]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Tuna'] = {
                    ['untranslated'] = 'Tuna',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = 'Swimming',
                    ['isFlying'] = nil,
                    ['climbHeight'] = '-1.0',
                    ['wanderingSpeed'] = '1.0',
                    ['speed'] = '2.0',
                    ['health'] = '2.0',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '1.0',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Kelp]], [[Seagrass]]',
                    ['resourceItem'] = '[[Tuna]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Turkey'] = {
                    ['untranslated'] = 'Turkey',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '0.7',
                    ['speed'] = '3.5',
                    ['health'] = '1.5',
                    ['damage'] = '1.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '1.0',
                    ['detectRange'] = '5.0',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.5',
                    ['headDistance'] = '0.2',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '75.0',
                    ['foodSources'] = '[[Camas]], [[Wheat]], [[Bunchgrass]], [[Corn]], [[Huckleberry]], [[Big Bluestem]]',
                    ['resourceItem'] = '[[Turkey Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
        ['Wolf'] = {
                    ['untranslated'] = 'Wolf',
                    ['maturity'] = '1.0',
                    ['isSwimming'] = nil,
                    ['isFlying'] = nil,
                    ['climbHeight'] = '1.0',
                    ['wanderingSpeed'] = '0.5',
                    ['speed'] = '5.0',
                    ['health'] = '3.2',
                    ['damage'] = '3.0',
                    ['chanceToAttack'] = '0.6',
                    ['attackRange'] = '2.5',
                    ['detectRange'] = '12.5',
                    ['flees'] = 'Flees',
                    ['fearFactor'] = '0.0',
                    ['headDistance'] = '0.8',
                    ['minAttackDelay'] = '0.8',
                    ['maxAttackDelay'] = '2.5',
                    ['calorieValue'] = '100.0',
                    ['foodSources'] = '[[Hare]], [[Elk]], [[Mountain Goat]], [[Deer]], [[Turkey]], [[Bison]]',
                    ['resourceItem'] = '[[Wolf Carcass]]',
                    ['resourceMin'] = '1.0',
                    ['resourceMax'] = '1.0',
                    ['resourceBonus'] = '90',
                    ['carbonRelease'] = '0.0200',
        },
    },
}