Hello there,
This is my first post after just joining this discussion, so please forgive me and provide kind assistance if I have posted to the wrong subsection.
I am new here but a real enthusiast and loving this community so far. I have a background in gaming and in streaming and feel I...
A single use ball that allows player to raise the Stat (Str, Dex, Int) of their choice by a predefined bonus value.
GM can set bonus value. default is set within the script.
The Home Stone allows players to set a home location in any inn, or in a house they own.
By default, the stone can be used every 15 minutes, but this can be adjusted.
private static readonly TimeSpan delay = TimeSpan.FromMinutes( 15.0 );
private static readonly TimeSpan totalDelay =...