Skip to content

Commit

Permalink
Create earnings.lua
Browse files Browse the repository at this point in the history
defaultnumberofplayers to 3.
Data are not calculated correctly so all earnings were divided by 5. 
unavailable data?
  • Loading branch information
SlothyMan authored Dec 21, 2024
1 parent 742da43 commit c3a7f73
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions components/earnings/wikis/brawlstars/earnings.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
-- @Liquipedia
-- wiki=brawlstars
-- page=Module:Earnings
--
-- Please see https://github.com/Liquipedia/Lua-Modules to contribute
--

local Class = require('Module:Class')
local Lua = require('Module:Lua')

local CustomEarnings = Lua.import('Module:Earnings/Base', {requireDevIfEnabled = true})

CustomEarnings.defaultNumberOfPlayersInTeam = 3

return Class.export(CustomEarnings)

0 comments on commit c3a7f73

Please sign in to comment.