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

Can swap position with patrols

git-svn-id: http://svn.net-core.org/repos/t-engine4@6331 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4194ad61
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ newEntity{
sight = 4,
rarity = 3,
unit_power = 10,
cant_be_moved = false,
ai = "world_patrol", ai_state = {route_kind="sunwall"},
on_encounter = {
type="ambush",
......@@ -54,6 +55,7 @@ newEntity{
sight = 4,
rarity = 3,
unit_power = 10,
cant_be_moved = false,
ai = "world_patrol", ai_state = {route_kind="sunwall"},
on_encounter = {
type="ambush",
......
......@@ -28,6 +28,7 @@ newEntity{
sight = 4,
rarity = 3,
unit_power = 10,
cant_be_moved = false,
ai = "world_patrol", ai_state = {route_kind="allied-kingdoms"},
on_encounter = {
type="ambush",
......@@ -54,6 +55,7 @@ newEntity{
sight = 4,
rarity = 3,
unit_power = 10,
cant_be_moved = false,
ai = "world_patrol", ai_state = {route_kind="allied-kingdoms"},
on_encounter = {
type="ambush",
......@@ -116,6 +118,7 @@ newEntity{
unit_power = 20,
hates_arcane = 1,
movement_speed = 0.75,
cant_be_moved = false,
ai = "world_hostile", ai_state = {chase_distance=3},
on_encounter = {
type="ambush",
......
......@@ -32,6 +32,7 @@ newEntity{
display='@', color=colors.RED,
image = "npc/humanoid_human_apprentice_mage.png",
can_talk = "mage-apprentice-quest",
cant_be_moved = false,
unit_power = 3000,
}
g:resolve() g:resolve(nil, true)
......@@ -212,6 +213,7 @@ newEntity{
type="humanoid", subtype="human", faction="neutral",
display='@', color=colors.BLUE,
can_talk = "alchemist-hermit",
cant_be_moved = false,
unit_power = 3000,
}
g:resolve() g:resolve(nil, true)
......
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