Access character stat Key values

Im trying to make a spell add my proficiency bonus to damage but i cant seem to find how to call it. I figured that for ability scores its @abilities.(ability of choice).mod. Any place where all of these are listed?

The way I’ve done it is by checking the object in the dev tools console (F12) and referencing that. You can type in game.actors and see what’s available, then reference (for example) the actor’s actor.data.attributes.something by @attributes.something, but it’s a bit of fiddling at times.

It’ll be be system specific, too, so I’d definitely recommend reaching out to the devs of a particular system to see if they have a detailed breakdown. The Foundry Discord server also has a lot of discussion that might help you out!