• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Resource icon

Item Maniac Plugin [Essentials v19.1] v1.1.0

This update increases the ease of customizability of the ItemManiac by having the quote and multiplier changes in the event creation itself rather than changing the script. This also allows multiple ItemManiacs in your game with different quotes and multipliers.

Here is an example of a new ItemManiac. Notice below the item list are three new parameters.
The 6 is the multiplier for this individual maniac
The first quote is the initiation quote by the maniac
The last quote is the exiting quote by the maniac

OverriddenDefaults.png


The maniac in use can be seen by these screenshots:
The initial quote
HelloKenobi.png

The selling multiplier is now 6x
ItsNow6x.png

The exiting quote
GoodbyeKenobi.png


NOTE: The last three parameters in the event are optional! Leaving any of them out will restore that parameter to its default, but leave the remaining parameters as your custom values.

Example with just a custom multiplier
JustMult.png


The final change in v1.1.0 is very minor, if the resulting price after using the multiplier is a float, an error will no longer be thrown. Rather, the resulting price will be rounded to the nearest integer.
Back
Top