elliottomlinson / cardmaster

A simplified tabletop role-playing game emphasizing casual play
https://cardmaster.io
0 stars 1 forks source link

Tabletop Simulator: Object-Spawning Cards #113

Closed elliottomlinson closed 2 years ago

elliottomlinson commented 3 years ago

We'd like cards with related assets to spawn those in when they're cast.

We should be able to accomplish this with the tagging system and the scripting zone that covers the play area. To break this issue down I'll eventually be creating:

Where I'll compile the cards, what type of items they require, the conditions for spawning the items, and tag them on the back-end.

Where I'll keep track of the .unity3d objects I've made and want to make

Where I'll explore what method would be best to get information on the backend through to the cards.

Then we can return to this issue and put it all together.

DuncanUszkay1 commented 3 years ago

We'll use the tagging system so that we don't need to reference tabletop directly in the tooling. The tags will be inspected by the tabletop scripting area.