You are viewing a potentially older version of this package. View all versions.
Yavamar-CustomQuests-1.1.0 icon

CustomQuests

Create new quests for ATLYSS using easy-to-edit JSON files!

Date uploaded a week ago
Version 1.1.0
Download link Yavamar-CustomQuests-1.1.0.zip
Downloads 802
Dependency string Yavamar-CustomQuests-1.1.0

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

CustomQuests - Create new quests for ATLYSS!

  • Create new quests using easily-editable JSON files!

  • Add quests to NPCs that previously never had quests!

  • A variety of options allowing you to customize quests to your liking!

  • You can even reference custom items and creeps added by other mods!

To make your own custom quests, create a plugin with a CustomQuests-Files folder. You can use the quests included with this mod as a template to learn how things work. I want to eventually make a guide, but for now you can look here to see which fields are available to use in the JSON files.

Taking Tuul Valley

Lost Earring

Compatibility with other mods

CHANGELOG

1.1.0

  • Updated for Atlyss version 72025.a3.
  • Changed the format for _questObjectiveItem and _questItemRewards due to Atlyss changing how these fields are handled.
  • You can now specify a modifier for the item(s) specified in _questObjectiveItem and _questItemRewards.
  • Sample quests are no longer included in this plugin. They are available separately.

1.0.4

  • Fixed an issue where the quest trigger _difficultyRequirement field wasn't actually being set.
  • Fixed some precision issues with _questExperienceReward when giving very large amounts of XP.

1.0.3

Added a _questExperienceReward field that allows you to specify an exact amount of XP for the quest to award. If provided, this will override the _questExperiencePercentage field (which calculates the XP reward based on ATLYSS's internal XP gain curve).

1.0.2

Hotfixed a bug introduced in 1.0.1 that was preventing ALYSS's built-in quests from appearing on NPCs.

1.0.1

Fixed an issue with the way either Thunderstore or r2modman rearranges mods' folder structures. Also fixed an issue that was breaking Homebrewery's phone.

1.0.0

Initial release.