Changeset 1016

Show
Ignore:
Timestamp:
10/02/08 10:16:11 (3 months ago)
Author:
takkaria
Message:

Radically up the chances of getting an {excellent} item.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/object/obj-make.c

    r993 r1016  
    10761076 
    10771077        /* Chance of being `good` and `great` */ 
    1078         int good_chance = MIN(2*lev + 10, 100)
    1079         int great_chance = MIN(good_chance / 3, 20)
     1078        int good_chance = 2*lev + 10
     1079        int great_chance = lev + 5
    10801080 
    10811081