diff --git a/game/modules/tome/data/general/encounters/fareast-npcs.lua b/game/modules/tome/data/general/encounters/fareast-npcs.lua index cc1503f8861c55a5eded5d260a64e45951c89b36..ace40707aa15d4dc57c985dc7ca880c74a68d6d5 100644 --- a/game/modules/tome/data/general/encounters/fareast-npcs.lua +++ b/game/modules/tome/data/general/encounters/fareast-npcs.lua @@ -55,39 +55,3 @@ newEntity{ ai = "world_patrol", ai_state = {route_kind="orc-pride"}, on_encounter = {type="ambush", width=14, height=14, nb={6,10}, filters={{type="humanoid", subtype="orc"}}}, } - -newEntity{ - name = "lone bear", - type = "hostile", subtype = "animal", - display = 'q', color = colors.UMBER, - level_range = {1, nil}, - sight = 3, - rarity = 4, - unit_power = 1, - ai = "world_hostile", ai_state = {chase_distance=3}, - on_encounter = {type="ambush", width=10, height=10, nb={1,1}, filters={{type="animal", subtype="bear"}}}, -} - -newEntity{ - name = "pack of wolves", - type = "hostile", subtype = "animal", - display = 'c', color = colors.RED, image="npc/canine_w.png", - level_range = {1, nil}, - sight = 3, - rarity = 4, - unit_power = 1, - ai = "world_hostile", ai_state = {chase_distance=3}, - on_encounter = {type="ambush", width=10, height=10, nb={3,5}, filters={{type="animal", subtype="canine"}}}, -} - -newEntity{ - name = "dragon", - type = "hostile", subtype = "dragon", - display = 'D', color = colors.RED, - level_range = {12, nil}, - sight = 3, - rarity = 12, - unit_power = 7, - ai = "world_hostile", ai_state = {chase_distance=3}, - on_encounter = {type="ambush", width=10, height=10, nb={1,1}, filters={{type="dragon"}}}, -} diff --git a/game/modules/tome/data/gfx/shockbolt/npc/dragon_wild_spire_dragon.png b/game/modules/tome/data/gfx/shockbolt/npc/dragon_wild_spire_dragon.png index 854c05d659bc13f369f679b5a86d3865ad24d15c..b4152288197996ecea4c6ed477cf7f5677909f6e 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/npc/dragon_wild_spire_dragon.png and b/game/modules/tome/data/gfx/shockbolt/npc/dragon_wild_spire_dragon.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_ancient_lich.png b/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_ancient_lich.png index e83e204f4c35fc270fbaaefba69db1bd241177fa..7b61d16223dd07fc4140a1b5edb209fbdc758784 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_ancient_lich.png and b/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_ancient_lich.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_archlich.png b/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_archlich.png index 64661fbf938d93ea805f30d7087f55edfcc65eb0..55aca79695cd9ca36383db84882e93796709b0de 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_archlich.png and b/game/modules/tome/data/gfx/shockbolt/npc/undead_lich_archlich.png differ diff --git a/game/modules/tome/data/gfx/shockbolt/npc/woman_redhair_naked.png b/game/modules/tome/data/gfx/shockbolt/npc/woman_redhair_naked.png index 6b681cc96915ee9abf6d9fb2df936349f6e6e4ef..bf3b2645929cd0520db94ae437233f71b8a1b4cb 100644 Binary files a/game/modules/tome/data/gfx/shockbolt/npc/woman_redhair_naked.png and b/game/modules/tome/data/gfx/shockbolt/npc/woman_redhair_naked.png differ