Rename and move the treasurelist for human bodyparts.
Patch https://sourceforge.net/p/crossfire/patches/393/ by DraugTheWhopper. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@22098 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
cafeb020a2
commit
170b002078
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
Rename and move the treasurelist for human bodyparts.
|
||||
Patch https://sourceforge.net/p/crossfire/patches/393/
|
||||
monster/humanoid/Arabic/a_priest.trs
|
||||
monster/humanoid/Arabic/holy_priest.trs
|
||||
monster/humanoid/Arabic/slave.trs
|
||||
monster/humanoid/Human/evilclown.trs
|
||||
monster/humanoid/Human/postman/postman.trs
|
||||
monster/humanoid/Human/sage.trs
|
||||
monster/misc/c_knight.trs
|
||||
monster/misc/c_priest.trs
|
||||
treasures.trs
|
||||
DraugTheWhopper
|
||||
|
||||
Clean up formatting in formulae file.
|
||||
Patch https://sourceforge.net/p/crossfire/patches/394/
|
||||
formulae
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
treasure a_priest
|
||||
list all_spell_skills
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
more
|
||||
arch spell_paralyze
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
treasure holy_priest
|
||||
list all_spell_skills
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
more
|
||||
arch spell_paralyze
|
||||
more
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
treasure slave
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
more
|
||||
arch turban
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
treasure evilclown
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
chance 50
|
||||
more
|
||||
arch spell_ball_lightning
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
treasure postman
|
||||
arch skill_use_magic_item
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
more
|
||||
arch letter
|
||||
|
|
|
@ -9,6 +9,6 @@ treasure sage
|
|||
arch skill_jeweler
|
||||
end
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
end
|
||||
|
||||
|
|
|
@ -0,0 +1,42 @@
|
|||
# humanoid body parts
|
||||
# careful, some humanoids should not use this list. (cyclops have only one eye!)
|
||||
treasureone humanoid_parts
|
||||
arch fl_corpse
|
||||
chance 60
|
||||
more
|
||||
arch arm
|
||||
nrof 2
|
||||
chance 15
|
||||
more
|
||||
arch leg
|
||||
nrof 2
|
||||
chance 15
|
||||
more
|
||||
arch head
|
||||
chance 15
|
||||
more
|
||||
arch eye
|
||||
nrof 2
|
||||
chance 1
|
||||
more
|
||||
arch tongue
|
||||
chance 1
|
||||
more
|
||||
arch foot
|
||||
nrof 2
|
||||
chance 10
|
||||
more
|
||||
arch hand
|
||||
nrof 2
|
||||
chance 10
|
||||
more
|
||||
arch finger
|
||||
nrof 5
|
||||
chance 3
|
||||
more
|
||||
arch skin
|
||||
chance 1
|
||||
more
|
||||
arch brain
|
||||
chance 1
|
||||
end
|
|
@ -1,7 +1,7 @@
|
|||
treasure c_knight
|
||||
arch skill_use_magic_item
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
more
|
||||
arch sword_2
|
||||
magic 3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
treasure c_m_priest
|
||||
list all_spell_skills
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
more
|
||||
arch staff
|
||||
magic 1
|
||||
|
@ -43,7 +43,7 @@ treasure c_m_priest
|
|||
treasure c_priest
|
||||
list all_spell_skills
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
more
|
||||
arch staff
|
||||
magic 3
|
||||
|
|
|
@ -36,52 +36,6 @@ treasure all_spell_skills
|
|||
arch skill_summoning
|
||||
end
|
||||
#
|
||||
##############################################################
|
||||
#
|
||||
# BODY PARTS -
|
||||
#
|
||||
# human/man-sized body parts
|
||||
treasureone human_parts
|
||||
arch fl_corpse
|
||||
chance 60
|
||||
more
|
||||
arch arm
|
||||
nrof 2
|
||||
chance 15
|
||||
more
|
||||
arch leg
|
||||
nrof 2
|
||||
chance 15
|
||||
more
|
||||
arch head
|
||||
chance 15
|
||||
more
|
||||
arch eye
|
||||
nrof 2
|
||||
chance 1
|
||||
more
|
||||
arch tongue
|
||||
chance 1
|
||||
more
|
||||
arch foot
|
||||
nrof 2
|
||||
chance 10
|
||||
more
|
||||
arch hand
|
||||
nrof 2
|
||||
chance 10
|
||||
more
|
||||
arch finger
|
||||
nrof 5
|
||||
chance 3
|
||||
more
|
||||
arch skin
|
||||
chance 1
|
||||
more
|
||||
arch brain
|
||||
chance 1
|
||||
end
|
||||
#
|
||||
treasure door
|
||||
list traps
|
||||
chance 30
|
||||
|
@ -1794,7 +1748,7 @@ treasure poor_old
|
|||
treasure rich
|
||||
list rich_old
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
end
|
||||
treasure standard
|
||||
|
@ -1807,13 +1761,13 @@ treasure standard
|
|||
nrof 3
|
||||
chance 1
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
end
|
||||
treasure poor
|
||||
list poor_old
|
||||
more
|
||||
list human_parts
|
||||
list humanoid_parts
|
||||
chance 20
|
||||
end
|
||||
# I switched the names to '_old' -- these lists
|
||||
|
|
Loading…
Reference in New Issue