Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Module:GamePassives: Difference between revisions

From SpiritVale Wiki
Created page with "-- Module:GamePassives -- -- Renders passive skill data (from Data:passives.json) into an infobox-style table. -- Data is loaded via Module:GameData. -- -- Supported usage patterns (via Template:Passive): -- {{Passive|Honed Blade}} -> uses display Name (recommended) -- {{Passive|name=Honed Blade}} -> explicit Name -- {{Passive|id=CritMastery}} -> Internal Name (power use) local GameData = require("Module:GameData") local p = {} ---..."
 
No edit summary
Line 192: Line 192:
         titleText = string.format("[[File:%s|64px|link=]] ", icon)
         titleText = string.format("[[File:%s|64px|link=]] ", icon)
     end
     end
     titleText = titleText + title
     titleText = titleText .. title
     headerCell:wikitext(titleText)
     headerCell:wikitext(titleText)


     ------------------------------------------------------------------
     ------------------------------------------------------------------