ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/player/dragon_ability/dragon_attunes.arc
Revision: 1.3
Committed: Sat Mar 3 00:50:48 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.2: +9 -11 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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