Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Jan 30, 2023
2 parents c0c8d72 + 7f17490 commit b05af71
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CONFIGURATIONS.MD
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

# PF1

![image](https://user-images.githubusercontent.com/1346839/161739973-90180e30-4e59-426f-8d01-a6caf0ecc1a4.png)

Creature Type (and Custom): document.race.document.data.creatureType
Leave HP as is.
| Field | Value |
|:---|:---|
| Creature Type | creatureType |
| Custom Creature Type | creatureType |
| Current HP | attributes.hp.value |
| Max HP | attributes.hp.max |

Here's a script macro to setup some default colors for the different creature types found in pf1

Expand Down Expand Up @@ -36,8 +38,8 @@ game.settings.set("splatter", "BloodSheetData", bloodSheetData);
|:---|:---|
| Creature Type | type |
| Custom Creature Type | type |
| Current HP | data.header.health.value |
| Max HP | data.header.health.max |
| Current HP | header.health.value |
| Max HP | header.health.max |

2. Script macro to set default colors: red for human blood, white-ish for synthetics' fluid, and green for xenomorph's acid. (Remember that *Automatic Blood Color* must be enabled in the module's settings.)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Add blood and gore to your games

![Latest Release Download Count](https://img.shields.io/github/downloads/theripper93/Splatter/latest/module.zip?color=2b82fc&label=DOWNLOADS&style=for-the-badge) [![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fsplatter&colorB=03ff1c&style=for-the-badge)](https://forge-vtt.com/bazaar#package=splatter) ![Foundry Core Compatible Version](https://img.shields.io/badge/dynamic/json.svg?url=https%3A%2F%2Fraw.githubusercontent.com%2Ftheripper93%2FSplatter%2Fmain%2Fmodule.json&label=Foundry%20Version&query=$.compatibleCoreVersion&colorB=orange&style=for-the-badge) [![alt-text](https://img.shields.io/badge/-Patreon-%23ff424d?style=for-the-badge)](https://www.patreon.com/theripper93) [![alt-text](https://img.shields.io/badge/-Discord-%235662f6?style=for-the-badge)](https://discord.gg/F53gBjR97G)

## You can check the documentation on the [WIKI](https://theripper93.com/wiki/index.php/Splatter)
## You can find the documentation on the [WIKI](https://api.theripper93.com/modulewiki/splatter/free)

<img src="https://user-images.githubusercontent.com/1346839/126053219-fe52f8b8-3203-46c0-a7df-26d4a235f388.png" width="400">

0 comments on commit b05af71

Please sign in to comment.