Skip to content
Snippets Groups Projects
Commit daa51faf authored by dg's avatar dg
Browse files

Oozemancer rares are .. rarer

Solipsts rare are back !


git-svn-id: http://svn.net-core.org/repos/t-engine4@6606 51575b47-30f0-44d4-a5cc-537603b46e54
parent 263e3ad5
No related branches found
No related tags found
No related merge requests found
......@@ -172,8 +172,8 @@ newBirthDescriptor{
"#GOLD#Life per level:#LIGHT_BLUE# -4 (*special*)",
},
power_source = {psionic=true},
not_on_random_boss = true,
random_rarity = 2,
-- not_on_random_boss = true,
random_rarity = 3,
stats = { str=0, wil=5, cun=4, },
birth_example_particles = {
function(actor)
......
......@@ -168,6 +168,7 @@ newBirthDescriptor{
"#GOLD#Life per level:#LIGHT_BLUE# -3",
},
power_source = {nature=true},
random_rarity = 3,
getStatDesc = function(stat, actor)
if stat == actor.STAT_CUN then
return "Max summons: "..math.floor(actor:getCun()/10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment