Update of /cvsroot/arianne/stendhal/data/conf/creatures
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25541/data/conf/creatures
Modified Files:
hybrid.xml demon.xml elemental.xml huge_animal.xml frogman.xml
Log Message:
Making blue items dropable by several creatures with a relatively low drop rate (in comparison to red items). Idea and discussion in feature request ID: 3589156 and in the IRC logs
Index: hybrid.xml
===================================================================
RCS file: /cvsroot/arianne/stendhal/data/conf/creatures/hybrid.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** hybrid.xml 27 Oct 2010 18:56:05 -0000 1.6
--- hybrid.xml 20 Jan 2013 11:52:16 -0000 1.7
***************
*** 198,201 ****
--- 198,202 ----
<item value="mainio boots" quantity="[1,1]" probability="0.2"/>
<item value="claymore" quantity="[1,1]" probability="2.0"/>
+ <item value="blue helmet" quantity="[1,1]" probability="1.5"/>
</drops>
<equips>
Index: huge_animal.xml
===================================================================
RCS file: /cvsroot/arianne/stendhal/data/conf/creatures/huge_animal.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** huge_animal.xml 10 Jul 2012 21:12:16 -0000 1.16
--- huge_animal.xml 20 Jan 2013 11:52:16 -0000 1.17
***************
*** 125,128 ****
--- 125,131 ----
<item value="sapphire" quantity="[1,4]" probability="10.0"/>
<item value="blue dragon cloak" quantity="[1,1]" probability="1.0"/>
+ <item value="blue armor" quantity ="[1,1]" probability="15.0"/>
+ <item value="blue shield" quantity ="[1,1]" probability ="5.0"/>
+ <item value="blue helmet" quantity="[1,1]" probability="8.0"/>
</drops>
<equips>
Index: elemental.xml
===================================================================
RCS file: /cvsroot/arianne/stendhal/data/conf/creatures/elemental.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** elemental.xml 8 Mar 2012 20:03:11 -0000 1.9
--- elemental.xml 20 Jan 2013 11:52:16 -0000 1.10
***************
*** 118,121 ****
--- 118,122 ----
<item value="mackerel" quantity="[1,4]" probability="25.0"/>
<item value="liberty helmet" quantity="[1,1]" probability="0.01"/>
+ <item value="blue helmet" quantity="[1,1]" probability="0.2"/>
</drops>
<equips>
Index: frogman.xml
===================================================================
RCS file: /cvsroot/arianne/stendhal/data/conf/creatures/frogman.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** frogman.xml 17 Oct 2010 00:45:43 -0000 1.2
--- frogman.xml 20 Jan 2013 11:52:16 -0000 1.3
***************
*** 23,26 ****
--- 23,27 ----
<item value="iron scale armor" quantity="[1,1]" probability="0.5"/>
<item value="plate shield" quantity="[1,1]" probability="1.0"/>
+ <item value="blue boots" quantity="[1,1]" probability="0.5"/>
</drops>
<equips>
***************
*** 36,40 ****
<creature name="elite frogman">
<type class="frogman" subclass="caped_frogman" tileid="frogman.png:0"/>
! <description></description>
<attributes>
<atk value="257"/>
--- 37,41 ----
<creature name="elite frogman">
<type class="frogman" subclass="caped_frogman" tileid="frogman.png:0"/>
! <description>You see an elite frogman. His huge eyes let you shiver!</description>
<attributes>
<atk value="257"/>
***************
*** 51,54 ****
--- 52,58 ----
<item value="money" quantity="[5,30]" probability="100.0"/>
<item value="trout" quantity="[1,1]" probability="10.0"/>
+ <item value="blue shield" quantity="[1,1]" probability="2.0"/>
+ <item value="blue striped cloak" quantity="[1,1]" probability="1.0"/>
+ <item value="blue legs" quantity="[1,1]" probability="1.0"/>
</drops>
<equips>
***************
*** 64,68 ****
<creature name="wizard frogman">
<type class="frogman" subclass="wizard_frogman" tileid="frogman.png:2"/>
! <description></description>
<attributes>
<atk value="305"/>
--- 68,72 ----
<creature name="wizard frogman">
<type class="frogman" subclass="wizard_frogman" tileid="frogman.png:2"/>
! <description>You see a mighty wizard frogman. His wand and magical cloak show his wisdom and power.</description>
<attributes>
<atk value="305"/>
***************
*** 79,82 ****
--- 83,89 ----
<item value="money" quantity="[5,40]" probability="100.0"/>
<item value="cod" quantity="[1,4]" probability="20.0"/>
+ <item value="blue striped cloak" quantity="[1,1]" probability="1.0"/>
+ <item value="blue boots" quantity="[1,1]" probability="1.5"/>
+ <item value="blue helmet" quantity="[1,1]" probability="2.5"/>
</drops>
<equips>
Index: demon.xml
===================================================================
RCS file: /cvsroot/arianne/stendhal/data/conf/creatures/demon.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** demon.xml 22 May 2011 11:00:15 -0000 1.4
--- demon.xml 20 Jan 2013 11:52:16 -0000 1.5
***************
*** 54,57 ****
--- 54,59 ----
<item value="potion" quantity="[1,2]" probability="30.0"/>
<item value="poison" quantity="[1,2]" probability="40.0"/>
+ <item value="blue boots" quantity="[1,1]" probability="5.0"/>
+ <item value="blue legs" quantity="[1,1]" probability="1.5"/>
</drops>
<equips>
|