diff --git a/docs/content-authoring.md b/docs/content-authoring.md index 722c3e5..23e702d 100644 --- a/docs/content-authoring.md +++ b/docs/content-authoring.md @@ -1,6 +1,6 @@ # No-code content authoring -> 📹 **Demos:** [creating quests & achievements](https://makertube.net/w/uSGJ2MHEFjSSKxMiJBJ6Y5) · [creating mobs, weapons & ammo](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU) · [creating an item + gatherable](https://makertube.net/w/mCneurjoY3Av6yi48VsGQE) +> 📹 **Demos:** [creating quests & achievements](https://makertube.net/w/uSGJ2MHEFjSSKxMiJBJ6Y5) · [creating mobs, weapons & ammo](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU) · [creating an item + gatherable](https://makertube.net/w/mCneurjoY3Av6yi48VsGQE) · [hunting, butchering & loot bags](https://makertube.net/w/oVJwYUhCKxA2ZvgvocdhwZ) The engine ships **zero** items, resources, or recipes — your game supplies them. You can do this two ways, and they coexist: diff --git a/docs/loot-bags.md b/docs/loot-bags.md index 0e5a9ba..5ebdae1 100644 --- a/docs/loot-bags.md +++ b/docs/loot-bags.md @@ -1,5 +1,7 @@ # Death, loot bags & respawn +> 📹 **Demo:** [death, loot bags, the owner beacon & the corpse run](https://makertube.net/w/oVJwYUhCKxA2ZvgvocdhwZ) + When a player dies, SurvivorCore drops their belongings into a **loot bag** at the spot they fell ([`src/systems/LootBags.luau`](../src/systems/LootBags.luau), ported from The Counter Earth). The survival stakes system: get back to your bag before it's gone — or before someone else does. diff --git a/docs/mobs.md b/docs/mobs.md index ebf5784..bf03e70 100644 --- a/docs/mobs.md +++ b/docs/mobs.md @@ -1,6 +1,6 @@ # Mobs & AI -> 📹 **Demo:** [creating mobs & fleeing hunt-NPCs, plus combat and the admin plugin](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU) +> 📹 **Demos:** [creating mobs & fleeing hunt-NPCs, plus combat and the admin plugin](https://makertube.net/w/tyn8JEMG3CaMbTXid8osdU) · [hunting a boar & butchering the carcass](https://makertube.net/w/oVJwYUhCKxA2ZvgvocdhwZ) The **mob & AI engine** ([`src/systems/Mobs.luau`](../src/systems/Mobs.luau)) is the shared, content-free creature substrate that combat (#12), animals (#13) and monsters (#14) all build on. diff --git a/site/index.html b/site/index.html index abfa3e0..0950f6d 100644 --- a/site/index.html +++ b/site/index.html @@ -170,6 +170,7 @@
Gathering & crafting
No-code creation
Quests & achievements
+
Hunting & loot bags