ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/weapon/artifact/firebrand.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:41 2009 UTC (14 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +2 -2 lines
Log Message:
big cfarch-normalize run

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 root 1.11 magicmap red
13 root 1.8 dam 9
14 root 1.6 speed 0.25
15 root 1.8 nrof 1
16     attacktype 4
17     resist_cold 30
18     materialname iron
19     value 75000
20 root 1.6 weight 22000
21 root 1.1 magic 3
22 root 1.8 last_sp 8
23 root 1.1 weapontype 1
24 root 1.8 client_type 100
25     item_power 5
26     body_arm -2
27 root 1.1 end
28 root 1.8