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

Vargh Redemption now provides increased air capacity

git-svn-id: http://svn.net-core.org/repos/t-engine4@3612 51575b47-30f0-44d4-a5cc-537603b46e54
parent 22e299aa
No related branches found
No related tags found
No related merge requests found
......@@ -685,6 +685,7 @@ function _M:getTextualDesc(compare_with)
compare_fields(w, compare_with, field, "max_life", "%+.2f", "Maximum life: ")
compare_fields(w, compare_with, field, "max_mana", "%+.2f", "Maximum mana: ")
compare_fields(w, compare_with, field, "max_stamina", "%+.2f", "Maximum stamina: ")
compare_fields(w, compare_with, field, "max_air", "%+.2f", "Maximum air capacity: ")
compare_fields(w, compare_with, field, "combat_spellpower", "%+d", "Spellpower: ")
compare_fields(w, compare_with, field, "combat_spellcrit", "%+d%%", "Spell crit. chance: ")
......
......@@ -185,6 +185,7 @@ newEntity{ base = "BASE_RING",
inc_stats = { [Stats.STAT_WIL] = 4, [Stats.STAT_CON] = 3 },
max_mana = 20,
max_stamina = 20,
max_air = 50,
resists = {
[DamageType.COLD] = 25,
[DamageType.NATURE] = 10,
......
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