Module:Game/Skills/Data/Conditions: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 June 2025

9 May 2025

  • curprev 10:1810:18, 9 May 2025 Snep talk contribs 4,837 bytes +11 No edit summary
  • curprev 08:1608:16, 9 May 2025 Snep talk contribs m 4,826 bytes +13 No edit summary
  • curprev 08:1508:15, 9 May 2025 Snep talk contribs m 4,813 bytes +3 No edit summary
  • curprev 08:1108:11, 9 May 2025 Snep talk contribs 4,810 bytes +4,810 Created page with "local Conditions = {} local Game = require("Module:Game") ---@alias SkillConditions ConditionCheck[][] ---@class ConditionCheck ---@field condition string ---@field compare string ---@field value number ---@field hint string|nil ---Parse a skill conditions string into a list ---@param text string the conditions string ---@return SkillConditions function Conditions.parseConditions(text) local ors = {} for orTxt in string.gmatch(text, "([^@]+)") do local..."