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.2 by pippijn, Tue May 9 17:54:33 2006 UTC vs.
Revision 1.5 by elmex, Tue Jul 11 16:50:16 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.2 2006/05/09 17:54:33 pippijn Exp $ 4# $Id: treasures,v 1.5 2006/07/11 16:50:16 elmex 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
2196 chance 2 2196 chance 2
2197 more 2197 more
2198 arch staff 2198 arch staff
2199 chance 1 2199 chance 1
2200 more 2200 more
2201 arch ring 2201 list monster_wealth_medium
2202 chance 2 2202 chance 2
2203 more 2203 more
2204 arch scroll_new 2204 arch scroll_new
2205 chance 2 2205 chance 2
2206 end 2206 end
2278 no 2278 no
2279 arch rod_heavy 2279 arch rod_heavy
2280 chance 1 2280 chance 1
2281 end 2281 end
2282 more 2282 more
2283 list random_books 2283 list monster_spells
2284 chance 10 2284 chance 10
2285 more 2285 more
2286 arch ring 2286 list monster_wealth_medium
2287 chance 10 2287 chance 10
2288 more 2288 more
2289 arch scroll_new 2289 arch scroll_new
2290 chance 15 2290 chance 15
2291 more 2291 more
2295treasure snake 2295treasure snake
2296 arch serp_skin 2296 arch serp_skin
2297 chance 3 2297 chance 3
2298 end 2298 end
2299treasure sage 2299treasure sage
2300 list random_books 2300 list monster_spells
2301 more 2301 more
2302 arch skill_literacy 2302 arch skill_literacy
2303 more 2303 more
2304 arch skill_alchemy 2304 arch skill_alchemy
2305 chance 50 2305 chance 50
2618 chance 20 2618 chance 20
2619 more 2619 more
2620 arch rod_heavy 2620 arch rod_heavy
2621 chance 5 2621 chance 5
2622 more 2622 more
2623 arch ring 2623 list monster_wealth_medium
2624 more 2624 more
2625 arch ring 2625 list monster_wealth_medium
2626 chance 50 2626 chance 50
2627 more 2627 more
2628 arch gem 2628 arch gem
2629 chance 50 2629 chance 50
2630 nrof 2 2630 nrof 2
2664 end 2664 end
2665treasure para_elemental 2665treasure para_elemental
2666 arch residue 2666 arch residue
2667 chance 20 2667 chance 20
2668 end 2668 end
2669treasure ghost
2670 arch ectoplasm
2671 chance 5
2672 end
2673treasure grave 2669treasure grave
2674 arch gravedirt 2670 arch gravedirt
2675 end 2671 end
2676treasure pyromaniac 2672treasure pyromaniac
2677 arch spell_create_bomb 2673 arch spell_create_bomb
2678 end
2679treasure demilich
2680 arch insanity
2681 more
2682 arch spell_paralyze
2683 more
2684 arch abil_fear
2685 more
2686 arch abil_poison_cloud
2687 more
2688 arch abil_large_icestorm
2689 more
2690 arch abil_icestorm
2691 more
2692 arch spell_mass_confusion
2693 more
2694 arch gem
2695 nrof 1
2696 end 2674 end
2697############################################################################## 2675##############################################################################
2698# start of starting equipment for players. 2676# start of starting equipment for players.
2699# 2677#
2700# All players will start with these skills 2678# All players will start with these skills
3450 chance 50 3428 chance 50
3451 more 3429 more
3452 arch wand 3430 arch wand
3453 chance 50 3431 chance 50
3454 more 3432 more
3455 arch ring 3433 list monster_wealth_medium
3456 more 3434 more
3457 arch ring 3435 list monster_wealth_medium
3458 chance 50 3436 chance 50
3459 more 3437 more
3460 arch gem 3438 arch gem
3461 chance 80 3439 chance 80
3462 nrof 2 3440 nrof 2
3505 more 3483 more
3506 arch uw_shield 3484 arch uw_shield
3507 more 3485 more
3508 arch uw_sword 3486 arch uw_sword
3509 more 3487 more
3510 arch ring 3488 list monster_wealth_medium
3511 more 3489 more
3512 arch gem 3490 arch gem
3513 chance 50 3491 chance 50
3514 nrof 3 3492 nrof 3
3515 end 3493 end
3525 more 3503 more
3526 arch skill_clawing 3504 arch skill_clawing
3527 more 3505 more
3528 arch spell_cause_medium_wounds 3506 arch spell_cause_medium_wounds
3529 more 3507 more
3530 arch ring 3508 list monster_wealth_medium
3531 chance 50 3509 chance 50
3532 more 3510 more
3533 arch amulet 3511 list monster_wealth_medium
3534 chance 15 3512 chance 15
3535 more 3513 more
3536 arch gem 3514 arch gem
3537 chance 30 3515 chance 30
3538 nrof 2 3516 nrof 2
3605 more 3583 more
3606 arch gem 3584 arch gem
3607 nrof 15 3585 nrof 15
3608 chance 60 3586 chance 60
3609 more 3587 more
3610 arch ring 3588 list monster_wealth_medium
3611 chance 30 3589 chance 30
3612 more 3590 more
3613 arch ring 3591 list monster_wealth_high
3614 chance 30 3592 chance 30
3615 end 3593 end
3616treasure fire_serpent 3594treasure fire_serpent
3617 arch abil_burning_hands 3595 arch abil_burning_hands
3618 chance 50 3596 chance 50

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines