Revamp item spawn behavior
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Godot.Collections;
|
||||
|
||||
namespace Zennysoft.Ma.Adapter;
|
||||
|
||||
public enum RarityTag
|
||||
{
|
||||
Common, // 50%
|
||||
Uncommon, // 35%
|
||||
Rare, // 14%
|
||||
Legendary, // 1%
|
||||
NotSpawnable
|
||||
}
|
||||
Reference in New Issue
Block a user