Module:AnimalData: Difference between revisions
From Eco - English Wiki
[unchecked revision] | [unchecked revision] |
m 1 revision imported |
Eco Version: 0.9.0.0 beta staging-1706 |
||
Line 1: | Line 1: | ||
-- Eco Version : 0. | -- Eco Version : 0.9.0.0 beta staging-1706 | ||
return { | return { | ||
animals = { | animals = { | ||
[' | ['Agouti'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = 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', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '1.0', | ||
['headDistance'] = '0.7', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['resourceItem'] = '[[ | ['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'] = { | |||
['maturity'] = '1.0', | |||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '1.0', | |||
['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'] = { | |||
['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', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
}, | |||
['BighornSheep'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '5.5', | |||
['health'] = '4.6', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
['calorieValue'] = ' | ['detectRange'] = '5.0', | ||
['foodSources'] = '[[Dwarf Willow]], [[Prickly Pear]], [[Agave]], [[ | ['flees'] = 'Flees', | ||
['carbonRelease'] = '0. | ['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'] = { | ['Bison'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.8', | |||
['speed'] = '4.0', | |||
['health'] = '10.0', | |||
['damage'] = '1.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | |||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '0.6', | ['fearFactor'] = '0.6', | ||
['headDistance'] = '1.0', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '250.0', | |||
['foodSources'] = '[[Common Grass]], [[Bunchgrass]], [[Wheat]], [[Big Bluestem]], [[Switchgrass]]', | |||
['resourceItem'] = '[[Bison Carcass]]', | ['resourceItem'] = '[[Bison Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.2000', | |||
}, | |||
['BlueShark'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['damage'] = ' | ['isSwimming'] = 'Swimming', | ||
['attackRange'] = '1.0', | ['isFlying'] = nil, | ||
['calorieValue'] = ' | ['climbHeight'] = '-1.0', | ||
['foodSources'] = '[[ | ['wanderingSpeed'] = '1.0', | ||
['carbonRelease'] = '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'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.0', | ['wanderingSpeed'] = '1.0', | ||
['health'] = '3.2', | ['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'] = { | |||
['maturity'] = '1.0', | |||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.7', | |||
['speed'] = '4.5', | |||
['health'] = '5.5', | |||
['damage'] = '3.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '2.5', | |||
['detectRange'] = '12.5', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = ' | ['fearFactor'] = '0.0', | ||
['headDistance'] = '0.5', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['resourceItem'] = '[[ | ['calorieValue'] = '100.0', | ||
['foodSources'] = '[[Hare]], [[Bighorn Sheep]], [[Deer]], [[Tortoise]], [[Turkey]], [[Otter]]', | |||
['resourceItem'] = '[[Coyote Carcass]]', | |||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
}, | |||
['Crab'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['damage'] = ' | ['isSwimming'] = 'Swimming', | ||
['isFlying'] = nil, | |||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '0.5', | |||
['speed'] = '2.0', | |||
['health'] = '3.0', | |||
['damage'] = '3.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
[' | ['detectRange'] = '5.0', | ||
[' | ['flees'] = 'Flees', | ||
['carbonRelease'] = '0. | ['fearFactor'] = '0.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'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = 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', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '1.0', | ||
['headDistance'] = '1.0', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['resourceItem'] = '[[ | ['calorieValue'] = '180.0', | ||
['foodSources'] = '[[Huckleberry]], [[Fern]], [[Beans]], [[Salal]], [[Switchgrass]], [[Bunchgrass]], [[Wheat]], [[Deer Lichen]], [[Trillium]]', | |||
['resourceItem'] = '[[Deer Carcass]]', | |||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
}, | |||
['Elk'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '5.5', | |||
['health'] = '6.1', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | |||
['fearFactor'] = '1.0', | |||
['headDistance'] = '1.0', | |||
['minAttackDelay'] = '0.8', | |||
['maxAttackDelay'] = '2.5', | |||
['calorieValue'] = '200.0', | ['calorieValue'] = '200.0', | ||
['foodSources'] = '[[Huckleberry]], [[Fern]], [[Beans]], [[Salal]]', | ['foodSources'] = '[[Huckleberry]], [[Ocean Spray]], [[Fireweed]], [[Fern]], [[Beans]], [[Salal]], [[Deer Lichen]]', | ||
['carbonRelease'] = '0. | ['resourceItem'] = '[[Elk Carcass]]', | ||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90', | |||
['carbonRelease'] = '0.0200', | |||
}, | }, | ||
['Fox'] = { | ['Fox'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.5', | |||
['speed'] = '5.0', | |||
['health'] = '1.5', | |||
['damage'] = '1.0', | |||
['chanceToAttack'] = '0.2', | |||
['attackRange'] = '1.5', | |||
['detectRange'] = '7.5', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '0.9', | ['fearFactor'] = '0.9', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '100.0', | |||
['foodSources'] = '[[Hare]], [[Turkey]]', | |||
['resourceItem'] = '[[Fox Carcass]]', | ['resourceItem'] = '[[Fox Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
}, | |||
['Hare'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '5.0', | |||
['health'] = '1.0', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
['calorieValue'] = ' | ['detectRange'] = '5.0', | ||
['foodSources'] = '[[Hare]], [[ | ['flees'] = 'Flees', | ||
['carbonRelease'] = '0. | ['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'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.7', | |||
['speed'] = '6.5', | |||
['health'] = '4.5', | |||
['damage'] = '5.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '3.0', | |||
['detectRange'] = '15.0', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '0. | ['fearFactor'] = '0.0', | ||
['headDistance'] = '1.0', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['resourceItem'] = '[[ | ['calorieValue'] = '100.0', | ||
['foodSources'] = '[[Hare]], [[Deer]], [[Wolf]], [[Agouti]], [[Snapping Turtle]]', | |||
['resourceItem'] = '[[Jaguar Carcass]]', | |||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
}, | |||
['MoonJellyfish'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
[' | ['isSwimming'] = 'Swimming', | ||
[' | ['isFlying'] = nil, | ||
[' | ['climbHeight'] = '-1.0', | ||
[' | ['wanderingSpeed'] = '1.0', | ||
['carbonRelease'] = '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'] = { | ['MountainGoat'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.2', | |||
['speed'] = '5.5', | |||
['health'] = '5.2', | |||
['damage'] = '1.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | |||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '1.0', | ||
['headDistance'] = '0.8', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '100.0', | |||
['foodSources'] = '[[Saxifrage]], [[Lupine]], [[Fireweed]], [[Dwarf Willow]], [[Arctic Willow]]', | |||
['resourceItem'] = '[[Mountain Goat Carcass]]', | ['resourceItem'] = '[[Mountain Goat Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
['carbonRelease'] = '0. | |||
}, | }, | ||
['Otter'] = { | ['Otter'] = { | ||
['maturity'] = '1.0', | |||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '2.0', | ['speed'] = '2.0', | ||
['health'] = '1.0', | ['health'] = '1.0', | ||
[' | ['damage'] = '1.0', | ||
[' | ['chanceToAttack'] = '0.6', | ||
['attackRange'] = '1.0', | |||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '1.0', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '50.0', | |||
['foodSources'] = '[[Clam]], [[Urchin]], [[Tuna]], [[Salmon]], [[Trout]]', | |||
['resourceItem'] = '[[Otter Carcass]]', | ['resourceItem'] = '[[Otter Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
}, | |||
['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'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '2.0', | |||
['health'] = '2.0', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | |||
['fearFactor'] = '1.0', | |||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | |||
['maxAttackDelay'] = '2.5', | |||
['calorieValue'] = '50.0', | ['calorieValue'] = '50.0', | ||
['foodSources'] = '[[ | ['foodSources'] = '[[Waterweed]]', | ||
['carbonRelease'] = '0. | ['resourceItem'] = '[[Salmon]]', | ||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90', | |||
['carbonRelease'] = '0.0200', | |||
}, | }, | ||
[' | ['SnappingTurtle'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | ['isSwimming'] = 'Swimming', | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '0.3', | |||
['speed'] = '0.3', | |||
['health'] = '2.5', | |||
['damage'] = '3.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | |||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '0.0', | ||
['headDistance'] = '1.0', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['resourceItem'] = '[[ | ['calorieValue'] = '100.0', | ||
['foodSources'] = '[[Clam]], [[Peat Moss]], [[Bullrush]], [[Filmy Fern]], [[Buttonbush]]', | |||
['resourceItem'] = '[[Snapping Turtle Carcass]]', | |||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
}, | |||
['Tarantula'] = { | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['damage'] = ' | ['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', | ['attackRange'] = '1.0', | ||
['calorieValue'] = ' | ['detectRange'] = '5.0', | ||
['foodSources'] = '[[ | ['flees'] = 'Flees', | ||
['carbonRelease'] = '0. | ['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'] = { | ['Tortoise'] = { | ||
['maturity'] = '1.0', | |||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '0.1', | |||
['speed'] = '0.2', | ['speed'] = '0.2', | ||
['health'] = '1.0', | ['health'] = '1.0', | ||
[' | ['damage'] = '1.0', | ||
[' | ['chanceToAttack'] = '0.6', | ||
['attackRange'] = '1.0', | |||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '1.0', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '50.0', | |||
['foodSources'] = '[[Creosote Bush]], [[Prickly Pear]], [[Agave]]', | |||
['resourceItem'] = '[[Raw Meat]]', | ['resourceItem'] = '[[Raw Meat]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '2.0', | ['resourceMax'] = '2.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
['carbonRelease'] = '0. | |||
}, | }, | ||
['Trout'] = { | ['Trout'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | ['isSwimming'] = 'Swimming', | ||
['isFlying'] = nil, | ['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', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '1.0', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '25.0', | |||
['foodSources'] = '[[Waterweed]]', | |||
['resourceItem'] = '[[Trout]]', | ['resourceItem'] = '[[Trout]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
['carbonRelease'] = '0. | |||
}, | }, | ||
['Tuna'] = { | ['Tuna'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | ['isSwimming'] = 'Swimming', | ||
['isFlying'] = nil, | ['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', | ['flees'] = 'Flees', | ||
['fearFactor'] = '1.0', | ['fearFactor'] = '1.0', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '100.0', | |||
['foodSources'] = '[[Kelp]], [[Seagrass]]', | |||
['resourceItem'] = '[[Tuna]]', | ['resourceItem'] = '[[Tuna]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
['carbonRelease'] = '0. | |||
}, | }, | ||
['Turkey'] = { | ['Turkey'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '3.5', | |||
['health'] = '1.5', | |||
['damage'] = '1.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | |||
['detectRange'] = '5.0', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '0.5', | ['fearFactor'] = '0.5', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '75.0', | |||
['foodSources'] = '[[Camas]], [[Wheat]], [[Bunchgrass]], [[Corn]], [[Huckleberry]], [[Big Bluestem]]', | |||
['resourceItem'] = '[[Turkey Carcass]]', | ['resourceItem'] = '[[Turkey Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
['carbonRelease'] = '0. | |||
}, | }, | ||
['Wolf'] = { | ['Wolf'] = { | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.7', | |||
['speed'] = '5.0', | |||
['health'] = '3.2', | |||
['damage'] = '3.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '2.5', | |||
['detectRange'] = '12.5', | |||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '0. | ['fearFactor'] = '0.0', | ||
['headDistance'] = '0.8', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '100.0', | |||
['foodSources'] = '[[Hare]], [[Elk]], [[Mountain Goat]], [[Deer]], [[Turkey]], [[Bison]]', | |||
['resourceItem'] = '[[Wolf Carcass]]', | ['resourceItem'] = '[[Wolf Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90', | ||
['carbonRelease'] = '0.0200', | |||
['carbonRelease'] = '0. | |||
}, | }, | ||
}, | }, | ||
} | } |
Revision as of 08:35, 9 August 2020
ATTENTION! Data files are generated using game data and are not intended for manual editing.
The data file is currently used in at least the following modules:
- Module:Infobox_Animal: see Template:Infobox_Animal for more details.
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.0 beta staging-1706
return {
animals = {
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '0.0',
['wanderingSpeed'] = '1.0',
['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'] = {
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.8',
['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'] = {
['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'] = {
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.7',
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '0.0',
['wanderingSpeed'] = '0.5',
['speed'] = '2.0',
['health'] = '3.0',
['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'] = '50.0',
['foodSources'] = '[[Clam]]',
['resourceItem'] = '[[Crab Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90',
['carbonRelease'] = '0.0200',
},
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.5',
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.7',
['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'] = {
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.2',
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '2.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'] = {
['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'] = {
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '0.0',
['wanderingSpeed'] = '0.3',
['speed'] = '0.3',
['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'] = {
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '0.0',
['wanderingSpeed'] = '0.1',
['speed'] = '0.2',
['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'] = {
['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'] = {
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['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'] = {
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.7',
['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',
},
},
}