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 model is one variable - a Lua script that reads the creatures dataset, one row per creature; 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 script that reads the creatures dataset - one row per creature, holding its stats and food list - plus those inputs, and returns the amount, time, effectiveness, narcotics and icon for every food. The data lives in the dataset, not the script: swap the dataset and the same tame works for any creature set. Because it reads the inputs, every token recomputes live.