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

Comparing deliantra/server/lib/treasures (file contents):
Revision 1.3 by pippijn, Fri Jun 2 00:59:28 2006 UTC vs.
Revision 1.4 by root, Sun Jun 11 05:02:00 2006 UTC

1# 1#
2# This file contains various treasures, with generation rules. 2# This file contains various treasures, with generation rules.
3# 3#
4# $Id: treasures,v 1.3 2006/06/02 00:59:28 pippijn Exp $ 4# $Id: treasures,v 1.4 2006/06/11 05:02:00 root Exp $
5# 5#
6# As of version 0.91.1, what this file was extended to handle list 6# As of version 0.91.1, what this file was extended to handle list
7# re-linking and generation of only 1 item on that list. This does away 7# re-linking and generation of only 1 item on that list. This does away
8# with the treasure lists from being embedded in the program. 8# with the treasure lists from being embedded in the program.
9# 9#
1607# list 16. Make the improve weapon scrolls possibly, but just give 1607# list 16. Make the improve weapon scrolls possibly, but just give
1608# them a very low chance. In the old method, they were supposed to 1608# them a very low chance. In the old method, they were supposed to
1609# appear in shops, but never did, due to how the code worked out. 1609# appear in shops, but never did, due to how the code worked out.
1610treasureone random_scroll 1610treasureone random_scroll
1611 arch scroll_new 1611 arch scroll_new
1612 chance 10 1612 chance 50
1613 nrof 5 1613 nrof 5
1614 more 1614 more
1615 arch scroll_new 1615 arch scroll_new
1616 chance 20 1616 chance 100
1617 nrof 4 1617 nrof 4
1618 more 1618 more
1619 arch scroll_new 1619 arch scroll_new
1620 chance 30 1620 chance 150
1621 nrof 3 1621 nrof 3
1622 more 1622 more
1623 arch scroll_new 1623 arch scroll_new
1624 chance 40 1624 chance 100
1625 nrof 2 1625 nrof 2
1626 more 1626 more
1627 arch scroll_new 1627 arch scroll_new
1628 chance 60 1628 chance 250
1629 more 1629 more
1630 arch prepare_weapon 1630 arch prepare_weapon
1631 chance 1 1631 chance 3
1632 more 1632 more
1633 arch improve_cha 1633 arch improve_cha
1634 chance 1 1634 chance 2
1635 more 1635 more
1636 arch improve_con 1636 arch improve_con
1637 chance 1 1637 chance 2
1638 more 1638 more
1639 arch improve_damage 1639 arch improve_damage
1640 chance 1 1640 chance 4
1641 more 1641 more
1642 arch improve_dex 1642 arch improve_dex
1643 chance 1 1643 chance 2
1644 more 1644 more
1645 arch improve_enchantment 1645 arch improve_enchantment
1646 chance 1 1646 chance 2
1647 more 1647 more
1648 arch improve_int 1648 arch improve_int
1649 chance 1 1649 chance 2
1650 more 1650 more
1651 arch improve_pow 1651 arch improve_pow
1652 chance 1 1652 chance 2
1653 more 1653 more
1654 arch improve_str 1654 arch improve_str
1655 chance 1 1655 chance 2
1656 more 1656 more
1657 arch improve_weight 1657 arch improve_weight
1658 chance 1 1658 chance 5
1659 more 1659 more
1660 arch improve_wis 1660 arch improve_wis
1661 chance 1 1661 chance 2
1662 more 1662 more
1663 list random_knowledge 1663 list random_knowledge
1664 chance 7 1664 chance 3
1665 more 1665 more
1666 arch ench_armour 1666 arch ench_armour
1667 chance 3 1667 chance 10
1668 more 1668 more
1669 list random_read 1669 list random_read
1670 chance 5 1670 chance 25
1671 end 1671 end
1672treasure random_amulet 1672treasure random_amulet
1673 arch amulet 1673 arch amulet
1674 chance 98 1674 chance 98
1675 no 1675 no

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines