|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-04-23 17:34:13
|
Revision: 22098
http://sourceforge.net/p/crossfire/code/22098
Author: ryo_saeba
Date: 2021-04-23 17:34:10 +0000 (Fri, 23 Apr 2021)
Log Message:
-----------
Rename and move the treasurelist for human bodyparts.
Patch https://sourceforge.net/p/crossfire/patches/393/ by DraugTheWhopper.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/humanoid/Arabic/a_priest.trs
arch/trunk/monster/humanoid/Arabic/holy_priest.trs
arch/trunk/monster/humanoid/Arabic/slave.trs
arch/trunk/monster/humanoid/Human/evilclown.trs
arch/trunk/monster/humanoid/Human/postman/postman.trs
arch/trunk/monster/humanoid/Human/sage.trs
arch/trunk/monster/misc/c_knight.trs
arch/trunk/monster/misc/c_priest.trs
arch/trunk/treasures.trs
Added Paths:
-----------
arch/trunk/monster/humanoid/humanoid.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/ChangeLog 2021-04-23 17:34:10 UTC (rev 22098)
@@ -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
Modified: arch/trunk/monster/humanoid/Arabic/a_priest.trs
===================================================================
--- arch/trunk/monster/humanoid/Arabic/a_priest.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/humanoid/Arabic/a_priest.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -1,7 +1,7 @@
treasure a_priest
list all_spell_skills
more
- list human_parts
+ list humanoid_parts
chance 20
more
arch spell_paralyze
Modified: arch/trunk/monster/humanoid/Arabic/holy_priest.trs
===================================================================
--- arch/trunk/monster/humanoid/Arabic/holy_priest.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/humanoid/Arabic/holy_priest.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -1,7 +1,7 @@
treasure holy_priest
list all_spell_skills
more
- list human_parts
+ list humanoid_parts
more
arch spell_paralyze
more
Modified: arch/trunk/monster/humanoid/Arabic/slave.trs
===================================================================
--- arch/trunk/monster/humanoid/Arabic/slave.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/humanoid/Arabic/slave.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -1,5 +1,5 @@
treasure slave
- list human_parts
+ list humanoid_parts
chance 20
more
arch turban
Modified: arch/trunk/monster/humanoid/Human/evilclown.trs
===================================================================
--- arch/trunk/monster/humanoid/Human/evilclown.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/humanoid/Human/evilclown.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -1,5 +1,5 @@
treasure evilclown
- list human_parts
+ list humanoid_parts
chance 50
more
arch spell_ball_lightning
Modified: arch/trunk/monster/humanoid/Human/postman/postman.trs
===================================================================
--- arch/trunk/monster/humanoid/Human/postman/postman.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/humanoid/Human/postman/postman.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -1,7 +1,7 @@
treasure postman
arch skill_use_magic_item
more
- list human_parts
+ list humanoid_parts
chance 20
more
arch letter
Modified: arch/trunk/monster/humanoid/Human/sage.trs
===================================================================
--- arch/trunk/monster/humanoid/Human/sage.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/humanoid/Human/sage.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -9,6 +9,6 @@
arch skill_jeweler
end
more
- list human_parts
+ list humanoid_parts
end
Added: arch/trunk/monster/humanoid/humanoid.trs
===================================================================
--- arch/trunk/monster/humanoid/humanoid.trs (rev 0)
+++ arch/trunk/monster/humanoid/humanoid.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -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
\ No newline at end of file
Modified: arch/trunk/monster/misc/c_knight.trs
===================================================================
--- arch/trunk/monster/misc/c_knight.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/misc/c_knight.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -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
Modified: arch/trunk/monster/misc/c_priest.trs
===================================================================
--- arch/trunk/monster/misc/c_priest.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/monster/misc/c_priest.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -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_priest
list all_spell_skills
more
- list human_parts
+ list humanoid_parts
more
arch staff
magic 3
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2021-04-23 17:30:58 UTC (rev 22097)
+++ arch/trunk/treasures.trs 2021-04-23 17:34:10 UTC (rev 22098)
@@ -36,52 +36,6 @@
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 rich
list rich_old
more
- list human_parts
+ list humanoid_parts
chance 20
end
treasure standard
@@ -1807,13 +1761,13 @@
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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|