This commit is contained in:
TheGiddyLimit
2024-01-01 19:34:49 +00:00
parent 332769043f
commit 8117ebddc5
1748 changed files with 2544409 additions and 1 deletions

26
data/foundry-rewards.json Normal file
View File

@@ -0,0 +1,26 @@
{
"reward": [
{
"name": "Boon of Fortitude",
"source": "DMG",
"effects": [
{
"name": "HP Increase",
"transfer": true,
"changes": [
{
"key": "data.attributes.hp.max",
"mode": "ADD",
"value": "+ 40"
}
]
}
]
},
{
"name": "Curse of Ruin",
"source": "TDCSR",
"img": "icons/magic/holy/chalice-glowing-yellow-blue.webp"
}
]
}