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

Adventurer parties and Ziguranth patrols move slower on the worldmap

git-svn-id: http://svn.net-core.org/repos/t-engine4@6004 51575b47-30f0-44d4-a5cc-537603b46e54
parent b4d6370f
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ newEntity{
sight = 1,
rarity = 1,
unit_power = 14,
movement_speed = 0.75,
ai = "world_hostile", ai_state = {chase_distance=3},
on_encounter = {
type="ambush",
......@@ -114,6 +115,7 @@ newEntity{
rarity = 4,
unit_power = 20,
hates_arcane = 1,
movement_speed = 0.75,
ai = "world_hostile", ai_state = {chase_distance=3},
on_encounter = {
type="ambush",
......
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