Commit Graph

391 Commits

Author SHA1 Message Date
Chr1Z93
f112849177 elder sign button and rotation fix 2023-01-01 17:55:21 +01:00
Chr1Z
13ed44058e
Merge pull request #140 from argonui/player-card-panel
Add Unified Player Card panel
2023-01-01 17:36:33 +01:00
Chr1Z
ec1e315994
Merge pull request #142 from argonui/tour-double-start
Remove double start message for the intro tour
2023-01-01 11:57:26 +01:00
Buhallin
fb4bbe8ab4
Remove double start message for the intro tour 2023-01-01 01:52:02 -08:00
Buhallin
aec6163e44
Add Unified Player Card panel
- Adds the new player card panel
- Wires up buttons to functions for spawning cards
- Adds cycle, weakness, bonded, and upgrade sheet spawn handling
2022-12-31 20:51:18 -08:00
Chr1Z
195580c9f0
Merge pull request #138 from argonui/playmat-moving
Playmat moving for more set-aside space (Green / Red)
2022-12-31 03:00:13 +01:00
Chr1Z
e618487211
Merge pull request #134 from argonui/attachmenthelper-infinite-bag
Attachment Helper: Moved into infinite bag
2022-12-31 03:00:01 +01:00
Chr1Z
861ea501d4
Merge pull request #122 from argonui/shortsupply
Card: Short Supply - Moved function from "Hand Helper" directly to card // PlaymatAPI: New functions for playermat getting
2022-12-31 02:59:43 +01:00
Chr1Z93
3c240dcdc8 removing unused function 2022-12-31 02:57:50 +01:00
Chr1Z93
405bbc0cfd reordering plus snap points 2022-12-31 02:41:08 +01:00
Chr1Z93
f5ac476e35 changing broadcast color 2022-12-31 00:14:02 +01:00
Chr1Z
15f74a2d95
Merge pull request #136 from argonui/tour-fix
SCED Intro Tour, tweaks and fixes
2022-12-31 00:08:29 +01:00
Chr1Z
14cac5da39
Merge pull request #137 from argonui/resource-name
Fix typo in resource token
2022-12-31 00:05:27 +01:00
Chr1Z93
a4e7549d47 moving hand zones 2022-12-31 00:00:08 +01:00
Chr1Z93
1b52853852 moving spawn location of hand helpers 2022-12-30 23:57:55 +01:00
Chr1Z93
653a23118e playmat moving 2022-12-30 23:51:16 +01:00
Buhallin
41e30ce9e1
Fix typo in resource token 2022-12-30 14:18:57 -08:00
Buhallin
d00f6dab10
SCED Intro Tour, tweaks and fixes
Contains a variety of small adjustments to the tour:
- Fixed a typo in Darrell's card
- Increased overall size by 10%
- Increased investigator images by about 50%
- Moved some of the card positions slightly to line up with their specific uses
- Updated button images to a smaller base image (because TTS's image scaling is crap)
2022-12-30 14:14:57 -08:00
Chr1Z93
117612ad7f adding infinite bag 2022-12-30 21:01:34 +01:00
Chr1Z93
08936a7230 bugfix and feedback 2022-12-30 20:43:55 +01:00
Chr1Z93
f464e5f0ff implementing further usage of playmatAPI 2022-12-30 20:25:50 +01:00
Chr1Z
f915d9ca14
Merge pull request #132 from argonui/tour-starter
SCED Intro Tour, Final
2022-12-30 02:36:52 +01:00
Buhallin
a744b882ae
SCED Intro Tour, Final
Previous attempt got hosed with some merge conflicts, moving to a new branch to start clean
2022-12-29 16:35:55 -08:00
Buhallin
62f8978823
Merge pull request #130 from argonui/ancestral-fix
Make Ancestral Knowledge only pull skills from the deck
2022-12-29 15:41:41 -08:00
Buhallin
abdb447dbd
Make Ancestral Knowledge only pull skills from the deck
This will keep it from pulling set-aside cards such as On the Mend or Essence of the Dream
2022-12-29 15:33:07 -08:00
Buhallin
6fedd30a55
Merge pull request #129 from argonui/tokens
Token spawn refactoring
2022-12-29 15:26:58 -08:00
Buhallin
6af1dba778
Final comment pass for token refactoring
Removed unneeded code and named the tokens for templates
2022-12-29 15:24:07 -08:00
Buhallin
17512f5946
Change token spawning to pull templates from a bag rather than the on-board token pools
Also added a hidden zone (for Black) to cover functional objects at the back of the table.
2022-12-29 12:36:02 -08:00
Buhallin
e5c4601835
Round 3 of comment responses 2022-12-28 13:08:48 -08:00
Buhallin
2b94cea679
Round 2 of comment response 2022-12-28 10:32:54 -08:00
Buhallin
98e73a11be
Round 1 of comment response 2022-12-28 10:09:24 -08:00
Buhallin
8ab7f13ce3
Object commits for token spawn refactoring
- Flips doom containers and the tokens in them.  This is a no-op but ensures tokens come out correctly face up when accessed programatically
- Adds token spawn tracker object
2022-12-28 03:09:40 -08:00
Buhallin
7d820601a9
Code commit for token spawn refactoring 2022-12-28 02:57:43 -08:00
Buhallin
ff7ed57bca
Merge pull request #128 from argonui/tour
SCED Intro Tour, Part 5
2022-12-23 23:57:13 -08:00
Buhallin
928f69f007
Updating for review comments 2022-12-23 03:29:56 -08:00
Chr1Z
46ce70058b
Merge pull request #127 from argonui/attachment-helper
Attachment Helper: Error handling for non-cards
2022-12-23 11:40:24 +01:00
Buhallin
3ea42b7dde
SCED Intro Tour, Part 5
The penultimate step!  This completes the implementation for the tour itself, including:
- First draft tour script fully implemented
- Add investigator images as custom assets
- Added a field to skip re-centering the camera between cards
- Resized text area slightly to fill the space in the speech bubble
2022-12-23 00:07:53 -08:00
Buhallin
f7900480f7
Merge pull request #124 from argonui/taboo+bonded-fix
Deck Importer: Account for taboo versions of bonded cards
2022-12-22 12:16:27 -08:00
Chr1Z93
2359c3bc56 error handling for non-cards 2022-12-22 16:06:21 +01:00
Chr1Z93
9a72597fa5 account for taboo versions of bonded cards 2022-12-22 14:40:27 +01:00
Chr1Z93
d974532072 adding missing tags 2022-12-22 14:32:43 +01:00
Chr1Z93
a55d1dff58 new function for playermat api 2022-12-22 13:45:47 +01:00
Chr1Z93
ee6925bf0d removed unused lines 2022-12-22 13:37:41 +01:00
Chr1Z93
bdccbf707b implemented usage of playmatapi 2022-12-22 13:35:59 +01:00
Chr1Z
7ff2c77118
Merge pull request #123 from argonui/optionpanel-6
Option Panel: Part 6 - Addition of "load defaults" functionality
2022-12-22 13:26:19 +01:00
Chr1Z93
20e0f8075b bugfix for handhelper, error handling for missing barrel 2022-12-22 13:18:45 +01:00
Chr1Z93
d5f04cf465 addition of "load default" functionality 2022-12-22 12:50:02 +01:00
Buhallin
f3c1bf169d
Merge pull request #109 from argonui/custom-id-support
Playermat: Allow non-numeric IDs for upkeep // Addition of promo and revised art for investigators as states
2022-12-22 00:41:53 -08:00
Buhallin
00b2a8c026
Merge pull request #118 from argonui/optionpanel-5
Option Panel: Part 5 - Storing GUIDs for spawned helper objects to allow later removal at any position
2022-12-22 00:37:37 -08:00
Chr1Z93
0b6eb32f75 moving short supply function directly to card 2022-12-22 03:29:16 +01:00