You are viewing a potentially older version of this package. View all versions.
Venomaus-SODMailCourier-1.0.2 icon

SODMailCourier

Introduces a new way of earning some cash, by allowing the player to deliver mail to mailboxes.

Date uploaded 6 months ago
Version 1.0.2
Download link Venomaus-SODMailCourier-1.0.2.zip
Downloads 196
Dependency string Venomaus-SODMailCourier-1.0.2

This mod requires the following mods to function

Venomaus-SODCommon-2.1.3 icon
Venomaus-SODCommon

A common library for SOD mods.

Preferred version: 2.1.3

README

SOD.MailCourier

Adds a new way to earn money by allowing players to take on mail delivery jobs from any newsstand.
Accepting a job requires a 50-crow deposit, which is fully refunded upon successful delivery.
This deposit discourages abandoning the job and ensures commitment to completing the delivery.

Features

  • Adds a unique mail courier job item to every news stand.
  • Adds a new unique sync disk that compliments the new mail courier job.

How does it work?

  1. Collect a mail job from any news stand
  2. Open the player inventory and hover over or select the mail item to see the delivery address.
  3. Go to the mentioned address, find the corresponding mailbox for the specified address.
  4. Take the mail item in your hand (select from inventory) and place it in the mailbox.
  5. You will receive an automated payment immediately on delivery.

Reward

On delivery you will be paid immediately:
(50 crow refund) + 75 crows + an extra 75% of the distance from the news stand to the delivery address.

(This reward can be fully configured in the config options.)

CHANGELOG

CHANGELOG

1.0.5

  • Fix plugin name in bepinex metadata

1.0.4

  • Fixed warning: used ScriptableObject.CreateInstance instead of new() constructor

1.0.3

  • Fixed tooltip not showing of the Mail Courier Job entry in the news stand

1.0.2

  • Improved destination route pointing to the mailbox instead of the specific residence
  • When unequipping a sealed mail the route will be unplotted (unless its not the route for the mail)
  • When equipping a sealed mail the route to it will be plotted (if no route is currently plotted, unless its another mail) (both these 2 can be enforced to always overwrite, through the config options)

1.0.1

  • Effectively a reupload, because the previous upload was a wrong version

1.0.0

  • Initial release