the-crazy-Swamps / the-crazy-swamps-game

0 stars 0 forks source link

research on rate drop of items #13

Closed thewro11 closed 7 months ago

thewro11 commented 8 months ago

These are the rarity types of items:

Acceptance Criteria:

thewro11 commented 7 months ago

We must consider into each of these aspects:

  1. What are the items that the monster drops?
  2. How rare should the items be? (in percentage -- for example, if it is 90%, that means, the item would drop 90 times when player kill the monster 100 times in average)
  3. How much should the items drop? (minimum and maximum value)

Each of item drops should be randomized independently or else further specified in the other way.

thewro11 commented 7 months ago

Remark from @zanuez:

thewro11 commented 7 months ago

ref. Ragnarok WIKI | Drop Rates

thewro11 commented 7 months ago

Drop Simulator using Python.