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

adjust

git-svn-id: http://svn.net-core.org/repos/t-engine4@3203 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8af02ce2
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ newEntity{ define_as = "RANTHA_THE_WORM",
resolvers.inscriptions(1, "infusion"),
on_die = function(self, who)
game.state:activateBackupGuardian("MASSOK", 7, 43, "I have heard there is a dragon hunter in the Daikara that is unhappy about the wyrm being already dead.")
game.state:activateBackupGuardian("MASSOK", 5, 43, "I have heard there is a dragon hunter in the Daikara that is unhappy about the wyrm being already dead.")
game.player:resolveSource():grantQuest("starter-zones")
game.player:resolveSource():setQuestStatus("starter-zones", engine.Quest.COMPLETED, "daikara")
end,
......
......@@ -71,7 +71,7 @@ newEntity{ define_as = "MINOTAUR_MAZE",
resolvers.inscriptions(2, "infusion"),
on_die = function(self, who)
game.state:activateBackupGuardian("NIMISIL", rng.range(1, 5), 40, "Have you hard about the patrol that disappeared in the maze in the west?")
game.state:activateBackupGuardian("NIMISIL", 2, 40, "Have you hard about the patrol that disappeared in the maze in the west?")
game.player:resolveSource():grantQuest("starter-zones")
game.player:resolveSource():setQuestStatus("starter-zones", engine.Quest.COMPLETED, "maze")
end,
......
......@@ -65,7 +65,7 @@ newEntity{ define_as = "SHADE",
ai = "tactical", ai_state = { talent_in=3, ai_move="move_astar", },
on_die = function(self, who)
game.state:activateBackupGuardian("KOR_FURY", 5, 35, ".. yes I tell you! The old ruins of Kor'Pul are still haunted!")
game.state:activateBackupGuardian("KOR_FURY", 3, 35, ".. yes I tell you! The old ruins of Kor'Pul are still haunted!")
game.player:resolveSource():grantQuest("start-allied")
game.player:resolveSource():setQuestStatus("start-allied", engine.Quest.COMPLETED, "kor-pul")
end,
......
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