MSW 2000-12-26:

Added new archetypes & god changes for new god code.  Changes by Jan E.,
checked in my MSW.


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@638 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cvs 2000-12-27 06:05:09 +00:00
parent ef8cebf3bf
commit c45ffc82d9
46 changed files with 634 additions and 9 deletions

View File

@ -1,5 +1,9 @@
Changes for CVS top of tree:
MSW 2000-12-26:
Added new archetypes & god changes for new god code. Changes by Jan E.,
checked in my MSW.
PeterM 2000-12-3: Convert
protected/immune/vulnerable/armour to new PR system for
all arcs.

View File

@ -1,7 +1,6 @@
# demihumans -- goblin/troll god Gnarg
Object Gnarg
title Lythander
other_arch small_troll
type 50
face troll.171
slaying faerie,dwarf
@ -35,6 +34,7 @@ Father of goblins, Lord Troll, Master of poisons, Patron of assassins
endmsg
exp 1
weight 500000
randomitems Gnarg
end
More
Object Gnarg_2

View File

@ -0,0 +1,65 @@
Object gnarg_avatar
face troll.171
slaying faerie,dwarf
race goblin,giant,troll
animation troll_1
is_animated 1
monster 1
alive 1
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
attacktype 1024
path_attuned 131088
path_repelled 65792
immune 1024
protected 1024
vulnerable 16384
armour 40
hp 1000
ac -5
wc -3
dam 50
level 15
speed 0.25
can_use_weapon 1
can_use_armour 1
can_cast_spell 1
exp 1
weight 500000
end
More
Object Gnarg_2
name Gnarg
face troll.271
animation troll_2
monster 1
alive 1
x 1
weight 500000
end
More
Object Gnarg_3
name Gnarg
face troll.371
animation troll_3
monster 1
alive 1
y 1
weight 500000
end
More
Object Gnarg_4
name Gnarg
face troll.471
animation troll_4
monster 1
alive 1
x 1
y 1
weight 500000
editable 0
end

View File

@ -0,0 +1,7 @@
Object gnarg_avatar_info
type 8
invisible 1
name avatar
other_arch gnarg_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object gnarg_general_info
type 8
invisible 1
name message
msg
You are filled with a desire to slay all
faeries and dwarfs.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object gnarg_holy_servant_info
type 8
invisible 1
name holy servant
other_arch small_troll
editable 0
end

View File

@ -1,7 +1,6 @@
# demihumans -- elven god Lythander
Object Lythander
title Gnarg
other_arch unicorn
type 50
face elf_1.111
race faerie
@ -36,5 +35,6 @@ Elven god of luck, Huntsman of Goblins, Trollslayer, the Trickster
endmsg
exp 1
weight 500000
randomitems Lythander
editable 0
end

View File

@ -0,0 +1,36 @@
Object lythander_avatar
face elf_1.111
race faerie
slaying goblin,troll
animation elf_1
is_animated 1
monster 1
alive 1
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
attacktype 32
immune 32
protected 32
vulnerable 32
path_attuned 65536
path_repelled 131088
armour 50
ac -7
wc -1
dam 40
hp 350
level 15
speed 0.25
luck 2
stealth 1
can_cast_spell 1
can_use_weapon 1
can_use_armour 1
exp 1
weight 500000
editable 0
end

View File

@ -0,0 +1,7 @@
Object lythander_avatar_info
type 8
invisible 1
name avatar
other_arch lythander_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object lythander_general_info
type 8
invisible 1
name message
msg
You are filled with a desire to slay all
goblins and trolls.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object lythander_holy_servant_info
type 8
invisible 1
name holy servant
other_arch unicorn
editable 0
end

View File

@ -1,7 +1,6 @@
# demihumans -- dwarven god Mostrai
Object Mostrai
title Gnarg
other_arch dwarf
type 50
face dwarf.111
race dwarf
@ -35,5 +34,6 @@ Delver of secrets
endmsg
exp 1
weight 100000
randomitems Mostrai
editable 0
end

View File

@ -0,0 +1,32 @@
Object mostrai_avatar
face dwarf.111
race dwarf
slaying goblin,giant
animation dwarf
is_animated 1
monster 1
alive 1
attacktype 256
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
path_attuned 18432
path_repelled 64
protected 4
armour 75
ac -10
wc -6
dam 50
hp 350
level 15
speed 0.20
can_cast_spell 1
can_use_weapon 1
can_use_armour 1
exp 1
weight 100000
editable 0
end

View File

