-
Notifications
You must be signed in to change notification settings - Fork 79
Creating Critical Tables
ksignorini edited this page Sep 30, 2021
·
3 revisions
To create critical injury items.
- In Foundry, navigate to the item panel on the right side.
- Click Create Folder, and name it Critical Injuries.
- Click the Feather to the right of the folder name OR click Create Item.
- In "name" enter the name of the critical injury (e.g. "Stunned")
- Change "type" to criticalinjury.
- Set "Folder" to Critical Injuries.
- Click "Create New Item".
- On the new item screen, under "D100 Roll" write the lower and upper threshold for the injury (e.g. 31 and 35).
- Select the severity of the injury from the drop down.
- Add a description explaining the effects of the injury.
Repeat steps 3-10 until you have created one item for each critical injury result.
Once you have created all of your critical injuries, you will use a macro to create the damage table.
To do this:
- In the bottom left corner of the screen, next to the macro bar, click the folder icon.
- This opens the Macro Directory, from here click Create Macro.
- In the Create Macro Command window, name you macro "table gen" give it the type "script" and click "Create New Macro Command".
-
Copy and paste the code found here into "Command"
-
Click Execute
Now, on your rollable tables panel, you will see a "Critical Injuries" table.
At this point, you can safely delete the table gen macro. It will create a new table each time you run it. From the macro directory, just right click and select delete.
Next, repeat the above step for Critical Ship Damage, with the following changes.
- Create a new Critical Damage folder
- New items use the type criticaldamage instead of criticalinjury
- When creating the Critical Ship Damage use this code instead
- After creating one or both tables, return to the Macro Directory and create a new Macro.
- Name your macro Critical Roll, keep the type as script, and click "Create New Macro Command".
- Follow the directions here
- Getting started
- Helpful resources
- Frequently Asked Questions
- New feature walkthrough
- Genesys