ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/treasures.bld
(Generate patch)

Comparing deliantra/server/lib/treasures.bld (file contents):
Revision 1.16 by root, Sun Jun 4 13:38:22 2006 UTC vs.
Revision 1.19 by root, Sat Jun 24 20:32:50 2006 UTC

4# arch directory. 4# arch directory.
5# 5#
6# 6#
7# This file contains various treasures, with generation rules. 7# This file contains various treasures, with generation rules.
8# 8#
9# $Id: treasures.bld,v 1.16 2006/06/04 13:38:22 root Exp $ 9# $Id: treasures.bld,v 1.19 2006/06/24 20:32:50 root Exp $
10# 10#
11# As of version 0.91.1, what this file was extended to handle list 11# As of version 0.91.1, what this file was extended to handle list
12# re-linking and generation of only 1 item on that list. This does away 12# re-linking and generation of only 1 item on that list. This does away
13# with the treasure lists from being embedded in the program. 13# with the treasure lists from being embedded in the program.
14# 14#
1612# list 16. Make the improve weapon scrolls possibly, but just give 1612# list 16. Make the improve weapon scrolls possibly, but just give
1613# them a very low chance. In the old method, they were supposed to 1613# them a very low chance. In the old method, they were supposed to
1614# appear in shops, but never did, due to how the code worked out. 1614# appear in shops, but never did, due to how the code worked out.
1615treasureone random_scroll 1615treasureone random_scroll
1616 arch scroll_new 1616 arch scroll_new
1617 chance 10 1617 chance 50
1618 nrof 5 1618 nrof 5
1619 more 1619 more
1620 arch scroll_new 1620 arch scroll_new
1621 chance 20 1621 chance 100
1622 nrof 4 1622 nrof 4
1623 more 1623 more
1624 arch scroll_new 1624 arch scroll_new
1625 chance 30 1625 chance 150
1626 nrof 3 1626 nrof 3
1627 more 1627 more
1628 arch scroll_new 1628 arch scroll_new
1629 chance 40 1629 chance 100
1630 nrof 2 1630 nrof 2
1631 more 1631 more
1632 arch scroll_new 1632 arch scroll_new
1633 chance 60 1633 chance 250
1634 more 1634 more
1635 arch prepare_weapon 1635 arch prepare_weapon
1636 chance 1 1636 chance 3
1637 more 1637 more
1638 arch improve_cha 1638 arch improve_cha
1639 chance 1 1639 chance 2
1640 more 1640 more
1641 arch improve_con 1641 arch improve_con
1642 chance 1 1642 chance 2
1643 more 1643 more
1644 arch improve_damage 1644 arch improve_damage
1645 chance 1 1645 chance 4
1646 more 1646 more
1647 arch improve_dex 1647 arch improve_dex
1648 chance 1 1648 chance 2
1649 more 1649 more
1650 arch improve_enchantment 1650 arch improve_enchantment
1651 chance 1 1651 chance 2
1652 more 1652 more
1653 arch improve_int 1653 arch improve_int
1654 chance 1 1654 chance 2
1655 more 1655 more
1656 arch improve_pow 1656 arch improve_pow
1657 chance 1 1657 chance 2
1658 more 1658 more
1659 arch improve_str 1659 arch improve_str
1660 chance 1 1660 chance 2
1661 more 1661 more
1662 arch improve_weight 1662 arch improve_weight
1663 chance 1 1663 chance 5
1664 more 1664 more
1665 arch improve_wis 1665 arch improve_wis
1666 chance 1 1666 chance 2
1667 more 1667 more
1668 list random_knowledge 1668 list random_knowledge
1669 chance 7 1669 chance 3
1670 more 1670 more
1671 arch ench_armour 1671 arch ench_armour
1672 chance 3 1672 chance 10
1673 more 1673 more
1674 list random_read 1674 list random_read
1675 chance 5 1675 chance 25
1676 end 1676 end
1677treasure random_amulet 1677treasure random_amulet
1678 arch amulet 1678 arch amulet
1679 chance 98 1679 chance 98
1680 no 1680 no
4669 more 4669 more
4670 arch hide_brown 4670 arch hide_brown
4671 chance 10 4671 chance 10
4672end 4672end
4673treasure nekosan 4673treasure nekosan
4674 arch event_say 4674 arch nekosan_event_say
4675 title perl
4676 slaying schmorp-neko
4677 more 4675 more
4678 arch event_attack 4676 arch nekosan_event_attack
4679 title perl
4680 slaying schmorp-neko
4681 more 4677 more
4682 arch event_move 4678 arch nekosan_event_move
4683 title perl
4684 slaying schmorp-neko
4685 end 4679 end
4686treasure dwolf 4680treasure dwolf
4687 arch hide_white 4681 arch hide_white
4688 chance 25 4682 chance 25
4689 more 4683 more
6320 nrof 40 6314 nrof 40
6321 chance 20 6315 chance 20
6322 end 6316 end
6323treasure ghost 6317treasure ghost
6324 arch ectoplasm 6318 arch ectoplasm
6325 chance 5 6319 chance 10
6326 end 6320 end
6327treasure lich_old 6321treasure lich_old
6328 arch spell_paralyze 6322 arch spell_paralyze
6329 more 6323 more
6330 arch abil_fear 6324 arch abil_fear
6479end 6473end
6480treasure spectre 6474treasure spectre
6481 list all_spell_skills 6475 list all_spell_skills
6482 more 6476 more
6483 arch ectoplasm 6477 arch ectoplasm
6478 chance 75
6484 more 6479 more
6485 arch arthritis 6480 arch arthritis
6486 more 6481 more
6487 list lich_old 6482 list lich_old
6488 end 6483 end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines