summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/art-data.pl
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-09-13 00:34:18 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-09-13 00:48:49 +0200
commit3a533adeb52d2e3d23018019ff49f8708f91c7ce (patch)
treed776a7d5cea7f5d76dc40ef656c662474f0c3ad0 /crawl-ref/source/util/art-data.pl
parent1ac62f9f5cab9470ced2374b819f230fc1103b17 (diff)
downloadcrawl-ref-3a533adeb52d2e3d23018019ff49f8708f91c7ce.tar.gz
crawl-ref-3a533adeb52d2e3d23018019ff49f8708f91c7ce.zip
Add another overpowered fixedart, a ring this time.
The maxhp boost is same as robust 1 would give to a human with 0 fighting; for theme reasons it doesn't scale so lowbie spriggans will love it more than XL 27 trolls with 27 fighting. Ring regeneration doesn't scale too, so this is another reason for consistency. It is remotely possible removing/melding it can kill you, but only after massive Borgnjor's abuse. Someone purged the remove warnings code (even though we still have stat death!), so I don't care. Note that the artefact property can be negative too, opening interesting possibilities. What about revamping, say, Botono to have this drawback?
Diffstat (limited to 'crawl-ref/source/util/art-data.pl')
-rwxr-xr-xcrawl-ref/source/util/art-data.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/util/art-data.pl b/crawl-ref/source/util/art-data.pl
index 2f22e7017f..0fcf38da9b 100755
--- a/crawl-ref/source/util/art-data.pl
+++ b/crawl-ref/source/util/art-data.pl
@@ -40,6 +40,7 @@ my %field_type = (
LIFE => "bool",
MAGIC => "num",
METAB => "num",
+ HP => "num",
MP => "num",
MUTATE => "num",
NAME => "str",
@@ -482,7 +483,7 @@ my @art_order = (
"SEEINV", "INV", "LEV", "BLINK", "BERSERK", "NOISES", "\n",
"NOSPELL", "RND_TELE", "NOTELEP", "ANGRY", "METAB", "\n",
"MUTATE", "ACC", "DAM", "CURSED", "STEALTH", "MP", "\n",
- "PONDEROUS", "\n",
+ "PONDEROUS", "HP", "\n",
"}",
"DESC", "\n",