ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/dragon_attunes.arc
Revision: 1.2
Committed: Tue Feb 6 22:41:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.1: +11 -9 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.2 object direct_attune_cold
2     name attune cold
3 root 1.1 type 114
4 root 1.2 path_attuned 4
5 root 1.1 invisible 1
6     no_drop 1
7     editable 0
8     end
9 root 1.2
10     object direct_attune_elec
11     name attune electricity
12 root 1.1 type 114
13 root 1.2 path_attuned 8
14 root 1.1 invisible 1
15     no_drop 1
16     editable 0
17     end
18 root 1.2
19     object direct_attune_fire
20     name attune fire
21 root 1.1 type 114
22 root 1.2 path_attuned 2
23 root 1.1 invisible 1
24     no_drop 1
25     editable 0
26     end
27