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

show max summons on cunning for oozemancers

git-svn-id: http://svn.net-core.org/repos/t-engine4@6551 51575b47-30f0-44d4-a5cc-537603b46e54
parent bb269c28
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,11 @@ newBirthDescriptor{
"#GOLD#Life per level:#LIGHT_BLUE# -3",
},
power_source = {nature=true},
getStatDesc = function(stat, actor)
if stat == actor.STAT_CUN then
return "Max summons: "..math.floor(actor:getCun()/10)
end
end,
birth_example_particles = {
function(actor)
if core.shader.active(4) then actor:addParticles(Particles.new("shader_ring_rotating", 1, {additive=true, radius=1.1}, {type="flames", zoom=5, npow=2, time_factor=9000, color1={0.5,0.7,0,1}, color2={0.3,1,0.3,1}, hide_center=0, xy={0,0}}))
......
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