Code: Select all
function _M:countBirthUnlocks()
local nb = 0
local max = 0
for name, _ in pairs(self.unlocks_list) do
max = max + 1
if profile.mod.allow_build[name] then nb = nb + 1
+ else
+ print(name)
end
end
return nb, max
end
Code: Select all
race_yeti
cosmetic_demon_horns
difficulty_madness
The only mention of them that I was able to find was in ashes-urhrok.teaac\tome-ashes-urhrok\superload\mod\class\Game.lua:
Code: Select all
_M.unlocks_list.race_yeti = "Class: Demonologist"
_M.unlocks_list.cosmetic_demon_horns = "Cosmetic: demonic horns"
Code: Select all
corrupter_demonologist = true
cosmetic_doomhorns = true