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

change

git-svn-id: http://svn.net-core.org/repos/t-engine4@26 51575b47-30f0-44d4-a5cc-537603b46e54
parent ed7ff28a
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ return {
mana = 1000,
energy = { mod=0.8 },
has_blood = true,
stats = { str=15, dex=8, mag=12, },
combat = { dam=8, atk=10, apr=2, def=4, armor=6},
},
{
......@@ -17,7 +18,7 @@ return {
life = 30,
mana = 1000,
energy = { mod=0.3 },
has_blood = true,
has_blood = {nb=3, color={50,255,120}},
combat = { dam=5, atk=6, def=2, apr=1, armor=2},
},
......
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