Module:AnimalData: Difference between revisions
From Eco - English Wiki
[unchecked revision] | [checked revision] |
m 1 revision imported |
No edit summary |
||
(22 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
-- Eco Version : 0. | -- Eco Version : 0.9.7.13 beta release-506 | ||
-- Export Language: English | |||
return { | return { | ||
animals = { | animals = { | ||
[' | ['Agouti'] = { | ||
[' | ['untranslated'] = 'Agouti', | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '4.5', | |||
['health'] = '1.5', | |||
['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', | |||
['maxAttackDelay'] = '2.5', | |||
['calorieValue'] = '80.0', | |||
['foodSources'] = '[[Filmy Fern]], [[Taro]], [[Papaya]], [[Lattice Mushroom]], [[Heliconia]], [[Ceiba]], [[King Fern]], [[Orchid]]', | |||
['resourceItem'] = '[[Agouti Carcass]]', | |||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Alligator'] = { | |||
['untranslated'] = 'Alligator', | |||
['maturity'] = '1.0', | |||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '0.2', | |||
['speed'] = '1.5', | |||
['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', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['resourceItem'] = '[[ | ['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.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Bass'] = { | |||
['untranslated'] = 'Bass', | |||
['maturity'] = '1.0', | |||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '1.5', | |||
['health'] = '4.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.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Bighorn Sheep'] = { | |||
['untranslated'] = 'Bighorn Sheep', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.2', | |||
['speed'] = '5.5', | |||
['health'] = '6.0', | |||
['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.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Bison'] = { | ['Bison'] = { | ||
[' | ['untranslated'] = 'Bison', | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '4.0', | |||
['health'] = '12.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.0', | ||
['carbonRelease'] = '0.2', | |||
}, | |||
['Blue Shark'] = { | |||
['untranslated'] = 'Blue Shark', | |||
['maturity'] = '1.0', | |||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '2.5', | |||
['health'] = '9.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.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Cod'] = { | |||
['untranslated'] = 'Cod', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
[' | ['isSwimming'] = 'Swimming', | ||
[' | ['isFlying'] = nil, | ||
[' | ['climbHeight'] = '-1.0', | ||
['wanderingSpeed'] = '1.0', | ['wanderingSpeed'] = '1.0', | ||
['health'] = ' | ['speed'] = '1.5', | ||
['health'] = '4.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.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Coyote'] = { | |||
['untranslated'] = 'Coyote', | |||
['maturity'] = '1.0', | |||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.5', | |||
['speed'] = '4.5', | |||
['health'] = '4.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]], [[Prairie Dog]]', | |||
['resourceItem'] = '[[Coyote Carcass]]', | |||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['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', | ['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'] = '50.0', | ||
['foodSources'] = '[[Clam]], [[Urchin]]', | |||
['resourceItem'] = '[[Crab Carcass]]', | |||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Deer'] = { | |||
['untranslated'] = 'Deer', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '5.5', | |||
['health'] = '6.0', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
['calorieValue'] = ' | ['detectRange'] = '5.0', | ||
['foodSources'] = '[[Huckleberry]], [[Fern]], [[Beans]], [[Salal]], [[ | ['flees'] = 'Flees', | ||
['carbonRelease'] = '0. | ['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.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Elk'] = { | ['Elk'] = { | ||
[' | ['untranslated'] = 'Elk', | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.2', | |||
['speed'] = '5.5', | |||
['health'] = '8.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', | ||
['calorieValue'] = '200.0', | |||
['foodSources'] = '[[Huckleberry]], [[Ocean Spray]], [[Fireweed]], [[Fern]], [[Beans]], [[Salal]], [[Deer Lichen]]', | |||
['resourceItem'] = '[[Elk Carcass]]', | ['resourceItem'] = '[[Elk Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Fox'] = { | |||
['untranslated'] = 'Fox', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.9', | |||
['speed'] = '5.0', | |||
['health'] = '3.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]], [[Prairie Dog]]', | |||
['resourceItem'] = '[[Fox Carcass]]', | ['resourceItem'] = '[[Fox Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Hare'] = { | |||
['untranslated'] = 'Hare', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.2', | |||
['speed'] = '5.0', | |||
['health'] = '1.5', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
[' | ['detectRange'] = '5.0', | ||
['flees'] = 'Flees', | ['flees'] = 'Flees', | ||
['fearFactor'] = '0.8', | ['fearFactor'] = '0.8', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | ['minAttackDelay'] = '0.8', | ||
['maxAttackDelay'] = '2.5', | ['maxAttackDelay'] = '2.5', | ||
['calorieValue'] = '30.0', | |||
['foodSources'] = '[[Camas]], [[Wheat]], [[Bunchgrass]], [[Corn]], [[Huckleberry]], [[Big Bluestem]], [[Creosote Bush]], [[Prickly Pear]], [[Agave]]', | |||
['resourceItem'] = '[[Hare Carcass]]', | ['resourceItem'] = '[[Hare Carcass]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Jaguar'] = { | |||
['untranslated'] = 'Jaguar', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '6.5', | |||
['health'] = '6.0', | |||
['damage'] = '5.0', | |||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '3.0', | |||
['detectRange'] = '15.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'] = '[[Agouti]], [[Snapping Turtle]]', | |||
['resourceItem'] = '[[Jaguar Carcass]]', | |||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Moon Jellyfish'] = { | |||
['untranslated'] = 'Moon Jellyfish', | |||
['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'] = nil, | |||
['resourceItem'] = '[[Moon Jellyfish]]', | |||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Mountain Goat'] = { | |||
['untranslated'] = 'Mountain Goat', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.5', | |||
['speed'] = '5.5', | |||
['health'] = '6.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.8', | |||
['minAttackDelay'] = '0.8', | |||
['maxAttackDelay'] = '2.5', | |||
['calorieValue'] = '100.0', | ['calorieValue'] = '100.0', | ||
['foodSources'] = ' | ['foodSources'] = '[[Saxifrage]], [[Lupine]], [[Fireweed]], [[Dwarf Willow]], [[Arctic Willow]]', | ||
['carbonRelease'] = '0. | ['resourceItem'] = '[[Mountain Goat Carcass]]', | ||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Otter'] = { | ['Otter'] = { | ||
[' | ['untranslated'] = 'Otter', | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | ['isSwimming'] = 'Swimming', | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.5', | |||
['speed'] = '3.0', | |||
['health'] = '1.5', | |||
['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.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Pacific Sardine'] = { | |||
['untranslated'] = 'Pacific Sardine', | |||
['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'] = '20.0', | |||
['foodSources'] = '[[Kelp]], [[Seagrass]]', | |||
['resourceItem'] = '[[Pacific Sardine]]', | |||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Prairie Dog'] = { | |||
['untranslated'] = 'Prairie Dog', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '1.2', | |||
['speed'] = '5.0', | |||
['health'] = '1.5', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['attackRange'] = '1.0', | ||
['calorieValue'] = ' | ['detectRange'] = '5.0', | ||
['foodSources'] = '[[ | ['flees'] = 'Flees', | ||
['carbonRelease'] = '0. | ['fearFactor'] = '0.8', | ||
['headDistance'] = '0.2', | |||
['minAttackDelay'] = '0.8', | |||
['maxAttackDelay'] = '2.5', | |||
['calorieValue'] = '30.0', | |||
['foodSources'] = '[[Big Bluestem]], [[Corn]], [[Switchgrass]], [[Sunflower]], [[Tomatoes]], [[Wheat]]', | |||
['resourceItem'] = '[[Prairie Dog Carcass]]', | |||
['resourceMin'] = '1.0', | |||
['resourceMax'] = '1.0', | |||
['resourceBonus'] = '90.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Salmon'] = { | ['Salmon'] = { | ||
[' | ['untranslated'] = 'Salmon', | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | ['isSwimming'] = 'Swimming', | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '2.0', | |||
['health'] = '4.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'] = '[[Waterweed]]', | |||
['resourceItem'] = '[[Salmon]]', | ['resourceItem'] = '[[Salmon]]', | ||
['resourceMin'] = '1.0', | ['resourceMin'] = '1.0', | ||
['resourceMax'] = '1.0', | ['resourceMax'] = '1.0', | ||
['resourceBonus'] = '90', | ['resourceBonus'] = '90.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Snapping Turtle'] = { | |||
['untranslated'] = 'Snapping Turtle', | |||
['maturity'] = '1.0', | |||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '0.1', | |||
['speed'] = '0.2', | |||
['health'] = '4.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.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Tarantula'] = { | |||
['untranslated'] = 'Tarantula', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['damage'] = ' | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | |||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '0.7', | |||
['speed'] = '1.0', | |||
['health'] = '1.0', | |||
['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.0', | |||
['carbonRelease'] = '0.0', | |||
}, | |||
['Tortoise'] = { | ['Tortoise'] = { | ||
[' | ['untranslated'] = 'Tortoise', | ||
['maturity'] = '1.0', | |||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '0.0', | |||
['wanderingSpeed'] = '0.1', | ['wanderingSpeed'] = '0.1', | ||
['speed'] = '0.1', | |||
['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.0', | ||
['carbonRelease'] = '0.0', | |||
[' | }, | ||
['Trout'] = { | ['Trout'] = { | ||
[' | ['untranslated'] = 'Trout', | ||
[' | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | ['isSwimming'] = 'Swimming', | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '2.0', | |||
['health'] = '4.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.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Tuna'] = { | |||
['untranslated'] = 'Tuna', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = 'Swimming', | |||
['isFlying'] = nil, | |||
['climbHeight'] = '-1.0', | |||
['wanderingSpeed'] = '1.0', | |||
['speed'] = '2.0', | |||
['health'] = '6.0', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['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.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Turkey'] = { | |||
['untranslated'] = 'Turkey', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | |||
['isFlying'] = nil, | |||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.7', | |||
['speed'] = '3.5', | |||
['health'] = '2.0', | |||
['damage'] = '1.0', | ['damage'] = '1.0', | ||
['chanceToAttack'] = '0.6', | |||
['attackRange'] = '1.0', | ['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.0', | ||
['carbonRelease'] = '0.0', | |||
}, | |||
['Wolf'] = { | |||
['untranslated'] = 'Wolf', | |||
['maturity'] = '1.0', | ['maturity'] = '1.0', | ||
['isSwimming'] = nil, | ['isSwimming'] = nil, | ||
['isFlying'] = nil, | ['isFlying'] = nil, | ||
['climbHeight'] = '1.0', | |||
['wanderingSpeed'] = '0.5', | |||
['speed'] = '5.0', | |||
['health'] = '4.0', | |||
['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.0', | ||
['carbonRelease'] = '0.0', | |||
[' | }, | ||
}, | }, | ||
} | } |
Latest revision as of 21:36, 1 September 2023
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[edit source]
-- 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.7.13 beta release-506
-- Export Language: English
return {
animals = {
['Agouti'] = {
['untranslated'] = 'Agouti',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '4.5',
['health'] = '1.5',
['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]], [[Ceiba]], [[King Fern]], [[Orchid]]',
['resourceItem'] = '[[Agouti Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Alligator'] = {
['untranslated'] = 'Alligator',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '0.0',
['wanderingSpeed'] = '0.2',
['speed'] = '1.5',
['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.0',
['carbonRelease'] = '0.0',
},
['Bass'] = {
['untranslated'] = 'Bass',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '1.5',
['health'] = '4.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.0',
['carbonRelease'] = '0.0',
},
['Bighorn Sheep'] = {
['untranslated'] = 'Bighorn Sheep',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.2',
['speed'] = '5.5',
['health'] = '6.0',
['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.0',
['carbonRelease'] = '0.0',
},
['Bison'] = {
['untranslated'] = 'Bison',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '4.0',
['health'] = '12.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.0',
['carbonRelease'] = '0.2',
},
['Blue Shark'] = {
['untranslated'] = 'Blue Shark',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '2.5',
['health'] = '9.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.0',
['carbonRelease'] = '0.0',
},
['Cod'] = {
['untranslated'] = 'Cod',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '1.5',
['health'] = '4.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.0',
['carbonRelease'] = '0.0',
},
['Coyote'] = {
['untranslated'] = 'Coyote',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.5',
['speed'] = '4.5',
['health'] = '4.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]], [[Prairie Dog]]',
['resourceItem'] = '[[Coyote Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['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]], [[Urchin]]',
['resourceItem'] = '[[Crab Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Deer'] = {
['untranslated'] = 'Deer',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '5.5',
['health'] = '6.0',
['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.0',
['carbonRelease'] = '0.0',
},
['Elk'] = {
['untranslated'] = 'Elk',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.2',
['speed'] = '5.5',
['health'] = '8.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'] = '200.0',
['foodSources'] = '[[Huckleberry]], [[Ocean Spray]], [[Fireweed]], [[Fern]], [[Beans]], [[Salal]], [[Deer Lichen]]',
['resourceItem'] = '[[Elk Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Fox'] = {
['untranslated'] = 'Fox',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.9',
['speed'] = '5.0',
['health'] = '3.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]], [[Prairie Dog]]',
['resourceItem'] = '[[Fox Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Hare'] = {
['untranslated'] = 'Hare',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.2',
['speed'] = '5.0',
['health'] = '1.5',
['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.0',
['carbonRelease'] = '0.0',
},
['Jaguar'] = {
['untranslated'] = 'Jaguar',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '6.5',
['health'] = '6.0',
['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'] = '[[Agouti]], [[Snapping Turtle]]',
['resourceItem'] = '[[Jaguar Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Moon Jellyfish'] = {
['untranslated'] = 'Moon Jellyfish',
['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'] = nil,
['resourceItem'] = '[[Moon Jellyfish]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Mountain Goat'] = {
['untranslated'] = 'Mountain Goat',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.5',
['speed'] = '5.5',
['health'] = '6.0',
['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.0',
['carbonRelease'] = '0.0',
},
['Otter'] = {
['untranslated'] = 'Otter',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.5',
['speed'] = '3.0',
['health'] = '1.5',
['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.0',
['carbonRelease'] = '0.0',
},
['Pacific Sardine'] = {
['untranslated'] = 'Pacific Sardine',
['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'] = '20.0',
['foodSources'] = '[[Kelp]], [[Seagrass]]',
['resourceItem'] = '[[Pacific Sardine]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Prairie Dog'] = {
['untranslated'] = 'Prairie Dog',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '1.2',
['speed'] = '5.0',
['health'] = '1.5',
['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'] = '[[Big Bluestem]], [[Corn]], [[Switchgrass]], [[Sunflower]], [[Tomatoes]], [[Wheat]]',
['resourceItem'] = '[[Prairie Dog Carcass]]',
['resourceMin'] = '1.0',
['resourceMax'] = '1.0',
['resourceBonus'] = '90.0',
['carbonRelease'] = '0.0',
},
['Salmon'] = {
['untranslated'] = 'Salmon',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '2.0',
['health'] = '4.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.0',
['carbonRelease'] = '0.0',
},
['Snapping Turtle'] = {
['untranslated'] = 'Snapping Turtle',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '0.0',
['wanderingSpeed'] = '0.1',
['speed'] = '0.2',
['health'] = '4.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.0',
['carbonRelease'] = '0.0',
},
['Tarantula'] = {
['untranslated'] = 'Tarantula',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '0.0',
['wanderingSpeed'] = '0.7',
['speed'] = '1.0',
['health'] = '1.0',
['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.0',
['carbonRelease'] = '0.0',
},
['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.0',
['carbonRelease'] = '0.0',
},
['Trout'] = {
['untranslated'] = 'Trout',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '2.0',
['health'] = '4.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.0',
['carbonRelease'] = '0.0',
},
['Tuna'] = {
['untranslated'] = 'Tuna',
['maturity'] = '1.0',
['isSwimming'] = 'Swimming',
['isFlying'] = nil,
['climbHeight'] = '-1.0',
['wanderingSpeed'] = '1.0',
['speed'] = '2.0',
['health'] = '6.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.0',
['carbonRelease'] = '0.0',
},
['Turkey'] = {
['untranslated'] = 'Turkey',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.7',
['speed'] = '3.5',
['health'] = '2.0',
['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.0',
['carbonRelease'] = '0.0',
},
['Wolf'] = {
['untranslated'] = 'Wolf',
['maturity'] = '1.0',
['isSwimming'] = nil,
['isFlying'] = nil,
['climbHeight'] = '1.0',
['wanderingSpeed'] = '0.5',
['speed'] = '5.0',
['health'] = '4.0',
['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.0',
['carbonRelease'] = '0.0',
},
},
}