View source for Module:Theatre of Blood calculator
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
-- <nowiki>
local geprice = require('Module:Exchange')._price
local p = {}
local uniques = {
{name = 'Avernic defender hilt', chance = 8},
{name = 'Ghrazi rapier', chance = 2},
{name = 'Sanguinesti staff (uncharged)', chance = 2},
{name = 'Justiciar faceguard', chance = 2},
{name = 'Justiciar chestguard', chance = 2},
{name = 'Justiciar legguards', chance = 2},
{name = 'Scythe of vitur (uncharged)', chance = 1}
}
local uniquestotal = 19
local normies = {
{name = 'Vial of blood', min = 50, chance = 2},
{name = 'Death rune', min = 500, chance = 1},
{name = 'Blood rune', min = 500, chance = 1},
000
1:0
Templates used on this page:
- Template:DependencyList (view source)
- Template:Documentation (view source)
- Template:No documentation (view source)
- Template:PageType (view source)
- Module:Array (view source)
- Module:DPLlua (view source)
- Module:DependencyList (view source)
- Module:Documentation (view source)
- Module:Paramtest (view source)
- Module:Theatre of Blood calculator/doc (view source)
- Module:Tooltip (view source)
- Module:Yesno (view source)
Return to Module:Theatre of Blood calculator.