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

Can not switch place with the Guardians Totem

git-svn-id: http://svn.net-core.org/repos/t-engine4@6061 51575b47-30f0-44d4-a5cc-537603b46e54
parent 2ad89210
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ newEntity{
moddable_tile = resolvers.moddable_tile("heavy"),
add_name = " (#ARMOR#)",
display = "[", color=colors.SLATE,
require = { talent = { {Talents.T_ARMOUR_TRAINING,1} }, },
require = { talent = { Talents.T_ARMOUR_TRAINING }, },
encumber = 14,
rarity = 5,
metallic = true,
......
......@@ -4624,6 +4624,7 @@ newEntity{ base = "BASE_TOOL_MISC",
esp_all=1,
resists={[engine.DamageType.BLIGHT] = 40, [engine.DamageType.ARCANE] = 40, [engine.DamageType.NATURE] = 70},
no_breath = 1,
cant_be_moved = 1,
stone_immune = 1,
confusion_immune = 1,
fear_immune = 1,
......
......@@ -382,6 +382,7 @@ There is a cunning air to his hollow skull, and his empty sockets reveal nothing
[Talents.T_SHADOWSTRIKE]={base=1, every=6, max=7},
[Talents.T_HIDE_IN_PLAIN_SIGHT]={base=1, every=6, max=7},
[Talents.T_SMOKE_BOMB]={base=2, every=6, max=7},
[Talents.T_DISENGAGE]={base=3, every=6, max=7},
[Talents.T_EVASION]={base=5, every=6, max=7},
[Talents.T_PIERCING_SIGHT]={base=3, every=6, max=7},
......
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