Module:Cards/data: Difference between revisions

198 bytes added ,  21:30, 17 December 2023
m
no edit summary
mNo edit summary
mNo edit summary
Line 4: Line 4:
--[[
--[[
regexes used
regexes used
Feel free to ignore these, as I used them to convert wikitext tables into module data, and I'm mainly storing these here for potential future use. If anything, they've already served their purpose.


cards["$1"] = {\n\tName = "$1",\n\tTypes={Pet=true, Companion=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
cards["$1"] = {\n\tName = "$1",\n\tTypes={Pet=true, Companion=true},\n\tHealth=$3,\n\tAttack=$4,\n\tCounter=$5,\n\tOther="$6",\n\tDesc="$7"\n}
401

edits