Module:Test: Difference between revisions
From Elwiki
No edit summary |
No edit summary |
||
Line 35: | Line 35: | ||
multipliers = { | multipliers = { | ||
mp_cost = 100, | mp_cost = 100, | ||
cooldown = 100 | cooldown = 100, | ||
duration = 0 | |||
}, | }, | ||
details = { | details = { | ||
Line 47: | Line 48: | ||
t = t or {} | t = t or {} | ||
self.multipliers.duration = 555 | |||
self.__index = self | self.__index = self |