ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/firebrand.arc
Revision: 1.13
Committed: Sat Oct 16 09:19:37 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

# User Rev Content
1 root 1.7 object firebrand
2 root 1.5 anim
3     firebrand.x11
4     firebrand.x12
5     firebrand.x13
6     mina
7 root 1.11 inherit type_weapon
8 root 1.8 name Firebrand
9     name_pl Firebrands
10     skill two handed weapons
11     face firebrand.x11
12     dam 9
13 root 1.6 speed 0.25
14 root 1.8 nrof 1
15     attacktype 4
16     resist_cold 30
17     materialname iron
18     value 75000
19 root 1.6 weight 22000
20 root 1.1 magic 3
21 root 1.8 last_sp 8
22 root 1.1 weapontype 1
23 root 1.8 client_type 100
24     item_power 5
25     body_arm -2
26 root 1.12 body_combat -1
27 root 1.1 end
28 root 1.8