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

Petrified Wood can be used by the golem with bonuses

git-svn-id: http://svn.net-core.org/repos/t-engine4@6334 51575b47-30f0-44d4-a5cc-537603b46e54
parent 195b1ca8
No related branches found
No related tags found
No related merge requests found
......@@ -417,6 +417,10 @@ newEntity{ base = "BASE_GEM",
resists = { [DamageType.NATURE] = 25, [DamageType.DARKNESS] = 10, [DamageType.COLD] = 10 },
inc_stats = { [Stats.STAT_CON] = 25, },
},
wielder = {
resists = { [DamageType.NATURE] = 25, [DamageType.DARKNESS] = 10, [DamageType.COLD] = 10 },
inc_stats = { [Stats.STAT_CON] = 25, },
},
}
newEntity{ base = "BASE_CLOTH_ARMOR",
......
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