1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
# File: set_info.txt
# This file is used to initialize the "lib/raw/set_info.raw" file, which is
# used to initialize the "item set" information for the Angband game.
# Do not modify this file unless you know exactly what you are doing,
# unless you wish to risk possible system crashes and broken savefiles.
# Version stamp (required)
# N:idx:name
# D:description
# P:artifact index:number of item needed:pval
# F:flags
V:2.0.0
# The Elven Gifts, took from Oangband
N:0:Elven Gifts
D:It is from a group of Elven items once entrusted to Hobbits
# Phial of Galadriel
P:1:2:1
F:WIS | CHR | RES_DARK
# Sting
P:88:2:2
F:STEALTH | REGEN
# The Dragon Slayer
N:1:Dragon Slayer
D:It is from a group of items rumoured to be the bane of dragons.
# Bow of bard
P:125:2:3
F:DEX | CON | RES_FIRE
# Arrow of Bard
P:63:2:5
F:SPEED
# The Trinity -- Possessor set
N:2:The Trinity
D:It is one of the 3 legendary daggers.
# Narthanc
P:66:2:2
F:STR
P:66:3:1
F:KILL_DRAGON | REGEN | SH_FIRE
# Nimthanc
P:67:2:2
F:CON
P:67:3:1
F:KILL_DEMON | IM_COLD
# Dethanc
P:68:2:2
F:DEX
P:68:3:1
F:KILL_UNDEAD | SH_ELEC | FLY
# Gothmog's Armoury -- Demonologists set
N:3:Gothmog's Armoury
D:It is from a group of items that once belonged to Gothmog,
D:the High Captain of the Balrogs
# The demonblade of Gothmog
P:181:3:7
F:STR | CON | SPEED | VAMPIRIC
# The demonshield of Gothmog
P:182:3:0
F:IM_FIRE | IM_COLD | SH_ELEC
# The demonhorn of Gothmog
P:183:3:0
F:ESP_EVIL | ESP_GOOD | AUTO_ID
|