Differences From Artifact [9e257faffc]:
- File entities.lua — part of check-in [00922196a9] at 2020-10-24 01:21:08 on branch trunk — add some more spells, add spell infrastructure to support metamagic, especially disjunction, various tweaks and bugfixes. [emergency commit] (user: lexi, size: 4507) [annotate] [blame] [check-ins using]
To Artifact [5b6d6366ce]:
- File entities.lua — part of check-in [41fdb5b0b8] at 2021-04-21 01:32:38 on branch trunk — ui tweaks, rework enchantment slightly (user: lexi, size: 4510) [annotate] [blame] [check-ins using]
3 3 age = u.marshal.t.u32; 4 4 lastemit = u.marshal.t.u32; 5 5 } 6 6 7 7 minetest.register_entity('sorcery:spell_projectile_flamebolt',{ 8 8 initial_properties = { 9 9 visual = "sprite"; 10 - use_texture_alpha = true; 10 + use_texture_alpha = 'blend'; 11 11 textures = {'sorcery_fireball.png'}; 12 12 visual_size = { x = 2, y = 2, z = 2 }; 13 13 physical = true; 14 14 collide_with_objects = true; 15 15 pointable = false; 16 16 glow = 14; 17 17 static_save = false;