summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/util/art-data.pl
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-19 12:46:18 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-10-19 12:46:18 +0200
commit8aeb95811b27c6d353809d635006ca7812fbff34 (patch)
tree27b412a0d1c7fe368717d37c6600bec51712d939 /crawl-ref/source/util/art-data.pl
parent35ee368cda79132d33449d0919aa564b54fec303 (diff)
downloadcrawl-ref-8aeb95811b27c6d353809d635006ca7812fbff34.tar.gz
crawl-ref-8aeb95811b27c6d353809d635006ca7812fbff34.zip
Allow redefining base stats on weapon fixedarts.
Used on the captain's cutlass (not sure about balance) and the autumn katana (here at least there are no doubts, it's supposed to be same as the removed base weapon).
Diffstat (limited to 'crawl-ref/source/util/art-data.pl')
-rwxr-xr-xcrawl-ref/source/util/art-data.pl9
1 files changed, 5 insertions, 4 deletions
diff --git a/crawl-ref/source/util/art-data.pl b/crawl-ref/source/util/art-data.pl
index 8c55ea1fb3..272370b950 100755
--- a/crawl-ref/source/util/art-data.pl
+++ b/crawl-ref/source/util/art-data.pl
@@ -19,6 +19,9 @@ my %field_type = (
ACC => "num",
ANGRY => "num",
APPEAR => "str",
+ BASE_ACC => "num",
+ BASE_DAM => "num",
+ BASE_DELAY => "num",
BERSERK => "bool",
BLINK => "bool",
BRAND => "enum",
@@ -26,13 +29,13 @@ my %field_type = (
CLARITY => "bool",
COLD => "num",
COLOUR => "enum",
+ CORPSE_VIOLATING => "bool",
CURSED => "num",
DAM => "num",
DEX => "num",
ELEC => "bool",
EV => "num",
EVIL => "bool",
- CORPSE_VIOLATING => "bool",
FIRE => "num",
HOLY => "bool",
INT => "num",
@@ -65,8 +68,6 @@ my %field_type = (
TILE_EQ => "str",
TILERIM => "bool",
- UNUSED => "unused",
-
flags => "flags",
equip_func => "func",
@@ -483,7 +484,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",
- "UNUSED", "HP", "CLARITY", "\n",
+ "BASE_DELAY", "HP", "CLARITY", "BASE_ACC", "BASE_DAM", "\n",
"}",
"DESC", "\n",