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

solipsists too

git-svn-id: http://svn.net-core.org/repos/t-engine4@5455 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4bcf5f93
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,13 @@ newBirthDescriptor{
},
power_source = {psionic=true},
stats = { str=0, wil=5, cun=4, },
birth_example_particles = {
function(actor)
if core.shader.active() then actor:addParticles(Particles.new("shader_shield", 1, {size_factor=1.1}, {type="shield", time_factor=-8000, llpow=1, aadjust=7, color={1, 1, 0}}))
else actor:addParticles(Particles.new("generic_shield", 1, {r=1, g=1, b=0, a=1}))
end
end,
},
talents_types = {
-- class
["psionic/distortion"]={true, 0.3},
......
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