From d609c442ad2a02d115043b9282e9df3cc6a16138 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 11 Jun 2011 09:39:21 +0000
Subject: [PATCH] Vargh Redemption now provides increased air capacity

git-svn-id: http://svn.net-core.org/repos/t-engine4@3612 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/modules/tome/class/Object.lua                         | 1 +
 game/modules/tome/data/general/objects/world-artifacts.lua | 1 +
 2 files changed, 2 insertions(+)

diff --git a/game/modules/tome/class/Object.lua b/game/modules/tome/class/Object.lua
index 65e20ff448..393fb3dfe1 100644
--- a/game/modules/tome/class/Object.lua
+++ b/game/modules/tome/class/Object.lua
@@ -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: ")
diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua
index 37d450014f..afb19d85ce 100644
--- a/game/modules/tome/data/general/objects/world-artifacts.lua
+++ b/game/modules/tome/data/general/objects/world-artifacts.lua
@@ -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,
-- 
GitLab