Commit c9e9e512458aec83e4f4ded31df16a29abfea09e

Authored by DarkGod
1 parent e2ca8c6d

New gfx for the Rune of Reflection

Updated many NPCs tiles
Showing 43 changed files with 5 additions and 4 deletions

3.47 KB | W: | H:

7.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

41.1 KB | W: | H:

40.8 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -379,7 +379,7 @@ newInscription{
379 379 action = function(self, t)
380 380 local power = t.getPower(self, t)
381 381 local dur = t.getDuration(self, t)
382   - self:setEffect(self.EFF_DAMAGE_SHIELD, dur, {power=power, reflect=100})
  382 + self:setEffect(self.EFF_DAMAGE_SHIELD, dur, {power=power, reflect=100, image="reflectionshield_17", shield_intensity=0.6})
383 383 return true
384 384 end,
385 385 info = function(self, t)
... ...
... ... @@ -837,7 +837,7 @@ newEffect{
837 837 self.damage_shield_absorb = eff.power
838 838 self.damage_shield_absorb_max = eff.power
839 839 if core.shader.active(4) then
840   - eff.particle = self:addParticles(Particles.new("shader_shield", 1, {img=eff.image or "shield7"}, {type="shield", shieldIntensity=0.2, color=eff.color or {0.4, 0.7, 1.0}}))
  840 + eff.particle = self:addParticles(Particles.new("shader_shield", 1, {img=eff.image or "shield7"}, {type="shield", shieldIntensity=eff.shield_intensity or 0.2, color=eff.color or {0.4, 0.7, 1.0}}))
841 841 else
842 842 eff.particle = self:addParticles(Particles.new("damage_shield", 1))
843 843 end
... ...
... ... @@ -320,7 +320,8 @@ newEntity{ base = "BASE_BERETHH_COMPANION", define_as = "BERETHH_ARCHER",
320 320 newEntity{ define_as="KYLESS",
321 321 name = "Kyless", unique = true,
322 322 type = "humanoid", subtype = "human",
323   - color=colors.VIOLET, display = "p", image = "player/cornac_male.png",
  323 + resolvers.nice_tile{tall=1},
  324 + color=colors.VIOLET, display = "p",
324 325 desc = _t"This is Kyless, your old friend. He seems dirtier than you recall and a good bit more dangerous.",
325 326 killer_message = _t"and fed to his corrupted dogs",
326 327
... ... @@ -387,7 +388,7 @@ newEntity{ define_as="KYLESS",
387 388 newEntity{ define_as="BERETHH",
388 389 name = "Berethh", unique = true,
389 390 type = "humanoid", subtype = "thalore",
390   - color=colors.LIGHT_GREEN, display = "p", image = "player/thalore_male.png",
  391 + color=colors.LIGHT_GREEN, display = "p",
391 392 desc = _t"This is Berethh, your old friend. He is dressed in well-worn leather and skillfully wields a bow. There is something noble about the way he carries himself but his expression carries no emotion.",
392 393 killer_message = _t"and quickly burned in a pyre",
393 394 level_range = {20, 35}, exp_worth = 2,
... ...