Loot Drops

This commit is contained in:
Marco 2025-03-04 09:43:05 +01:00
commit b7d241bf11
16 changed files with 129 additions and 6 deletions

View file

@ -0,0 +1,13 @@
using Godot;
namespace Cirno.Scripts.Resources.Loot;
[GlobalClass]
public partial class LootDrop : Resource
{
[Export]
public LootItem Item { get; private set; }
[Export(PropertyHint.None, "suffix:%")]
public float Chance { get; private set; }
}

View file

@ -0,0 +1 @@
uid://cq65aed620ijo