@ -0,0 +1,7 @@
Object mostrai_avatar_info
type 8
invisible 1
name avatar
other_arch mostrai_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object mostrai_general_info
type 8
invisible 1
name message
msg
You are filled with a desire to slay all
goblins and giants.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object mostrai_holy_servant_info
type 8
invisible 1
name holy servant
other_arch dwarf
editable 0
end

View File

@ -1,6 +1,5 @@
# elemental -- nature goddess Gaea
Object Gaea
other_arch para_earth
title Devourers
face ent.111
race animal,bird,slime,insect,reptile,water_elemental,earth_elemental,air_elemental,fire_elemental
@ -40,6 +39,7 @@ Goddess of peace, Guardian of life, Mother of nature
endmsg
exp 1
weight 500000
randomitems Gaea
end
More
Object Gaea_2

View File

@ -0,0 +1,68 @@
Object gaea_avatar
face ent.111
race animal,bird,slime,insect,reptile,water_elemental,earth_elemental,air_elemental,fire_elemental
slaying undead,chess,unnatural
animation ent
is_animated 1
monster 1
alive 1
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
attacktype 16384
path_attuned 526784
path_denied 393216
path_repelled 30
immune 196736
protected 196736
vulnerable 16384
armour 50
ac -5
wc -1
dam 50
hp 1000
last_heal 2
last_grace 3
maxhp 1000
level 15
speed 0.18
can_cast_spell 1
can_use_armour 1
exp 1
weight 500000
end
More
Object Gaea_2
name Gaea
face ent.211
animation ent_2
monster 1
alive 1
x 1
weight 500000
end
More
Object Gaea_3
name Gaea
face ent.311
animation ent_3
monster 1
alive 1
y 1
weight 500000
end
More
Object Gaea_4
name Gaea
face ent.411
animation ent_4
monster 1
alive 1
x 1
y 1
weight 500000
editable 0
end

View File

@ -0,0 +1,7 @@
Object gaea_avatar_info
type 8
invisible 1
name avatar
other_arch gaea_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object gaea_general_info
type 8
invisible 1
name message
msg
You are filled with a desire to slay all
undead and unnatural creatures.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object gaea_holy_servant_info
type 8
invisible 1
name holy servant
other_arch para_earth
editable 0
end

View File

@ -1,6 +1,5 @@
# elemental -- war/dragon god Ruggilli
Object Ruggilli
other_arch dragon
race consuming_fire_creatures
face ruggilli.111
animation Ruggilli
@ -39,6 +38,7 @@ Chaos God of slaughter and terror, Consuming worm, Greedy gut
endmsg
exp 1
weight 500000
randomitems Ruggilli
end
More
Object Ruggilli_2

View File

@ -0,0 +1,68 @@
Object ruggilli_avatar
race consuming_fire_creatures
face ruggilli.111
animation Ruggilli
is_animated 1
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
monster 1
alive 1
attacktype 5
path_attuned 131074
path_repelled 10500
path_denied 82945
immune 4
protected 7
vulnerable 16
armour 20
ac -5
wc -3
dam 60
hp 800
maxhp 800
level 15
speed 0.50
can_use_weapon 1
can_cast_spell 1
reflect_missile 1
last_heal 1
last_eat 1
exp 1
weight 500000
end
More
Object Ruggilli_2
name Ruggilli
face ruggilli.211
animation Ruggilli_2
monster 1
alive 1
x 1
weight 500000
end
More
Object Ruggilli_3
name Ruggilli
face ruggilli.311
animation Ruggilli_3
monster 1
alive 1
y 1
weight 500000
end
More
Object Ruggilli_4
name Ruggilli
face ruggilli.411
animation Ruggilli_4
monster 1
alive 1
y 1
x 1
weight 500000
editable 0
end

View File

@ -0,0 +1,7 @@
Object ruggilli_avatar_info
type 8
invisible 1
name avatar
other_arch ruggilli_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object ruggilli_general_info
type 8
invisible 1
name message
msg
You feel a bond with all things which are
made of fire.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object ruggilli_holy_servant_info
type 8
invisible 1
name holy servant
other_arch dragon
editable 0
end

View File

@ -1,6 +1,5 @@
# elemental -- storm god Sorig
Object Sorig
other_arch para_lightning
type 50
face para_light.111
race para_air,air_elemental,para_lightning
@ -33,5 +32,6 @@ Lord of Storms, King of Thunder and Lightning, Sky Lord
endmsg
exp 1
weight 1
randomitems Sorig
editable 0
end

View File

