Part of patch #357 Balancing changes to the summoning branch. Decrease level requirements for pet types by 1 level from the beginning pet of bird and up to and including skull. Replace pixie with panther. Replace skeleton with wolf.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@20745 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
e3ba95c768
commit
c25ab5f854
|
|
@ -9,47 +9,47 @@ treasure mage_pet_monster
|
|||
more
|
||||
arch bird
|
||||
nrof 1
|
||||
magic 3
|
||||
magic 2
|
||||
more
|
||||
arch bee
|
||||
nrof 3
|
||||
magic 4
|
||||
magic 3
|
||||
more
|
||||
arch spider
|
||||
nrof 1
|
||||
magic 5
|
||||
magic 4
|
||||
more
|
||||
arch killer_bee
|
||||
nrof 2
|
||||
magic 5
|
||||
more
|
||||
arch panther
|
||||
nrof 1
|
||||
magic 6
|
||||
more
|
||||
arch pixie
|
||||
arch wolf
|
||||
nrof 1
|
||||
magic 7
|
||||
more
|
||||
arch skeleton
|
||||
nrof 2
|
||||
magic 8
|
||||
more
|
||||
arch stalker
|
||||
nrof 1
|
||||
magic 9
|
||||
magic 8
|
||||
more
|
||||
arch devil
|
||||
nrof 2
|
||||
magic 11
|
||||
magic 10
|
||||
more
|
||||
arch beholder
|
||||
nrof 2
|
||||
magic 13
|
||||
magic 12
|
||||
more
|
||||
arch dark_elf
|
||||
nrof 3
|
||||
magic 15
|
||||
magic 14
|
||||
more
|
||||
arch skull
|
||||
nrof 1
|
||||
magic 17
|
||||
magic 16
|
||||
more
|
||||
arch angel
|
||||
nrof 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue