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

File Contents

# User Rev Content
1 root 1.7 object trident
2 root 1.5 anim
3     trident.x01
4     trident.x11
5     trident.x21
6     trident.x31
7     trident.x41
8     trident.x51
9     trident.x61
10     trident.x71
11     trident.x81
12     mina
13 root 1.12 inherit type_weapon
14 root 1.8 name_pl tridents
15     skill two handed weapons
16     face trident.x21
17 root 1.3 is_animated 0
18 root 1.12 magicmap green
19 root 1.3 dam 11
20 root 1.8 nrof 1
21     attacktype 1
22     materialname iron
23     value 68
24 root 1.6 weight 23000
25 root 1.8 last_sp 8
26 root 1.3 weapontype 5
27     client_type 136
28 root 1.8 is_thrown 1
29     is_turnable 1
30 root 1.3 body_arm -2
31 root 1.1 end
32 root 1.8