Tabletop Simulator
Gloomhaven - TTS Enhanced v1.2
How to change stats of a summon
Hi,
is it possible to change the stats of summons? We have a circle player in my round that enhanced one of their summons and I'd like to change the token to reflect the enhancement.
I tried editing a spawned tokens script by changing the attack value, but after clicking "Save and Run" it reverts back to how it was and nothing changes.
A GUI for that would be amazing, but I'd be fine with knowing how to do this manually
< >
Сообщения 16 из 6
DblTapThat  [Разработчик] 3 мая. 2021 г. в 12:08 
The answer is: Not easily. The only way I've done it myself, is by manually firing some lua at the summon to change the stats.

Its something that I actually want to look at in a future release, to have buttons on 'summon' cards, which pull a standee, and set the stats appropriately according for any enhancements.
DblTapThat  [Разработчик] 3 мая. 2021 г. в 12:11 
If its a real problem, then this is how you would do it:
Pull out on of the summons onto the table.
Save your game.
Load the save
Edit the script on the summon so it has the extra health.
Save and Run
Check the stats have updated
Right click on the infinite spawner for that summon and select 'Reset'
drop the edited summon onto the infinite spawner.
Anything pulled from that specific spawner will now have the updated stats.
Save a copy of that infinite spawner in case you lose it
its about attack, not health, since health can easily be updated anyway. I've tried to do it exactly as you mentioned, but it only saved the change in the script, not the gui on the figure
Or has the attack be modified somewhere else?
atm I'm trying to change the stats.attack from 2 to 3.
https://imgur.com/a/tMTniQk
but overall, its not a big deal. automation for that would be amazing, but its something we can easily do without.
Dule  [Разработчик] 3 мая. 2021 г. в 15:57 
Автор сообщения: Syl3r
its about attack, not health, since health can easily be updated anyway. I've tried to do it exactly as you mentioned, but it only saved the change in the script, not the gui on the figure
Or has the attack be modified somewhere else?
atm I'm trying to change the stats.attack from 2 to 3.
https://imgur.com/a/tMTniQk
but overall, its not a big deal. automation for that would be amazing, but its something we can easily do without.

It is a bit of a mess but following will work and i cant think of an easier way atm.

Take the standee out of the bag.
Copy/paste or clone the infinite bag.
Right click on the new bag which has standees inside, select custom and change object to figurine.
Copy/paste both Lua and UI scripts from standee that you pulled out to the new "standee".
Change the attack value to 3. Save and load the game.
aaaah creating a new figure and applying the script to that. that did the trick, thanks
Dule  [Разработчик] 4 мая. 2021 г. в 4:20 
Автор сообщения: Syl3r
aaaah creating a new figure and applying the script to that. that did the trick, thanks
In short, yes :D
Yw
< >
Сообщения 16 из 6
Показывать на странице: 1530 50