Skip to content
Snippets Groups Projects
Commit 288e4368 authored by dg's avatar dg
Browse files

Diamonds corectly increase Constitution

git-svn-id: http://svn.net-core.org/repos/t-engine4@1451 51575b47-30f0-44d4-a5cc-537603b46e54
parent ac9d54db
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ local function newGem(name, image, cost, rarity, color, min_level, max_level, ti
end
newGem("Diamond", "object/diamond.png",5, 18, "white", 40, 50, 5, 70,
{ inc_stats = { [Stats.STAT_STR] = 5, [Stats.STAT_DEX] = 5, [Stats.STAT_MAG] = 5, [Stats.STAT_WIL] = 5, [Stats.STAT_CUN] = 5, [Stats.STAT_CUN] = 5, } },
{ inc_stats = { [Stats.STAT_STR] = 5, [Stats.STAT_DEX] = 5, [Stats.STAT_MAG] = 5, [Stats.STAT_WIL] = 5, [Stats.STAT_CUN] = 5, [Stats.STAT_CON] = 5, } },
{ power=25 }
)
newGem("Pearl", "object/pearl.png", 5, 18, "white", 40, 50, 5, 70,
......
No preview for this file type
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