Skip to content
Snippets Groups Projects
Commit 7430ac55 authored by DarkGod's avatar DarkGod
Browse files

moar

parent 2a3eb17c
No related branches found
No related tags found
No related merge requests found
......@@ -19,9 +19,13 @@
base_size = 64
local shader = shader or false
if shader then use_shader = {type="volumetric_aura"} end
local speed = speed or 0.023
local a = (a or 60) / 255
local basesize = 2 * radius * (engine.Map.tile_w + engine.Map.tile_h) / 2 + engine.Map.tile_w * 1.8 * (oversize or 1)
local basesize = (shader and 1.75 or 1) * 2 * radius * (engine.Map.tile_w + engine.Map.tile_h) / 2 + engine.Map.tile_w * 1.8 * (oversize or 1)
local appear = appear or 0
local appear_size = appear_size or 3
local r = (r or 255) / 255
......@@ -31,7 +35,7 @@ local b = (b or 255) / 255
local nb = empty_start and -1 or 0
return {
-- blend_mode=core.particles.BLEND_ADDITIVE,
blend_mode = shader and core.particles.BLEND_ADDITIVE or nil,
system_rotation = base_rot or rng.range(0, 360), system_rotationv = speed,
generator = function()
if nb == -1 then
......
game/modules/tome/data/gfx/particles_images/aether_breach.png

341 KiB | W: | H:

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

343 KiB | W: | H:

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

7.56 KiB | W: | H:

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

7.5 KiB | W: | H:

game/modules/tome/data/gfx/particles_images/earthen_missiles.png
game/modules/tome/data/gfx/particles_images/earthen_missiles.png
game/modules/tome/data/gfx/particles_images/earthen_missiles.png
game/modules/tome/data/gfx/particles_images/earthen_missiles.png
  • 2-up
  • Swipe
  • Onion skin
game/modules/tome/data/gfx/shockbolt/trap/aether_beam.png

12 KiB

......@@ -72,7 +72,7 @@ newTalent{
DamageType.HEALING_POWER, self:spellCrit(t.getHeal(self, t)),
self:getTalentRadius(t),
5, nil,
{overlay_particle={zdepth=6, only_one=true, type="circle", args={img="sun_circle", a=100, speed=0.04, radius=self:getTalentRadius(t)}}, type="healing_vapour"},
{overlay_particle={zdepth=6, only_one=true, type="circle", args={img="sun_circle", a=10, speed=0.04, radius=self:getTalentRadius(t)}}, type="healing_vapour"},
nil, true
)
game:playSoundNear(self, "talents/heal")
......
......@@ -65,7 +65,7 @@ newTalent{
if game.level.map:checkEntity(x, y, Map.TERRAIN, "block_move") then game.logPlayer(self, "You somehow fail to set the aether beam.") return nil end
local t = basetrap(self, t, x, y, 44, {
type = "aether", name = "aether beam", color=colors.VIOLET, image = "trap/trap_glyph_explosion_01_64.png",
type = "aether", name = "aether beam", color=colors.VIOLET, image = "trap/aether_beam.png",
dam = self:spellCrit(t.getDamage(self, t)),
triggered = function(self, x, y, who) return true, true end,
combatSpellpower = function(self) return self.summoner:combatSpellpower() 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