Module:Farming yield calculator: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1200:12, 17 October 2024Alex talk contribs 2,830 bytes +2,830 Created page with "local ssc = require('Module:Skilling success chart') local yesno = require('Module:Yesno') local p = {} local compostLives = { None = 3, Compost = 4, Supercompost = 5, Ultracompost = 6 } local diary = { ['None'] = 0, ['Kandarin - Medium (5%)'] = 10, ['Kandarin - Hard (10%)'] = 17, ['Kandarin - Elite (15%)'] = 25, ['Kourend and Kebos - Hard (5%)'] = 10 } function p.main(frame) local args = frame.args local name = args.name local pic = args.pic or (name ...."