WikilyWIKILY
All games8 Wikis · pick your game
You are viewing an older revision of this page, not the current version.Back to the current version

ARK Taming Calculator

A live calculator built entirely from Wikily variables. Pick a creature and level below and the table updates as you change them - the whole taming model (food, effectiveness, tamed level, torpor, narcotics) is a single variable written as a Lua script that recomputes in your browser. Nothing here is hard-coded into the page.

Reader input · "creature" is not a reader-input variable on this wiki
Reader input · "level" is not a reader-input variable on this wiki
Reader input · "tameSpeed" is not a reader-input variable on this wiki
Reader input · "food" is not a reader-input variable on this wiki
Reader input · "elixir" is not a reader-input variable on this wiki
ResultValue
Creature ()
Food needed x
Taming effectiveness%
Tamed level (+ bonus)
Taming time
Torpor to drop
Narcotics
How this works

The five controls are reader-input variables. The results come from a derived variable named tame, a Lua module that reads those inputs plus a per-creature data table and returns food, effectiveness, tamed level, torpor and narcotics. Because tame depends on the inputs, every token on this page recomputes live.