Skip to content
Snippets Groups Projects
Commit 080e037d authored by DarkGod's avatar DarkGod
Browse files

winggssss

parent eb5671d9
No related branches found
No related tags found
No related merge requests found
Showing with 8 additions and 8 deletions
......@@ -117,10 +117,10 @@ newBirthDescriptor{
birth_example_particles = {
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {img="lightningwings", life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {img="poisonwings", life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {img="acidwings", life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {img="sandwings", life=18, fade=-0.006, deploy_speed=14})) end end,
function(actor) if core.shader.active(4) then actor:addParticles(Particles.new("shader_wings", 1, {img="icewings", life=18, fade=-0.006, deploy_speed=14})) end end,
},
power_source = {nature=true, technique=true},
stats = { str=5, wil=3, con=1, },
......
game/modules/tome/data/gfx/particles_images/acidwings.png

9.76 KiB

game/modules/tome/data/gfx/particles_images/icewings.png

11.1 KiB

game/modules/tome/data/gfx/particles_images/lightningwings.png

10.8 KiB | W: | H:

game/modules/tome/data/gfx/particles_images/lightningwings.png

8.07 KiB | W: | H:

game/modules/tome/data/gfx/particles_images/lightningwings.png
game/modules/tome/data/gfx/particles_images/lightningwings.png
game/modules/tome/data/gfx/particles_images/lightningwings.png
game/modules/tome/data/gfx/particles_images/lightningwings.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/particles_images/poisonwings.png

9.38 KiB

game/modules/tome/data/gfx/particles_images/sandwings.png

9.86 KiB

......@@ -174,7 +174,7 @@ newTalent{
game:playSoundNear(self, "talents/breath")
if core.shader.active(4) then
self:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14}))
self:addParticles(Particles.new("shader_wings", 1, {img="icewings", life=18, fade=-0.006, deploy_speed=14}))
end
return true
end,
......
......@@ -123,7 +123,7 @@ newTalent{
game:playSoundNear(self, "talents/breath")
if core.shader.active(4) then
self:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14}))
self:addParticles(Particles.new("shader_wings", 1, {img="poisonwings", life=18, fade=-0.006, deploy_speed=14}))
end
return true
end,
......
......@@ -159,7 +159,7 @@ newTalent{
game:playSoundNear(self, "talents/breath")
if core.shader.active(4) then
self:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14}))
self:addParticles(Particles.new("shader_wings", 1, {img="sandwings", life=18, fade=-0.006, deploy_speed=14}))
end
return true
end,
......
......@@ -184,7 +184,7 @@ newTalent{
game:playSoundNear(self, "talents/breath")
if core.shader.active(4) then
self:addParticles(Particles.new("shader_wings", 1, {life=18, fade=-0.006, deploy_speed=14}))
self:addParticles(Particles.new("shader_wings", 1, {img="acidwings", life=18, fade=-0.006, deploy_speed=14}))
end
return true
end,
......
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