Jesse Plamondon-Willard

Results 40 issues of Jesse Plamondon-Willard

Using tokens in a numeric field works fine if they're bounded to a specific set of possible values: ```js "Changes": [ { "Action": "EditImage", "FromArea": { "X": "{{Random: 0, 16}}",...

bug

Consider adding optional fuel mechanics for players who want more challenge or immersion. Requested a few times, most recently [2018-28](https://community.playstarbound.com/threads/better-tractor-mod.141385/#post-3257575).

enhancement
unplanned proposal

Let players lookup water to see fishing/crabpot data (e.g. which fish can spawn, percentage chance, etc).

unplanned proposal

Looking up in-world ore added by [Custom Ore Nodes](https://www.nexusmods.com/stardewvalley/mods/5966) causes this error: ``` [Lookup Anything] Something went wrong looking that up: System.IndexOutOfRangeException: Index was outside the bounds of the array....

enhancement

Some monsters have extra drops defined by overriding `Monster.getExtraDropItems`. Update Lookup Anything to handle those.

enhancement

Automate is easy to set up by design, but many players would like a more challenging / balanced mode. This just a tracking ticket for suggested ideas: * require fuel...

unplanned proposal

SMAPI mods can [define mod-provided tokens](https://github.com/Pathoschild/StardewMods/blob/develop/ContentPatcher/docs/extensibility.md#readme) for content packs to use, but there's currently no way to expose tokens between two content packs. Add some way for content packs to...

unplanned proposal

Add tokens for the player's selected appearance and accessories. [Suggested in the forums](https://community.playstarbound.com/threads/content-patcher.141420/page-13#post-3319399).

enhancement

When you lookup seeds from Json Assets in Pierre's shop, it doesn't show the crop info: > ![](https://user-images.githubusercontent.com/230581/36819907-62642590-1cb9-11e8-8a55-8047625c5669.png) [Reported in the forums](https://community.playstarbound.com/threads/smapi-lookup-anything.122929/page-22#post-3257421).

bug

The mod currently lets you plant crops anywhere in any season. Look into letting players plant only in-season crops (i.e. split 'anytime' and 'anywhere' into separate options).

unplanned proposal