mingli1 / Unlucky

Java LibGDX Android 2D RPG Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make items have a hidden level

mingli1 opened this issue · comments

Give each item some level so that only monsters of that level or higher can drop it

Implemented with each item having a min and max level that only enemies with levels in the range can drop the item.