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

The Alchemist Golem can not learn Harmony

git-svn-id: http://svn.net-core.org/repos/t-engine4@4986 51575b47-30f0-44d4-a5cc-537603b46e54
parent e823acd5
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,10 @@ newChat{ id="what",
text = [[The Way is enlightenment, peace and protection. I am a Yeek. I came through this tunnel to explore this part of the world that was closed to us for centuries.]],
answers = {
{"Can you tell me more about the Way?", jump="way", action=function(npc, player)
player.combat_mentalresist = player.combat_mentalresist + 15
player:attr("confusion_immune", 0.10)
game.party:reward("Select the party member to receive the mental shield:", function(player)
player.combat_mentalresist = player.combat_mentalresist + 15
player:attr("confusion_immune", 0.10)
end)
game.logPlayer(player, "The contact with the Wayist mind has improved your mental shields. (+15 mental save, +10%% confusion resistance)")
end},
-- {"So you will wander the land alone?", jump="done"},
......
......@@ -69,8 +69,9 @@ local function makeGolem()
["golem/fighting"] = 0.3,
["golem/arcane"] = 0.3,
},
forbid_nature = 1,
inscription_restrictions = { ["inscriptions/runes"] = true, },
resolvers.inscription("RUNE:_SHIELDING", {cooldown=14, dur=5, power=100}),
resolvers.inscription("RUNE:_SHIELDING", {cooldown=14, dur=5, power=100}),
hotkey = {},
hotkey_page = 1,
......
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