I tried to investigate a way to fix the old mod, but couldn't figure it out.thought it tide to the scoutcraft skill were hoping to raise it max duration cap through that
The only thing I found in that process was that items that get stripped off of Lona during captures are supposed to get placed in the areas temporary storage when they disappear so they could be retrieved.
EDIT:
For reference, this is a piece of the
move_route
of the ItemFootmanMid
item that calculates the length of the despawn timer for that item (Retrieved via the VX Ace Editor):
Code:
@wait_count = [600+60*$game_player.actor.scoutcraft_trait, 1800].min
Last edited: