diff --git a/game/modules/tome/data/general/encounters/fareast-npcs.lua b/game/modules/tome/data/general/encounters/fareast-npcs.lua index ad8adcbefa896ab59c7e94e303196906c769d610..d950d290439192d26f631df7f5674133bc7f00db 100644 --- a/game/modules/tome/data/general/encounters/fareast-npcs.lua +++ b/game/modules/tome/data/general/encounters/fareast-npcs.lua @@ -29,6 +29,20 @@ newEntity{ rarity = 3, unit_power = 10, ai = "world_patrol", ai_state = {route_kind="sunwall"}, + on_encounter = { + type="ambush", + width=14, + height=14, + nb={3, 4}, + filters={{special_rarity="humanoid_random_boss", subtype="human", random_boss={ + nb_classes=1, force_classes = {['Sun Paladin']=true}, + rank=3, ai = "tactical", + life_rating=function(v) return v * 1.4 + 3 end, + loot_quality = "store", + loot_quantity = 1, + no_loot_randart = true, + }}} + }, } newEntity{ @@ -41,6 +55,20 @@ newEntity{ rarity = 3, unit_power = 10, ai = "world_patrol", ai_state = {route_kind="sunwall"}, + on_encounter = { + type="ambush", + width=14, + height=14, + nb={3, 4}, + filters={{special_rarity="humanoid_random_boss", subtype="shalore", random_boss={ + nb_classes=1, force_classes = {['Anorithil']=true}, + rank=3, ai = "tactical", + life_rating=function(v) return v * 1.4 + 3 end, + loot_quality = "store", + loot_quantity = 1, + no_loot_randart = true, + }}} + }, } newEntity{