0 of 0

File information

Last updated

Original upload

Created by

HitaxasTV

Uploaded by

HitaxasTV

Virus scan

Safe to use

About this mod

Adds a new game state query that can be used by other mods to trigger actions depending on if an artifact or mineral has been donated to the museum.

Requirements
Permissions and credits
Changelogs
Donations
Adds a game state query for use with trigger actions.

A use example is my Bugs in the valley mod, where turning in specific bugs to the museum allows the player to receive special letters in the mail. 

If anyone would like to use this in their own mod all they need to do is add
 "Condition": "MuseumDonationChecker.DonationStatus <item ID>"
 to their trigger action. Then replace <item ID> with the desired artifact or mineral ID.

Another functionality of this mod is to output donation statuses to the log

debug_donation_status
 - can be used in SMAPI to check for the donation status of all artifacts and minerals

check_donation_status <itemID>
 - can be used in SMAPI to check a specific artifact/mineral