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

Fix red crystal resistance

git-svn-id: http://svn.net-core.org/repos/t-engine4@3975 51575b47-30f0-44d4-a5cc-537603b46e54
parent 0a4de8c0
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ newEntity{ base = "BASE_NPC_CRYSTAL",
desc = "A formation of red crystal. It emits bright red, scorching light.",
level_range = {1, nil}, exp_worth = 1,
rarity = 1,
resists = { [DamageType.FIRE] = 100, [DamageType.ICE] = -100 },
resists = { [DamageType.FIRE] = 100, [DamageType.COLD] = -100 },
resolvers.talents{
[Talents.T_FLAME]={base=1, every=7, max=5},
},
......
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