Programming Game
- Game
- Resources
- Docs
New Questing System Added to the Game
July 20, 2025 - v0.1.12
Quests have been added to the game to add an additional sense of progression. Quests come in various forms, and completing them comes with rewards and unlocks progressively more difficult quests.
New Features
- Added a questing system to the game:
- Players have an active quest limit of 5.
- NPC's now have an
availableQuestsmap with quests that are available. - Quests have steps
kill,goto, orturn_in. turn_inquests can occasionally require items.- Most quests will be repeatable, and a source of crafting materials/money.
- Added a bunch of additional items:
stoneCutterTools,pinewoodArrow,stoneArrowHead,flint,campfireKit,pinewoodBow,stoneCarvingKnife,pinewoodPommel,pinewoodSword,stone
- Added new weapon types:
fellingAxeandpickaxe - Added several new crafting recipes to craft the new items.
- Monsters now have a
typefield differentiate between units of the same race.
Miscellaneous
- Deprecated all
woodbased items, replaced with newpinewooditems.- There's now an optional deprecated boolean on an item definition.
- Deprecated all metal versions of
bows,crossbows, andstaves - Added filters to the twitch sync to reduce spam.
Bug Fixes
- Fixed a bug where Goblin Medicants wouldn't spawn.