Toggle menu
1.3K
1.7K
705
23.9K
Veloren Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Loot tables: Difference between revisions

From Veloren Wiki
Content added Content deleted
(Created page with "local p = {}")
 
No edit summary
Line 1:
local p = {}
local lootTables = mw.loadData( 'Module:Loot tables/data' )
p.getLootTable = function(frame)
local lootHeader = '{| class="wikitable" \n|-\n ! Item !! Quantity !! Rarity'
print(lootHeader)
end

Revision as of 22:50, 22 November 2021

This module retrieves data from the "Loot tables.json" template according to the {{PAGENAME}} (usually, an NPC name) provided as an argument value.


local p = {}
local lootTables = mw.loadData( 'Module:Loot tables/data' )
p.getLootTable = function(frame)
	local lootHeader = '{| class="wikitable" \n|-\n ! Item !! Quantity !! Rarity'
	print(lootHeader)
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.