Restructured for new direction.

This commit is contained in:
2026-05-12 12:01:09 +01:00
parent 0439b6c1d2
commit c203f836b1
1134 changed files with 125569 additions and 213519 deletions

View File

@@ -0,0 +1,26 @@
using System.Linq;
using BriarQueen.Data.Identifiers;
using BriarQueen.Framework.Events.UI;
using BriarQueen.Framework.Managers.Levels.Data;
using BriarQueen.Framework.Managers.Player.Data;
using Cysharp.Threading.Tasks;
namespace BriarQueen.Game.Items.Interactions.ChapterOne.Ashwick
{
public class MarketplaceSign : BaseItem
{
public override UniTask OnInteract(ItemDataSo item = null)
{
var items = PlayerManager.GetInventoryItems();
if (items.Any(x => x.UniqueID == ItemIDs.Get(ItemKey.DirtyTeddyBear)))
{
EventCoordinator.Publish(new DisplayInteractEvent("You and me, little bear. Keep your eyes open."));
return UniTask.CompletedTask;
}
EventCoordinator.Publish(new DisplayInteractEvent("A marketplace without voices… thats somehow worse."));
return UniTask.CompletedTask;
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: a165dd95a0d049bb8eb7a010f376e5e9
timeCreated: 1778185513