ItsVerday / LuckyAPI

A modloader for Luck be a Landlord
https://discord.gg/7ZncdvbXp7
MIT License
12 stars 7 forks source link

Finish Rent Cost/Cycles Per Rent Modification #4

Closed ItsVerday closed 3 years ago

ItsVerday commented 3 years ago

Is your feature request related to a problem? Please describe. Mods can't modify the cost of a rent cycle or the amount of spins per rent cycle.

Describe the solution you'd like Add a hook to modify these values.

Describe alternatives you've considered N/A

Additional context The rent cost/spins modification mechanism would be two functions in mod.gd - modify_rent_cost and modify_rent_spins, which take in the current value and the rent cycle number. These functions would be optional.

ItsVerday commented 3 years ago

Finished in #16.