Newer
Older
newBirthDescriptor{
type = "base",
name = "base",
desc = {
},
talents = {},
experience = 1.0,
{type="potion", subtype="potion", name="potion of lesser healing"},
{type="potion", subtype="potion", name="potion of lesser healing"},
{type="potion", subtype="potion", name="potion of lesser healing"},
},
resolvers.generic(function(e)
e.hotkey[9] = {"inventory", "potion of lesser healing"}
end),
load("/data/birth/races/human.lua")
load("/data/birth/races/elf.lua")
load("/data/birth/races/hobbit.lua")
load("/data/birth/races/dwarf.lua")
-- Classes
load("/data/birth/warrior.lua")
load("/data/birth/rogue.lua")