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 - every food it eats is listed below with the amount, taming time, effectiveness and narcotics needed, and the whole table recomputes in your browser as you change the inputs. The entire model is one variable written as a Lua script; nothing 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 · "elixir" is not a reader-input variable on this wiki

Taming () at level - base torpor , tamed level about with the best food.

FoodAmountTimeEffectivenessNarcotics
How this works

The four controls are reader-input variables. The results come from a derived variable named tame, a Lua module that holds each creature's full food list and returns the amount, time, effectiveness, narcotics and icon for every food. Because it reads the inputs, every token recomputes live.