Skip to content
Snippets Groups Projects
Commit 580aac4a authored by dg's avatar dg
Browse files

Anorithil and Sun Paladin patrols can be fought

git-svn-id: http://svn.net-core.org/repos/t-engine4@5945 51575b47-30f0-44d4-a5cc-537603b46e54
parent 320999da
No related branches found
No related tags found
No related merge requests found
......@@ -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{
......
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