|
From: <gi...@cr...> - 2013-07-31 16:25:58
|
via 68e23464dc679fddf4598c3a61e504d75e18a316 (commit)
from 2e76cfd839a904a35b6f407666c80403d83974af (commit)
-----------------------------------------------------------------------
commit 68e23464dc679fddf4598c3a61e504d75e18a316
Author: Chris Oelmueller <chr...@gm...>
Date: Wed Jul 31 17:55:48 2013 +0200
Rename some item properties in &t mode
Mostly modernizing and unifying the abbreviations to kind-of match
current inscription policies. Notable changes are adding 'r' in front
of a bunch of stuff, renaming 'Mag' to 'MR' and introducing the "-+*"
modifiers.
-----------------------------------------------------------------------
Summary of changes:
crawl-ref/source/wiz-item.cc | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/crawl-ref/source/wiz-item.cc b/crawl-ref/source/wiz-item.cc
index 5235e9c..6018866 100644
--- a/crawl-ref/source/wiz-item.cc
+++ b/crawl-ref/source/wiz-item.cc
@@ -253,24 +253,24 @@ static const char* _prop_name[] = {
"Str",
"Int",
"Dex",
- "Fire",
- "Cold",
- "Elec",
- "Pois",
- "Neg",
- "Mag",
+ "rFire",
+ "rCold",
+ "rElec",
+ "rPois",
+ "rNeg",
+ "MR",
"SInv",
- "Inv",
- "Fly",
- "Blnk",
- "Bers",
- "Nois",
- "NoSpl",
- "RndTl",
- "NoTel",
- "Anger",
- "Metab",
- "Mut",
+ "+Inv",
+ "+Fly",
+ "+Blnk",
+ "+Rage",
+ "Noisy",
+ "-Cast",
+ "*Tele",
+ "-Tele",
+ "*Rage",
+ "Hungr",
+ "Contm",
"Acc",
"Dam",
"Curse",
--
Dungeon Crawl Stone Soup
|