@ -0,0 +1,33 @@
Object sorig_avatar
face para_light.111
race para_air,air_elemental,para_lightning
animation para_lightning
is_animated 1
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
monster 1
alive 1
attacktype 8
immune 8
protected 8
path_attuned 131096
path_repelled 256
path_denied 66561
armour 40
ac -5
wc -1
dam 40
hp 300
level 15
speed 0.40
can_cast_spell 1
can_use_weapon 1
can_use_armour 1
exp 1
weight 1
editable 0
end

View File

@ -0,0 +1,7 @@
Object sorig_avatar_info
type 8
invisible 1
name avatar
other_arch sorig_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object sorig_general_info
type 8
invisible 1
name message
msg
You feel a bond with all things which are
made of air and lightning.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object sorig_holy_servant_info
type 8
invisible 1
name holy servant
other_arch para_lightning
editable 0
end

View File

@ -1,6 +1,5 @@
# supernatural -- the devourers of souls
Object Devourers
other_arch wight
type 50
title Gaea
face grimreaper.112
@ -42,6 +41,7 @@ Soul Eaters, Harbingers of Death, Nameless Lords of the Tomb
endmsg
exp 1
weight 1
randomitems Devourers
editable 0
end
Object crystalball

View File

@ -0,0 +1,37 @@
Object devourers_avatar
face grimreaper.112
race undead
animation grimreaper
is_animated 1
monster 1
alive 1
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
attacktype 196736
path_attuned 262144
path_denied 590082
path_repelled 129
immune 213120
protected 213120
vulnerable 4
ac -12
wc -1
hp 350
dam 50
last_eat -3
last_heal -1
level 15
speed 0.35
can_cast_spell 1
can_use_weapon 1
can_use_armour 1
undead 1
can_see_in_dark 1
exp 1
weight 1
editable 0
end

View File

@ -0,0 +1,7 @@
Object devourers_avatar_info
type 8
invisible 1
name avatar
other_arch devourers_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object devourers_general_info
type 8
invisible 1
name message
msg
You feel a bond with all things which are
undead.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object devourers_holy_servant_info
type 8
invisible 1
name holy servant
other_arch wight
editable 0
end

View File

@ -1,7 +1,6 @@
# supernatural -- demon king Gorokh
Object Gorokh
title Valriel
other_arch devil
type 50
face devil.111
slaying angel
@ -35,5 +34,6 @@ Demon King, Duke of Hell, Temptor and Tormentor
endmsg
exp 1
weight 400000
randomitems Gorokh
editable 0
end

View File

@ -0,0 +1,33 @@
Object gorokh_avatar
face devil.111
slaying angel
race demon
animation devil
is_animated 1
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
monster 1
alive 1
attacktype 16384
path_attuned 393216
path_denied 1025
protected 16416
immune 16416
armour 50
ac -5
wc -3
dam 50
hp 350
level 15
speed 0.25
can_cast_spell 1
can_use_armour 1
can_use_weapon 1
exp 1
weight 400000
editable 0
end

View File

@ -0,0 +1,7 @@
Object gorokh_avatar_info
type 8
invisible 1
name avatar
other_arch gorokh_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object gorokh_general_info
type 8
invisible 1
name message
msg
You are filled with a desire to slay all
angels.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object gorokh_holy_servant_info
type 8
invisible 1
name holy servant
other_arch devil
editable 0
end

View File

@ -1,7 +1,6 @@
# supernatural -- lord of angels Valriel
Object Valriel
title Gorokh
other_arch angel
face archangel.115
slaying demon
race angel
@ -35,5 +34,6 @@ Lord of Angels, Duke of the Heavens, Healer and Protector
endmsg
exp 1
weight 100000
randomitems Valriel
editable 0
end

View File

@ -0,0 +1,33 @@
Object valriel_avatar
face archangel.115
slaying demon
race angel
animation archangle
Str 30
Con 30
Dex 30
Int 30
Wis 30
Pow 30
is_animated 1
monster 1
alive 1
attacktype 16384
path_attuned 1025
path_denied 393216
immune 16416
protected 16416
armour 50
ac -7
wc -1
hp 350
dam 50
level 15
speed 0.25
can_cast_spell 1
can_use_armour 1
can_use_weapon 1
exp 1
weight 100000
editable 0
end

View File

@ -0,0 +1,7 @@
Object valriel_avatar_info
type 8
invisible 1
name avatar
other_arch valriel_avatar
editable 0
end

View File

@ -0,0 +1,10 @@
Object valriel_general_info
type 8
invisible 1
name message
msg
You are filled with a desire to slay all
demons.
endmsg
editable 0
end

View File

@ -0,0 +1,7 @@
Object valriel_holy_servant_info
type 8
invisible 1
name holy servant
other_arch angel
editable 0
end