Fix a few incorrect arches in formulae that ryo_saeba spotted.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@22014 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
3030d786c8
commit
dd721f2086
|
|
@ -1,3 +1,7 @@
|
||||||
|
Fix some incorrect arches in the formula list
|
||||||
|
formulae
|
||||||
|
Daniel Hawkins 2021-03-01
|
||||||
|
|
||||||
Adjust the spawn rate for literacy and use magic item scrolls.
|
Adjust the spawn rate for literacy and use magic item scrolls.
|
||||||
literacy chance 15 -> 8, use magic item chance 1 -> 8.
|
literacy chance 15 -> 8, use magic item chance 1 -> 8.
|
||||||
Since barbarians no longer get UMI out-of-the-box, there
|
Since barbarians no longer get UMI out-of-the-box, there
|
||||||
|
|
|
||||||
6
formulae
6
formulae
|
|
@ -465,7 +465,7 @@ ingred 3 bronze bar,brass bar
|
||||||
#
|
#
|
||||||
# iron broadsword
|
# iron broadsword
|
||||||
Object NONE
|
Object NONE
|
||||||
arch bsword_1
|
arch broadsword
|
||||||
chance 5
|
chance 5
|
||||||
diff 11
|
diff 11
|
||||||
exp 2200
|
exp 2200
|
||||||
|
|
@ -476,7 +476,7 @@ ingred 3 iron bar,brass bar
|
||||||
#
|
#
|
||||||
# iron long sword
|
# iron long sword
|
||||||
Object NONE
|
Object NONE
|
||||||
arch sword_1
|
arch sword
|
||||||
chance 4
|
chance 4
|
||||||
diff 12
|
diff 12
|
||||||
exp 2250
|
exp 2250
|
||||||
|
|
@ -4208,7 +4208,7 @@ cauldron stove
|
||||||
ingred food ration,20 zinc filings
|
ingred food ration,20 zinc filings
|
||||||
#
|
#
|
||||||
Object Poison
|
Object Poison
|
||||||
arch mushroom_1,mushroom_2,mushrrom_3
|
arch mushroom_1,mushroom_2,mushroom_3
|
||||||
diff 4
|
diff 4
|
||||||
exp 100
|
exp 100
|
||||||
chance 0
|
chance 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue